-
The Part of Programmig AI still can't touch....
There’s a lot of noise claiming that AI will completely replace programmers and make this skill worthless. Sounds crazy, right?
-
Ever thought a picture could be your secret key?
I just built a Python project where an image itself encrypts a message. Each pixel contributes to the key, and without the exact same image, your message is unreadable.
-
Ruby GUIs Are Dead… Or Are They?
Ruby is amazing for scripting, APIs, automation — but GUI support is neglected.
-
Creating an Infinite Scrolling Space Background in Raylib (C++)
When building a 2D space game, one of the simplest ways to create a sense of movement is not by moving the player/object(etc), but by moving the background.
-
Build First, Understanding Comes Later
I spent some time writing a ray tracer from scratch in C++. It is not finished yet (there is lot to go) and neither do i understand it completely.