Viewing profile — valadaptive
valadaptive
HN member- Joined
- Thu, Jun 19, 2025, 9:46 PM UTC
- HN karma
- 94
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About valadaptive
Developer of https://ntsc.rs/ and http://glypht.valadaptive.dev/.
Recent public activity
-
comment
Comment #47909943
Yes, the article says this at the end: > In regular Tetris games, the speed at which the blocks fall steadily increases. This causes players to make more and more mistakes and, jus…
-
comment
Comment #46553138
> Not many people are going to want to be rolling their own libc like that author. Emscripten provides a libc implementation based on musl, and so does wasi-libc ( https://github.c…
-
comment
Comment #46553019
I second this; the tooling is somehow still not there after 10 years. - The main toolchain for compiling existing C codebases to WebAssembly is Emscripten. It still hasn't escaped …
-
comment
Comment #46495522
I always include ` `. Is that still necessary?
-
comment
Comment #46495483
The header image in the article is a 2400x1600 PNG that is 500KB large, apparently due to subtle dithering making it hard to compress. Converting it to a visually-identical .avif (…
-
comment
Comment #46401988
Yup, the CloudFlare CAPTCHAs are a nuisance, but they're so much better than the Google reCAPTCHAs they replaced. Those things must be designed to make you give up.
-
comment
Comment #46382675
Firefox now adds random noise to all canvas readback operations (getImageData, toDataURL, and toBlob).
-
comment
Comment #46073031
> The patent for the Cherry MX design finally expired in 2014. OK, but did it really? I've seen this claim pop up occasionally, but nobody ever points to the patent in question. A …
-
comment
Comment #45935719
For a much more substantive article on a similar topic, see Dan Luu's blog post which draws an analogy to talent scouting in baseball: https://danluu.com/talent/
-
comment
Comment #45351566
Am I missing something? The LGPL only applies to the library itself--you can dynamically link to it from proprietary code. So in this hypothetical scenario, someone could just writ…
-
comment
Comment #45250967
I was going to wait to post this until I've finished the CLI and documentation, but this seems like a relevant time to plug my web font subsetting/self-hosting tool: https://glypht…
-
comment
Comment #44694846
You can also subset your fonts; e.g. if your content is in a language that uses the Latin alphabet, then you only need to include those characters in your font. Between that, varia…