A dumb project of mine made me fucking patch the linux kernel
<riteo>
I would really like to upstream them but the contributor docs are HUGE
<riteo>
I understand that but I'm not finding the time to fucking study to upstream my two ~20 lines patches :cry;
<vova>
Hi everyone
<vova>
I'm currently rewriting the package manager in C and would like to know if you would be OK with zig instead of C ? by using zig we would economise a lot of useless heap allocation on strings (using slices instead of the classic C strings manipulation)
sibyla
joined
ukky
joined
avs_origami
quit (Ping timeout: 252 seconds)
ehawkvu_m
joined
<ehawkvu_m>
vova: I mean I wrote my version of kiss in elisp, so minimality is in the eye of the beholder imo
<ehawkvu_m>
also has anyone compiled all of the known impls?
<ehawkvu_m>
iirc, there is mine, bliss, kiss-rs, king, and maybe a couple others?
<vova>
damn
<vova>
didn't know about those
<ehawkvu_m>
here's mine if you want some inspiration/code stealing