Profile for hikari

Header for hikari
Avatar for hikari
Display name
hikari 🌟 (fell out of the sky)
Username
@hikari@noyu.me
Role
admin

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

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