Code injection into Super Mario World has become a favorite of the speedrunning and the Mario hacking community. Usually this is done programmatically via automated controller input while exploiting overflow bugs. SethBling used the injection technique to enter a version of the game Flappy Bird – by hand.
Retro Game Mechanics Explained is a great series on retro game console programming. If you ever wanted to know how the cake is baked, this is a great channel.
One of the best series up so far is how to program the SNES system. His 16 part series talks about background effects, lag & blanking, DMA and HDMA, memory mapping, color math, hardware registers, background modes 0-6, and the infamous mode 7. It is one of the better explanations of mode 7 that I have seen (though folks with a more formal background in graphics might explain it with with affine transforms alone)
He also covers individual games and topics such as how the Atari 2600 ‘Raced the beam’, Atari quadrascan, pokemon sprite decompression, Pac-Man arcade’s famous kill screen, Mario’s wrong warp, and many other fun topics.
The “Clean House” mission in 2019’s Call of Duty: Modern Warfare is probably one of the most realistic gameplay sequences out there today. It’s not a cinematic, it’s a fully playable session. Read more about it here.
I ran into the Wizard of Christchurch (who later became the Wizard of New Zealand) in the early 2000’s. He is a former academic that would often bring a ladder to the central square and spoke on all kinds of different topics. Using ancient Greek-like rhetorical methods, he would often give both comical and controversial speeches, synthesising modern topics with the ideas/philosophical techniques of famous philosophers in farcical ways.
One of the things he used to talk about was how the world’s maps were created upside-down. Why should north be up? What if you made a map the ‘right’ way up – with New Zealand up top?
The Wizard’s Upside Down World
Enter Mapworld New Zealand. It turns out, they have one of his maps. A map of ‘the wizard’s interpretation of the upside down world, and the inside out universe.’ Not only is New Zealand up top, but the other countries also have more…creative interpretations.
You can read about his storied past, and how he became something of a tourist attraction in his own right. His gained fame for criticizing right-leaning politicians/agendas in the 80’s to the point it nearly got him arrested. This had the opposite effect of pushing him into fame. He started speaking openly in the city square for decades, criticizing politicians, company greed, cultural norms, and generally being a ‘free thinker’.
What a fascinating time of space exploration we live in. Pluto, Saturn, Jupiter, and now the sun. Over the last few years, the Parker Solar Probe has been making its way towards the sun and taking observations. Setting numerous speed records while doing so. Most recently, however, it entered the Sun’s corona and found fascinating streams of plasma.
There is even video footage from the craft traveling through the corona and being surrounded by these oscillating streams at 3:00 in this video. Give it a watch and learn about the astounding structures and complex discoveries it is making.
Believe it or not, but the field of optical illusions is still quite active. Here’s one of the newest ones by an digital artist jagarikin. The circles are spinning in place, but not moving or changing sizes. The arrows inside the circles is what makes it appear to be moving.
2021 prices are a whopping $219+CA tax but the experience regularly books up well in advance so reservations are highly recommended. Tom Bricker gives us a great description of the experience if you want to read it. There’s also lots of youtube videos of the experience as well.
However, many have strongly debated if it is worth it. The Disney build-a-saber experience is more than just a light saber, you also get a bit of a show while creating it. But if you’re looking for a really high quality saber, the jury seems to indicate you should look elsewhere.
So, if you want a truly beautiful piece – where should one go? It turns out, there are several.
Sabertrio makes arguably the best sabers out there. Running in the $500-$1000 range, they will definitely cost you. Parts availability have recently been a problem. Scans of the site show a great number of sabers out of stock in 2021.
Saberforge also makes high quality sabers for a lower entry price. You can even buy scratch and dent parts bags and put together your own.
I’m a big fan of movies and of visiting the very places where movies were shot. I always find it amazing to see or be in the very spot these iconic moments in film took place.
Many movies and famous scenes, however, took place on a sound stage or on a set that is usually simply destroyed as soon as the shooting is done to make room for the next production.
Enter Expedia who commissioned 3D floorplans for many famous movies such as The Shining, Goldfinger, Lost in Translation, Pretty Woman, and The Hangover. For places that actually exist, they also have links to how to reserve these very rooms.
If you want to check out a similar artist’s work, check out Boryana Ilieva’s website Floorplan Croissant where you can buy her own water color creations of famous locations.
Do you enjoy those little brain teaser puzzles made out of wood, metal, nails, horseshoes, and other everyday objects?
Puzzle Master is an amazing website with all kinds of puzzles. Everything from simple $10 packs full of wire puzzles, up to multi-thousand dollar works of art. Give it a look.
And just like that programmer’s were replaced by machine learning and pressing tab.
GitHub Copilot is a development plugin that uses AI to auto-complete what you’re coding. The AI was trained using github projects as its learning source. You start coding, press tab, and it gives you a list of what it thinks you might want next based on what it matches you might be developing.
Nick Chapsas tries out a number of programming tasks from basic data structures, creating an API, a calculator, and even fully implemented fizzbuzz. It does *shockingly* well.
I think this is the next obvious level of auto-completion we’ve had for years. I bet it almost certainly will come to mainline development tools in the next 5 years. It does, however, bring up some interesting legal points if someone unknowingly auto-completes a blob of code from an GPL or closed source project. This treads the fine line of auto-generated code and downright copying. My guess is that using IP violation code scanning tools to detect problems will be even more important.