Profile for hikari
About hikari
Bio
from another world; magical girls on the internet, gpu programmers, musicians, sky enthusiasts, etc; EN/SV/DE/日本語
Stats
- Joined
- Posts
- 16681
- Followed by
- 1483
- Following
- 198
hey since everyone's shitposting about city 17 rn you should check out my thread of screenshots of the hl2 train station
https://social.noyu.me/@hikari/statuses/01H21GHXV80KQG23Q4T1PN4S0R
these last few weeks, @lynn and me have been working on a c compiler for uxn, based on rui ueyama's “chibicc”. it's been a lot of fun! it's such a cute little vm… assembly for this tiny stack machine involved so many little puzzles.
i made a demo https://github.com/lynn/chibicc/blob/uxn/examples/star.c :3
I don't know who needs to hear this, but instead of configuring git so it can directly send emails, which is complex and error-prone, you can instead just do:
git format-patch HEAD^ --to=somelist@example.org --stdout > eml.eml
open -a Mail eml
and then use the “Send Again” feature of the mail client (macOS's Mail in this case)
you are telling me there are exactly zero knowledge proofs of this fact?
english  🤝  swedish
lieutenant   farmaceut
     [εf]
speaking a germanic language* is great because you can see some shit like “Verenigde Nederlandse Uitgeverijen” and be like ”ahh, Förenade Nederlänska Utgivarien”
* english doesn't count sorry
because of this tweet, I decided to finally actually read Kafka's Metamorphosis (or rather Die Verwandlung, in its original German). it's very enjoyable. I should read more Kafka
https://twitter.com/sensiblehuman96/status/1673229447728693249
I've had a “minor ailment” that I've been managing really badly for quite a while and realised I needed to get professional medical help. I was dreading having to get up early in the morning and sit in a phone queue to get a time to see a doctor…
I keep being spoiled by hearing recorded live performances of songs before the studio versions. The former seem relatively less processed and a lot “cleaner” for lack of better words, and I end up liking them more and not wanting to buy the single or album.
hell yes if I use a constant I can escape Rust's macro hygiene and make my super-call macro know the name of the current class, provided by the class-definition macro :3