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
- 19037
- Followed by
- 1575
- Following
- 203
Rust pro tip: if you have a C/C++ dependency for your project that you have to compile in your build script, consider making it into its own crate. Then it can be compiled in parallel to your Rust code, and it won't be recompiled unnecessarily if you need to change something else that has a build script. You can use Cargo βworkspacesβ to keep it in the same repo as your main crate.
thank you to whoever it was that added this helpful text to ld's vtable linker error messageβ¦
βNOTE: a missing vtable usually means the first non-inline virtual member function has no definition.β
if the league of nations was so good why isn't there a league of nations 2
the new discord font sucks. it is in fact not the case that every website should have its own crappy bootleg of Helvetica. fuck offff
#wikifinds "West, Texas [β¦] is a city [β¦] located in the north-central part of Texas"
"Investigators said that decades of operating without a catastrophic explosion may have lulled managers into complacency"
www.youtube.com/watch?v=Jg7mLSG-Yws
creepiness-wetness PBR model
aah I'm so glad someone finally explained the BotW cel shading glitch! thank you Jasper for this wonderful video
great explanation of deferred shading btw, I'll probably point someone to this the next time I want to explain it to non-gamedevs
www.youtube.com/watch?v=By7qcgaqGI4
trying to learn music so far is mostly teaching me that monkey brain love patterns
a friend of mine made a first-person movement thing in 512 bytes of html/javascript: github.com/wareya/microfps
i think it's pretty cool