Profile for hikari

Header for hikari
Avatar for hikari
Display name
Iwasawa 🌟 (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
18670
Followed by
1562
Following
199

Recent posts

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

Open thread at this post

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)

Open thread at this post