HackerTrans
トップ新着トレンドコメント過去質問紹介求人

rook1e_dev

no profile record

投稿

Show HN: Fusion RSS Reader v1.0 release

github.com
1 ポイント·投稿者 rook1e_dev·5 か月前·0 コメント

Show HN: Fusion RSS v0.9 – New UI, shortcuts, internationalization, and more

2 ポイント·投稿者 rook1e_dev·昨年·0 コメント

The first three iterations of RawWeb.org's tech stack

rook1e.com
1 ポイント·投稿者 rook1e_dev·昨年·0 コメント

Show HN: Rewriter powered by the patterns from top creators

1 ポイント·投稿者 rook1e_dev·2 年前·0 コメント

Show HN: I built a search engine for independent websites

rawweb.org
5 ポイント·投稿者 rook1e_dev·2 年前·1 コメント

Show HN: Rate AI chatbots based on real-world experience

yourateai.com
1 ポイント·投稿者 rook1e_dev·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 rook1e_dev·2 年前·0 コメント

Show HN: I built a tiny-VPS friendly RSS aggregator and reader

github.com
187 ポイント·投稿者 rook1e_dev·2 年前·48 コメント

[untitled]

1 ポイント·投稿者 rook1e_dev·2 年前·0 コメント

コメント

rook1e_dev
·昨年·議論
So I built a search engine for personal blogs. Feel free to submit your blog's RSS feed here: https://rawweb.org/feeds
rook1e_dev
·昨年·議論
Tailscale or pure WireGuard is cool.
rook1e_dev
·昨年·議論
https://github.com/usememos/memos is perfect for using as a link blog
rook1e_dev
·昨年·議論
Crawler is a simple HTTP requester + RSS parser. Full-text searching uses Elasticsearch.
rook1e_dev
·昨年·議論
RSS is my main source of information. And I've built some RSS-related projects:

1. https://github.com/0x2E/fusion - A lightweight, self-hosted friendly RSS aggregator and reader

2. https://rawweb.org/ - A search engine for indie websites (the crawler collects data from RSS feeds)

3. https://github.com/0x2E/rss-finder - A tool for finding the RSS link of a website
rook1e_dev
·2 年前·議論
You can use the standalone binary (18 MB) to run it. Docker is just one deployment method.
rook1e_dev
·2 年前·議論
It seems like the compiler used in project's front-end framework doesn't support OpenBSD.

There is nothing we can do about it at the moment. Maybe in the future we will change the tech stack to reduce the complexity of the front-end.
rook1e_dev
·2 年前·議論
Currently it doesn't have that feature.

You can create an issue about it on GitHub so we can evaluate how much it is needed.
rook1e_dev
·2 年前·議論
You can custom the page size by params in url ( ?page_size=1000).

But large page size can cause page performance problems.
rook1e_dev
·2 年前·議論
Here: https://news.ycombinator.com/item?id=40525683
rook1e_dev
·2 年前·議論
Hi, thanks for the suggestion! Currently it doesn't have that feature.

You can create an issue about it on GitHub so we can evaluate how much it is needed.
rook1e_dev
·2 年前·議論
That's mostly for Windows users.

The SQLite driver uses cgo, so we use both Ubuntu and Windows Server in CI to avoid cross-compiling. However, we still can't confirm that it's 100% ok on Windows. If any weird bugs occur on Windows, we don't have much experience or energy to deal with them.

The Docker image is based on Debian, we are more familary with it.
rook1e_dev
·2 年前·議論
Hi. Just to clarify.

> Node 21 with NPM > Sveltekit, shadcn-svelte

The front-end things are used during the build process. You don't need them when deploy.

> And the documentation literally specifies it requires docker.

Fusion can be deployed as a *single binary*. Docker is just the recommended way. Maybe we need to make documentation clearer.