Is the Era of Audio CDs Really Over?

I remember when I first got my PS4 back in 2014. I came to understand that from the beginning it didn’t have support for audio CDs. I had to rely on another device for listening to my huge collection of CDs. A while ago I quickly counted how many CDs I have today. It seems that I have over 500 CDs.

My collection of CDs is huge. It has grown more as I have bought several classic hiphop, trance and dance CDs from flee markets. I have this old CD player that I bought for a cheap price. It was used when I got it. It probably didn’t even cost 20 euros. You can today get a new CD player for about 100 euros.

My CD player was always connected to my amplifier through RCA-connection. Earlier today I ordered an adapter that allows me to connect my audio device to any device that supports Bluetooth. Wireless connectivity is a common feature among new CD players. Now I got an update to my device. And it cost me only 40 euros.

So, is the era of CDs actually over? This format of audio has been present since the 1980s. It once decreased sales of vinyls considerably although listening to music from vinyls never completely stopped. When I was a child in the 90s every kid had a CD stereo system and some CDs in their own room. You also had to have a portable CD player since there were no mp3 players or if there were they were very expensive.

Today CD still provides digital quality of audio for different audiences. Some artists still release their music on CDs. Streaming services have made listening to music easy and cheap. The latest gaming console that I have that also supports playing audio CDs is PS3. You can get many kinds of music very cheaply on CD from several flee markets. Prices are for used CDs something form 0,50 euros to 3 euros.

The surface of a disc is very sensitive for getting scratches or dirt on it. When gaming went to storing games in CD format consumers were thinking that children wouldn’t be able to keep these discs working. Nintendo even decided to use cartridges when Nintendo 64 came available. What was the impact of mp3s becoming so popular? It waas clear that you could easily have more than just 700 MB of digital music with you. Actually you soon had something like 4 GB (thats 4000 MB) of space and the advancement of smart phones made the transition to listening music with mp3s or as a streamed service.

I still listen to CDs. I still sometimes even buy new CDs. If I do get some new record I often rip it for my personal use. I transfer then the music to my phone so I can listen to them everywhere I happen to go. Mostly I listen to Spotify. Sometimes I listen to it from my personal computer, like I do right now, and sometimes from my tablet computer. I rarely listen to Spotify from my phone. Spotify seems to be the new standard for listening to music. You can definitely see this when you think about audio CDs and how they are supported by newest gaming systems. Damn. We have this digitality coming from everywhere. We have more and more games and consoles that are only available as digital and not physical. I guess that’s just how the future is currently shaping.

Gran Turismo 7 – After Ten Hours of Playing

Gran Turismo 7 was released 4th of March. I got to play it early since I had ordered it in advance from a local game shop. Gamers all around the world have been waiting for this game to be available. Gran Turismo 6 was released on PS3 just before PS4 was getting to markets. So, we have been waiting for this for a while.

I would definitely like to play this racing game with a PS5. The circumstances are what they are and I have to satisfy my needs of some Gran Turismo racing with my PS4. I can see how a somewhat more advanced controller and better graphics would enhance my whole experience about this game. But even played with PS4 instead of PS5 I can be very satisfied how this game feels like.

I have to warn you. I usually play games longer compared to what is the average completion time expressed in for example How Long To Beat website. I have played already 48 hours of Diablo II Resurrected. It is said on How Long To Beat that its main story takes 18 hours to complete. Maybe I am a slow player or maybe I am a comletionist.

So, I have played Gran Turismo 7 for a bit over ten hours. This game made an impact as I started playing it. I had played a bit of Forza Motorsport 3 for Xbox 360 lately. It is older game but I immediately understood how good of a racing game the Gran Turismo is. You can set the difficulty level suitable for yourself. There are assists for breaking, steering and changing gears.

Gameplay is not simulation and it’s also not also arcade. It is somewhere in between. This can probably raise a question if it is a good game for some eSport sessions. Playing against your mates through network is an option if you like to play games that way. In the beginning of the game I chose intermediate skill level. I soon wanted to turn off automatic breaking. I tested a bit the settings and finally found ones that I liked. So there is a challenge for every racing fan that wants to play this game.

Graphics are amazing. Driving is fun. I don’t know how long it takes to finish the game since you can play it, I think, eternally, if you wish to do so. This is definitely the best we can get out of a racing game for PS4. I would like to try this game for PS5 but as you know there is a limited availability for a PS5 still. So you can play Gran Turismo 7 for as long as you want.

There are lots of goals in this game. You can try to called all the cars and unlock all the tracks. There is a cafe in GT7 from where you get missions, or menus, that give you something to achieve. You get a reward from achieving a goal. It is usually some new tracks or cars. You don’t immediately get to drive the fastest sport cars in the beginning of the game. You have to drive some time with some slower or not so sporty cars first.

After ten hours of playing Gran Turismo 7 seems to be everything I expected it to be. I have talked about this game with some of the persons I know since I heard that it was going to be released. It’s finally here. Now it’s time for me to enjoy it. I can definitely recommend this game.

Developing Own Game Using HTML Elements

Let’s go back some years. Actually let’s go back 20 years. In the beginning of 2000s our family bought another electronic device. This time it was a brand new computer. The processor was 400 Mhz. It barely ran some games like Diablo II, Hitman, Tony Hawk’s Pro Skater 2 and Colin McRae Rally 2.0.

This was a time when HTML was the most popular way to make websites. And websites were definitely more simple than they are today. You could even use some WYSIWYG editor like FrontPage or Dreamweaver. The scene was very different than it is today. Internet was accessed mainly with personal computers screens instead of mobile devices and tablets. CSS was already available but JavaScript was a bit different than it is today. If you had will and skill you could learn something like PHP programming or you could even get into databases.

So this was a time for me to get to know how a web browser basically works. I didn’t get so deep in this topic back then. But I did design some websites. You could say that making websites was my hobby. It took me ten more years to actually apply to study programming. I have been interested in computers for a long time of period. And finally I ended up also working in this field.

If you know some HTML you understand that there are elements, like headers, paragraphs and images. You can interact with the system by clicking links and hovering the mouse cursor over some element. All this is done as you run a website on your web browser. HTML displays the structure of the site, CSS styles, sets the colors of fonts and backgrounds of div elements, and JavaScript handles events and manipulation of the elements presented. All this is done inside the web browser.

There are different web browsers available. Today, they don’t differ form each other that much. Back in the day there were wars between browsers. You had Internet Explorer that understood JavaScript in it’s own way. You had to produce code that could be handled in every browser that existed.

This text is nothing like a tutorial in game development. I decided to write this blog post to give you an idea about how you can approach this topic. You don’t necessarily have to start learning something heavy like C programming or OpenGL. You can start with something like HTML. Some might say that it isn’t a real programming language. And actually it really isn’t. It still provides you some ways to create something that can be used when developing a real game.

You can even use a database in your design. You can also use a JavaScript framework like React or Vue or something like that. Making a website is easy and fun. You can make your website to be a game. If  you don’t think that you would want to make a game that can be run in a web browser you can also find tools for converting your game to a desktop application. Only the sky is a limit in this matter.