Nah you get lower pixel version

Nah you get lower pixel version

I NEVER REALIZED THIS PARALLEL
I’m so gonna meme the f outta it now


Me using a bunch of spring joints to join all individual bones together to make a skeleton
That’d be bad in so many ways
I’m doing a small racing game inspired by Aerogauge(N64)
ATM its a proof-of-concept esque… demo… ish… thing, for the DreamDisc '25 jam But after the jam, do want to continue developing it and make it a full game
boot
open librewolf
open neovim
code my silly lil’ Dreamcast stuff
close neovim
play quake arena
shutdown


That was the first thing to come to mind when I saw it
Someone found googly eyes all over their place
Savage!
Try to drop it on some happy juice, it usually helps
Also, check the fridge freezer, I remember I put mine there once, and ended up forgetting it there for a few years
Have you checked the bed cabinet?
Can I get added a second time? :3
I asked GPT for help on how to change the video mode on KallistiOS, even gave a snippet of the documentation It gave me code in Python, and when I confronted saying that the Dreamcast cannot run Python code, it sent a absolute torrent of nonsense as a reply
Better coder my ass, my 8 years old younger brother can code better than most AI’s out there


RIP man, gonna be missed a lot


“new” and “mega man” are two things that dont go in the same sentence… please capcom make this comment age like milk




If the game structure is actually properly planned, it isnt harder to implement server side anticheat.
The server already has all the info it needs since it gotta sync all the clients anyway, and it is already a authoritative source of truth.
Yet, most modern games codebases are absolute monstrosities of shit piled up, glued up, tacked on with hot glue and a prayer, and shipped. A spaghetti monster, which makes server side anticheat impossible because the codebase is a mess.
And so, because they dont want to spend the time and do things properly, let’s shove everything into the rootkits that are anticheat software


Absolutely, it is a huge drawback, but the good part of it is that the user is less prone to accidentally fuck it up.
It’s quite a trade-off, the more raw control you give to the end user, the more prone they are to breaking things. Of course, exceptions always apply, but in a “generic Joe” kind of user, it tends to follow that
You’re welcome