HN user

nvy

1,608 karma

Disillusioned with HN

Posts3
Comments645
View on HN
Hcreate(3) 2 years ago

Is there a better man page site to use instead? I abhor reading in the terminal.

Google Pixel 9 Pro 2 years ago

Is that better for consumers than Apple and Google operating them and demanding a high enough margin to support moderation and review?

Do their moderation/review processes meaningfully improve the situation for users?

Both app stores are replete with scam/spam/spy/malware apps. I'm not convinced that the app stores are able to materially affect the quality of apps that go through.

Google Pixel 9 Pro 2 years ago

Indeed, it's a good choice. My wife has been routinely annoyed that the phone with superior specs was/is always uncomfortably large for her hands.

Because if the automakers were left to their own devices, the infotainment display would need to show a loading bar before an ABS warning, and the speedometer would be buried there menus deep.

Those who still use Common Lisp or some variant of Lisp (other than Clojure), what's your reasoning behind choosing this language over the more mainstream options?

One programmer can be amazingly productive due to how expressive and flexible the language is. I find my "developer velocity" (eyeroll) is much higher in lisp than in almost any other language.

Or hot code reloading, which sounds like a powerful concept except that companies would rather log and document their codebase.

I think this is a benefit primarily realized during development cycles. You never "CTRL+C, edit, recompile, run". You just recompile the single function or statement and things just keep on trucking. If your production environment is containerized you'd obviously rarely be hot-reloading, but how often are you changing prod, anyway?

I use his web stack in some of my projects. His stuff is pretty great, it's just that he basically doesn't write any documentation at all, and the small scraps of documentation he does write assume that you're intimately familiar with the details of his packages. So you need to figure a lot out on your own by digging through source code, which is very irritating when you're trying to be productive.

I saw Elon Musk questioning why we have medical regulations the other day, he was saying that it "slows down innovation" and so he thinks medical regulation should be abolished

Is he just posturing for his fans?

I see so many statements of this nature from him and I just can't believe that a person that successful can be so monumentally stupid.

At least as late as 1998, I recall version control was thought of in some circles the way people think of C vs memory-safe languages today.

Some thought version control was an obvious improvement to make better, more bug-free software. Others had a fetish for doing things the hard way with little justification beyond emotional resistance.

Maybe I phrased that poorly but what I was referring to is the library ecosystem behind stuff like React. I highly doubt a React codebase from 2015 would build today.

GCC contains `gnat` which is a libre Ada compiler.

I think Ada has a lot of technical merit but it's just not fashionable the way Rust is, for lots of uninteresting reasons.