Search found 11 matches
- Tue Sep 16, 2025 6:44 pm
- Forum: Tech Talk
- Topic: Coding Hot Takes
- Replies: 20
- Views: 482
Re: Coding Hot Takes
The Apple goto fail; bug was caused by the "single line only" evaluation of a brace-less if statement: https://www.blackduck.com/blog/understanding-apple-goto-fail-vulnerability-2.html
i feel like this would've been caught (or way more likely to be caught) if autoformatting is applied before ...
- Mon Sep 08, 2025 3:45 pm
- Forum: Games
- Topic: Bap The Buttons! A Rhythm Game Thread
- Replies: 79
- Views: 2324
Re: Bap The Buttons! A Rhythm Game Thread
i don't play maimai but they announced a new version, which makes sense considering they already dropped XaleidoscopiX
Re: Echolalia
Sentence mixing in YouTube Poop tends to result in words being spoken in a way that's just so funny to me that I can't help but repeat it.
Like in this DaThings YTP I really latched onto this line:
https://youtu.be/l5jbfCxEQO4?t=270
"They can easily b e the d ee fference b e tween k ee ping and ...
- Mon Sep 08, 2025 3:34 pm
- Forum: Introductions
- Topic: A lugia trips into the board
- Replies: 6
- Views: 84
Re: A lugia trips into the board
you're here too! 

- Wed Sep 03, 2025 3:45 pm
- Forum: Games
- Topic: Bap The Buttons! A Rhythm Game Thread
- Replies: 79
- Views: 2324
Re: Bap The Buttons! A Rhythm Game Thread
There's part of my brain that gets funny good feelings for being rewards for my desire to tap along to the beat of the song in ways I'm not requested.
Don't get me wrong, they suck in terms of being a requirement for score, but I just like the acknowledgement of tapping during off noted bits of ...
- Tue Sep 02, 2025 4:17 pm
- Forum: Games
- Topic: Bap The Buttons! A Rhythm Game Thread
- Replies: 79
- Views: 2324
Re: Bap The Buttons! A Rhythm Game Thread
God I wish I could play IIDX enough to get a dan rating :( I'm sl0 dan in BMS but that doesn't transfer to controller, so my best play is only an easy clear on Summerblue SPA (that I regrettably did not get a photo of). Maybe I'll get something good going the next chance I get.
sl0 is still ...
- Tue Sep 02, 2025 2:37 pm
- Forum: Games
- Topic: Bap The Buttons! A Rhythm Game Thread
- Replies: 79
- Views: 2324
Re: Bap The Buttons! A Rhythm Game Thread
Recently picked up Groove Coaster: Future Performers as something to break in my Switch 2. I had a blast with Wai Wai Party so I came into this one with high expectations...
Let's list the problems with it
They seem to have removed elements like Ad-lib notes
[...]
this is the first time i ...
- Tue Sep 02, 2025 9:09 am
- Forum: Tech Talk
- Topic: Coding Hot Takes
- Replies: 20
- Views: 482
Re: Coding Hot Takes
No no, you're right. C++ is just a terrible language. It feels very much slapped together. Do you really need 3 kinds of strings, a very strange way to deal with text streams (std::cout/std::cin), strange class formatting, and a general nightmare to work around in? C in general is much more ...
- Tue Sep 02, 2025 8:55 am
- Forum: Games
- Topic: Bap The Buttons! A Rhythm Game Thread
- Replies: 79
- Views: 2324
Re: Bap The Buttons! A Rhythm Game Thread
bumping the thread to join in! i mostly play arcade rhythm games (with a heavy BEMANI lean), and of those i play DDR (washed up, but can flare ex most SP 15s), IIDX (out of practice, but at SP 9dan currently), gitadora drums (occasional player, comfy around 5.50s), and SDVX (my main! 21.909 VF ...
- Mon Sep 01, 2025 9:45 am
- Forum: Introductions
- Topic: a fluffdragon blocks the way!
- Replies: 5
- Views: 109
a fluffdragon blocks the way!
hello! the name's Hawke, and i'm some sort of weird wingless fluffy dragon!
i saw Sertimus talk about this forum somewhere (bsky? fediverse?) and decided that a return to the forum format would be nice, so i joined!
many things interest me, but i'd say maths, programming (C++/Python) and (arcade ...
i saw Sertimus talk about this forum somewhere (bsky? fediverse?) and decided that a return to the forum format would be nice, so i joined!
many things interest me, but i'd say maths, programming (C++/Python) and (arcade ...
- Sun Aug 31, 2025 8:04 pm
- Forum: Tech Talk
- Topic: Coding Hot Takes
- Replies: 20
- Views: 482
Re: Coding Hot Takes
I've had situations pop up in C programs where if I didn't use "goto" it would make the program harder to maintain, harder to understand, and make me likely to introduce subtle bugs later on. I think most of my own "goto" use could be replaced with exceptions and features like RAII but I don't ...