HN user

davidsgk

16 karma
Posts1
Comments11
View on HN

Going from GWT at my first internship to regular HTML/CSS/JavaScript at the next (before even TypeScript) was such a fresh experience.

Out of curiosity, do you use any specific version control features when writing like this outside of history which is just kind of there by default? It would be hilarious but amazing if you said your editors (if you have any) give you feedback in the form of pull requests.

I mean, it's basically inevitable, isn't it? Cultural heterogeneity is born out of isolation.

When thinking about this cynically, I feel like this has some depressing ramifications. Cultural differences (and isolation) are often born from financial disparities as well. Does this mean that the path to global cultural homogeneity is basically just gentrification on a massive scale where economic -> cultural minorities get more and more ostracized?

Bandwagoning onto this aside, I had really similar thoughts on both fronts. Are things really "retrograde" in Japan because they hang onto older technologies faster, or do they hang around longer because they make sense for their circumstances and needs? We don't say walkie-talkies on security guards are retrograde (not a perfect analogy, I know).

And yep, I like to think of Seveneves as 3 books in a big trench coat where the first 2 are fantastic and I wholeheartedly recommend to anyone that likes some solid sci-fi.

Dokku is great, but historically it didn't really handle resilience.

Would you mind elaborating a bit on this? I'm exploring some serverless options right now and this would be useful info. Do you mean it's not really designed out of the box for resilience, or that it fails certain assumptions?

Toasts are bad UX 2 years ago

I agree. If it's available, I always appreciate a toast + notification tray combo where you get non-blocking feedback on successes but you can also keep track of any past messages.

I have a question for folks working heavily with AI blackboxes related to this - what are methods that companies use to test the quality of outputs? Testing the integration itself can be treated pretty much the same as testing around any third-party service, but what I've seen are some teams using models to test the output quality of models... which doesn't seem great instinctively