HN user

aw4y

226 karma
Posts18
Comments72
View on HN

The problem with nuclear in Italy is just one: how many time have you read about a public bridge fallen because of bad construction? Same for roads, houses and so on. Most of the time the reason is the company building those, trying to spend less in materials and avoiding regulations - something unfortunately not so unusual in Italy.

So imagine what could happen with a nuclear plant... (nuclear is safe, building in Italy is often not)

expanding the concept: one thing (in my opinion) is that someone scrapes content to do something (i.e. training on some data), another thing is a tool that gets some content and make some elaboration on demand (like a browser does, in the end).

GPT-4o 2 years ago

I don't see anything released today. Login/signup is still required, no signs of desktop app or free use on web. What am I missing?

[dead] 3 years ago

Curious to have a discussion about this. If I didn't miss this post on HN.

Why should I care if Go/Rust/anything else becomes popular? I don't expect that if I don't "fight" against a language I'll be forced to use it in 2 years: there will be space for different techs, tools and so on.

I can agree with you if we talk about "tools" that attacks our privacy, our rights and our freedom: spend you time convincing people to abandon facebook or something similar and you'll do something good.

But in this case, it doesn't change much, imho.

currently there are two implementation for the database "behind": in memory or with postgres, both with zero config (except for starting an instance of postgres, in the second case!). it can be easily extended to use files as persistence, good idea :)

regarding the pre-population, you can just make a quick script with curl that will add some data after you run the service. any thought?