Live data from Hacker News

Viewing profile — krinkatt

krinkatt

HN member
Joined
Thu, Apr 13, 2023, 8:02 AM UTC
HN karma
1
Public activity
2 items

About krinkatt

No profile information was provided.

Recent public activity

  1. comment
    Comment #35552544

    I have something like this that serves me well: struct strbuf { size_t cap, len; char *str; }; void sb_setf(struct allocator *a, struct strbuf *sb, const char *fmt, ...); void sb_a…

  2. comment
    Comment #35552404

    Searching *.exe in Everyting and select all -> 12 779 objects. With 50MB a piece that would be ~0.5TB. That is 50% of my system SSD.