they killed the web, not the AI.
HN user
aw4y
nice! it would be cool (since it's in Go) how to use it like a library, sandboxing some exec directly from your code.
I didn't. that's implied in "avoiding regulations".
not exactly a stereotype, just facts.
for example: https://en.wikipedia.org/wiki/Ponte_Morandi_collapse
and also check what happens (now more than ever) everytime there's a big rain in a lot of italian places. I'm very concerned about this.
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)
this remember me an old interview, years ago, when they asked me to code something "without using Google"....
just add a forged link in the main page, pointing to a page that doesn't exist. when hit, block that ip. they will crawl only the first page in this way maybe?
I already use Stremio with LineageOS on Raspberry 4, it's android so you can install a lot of apps directly from the store, stremio included.
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).
I think we need to define the difference between a software (my browser) returning some web content and another software (an agent) doing the same thing.
amazing, great work. This would be very "reactive" adding HTMX.
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?
basically
I expect it (or at least I hope) to be really hackable.
the main difference is that I cannot hold 10 crays in my desk drawer waiting to use them :P
sure a laptop or a phone is enough. but I wanna have a standalone device, like Alexa, but not Alexa :)
Did something similar in the past: https://github.com/rehacktive/caffeine
Curious to have a discussion about this. If I didn't miss this post on HN.
is it different from https://dothinking.github.io/pdf2docx/quickstart.gui.html ?
it's Brave New World by Huxley
you need to remember all of them
then you need to remember for each domain which "version" are you at. imagine for 200 domains...
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.
how boring? Don't wanna use Go? Use something else. What's the point? Invest your time on questioning your knowledge and improving it instead of this.
very cool :)
yes, no schema required (but you can add it if you want validation)
the reason I went "quick'n dirty" is for the prototyping nature of the project. But I'll fix this anyway, thanks!
the SQLite implementation is in TODO :)
exactly!
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?