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
- 17724
- Followed by
- 1565
- Following
- 197
pepsi max tastes really nice if you add elderflower cordial to it
the Ouya? you mean the American Zeebo? Brazil wins again
the OpenGL state machine rabbit hole goes so deep, I wonder how gamedevs ever managed to survive it
emulator dev: here's an easily reproducible shader compiler crash
intel: are you an aaa game developer
dev: what
intel: ok i guess we'll close this then
yikes
Regarding the notion that a program shouldn't crash at all, the argument is there and just in some regards. However, I can edit the memory of any program to crash it. How do you think you could prevent that?
unsettling dental clinic slogan: We Create Grimaces 😬
I love the GLSL and GLSL ES specs. they're maybe the only Khronos specs that are a joy to read.
[politics, rape]
even with the best of efforts, most rape cases can't get useful criminal trials, because there isn't evidence, and never will be
given that, the best society can do is to talk openly about it, but you can't, because libel/defamation law
so: change that law
Rust's macro scoping is the worst. I like to document my crate's internal macros and I'll link to related macros where I can, but I sometimes can't, because macros don't have normal scope unless you export them… but they're internal macros, not intended for export 😭