Viewing profile — compi
compi
HN member- Joined
- Fri, Aug 23, 2019, 2:18 AM UTC
- HN karma
- 26
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About compi
No profile information was provided.
Recent public activity
-
comment
Comment #28213168
Web fonts are so weird, to display this site I had to download the advertised font as a .WOFF file to my computer. I now have a fully featured copy of what they are selling. I know…
-
comment
Comment #25386933
I miss ffffound.
-
comment
Comment #22388902
I did miss that until I read your post, looking up behavior that your program relies in a language standard seems easy to me to because I _have_ to as a C programmer, a lot, for th…
-
comment
Comment #22379776
The first half was a surprisingly ok intro to unicode and utf encodings in C. Super clearly illustrated a handful of pitfalls of trying to roll your own utf8 handling code in C. Bu…
-
comment
Comment #21414791
Snake games are my go-to when I learn new languages, it's always under 1000 lines of code and can usually be done without libraries. In not a lot of time you can learn how the lang…
-
comment
Comment #20774329
I was reading the source code for a NES assembler written in pre-C99 C, and there was an odd C feature used in it that I haven't really seen anywhere else. It was before C had buil…