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
- 17739
- Followed by
- 1566
- Following
- 197
look, Windows can try as hard as it likes to appeal to artists, but UNIX is always going to be the first choice for creat-ive people
…Crash Bandicoot Nitro Kart 3D, for the iPhone/iPod touch, has an app bundle named… iFuse.app? what? the executable is named iFuse too. no, this isn’t some illegitimate executable from a questionable source, it’s the real deal, downloaded from iTunes…
this is just like when I found out that the core class in Super Monkey Ball is called “testAppDelegate” lolol
okay so I’ve been using an Xbox One controller all this time and I just tried to use the virtual cursor in touchHLE with Switch Joy-Cons and h-hahahaha oh dear goodness the joystick drift is incredibly bad and these are so imprecise, I feel sorry for Switch users
forgive me for ranting a little about git: it really frustrates me that, in large projects, the author dates on commits are usually wrong, and sometimes wildly off (by weeks or months).
as I see it there’s two main problems:
• git commit --amend doesn’t update the author date by default (and few people know of the --reset-author flag)
• git rebase’s squashing behaviour takes the earliest author date, not the latest
I’m probably going to have to submit a patch to git to try to fix this…
impromptu Super Monkey Ball stream in a minute or so :3 https://twitch.tv/hikari_no_yume
latin-derived english is just western kango
gods, already had an issue where touchHLE inexplicitly crashed on some user’s machine… because of a misbehaving third-party application trying to display an overlay.
I’m speedrunning all the… /delights/… of being an emulator dev, lol
ok so like there’s a ton of reasons to love rust but
💕💖🏆✨💯 str::strip_prefix 🦀🕺🦀💃🎊
this is a str::strip_prefix() appreciation post. retweet if you love str::strip_prefix(). god this method is so incredibly useful. it brings me so much joy
also str::split_once()!
Let me tell you a little story about technology, games, me, and… ridiculous passion projects.
Early in 2008, Apple were about to release the long-awaited iPhone SDK. For the first time, 3rd-party developers would be able to write native apps for the iPhone.
“C doesn’t have symbol versioning or name mangling”
i’ve no idea what you mean, _keymgr_get_and_lock_processwide_ptr_2 is clearly a different version from _keymgr_get_and_lock_processwide_ptr,