Hello everyone! Thank you for the love I really appreciate it. I did not expect this to blow up like it has I got up this morning and it was sitting on front page and there's a lot more interest which is great. I feel sad for some people to see that they are having issues with the binaries/connecting to chrome, I will get to work on that today and hopefully have some resolutions pushed out in half a day, so please ch…
Thank YOU! And I want to ass that a Chrome extension is not a very internet friendly choice. Firefox needs all the love it can get these days. :)
Show HN: Self-hosted offline Internet from your browsing history
141–150 of 166 posts
Re: Show HN: Self-hosted offline Internet from your browsing history
#142Hello everyone! Thank you for the love I really appreciate it. I did not expect this to blow up like it has I got up this morning and it was sitting on front page and there's a lot more interest which is great. I feel sad for some people to see that they are having issues with the binaries/connecting to chrome, I will get to work on that today and hopefully have some resolutions pushed out in half a day, so please ch…
Thank YOU! And I want to ass that a Chrome extension is not a very internet friendly choice. Firefox needs all the love it can get these days. :)
Also, an update on the binaries. I just pushed a new set of binaries, and tested the linux and windows ones worked. Hopefully that should resolve the binary issues people were having, but I'm pretty scared some people will still have issues. If you do, please report them, ideally as an issue.
Re: Show HN: Self-hosted offline Internet from your browsing history
#143Earlier quoted context omitted.
Kind of. HTTP was designed with caching in mind, so the idea was that if you GET a page it should more or less not change and you could add headers and stuff to instruct proxy servers about whether to cache or not and for how long. I think you could use HEAD then to check if a page had changed ... The browser cache used to actually be quite dependable as an offline way to view pages but this seems to have fallen out…
> Kind of. HTTP was designed with caching in mind, so the idea was that if you GET a page it should more or less not change and you could add headers and stuff to instruct proxy servers about whether to cache or not and for how long. I think you could use HEAD then to check if a page had changed ... Nothing in the HTTP spec has changed about this AFAIK. The internet still behaves this way. > Anyway, you can no longer…
I was under the impression that TLS everywhere breaks the web as it was designed, ergo though nothing in the spec has changed - the environment itself has changed.
You could probably do something with isomorphic encryption but nobody seems that bothered. It’s probably of limited value nowadays as we use the web more as an rpc layer.
Re: Show HN: Self-hosted offline Internet from your browsing history
#144I’ve been storing my research as text files (manual copy and paste of web page content) for years. And, I’ve wanted a _search history first_ plugin for web search to find pages I missed saving, but recall reading. Since the former takes time and the latter doesn’t exist, I gather I could buy storage and save browsing using this tool. It would be interesting to see how it works in practice—saving so much data. Also, F…
Re: Show HN: Self-hosted offline Internet from your browsing history
#145Search in the roadmap is exciting. It'd often be great to constrain search to just the pages I already visited, and there's never an option to do so. And because it's not a full index of the web with billions of pages, this search could be _a lot_ smarter than general purpose search, since it could actually understand both the pages and the query better in a completely privacy-protecting way using recent techniques t…
Re: Show HN: Self-hosted offline Internet from your browsing history
#146I remember seeing this on reddit, the license changed quite a lot over the past month, with some very weird custom licenses asking you not to be a fake victim, lie, etc in the process - https://github.com/c9fe/22120/commits/master/LICENSE - how safe is it to assume that the current license will stay?
Assuming good faith in the creator of this, it looks like they tried to type up something that they thought would cover their bases, then realized that wasn't right and copy/pasted in a real license.
For everyone else, here's some definition of the original terms:
fake victim - when you do something and it goes south for you, but you try to mislay responsibility for your choices and try to blame someone else. So in this context it's to do with the standard disclaimer of liability (you won't hold us accountable, etc).
don't lie - basically people stealing the work and pretending it's their own. Like stealing it and relicensing it, etc. Or pretending they are the rightsholders. Basically the standard language about copyright, and sublicensing but in my own lingo.
Re: Show HN: Self-hosted offline Internet from your browsing history
#147I just wanna cache all my bookmarks, I rarely look at them, but when I do go look at them, a good chunk tend to have rotted. It will be awesome to cache all my bookmarks and then have option to recursively cache the path I'm in. I don't want to cache every page I visit, 90% is junk.
1. Download the release (npm or binary) 2. Start it up. 3. Go to chrome://bookmarks 4. Click on a folder and go, "open all". 5. Once they've loaded, click through each tab opened to make sure it loaded properly. 6. Check that they've been added to the index (go to http://localhost:2212) 7. Repeat 1-6 for all the folders of your bookmarks that you want to save. 8. Repeat 7 periodically.
I feel pretty scared for you that this will be too much work for you to feel good about doing it, but I want to say at least it will save it.
I think the use-case is good. I considered it in the past (automatically caching from bookmarks). I feel really bad for you this lets down your use case.
Re: Show HN: Self-hosted offline Internet from your browsing history
#148Very cool idea. I always bring my laptop with me camping in case I get the urge to write something. Having the ability to see the last week or so of my browsing history would have come in handy on more than one occasion.
Re: Show HN: Self-hosted offline Internet from your browsing history
#149Earlier quoted context omitted.
I remember that button, too, but I think it had more to do with connection charges than caching. In Netscape days, many people would have to pay by the minute to be connected to the internet. In those days, web pages generally contained far more information than they do now, and were less interactive. So you'd connect, load the content you wanted to see, disconnect, and then just sit there and read it for free, inste…
Back in the nineties the web was fairly new and people still used a thing called usenet quite a bit. You interacted with it kind of like email (Google groups is actually the final vestiges of it) - and the go offline button would just download all your emails and newsgroups and you got peruse them offline at your pleasure. It might seem strange also that back in those days you downloaded your emails from a server usi…
Re: Show HN: Self-hosted offline Internet from your browsing history
#150Earlier quoted context omitted.
> Kind of. HTTP was designed with caching in mind, so the idea was that if you GET a page it should more or less not change and you could add headers and stuff to instruct proxy servers about whether to cache or not and for how long. I think you could use HEAD then to check if a page had changed ... Nothing in the HTTP spec has changed about this AFAIK. The internet still behaves this way. > Anyway, you can no longer…
I’m all ears ... got any pointers for me? I was under the impression that TLS everywhere breaks the web as it was designed, ergo though nothing in the spec has changed - the environment itself has changed. You could probably do something with isomorphic encryption but nobody seems that bothered. It’s probably of limited value nowadays as we use the web more as an rpc layer.
Setup will vary by proxy and OS but here's one example (which I haven't used but at a glance seems OK):
https://www.ssltrust.com.au/help/setup-guides/setup-squid-pr...