@Altazimuth@i.write.codethat.sucks
19 Followers
11 Following
57 Posts
Max Waine.
Team Eternity member.
Never too old for schoolboy errors.
"I tested these new features really well."
First user turns up that wants to use new features in ambitious ways.
"I tested these new features really poorly.""
Before useful hacks comes stupid hacks. (motion sickness warning)
https://www.youtube.com/watch?v=_od_2hk27po
The World Is Jelly

YouTube
Some comments tell a story:
// Hmm ???. -- well, what? sf -- Bernd Kremeier again, probably. haleyjd
Good. Yes. Wonderful. Thanks Linux. Excellent. https://i.write.codethat.sucks/media/PRmOkLOhSgXZhYhyl2M
I spent about half an hour trying to debug an issue that in the end was caused by one file being ANSI, and another file being UTF-8 sans BOM (which MSVC cannot detect as being such). In the end a post about poop is what set me straight.
How do the custom emotes work, anyways?
Gotta learn how to script so I can replace the current icon that activates the emoticon menu.

'|', // shift-backslash - OH MY GOD DOES WATCOM SUCK

The joys of code going back to the early '90s.

I love how presumptuous the term "debugging" is. You're running your code for the first time and you've no idea how well it'll work, but you just assume you'll have bugs to fix.
Spotted this today:
// Evaluates to 1.25 * x. So Why don't I just do that? .... shut up
mouseevent.data2 += (ev.motion.xrel + (float)(ev.motion.xrel * 0.25f));