HN user

paddim8

428 karma
Posts1
Comments223
View on HN

I am all for minimalism but "If you come from one codebase to another codebase by a different team it’s close to learning a completely new language" I really don't agree. It's not that big. Just sounds like a skill issue

What's the problem with the JIT runtime? Why is rapid iteration slower with JIT? Just-in-time compilation isn't inherently slower and is normally faster than AOT for dynamic languages and even static languages that have some dynamic features like dynamic dispatch

I think the minimalist design is good. But hasn't the font size decreased over time in practice? When HN was first created, the average monitor had a much lower resolution, which made text appear larger. Now I think it's quite difficult to read compared to other websites. Obviously it's easily solved by zooming, but I think it would make sense to adjust for the change in resolutions over the years

Linux is good now 7 months ago

That's why I don't think Ubuntu is a newbie distro. You never have to compile for source on arch-based distros. Obviously plain arch isn't fit for beginners, but I would argue that something like endeavouros or cachyos is easier to use than Ubuntu. If you want to install something, you just run one command, and then it is installed, 99.99% of the time.

Advent of Code 2025 8 months ago

I used my homemade shell language last year, called elk shell. It worked surprisingly well, better than other languages I've tried, because unlike other shell languages it is just a regular general purpose scripting language with a standard library that can also run programs with the same syntax as function calls.