Profile for hikari
About hikari
Bio
from another world; anime girls on the internet who are terrible at playing guitar and slightly less bad at programming; EN/SV/DE/日本語
Stats
- Joined
- Posts
- 17726
- Followed by
- 1565
- Following
- 197
HOLY SHIT apparently I just fixed touchHLE's mysterious 0.2MB-per-second memory leak on macOS??? by accident??????
I still have no idea what the actual problem is but now I have good reason to think it's a bug in Apple's OpenGL driver. lol
wow gotosocial supports custom emoticons. ![]()
media in the Nordics are currently acting like it's a huge revelation that there's lots of Russian spies here that operate under diplomatic cover.
I wish they'd be honest about the fact this is normal, the security services know, and there's good reasons for not expelling them.
oh no i have new followers. ok let’s see
• i’m a temporarily embarrassed 3d artist, please ignore the fact 90% of my posts are about tech
• c should not be used for new software
• trans rights 🏳️⚧️
• kindness is important
• eliminate synonyms of “stupid” from your vocabulary
on x64 Linux, uint64_t is an alias of unsigned long, but on x64 macOS, uint64_t is an alias of unsigned long long. this doesn’t matter for C code, but it interacts badly with C++ overload resolution, even though sizeof(long) == sizeof(long long) on both systems. fun!
found out about “GNU poke” by chance and, wow, what a useful tool. an interactive editor/inspector for arbitrary structured binary data. this is going to save me so much time in future https://jemarch.net/poke
the C preprocessor and its consequences have been a disaster for the human race
it would be nice if this kind of coverage would happen after we have a fully-working Android release build, rather than right now. there’s a reason it’s not merged yet…
omg the encoding of the breakpoint instruction (bkpt) on Thumb is 0xbebe 🥺