HackerTrans
TopNewTrendsCommentsPastAskShowJobs

adhamsalama

249 karmajoined 3 anni fa

Submissions

Show HN: Inkfeed – RSS Reader for Kindle

inkfeed.xyz
4 points·by adhamsalama·mese scorso·1 comments

comments

adhamsalama
·l’altro ieri·discuss
Did any company achieve this?

Have we seen a company fail because they're not adopting AI as much as their competitors?
adhamsalama
·mese scorso·discuss
And just after I posted this I discover a horizontal line my Kindle screen... Guess I jinxed it...
adhamsalama
·2 mesi fa·discuss
> Cloudflare’s usage of AI has increased by more than 600% in the last three months alone.

So did your outages...
adhamsalama
·2 mesi fa·discuss
Doesn't Tauri fix this?
adhamsalama
·3 mesi fa·discuss
For $3.5, Hetzner gives 2 vCPU, 4GB RAM, 40 GB SSD, and 10 TB of bandwidth.
adhamsalama
·3 mesi fa·discuss
I'm working on a FOSS Web-based RSS reader for the Kindle that works on the Kindle browser, no need to send articles via Amazon or Calibre!

It's called Inkfeed

https://inkfeed.xyz

https://github.com/adhamsalama/inkfeed-reader
adhamsalama
·3 mesi fa·discuss
It would be great if you opened an issue on GitHub (or a PR) so we can fix this. I definitely want this to work on all Kindles including older models. Thank you.
adhamsalama
·3 mesi fa·discuss
Those black boxes are usually deterministic.
adhamsalama
·3 mesi fa·discuss
It's hard for me to debug this because I don't have a Paperwhite 7. I assume it's a JS compatibility issue but not where the exact root cause.

Since the reader is Open Source, can you run it on your machine and view it on your local network to debug and tell me what's the issue so that I can fix it?
adhamsalama
·3 mesi fa·discuss
I haven't open sourced the Backend yet, but the reader frontend repo is fully working without the Backend. The Backend is used for emailing yourself and doing file conversion on the Backend instead of the Kindle to save battery.

So without the Backend you're only missing the email feature. All you need is a proxy to bypass CORS.

To be honest I was thinking of keeping the Backend closed source to add subscriptions ($1 per month) to cover the hosting (4$), which means I only need 4 users to break even haha.

Will think about open sourcing the Backend and get back to you.
adhamsalama
·3 mesi fa·discuss
Sorry for the delay. Will check it out.
adhamsalama
·3 mesi fa·discuss
I discovered this post while reading Hacker News on my Kindle BTW.
adhamsalama
·3 mesi fa·discuss
I faced the same issue, but I wanted to use my Kindle to read RSS feeds without relying on my PC, phone or Amazon, so I built a FOSS web-based RSS reader compatible with the Kindle browser. It may make your life a lot simpler.

Link: https://inkfeed.xyz Repo: https://github.com/adhamsalama/inkfeed-reader
adhamsalama
·4 mesi fa·discuss
A lightweight web-based RSS reader to use on my Kindle.

https://github.com/adhamsalama/simple-rss-reader
adhamsalama
·4 mesi fa·discuss
I was just building a POC of something like this a couple of weeks ago. I'm glad someone else already implemented it with support for more languages.
adhamsalama
·4 mesi fa·discuss
So, about that...That's how I read RSS feeds on my Kindle.

https://github.com/adhamsalama/simple-rss-reader
adhamsalama
·5 mesi fa·discuss
Fair enough. I did consider jailbreaking my Kindle but I am afraid of bricking it.
adhamsalama
·5 mesi fa·discuss
Why Jailbreak the Kindle when you can just open its browser and visit a website that shows the arrival times?

The Kindle browser is surprisingly decent, I made Claude Code generate an RSS feed reader compatible with the Kindle browser, with the ability to read full articles (for those feeds that require you to visit the website), and download articles. It also supports Reddit and Google News RSS feed. This is my new favorite way of browsing the internet.

https://github.com/adhamsalama/simple-rss-reader
adhamsalama
·5 mesi fa·discuss
C is the best language to learn as a beginner.
adhamsalama
·5 mesi fa·discuss
I did this as a side project awhile ago it was very fun.

https://github.com/adhamsalama/webrtc

I didn't bother adding much styling to the website because I was only interested in the network side of things.