HN user

cachehit

6,998 karma

(Account pending deletion)

Posts22
Comments14
View on HN
www.youtube.com 1y ago

Walt Disney's MultiPlane Camera (Filmed Feb. 13, 1957) [video]

cachehit
190pts55
old.reddit.com 2y ago

We need 70% less coders as the AI handles most of the coding

cachehit
54pts82
news.ycombinator.com 2y ago

Bug-to-Error Distance

cachehit
1pts0
news.ycombinator.com 2y ago

Show HN: React Geiger – performance profiling using sound

cachehit
164pts36
news.ycombinator.com 2y ago

Empathy, Articulated

cachehit
2pts0
news.ycombinator.com 3y ago

Are you using types when you should be linting?

cachehit
3pts3
news.ycombinator.com 3y ago

Strapped to a Rocket: The Impact of AI

cachehit
2pts1
news.ycombinator.com 3y ago

Use 98% TailwindCSS, 2% plain CSS

cachehit
3pts0
news.ycombinator.com 3y ago

Beyond the Kaleidoscope

cachehit
2pts0
news.ycombinator.com 3y ago

About Index.js Files

cachehit
3pts0
news.ycombinator.com 3y ago

Ask HN: What's Up with the Metaverse?

cachehit
20pts28
news.ycombinator.com 3y ago

Hyperbolic Growth

cachehit
65pts51
news.ycombinator.com 4y ago

Negotiating? Make the First Offer

cachehit
2pts0
news.ycombinator.com 4y ago

Testing in production: using JSON Schema for 3rd party API response validation

cachehit
56pts22
news.ycombinator.com 4y ago

Test Hooks

cachehit
1pts0
news.ycombinator.com 5y ago

And naming things; Tailwind CSS, TypeScript and mammals

cachehit
3pts0
news.ycombinator.com 5y ago

M1 dev setup with a virtual Linux box

cachehit
211pts169
news.ycombinator.com 5y ago

Can’t sleep? Ask yourself: “Where’s the tension?”

cachehit
3pts0
news.ycombinator.com 6y ago

Be notified if one of your team members hosts Zoom meetings without password

cachehit
2pts0
news.ycombinator.com 6y ago

Somersault Problems

cachehit
1pts0
www.midi.org 7y ago

MIDI 2.0 Prototyping announced

cachehit
397pts195
news.ycombinator.com 8y ago

The Sad State of Webcal

cachehit
2pts0

I generally prefer code generation. I don't see why it is "error prone" any more than anything else is. In fact, it means that errors aren't concealed in two levels of abstraction which can make them much harder to debug. Also, with generated code, you can add a build step to work around short comings or bugs in the generator where as you otherwise have no choice to live with it.

The "annoying" part I do get -- it's obviously nicer to have instant feedback than being forced to rebuild things -- so for things where you iterate a lot, that does weigh in the other direction.

This is a quote from DHH from LinkedIn:

Of course we gave them a login. We’ve been publishing apps on the App Store for over a decade. This was not a low-level mistake. It went all the way to the app review board.

In another response he writes that the reviewers did in fact log in.

This is a quote from DHH from LinkedIn:

Of course we gave them a login. We’ve been publishing apps on the App Store for over a decade. This was not a low-level mistake. It went all the way to the app review board.

In another response he writes that the reviewers did in fact log in.

If it was that bad, nobody would use it

Well, maybe they think that it's worth "hating" on it because people are using it, and they want to make people aware of the problems? I know I do, though "hating" sounds like I have malicious intent, which I do not. I am sure the creator(s) are very bright people with nothing but good intentions. But I agree with the article that YAML is frustrating to work with. The "it's not perfect, but neither is anything" argument is a bit of a cop-out in my opinion, as that can be applied to anything and everything.

I feel (but don't know!) that YAML was inspired by markdown as an attempt to create a format that felt like the most natural and intuitive to read for humans, while still machine-consumable. A noble idea, but in my opinion, one that fails as soon as you have more than half a page of configuration. Then, it just becomes a pain to even figure out which parent a specific bullet belongs to. And that's not even getting into all the cleverness.

I don't want to create a new language because [XKCD standards comic]. I'd prefer people use JSON or TOML as I consider those better even if they have plenty of issues on their own.

Do you need (or at least benefit from) your database to run in-process? Because that is the only advantage I can see to SQLite over Postgres. Which makes it the better candidate in many places, but not for anything like a server.