Profile for hikari

Header for hikari
Avatar for hikari
Display name
Kanbaru 🌟 (one hikari of too many)
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
18675
Followed by
1561
Following
199

Recent posts

@mcc I just realised that with the Cargo packaging conundrum, there's actually three ways to do it:

• one package with both bin and lib targets, with the lib target being both dynamic and static
• three packages: one that has a bin target, one that has a static lib target, one that has a dynamic lib target
• two packages: one with both bin and lib targets (static library only), one with just a dynamic lib target

I'm probably going to do the last of these for my project because it's neater for my purposes

Open thread at this post

you know that really inelegant solution to the packing squares problem? does it depress you? something that's always bothered me in computer graphics is that converting between 8-bit fixed-point (integer: [0, 255]) and binary floating-point ([0, 1]) is unavoidably approximate 😭

Open thread at this post