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 they are actually selling the license…
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. But it irks me when rust blogs…
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 built-in booleans and the author had…
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 they are actually selling the license…
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. But it irks me when rust blogs…
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 built-in booleans and the author had…