Hacker News new | ask | show | jobs
by geekit 3037 days ago
I use Instapaper for not just "read later" feature but as bookmarking too to later refer it. It has single level folders for organizing. Searched can be done on page title or cached copy of page.

As your solution is self hosted, it is good. Wish I knew Go tools to use it.

1 comments

> Wish I knew Go tools to use it.

What do you mean?

I meant I don't have any experience with Go setup, tools and stuff since it is made with Go.
Well with Go, you don't need them if all you want is to run the project. Go produces binaries, so you just download the binary from somewhere - No Go needed. In this case, iirc he was releasing binaries on the GitHub page.

You only need Go if you're wanting to develop on the project, or if the developer never released binaries.

go get github.com/RadhiFadlillah/go-readability