If you're looking for a good resource on jailbreaking and installing KOReader on your Kindle, I highly recommend the guides at https://kindlemodding.org/
> Netflix seems to basically do everything in their power to own the experience of using Netflix as much as possible, short of making a device and OS themselves.
I'm suddenly feeling that the next step for Netflix is making a dedicated streaming hardware device solely for Netflix. Subsidized by ads of course. Like the reverse of Roku.
This is my sole reason for sticking with smart TVs or a streaming device. How is anyone getting proper 1080p+ streams from Netflix using a Linux device? 4K is not necessary, but 1080p at least it's what I need. Not even considering proper HDR support
One suggestion (feel free to ignore) is to hide the vote counts until after a choice is selected, just to prevent some sort of bias. But again it's your site, thanks for the fun!
The repository introduces it as indeed based on Helium [0].
The cool part about Helium is that it's based on patches, rather than forking the full source code. I don't know how sustainable this is in the long term, but it's an interesting approach for sure.
Not sure what's cool about that. A fork is a patch set, with a ton more ergonomics on top. Passing around sets of patches was what we did before VCSs were common/easy-to-set-up, and it was always brittle and annoying.
Standard practice for Chromium forks. Chromium's repo is huge, slow, and impossible to diff for your changes with 10000s of other commits. Also, painful to host it anywhere.
Been meaning to post this but if you're interested, I set up a RSS feed for the daily Far Side comic[0]. It's a simple scraper that runs daily on GitHub actions and creates an entry for the 2-5 comics and captions of the day. Source code is on GitHub.[1]
I'll have to look into this new section of the website and see about adding that to the feed.
This looks great, I'll have to check it out. I remember with the Far Side website I had to use Selenium for the browser because of some JavaScript on the page vs using something like BeautifulSoup. Does yours handle that?
Yeah, it uses Playwright, so it does execute JavaScript. It doesn't attempt to hide the fact that it's automated, so some sites that don't like scraping will block it, but I wouldn't expect that for this website.
In case anyone finds this, I received a DMCA notice from the publisher of The Far Side this morning, and out of respect for Gary Larsen, I'll removed the scraper and RSS feed.
Thanks for this! I have moved 90%+ of my daily media consumption to FreshRSS, and despite the up-front effort, it's been well worth it. I find that a very simple, chronological, purely opt-in approach has improved my mental health, and left me fulfilled without the need for endless algorithmically generated content feeds, which frequently left me anxious and procrastinating.
I'll be curious how you'll do this, having a daily Far Side like the daily paper calendar is a good idea. The only possible issue with my RSS feed is that I lump all the daily comics into one entry. So you could get 2-5 images per day/entry. Essentially what you see on the front page of thefarside.com. I'm not completely sold on my method, so open to suggestions (see above post for the GitHub)