claybridge.bsky.social
claybridge.bsky.social
@claybridge.bsky.social
The thing I enjoy about C is that I consistently have some knowledge from earlier exposure I think is some feature added in C11 or C23 cause its a nice feature you think would become evident after decades of use and then BOOM! Its referenced in "The C Programming Language - Second Edition"
November 6, 2025 at 4:56 PM
Reposted by claybridge.bsky.social
Since someone told me earlier today that I was "not cut out for Game Dev" and I believe that everyone has the ability in them to make a game-

FREE RPG MAKER.

GO MAKE GAMES.
RPG Maker VX Ace is free to own on Steam (offer ends Feb 11th) https://buff.ly/3Q6GFfS
February 4, 2025 at 7:03 PM
@nicbarker.com hey, I was watching your video on Intro to Data Oriented Design for games. Do you have a practical example of your SwapBackArray?
December 25, 2024 at 9:59 PM
ITT: Highest effort FizzBuzz you are willing to give, here's mine:
for (let i = 0; i < 100; i++) {
console.log(((i % 3 === 0 ? "Fizz" : "") + (i % 5 === 0 ? "Buzz": "")) || i );
}

#developers #javascript
April 22, 2024 at 6:45 PM
Any recommendations for SciFi stories you've enjoyed, posted in online communities?

#writingcommunity
April 8, 2024 at 8:16 AM