Posts

Showing posts from March, 2025




The Terminator - Time Travel Paradoxes

Image
Before I get into this, I will state that I love The Terminator movie. It is one of my all time favourite Sci-Fi movies and I am not trying to destory or damage the movie in any way by analysing the paradoxes that this movie contains. However, it's a movie about Time Travel, and all Time Travel movies seem to create paradoxes within them, so let's have a look at what paradoxes The Terminator contains. Bootstrap Paradoxes All of the paradoxes that I have noticed in The Terminator are examples of a bootstrap paradox. A bootstrap paradox, also known as an information loop, is a time travel paradox where an event, information, object, or person ultimately causes itself, creating a closed loop with no discernible origin. The bootstrap paradox is used deliberately in the plot of the movie Predestination . If you haven't watched it, I recommend that you do. The Terminator - Bootstrap Paradox 1 Premise - The Terminator is sent...

Blitz Coder#1 - Space Invaders Emulator

Image
Download Retrotechy's Space Invaders Emulator here. Having been a big fan of emulation since I first used a ZX Spectrum emulator on my Commodore Amiga 500 computer in the early 90's, I decided that it was time to learn how emulators worked and write my own one. An intel 8080 based Taito Arcade Platform emulator is a great base level emulator to learn how emulators work and was a really fun coding project to do. I wrote the initial basic emulator five years ago but I am lousy at finishing projects so I decided to change the habit of a lifetime and add multiple games along with game artwork and polish this up and for once, get a project completed and released. The emulator contains nine different official and unofficial versions of SPACE INVADERS including a few of the better so called 'Super Space Invaders' bootlegs. The emulator supports a number of other features including optional bezels, backdrops, simulated colou...