TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

213 点作者 kanishkalinux超过 6 年前

12 条评论

dqv超过 6 年前
I&#x27;ve needed self-hosted bookmarks for a while. There are some written in Java and PHP, but they just don&#x27;t seem very approachable.<p>This is a great project. Here are some things I noticed that set this project apart from others:<p>1) Detailed (up-to-date!!) documentation for installation. Sometimes you have difficulties installing a project because either the documentation is out of date or just excludes important details. Not true here - you create the virtualenv and run the scripts. There is nothing esoteric about setting up this project to use.<p>2) It&#x27;s on the latest version of Django. It can be a little discouraging to use a project that is running on a version of a library that is no longer supported.<p>3) It doesn&#x27;t require redis or nginx to run out of the box. It works as expected without these things, which means I was able to test the project simply by installing the python dependencies.<p>4) The interface is simple to use.<p>5) Project can be scaled up with celery.<p>6) Full disclosures about problems one may run into with this project and how to address them.<p>It took me 1 minute to install this project. I didn&#x27;t encounter any errors. THIS is how you get people to use your project.<p>The <i>only</i> thing I can say is that the interface needs a little improvement, but this is so easy to over look with such a functional project.<p>Thank you kanishka-linux for creating this project.
评论 #17945489 未加载
dmix超过 6 年前
A chrome extension would be necessary for something like this to replace Pinboard&#x2F;Instapaper for me (I see that in the TODO already). But looks good otherwise. The only thing stopping me is the time commitment of hosting another app for personal use.
评论 #17942715 未加载
kickscondor超过 6 年前
This is cool. I am going to try this out. See also webrecorder.io.<p>I want a record button in my browser bar that I can leave on!
评论 #17944085 未加载
aklemm超过 6 年前
Exciting! I&#x27;m still badly in need of a bookmark manager (and hopefully sync-capable) since xmarks shutdown. I&#x27;m looking at Shiori, ymarks, and Floccus. How does Reminiscence compare?
评论 #17943989 未加载
评论 #17943174 未加载
评论 #17944787 未加载
tjwds超过 6 年前
I love this and love that it&#x27;s built in Python, but…<p>&quot;Do not attempt to compete with Pinboard&quot;[0]<p>[0] <a href="https:&#x2F;&#x2F;blog.pinboard.in&#x2F;2017&#x2F;06&#x2F;pinboard_acquires_delicious&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.pinboard.in&#x2F;2017&#x2F;06&#x2F;pinboard_acquires_delicious...</a>
评论 #17942738 未加载
seltzered_超过 6 年前
very cool. may also be worth mentioning the difference between this and projects like shaarli, <a href="https:&#x2F;&#x2F;github.com&#x2F;pirate&#x2F;bookmark-archiver" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;pirate&#x2F;bookmark-archiver</a> , etc.
评论 #17944123 未加载
评论 #17943188 未加载
j45超过 6 年前
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.
评论 #17944864 未加载
peterwwillis超过 6 年前
I love the idea, but is this a little bit overkill if you just want to mirror your bookmarks? There&#x27;s several simple spidering tools out there that you could change the User-Agent on in order to get mobile or desktop pages, and then you don&#x27;t need to maintain or run any servers or special tools. I would export my bookmarks, run a cron job on them with a spider tool, and commit the result to Git.
评论 #17944009 未加载
emayljames超过 6 年前
HTTrack is something that has been around for years and can rewrite the pages it downloads to internal links to the archived webpage.
评论 #17945528 未加载
fit2rule超过 6 年前
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&#x27;ve ever read since 1997 saved this way - and can harvest a lot of data from the 16,000+ PDF files I now have.<p>Beats me why this isn&#x27;t just a normal feature in the browser. No need for no stinkin&#x27; SAAS to do it ..
评论 #17947209 未加载
wolco超过 6 年前
I would love the ability to bookmark an entire site. Does this allow full spidering?
评论 #17943998 未加载
tempaccount777超过 6 年前
What do you do if the page has videos and gifs? Does this support those?
评论 #17945509 未加载