Live data from Hacker News

Show HN: Reminiscence, self-hosted bookmark manager and personal wayback machine

github.com

41–50 of 50 posts

Re: Show HN: Reminiscence, self-hosted bookmark manager and personal wayback machine

#41
I have a ghetto version of this - I just print web pages to PDF, and then archive the PDF locally to storage. I have every website of interest to me I've ever read since 1997 saved this way - and can harvest a lot of data from the 16,000+ PDF files I now have.

Beats me why this isn't just a normal feature in the browser. No need for no stinkin' SAAS to do it ..

Re: Show HN: Reminiscence, self-hosted bookmark manager and personal wayback machine

#42
post #40

Earlier quoted context omitted.

That was amazing feedback! Thanks a lot! About user-interface, I agree it needs improvement. Especially inbuilt reader needs some work. Can you suggest some improvements in UI?

Most of this is personal preference for me, so I would take what I'm saying with a grain of salt. There are some spacing issues here and there - the username/settings drop down next to the search input is not vertically aligned with the rest of the elements. The create new directory form and add URL form is pushed to the right a bit. I'd either center those or keep them aligned left. One thing I'd try is making the c…

Pretty detailed suggestions! Thanks. I'll keep them in mind when iterating on next version of the project.

Re: Show HN: Reminiscence, self-hosted bookmark manager and personal wayback machine

#43

Earlier quoted context omitted.

I think, wget is even better and much older than it.

Ah thanks. HTTrack would be easier for those not educated in the command line though.

By the way, this application is not just about archiving. For regular archiving wget (and in your case HTTrack), are more than sufficient. Reminiscence has been developed for bookmarking, archiving, organizing and access from anywhere.

Re: Show HN: Reminiscence, self-hosted bookmark manager and personal wayback machine

#44

I have a ghetto version of this - I just print web pages to PDF, and then archive the PDF locally to storage. I have every website of interest to me I've ever read since 1997 saved this way - and can harvest a lot of data from the 16,000+ PDF files I now have. Beats me why this isn't just a normal feature in the browser. No need for no stinkin' SAAS to do it ..

I like the robustness of this type of solutions, so here's a bunch of questions:

Do you also use a folder hierarchy for separate topics, and-or a file naming scheme?

And have you scripted the pdf generation to an extent, or is everything done by hand? (I suppose manual saving and pdf naming might work as a fairly nice "bullshit filter", at least for some period.)

How much time does it usually take for you to store a link that way?

Re: Show HN: Reminiscence, self-hosted bookmark manager and personal wayback machine

#45
post #14

Earlier quoted context omitted.

Pinboard has an archive option at a higher subscription level.

Where higher is still a ridiculously cheap $25/yr

And you don’t have to care about disaster recovery, backup and upgrades? If I were half-serious about my bookmarks, I’d pay that much. I am not though and pinboard free account is enough.

Re: Show HN: Reminiscence, self-hosted bookmark manager and personal wayback machine

#46
post #25

Nice. Are there plans to add saving of annotations (highlighting text and string to the link) like Diigo? Annotations seem to remain a elusive feature in a self hosted solution.

Thanks! I'll add support for annotations in project's TODO list. It'll be a nice addition to any archiving solution.

Starred the project, look forward to it. This is the only feature that has me tied to using a hosted solution, instead of a self-hosted solution.

Re: Show HN: Reminiscence, self-hosted bookmark manager and personal wayback machine

#48
post #45

Earlier quoted context omitted.

Where higher is still a ridiculously cheap $25/yr

And you don’t have to care about disaster recovery, backup and upgrades? If I were half-serious about my bookmarks, I’d pay that much. I am not though and pinboard free account is enough.

Not just that, but also link rot. In five years how many of those URLs will still have useful info on them?

(I didn't even know pinboard had free accounts.)

Re: Show HN: Reminiscence, self-hosted bookmark manager and personal wayback machine

#49
post #48
post #45

Earlier quoted context omitted.

And you don’t have to care about disaster recovery, backup and upgrades? If I were half-serious about my bookmarks, I’d pay that much. I am not though and pinboard free account is enough.

Not just that, but also link rot. In five years how many of those URLs will still have useful info on them? (I didn't even know pinboard had free accounts.)

IIRC, I paid a small fee once, 10$ or something, but even when the website changed to subscription only, I was never asked to pay additional fee.

Re: Show HN: Reminiscence, self-hosted bookmark manager and personal wayback machine

#50
post #44

I have a ghetto version of this - I just print web pages to PDF, and then archive the PDF locally to storage. I have every website of interest to me I've ever read since 1997 saved this way - and can harvest a lot of data from the 16,000+ PDF files I now have. Beats me why this isn't just a normal feature in the browser. No need for no stinkin' SAAS to do it ..

I like the robustness of this type of solutions, so here's a bunch of questions: Do you also use a folder hierarchy for separate topics, and-or a file naming scheme? And have you scripted the pdf generation to an extent, or is everything done by hand? (I suppose manual saving and pdf naming might work as a fairly nice "bullshit filter", at least for some period.) How much time does it usually take for you to store a…

Folder hierarchy: nope. Just 15k+ files in a sub-directory. There is a reason for this: its just so convenient to grep for a subject I'm interested in, thus:

    $ ls -l |  grep "hacker news"
PDF Generation scripted? Also no. This is just a print-to-pdf hotkey away, no need to script it. The PDF names come from the title of the web page, so its sometimes necessary to adjust this and make my own title, but only about 2% of the time.

Time to store? As much time as it takes to print most web pages to PDF - i.e. mere seconds.

And there is so much data to be harvested in the collection - best of all, its all mine. No third-party gets to see it, collate the data, see where my interests are, sell me things, etc.

Post reply on HN