HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rook1e_dev

no profile record

Submissions

Show HN: Fusion RSS Reader v1.0 release

github.com
1 points·by rook1e_dev·5 maanden geleden·0 comments

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

2 points·by rook1e_dev·vorig jaar·0 comments

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

rook1e.com
1 points·by rook1e_dev·vorig jaar·0 comments

Show HN: Rewriter powered by the patterns from top creators

1 points·by rook1e_dev·2 jaar geleden·0 comments

Show HN: I built a search engine for independent websites

rawweb.org
5 points·by rook1e_dev·2 jaar geleden·1 comments

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

yourateai.com
1 points·by rook1e_dev·2 jaar geleden·0 comments

[untitled]

1 points·by rook1e_dev·2 jaar geleden·0 comments

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

github.com
187 points·by rook1e_dev·2 jaar geleden·48 comments

[untitled]

1 points·by rook1e_dev·2 jaar geleden·0 comments

comments

rook1e_dev
·vorig jaar·discuss
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
·vorig jaar·discuss
Tailscale or pure WireGuard is cool.
rook1e_dev
·vorig jaar·discuss
https://github.com/usememos/memos is perfect for using as a link blog
rook1e_dev
·vorig jaar·discuss
Crawler is a simple HTTP requester + RSS parser. Full-text searching uses Elasticsearch.
rook1e_dev
·vorig jaar·discuss
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 jaar geleden·discuss
You can use the standalone binary (18 MB) to run it. Docker is just one deployment method.
rook1e_dev
·2 jaar geleden·discuss
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 jaar geleden·discuss
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 jaar geleden·discuss
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 jaar geleden·discuss
Here: https://news.ycombinator.com/item?id=40525683
rook1e_dev
·2 jaar geleden·discuss
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 jaar geleden·discuss
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 jaar geleden·discuss
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.