Profile for hikari

Header for hikari
Avatar for hikari
Display name
hikari 🌟
Username
@hikari@noyu.me
Role
admin

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

Recent posts

…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

Open thread at this post

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

Open thread at this post

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…

Open thread at this post

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

Open thread at this post

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()!

Open thread at this post

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.

Open thread at this post

“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,

Open thread at this post