What does HackerNews think of DiskerNet?

πŸ’Ύ DiskerNet - Your Internet Archived to Your Disk

Language: JavaScript

#50 in Node.js
If you're interested in utilizing your history information for something in your intentional interests, consider saving an archive of pages you browse to make a search engine you can query back through later.

You can save the full content for indexing with full text search, and you can even export archives as tarballs by zipping up the directory. Many people find this a useful way to "mine" their own browser history to create a curated search engine aligned with your interests. Or simply to save the pages they browse for review offline--either to save bandwidth, or just because they're actually "offline"--at a remote site, or on an airplane.

Everything is saved in a fully interactive way. Personally tho, I find search the most useful feature. Also, we're open source so if you want to get involved, please do so!

https://github.com/dosyago/DiskerNet

If you want full-text-search with archiving check out my project, DiskerNet. https://github.com/dosyago/DiskerNet --> also well done on LinkWarden! Looks like a great product! :)
For archiving, look into https://github.com/dosyago/DiskerNet

It's real next gen thinking on this topic.

As for the featured tool wayback... If HN readers can't figure out what it does after reading docs, its likely the thinking behind it is equally unclear.

Another approach that may be less at risk of the vicissitudes of legal trajectory on the copyright issue is a mass-scale decentralized archive: in other words, a democratization of archiving.

One "organized" way to do it would be to have "Internet Archive" run a SETI-at-home type of daemon on your computer to use a bit of idle time and disk to store blocks (obviously there's a rich literature of decentralized file sharing which I'm not apprentice to and so please be suspicious of my suggestions as the "best" method~~but you get the idea).

A "disorganized" way could be to have a "federation" of personal archives, comprised by tools like SingleFile^0, ArchiveBox^1, and my own DiskerNet^2 -- which all in various ways make it possible for you to save web content to your own device, and. It can be then shared with others.

I think in general, aside from any legal perturbations, one should not as a general rule rely on such a single point of failure for something (to some at least) so critical. Probably humanity (or at least netizenry) needs to embrace some form (or mish-mash of various forms) of truly dcentralized archiving.

^0: https://github.com/gildas-lormeau/SingleFile

^1: https://github.com/ArchiveBox/ArchiveBox

^2: https://github.com/dosyago/DiskerNet