Profile for hikari

Header for hikari
Avatar for hikari
Display name
hikari 🌟 (fell out of the sky)
Username
@hikari@noyu.me
Role
admin

About hikari

Bio

from another world; magical girls on the internet, gpu programmers, musicians, sky enthusiasts, etc; EN/SV/DE/日本語

Stats

Joined
Posts
16688
Followed by
1483
Following
198

Recent posts

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

Open thread at this post

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!

Open thread at this post