HN user

dugite-code

865 karma

Homepage: http://peekread.info

Posts1
Comments292
View on HN

This is a really interesting signal tbh.

While it sounds like it already works on GrapheneOS having a corporation come out and say they won't go out of their way to break it is quite unusual.

Even without koreader a kobo is refreshingly open to tinkering. Getting root and ssh access is just a matter of renaming a file on the disk.

I got the colour after being on an old paperwhite for many years so thankfully it's a big step up for me.

Not op but I have an opensense box and a semi managed switch and an couple of TP-Link omada controlled ap's for wifi.

It can make management a bit difficult if you're not careful, but I have wireguard listening on all the vlans so I can bypass any restrictions on any connection it can get my laptop onto if needed.

Except with modern tooling it's not a huge task anymore to run these services.

Cost wise on the right hardware it is very cheap to run, add the privacy/personal control aspect it's no wonder so many people do it.

Yes any RSS reader works for this task.

There are two types of channel RSS feeds

https://www.youtube.com/feeds/videos.xml?channel_id=<CHANNEL_ID>

And the older

https://www.youtube.com/feeds/videos.xml?user=<username>

Youtube used to have an opml export button but there are a few github projects that convert the youtube subscription csv that dumps out of the account data export.

Edit: If you want to filter out shorts using the selfhosted application rssbridge allows you to do this.

These days, everybody is an expert photographer

If that were true there would be no wedding photographer's or any sales of high end DSLR's. The barrier of entry may have fallen but the need for real experts and tools still exists.

I expect AI's will cause a similar shift, lower barrier to entry but still requiring the hand of the expert in critical situations.

Could have been due to using a free hosting provider for TT-RSS. I self-host it and have done so for almost a decade with very few issues.

That said as always with software your mileage may vary.

The Read you app looks promising, if a bit different workflow wise. I'll give it a shot with the Fresh API plugin. Thanks!

I still perfer the TT-RSS, now on github without Fox (The dev most people had issues with).

The android app isn't maintained at the moment but it's still one of the best rss apps I have ever used

According to keepandroidopen.org they haven't updated their wording yet and no real movement has happened to implement this

Google’s description of the program ↗ continues to state plainly that:

    "Starting in September 2026, Android will require all apps to be registered by verified developers in order to be installed on certified Android devices"

Not to mention this is a build server, its uptime isn't actually all that critical, assuming they then mirror the artifacts out from there.

Not to mention it also simplifies the security of controlling signing keys significantly.

It certainly could be something else other than 5g but it's one of the first things that gets thrown around when battery drain is mentioned and the mobile internet was the main user of power on the phone.

You are very fortunate for not hitting any edge cases, but sorry anyone commenting here typically isn't anywhere near to what you could call a "normal user". I ran into quite few minor issues with the enhanced security settings, my partner would never been able to figure out the solution to that issue and I consider them a normal user.

Not to mention the 5g battery drain is a hard show stopper, not just Homeassistant issues. I even experimented with different apps like owntracks but same problem with GPS.

I found a solution to the GPS icon but it requires an ADB command so not a great fix.

I really wanted to like Graphene OS but I ended up bouncing off it due to a few major pain points that badly effected battery life.

- Using the default 5g setting resulted in far worse battery life than stock, telling people to choose 4g isn't a solution. They desperately need something like the adaptive connectivity service.

- Using Homeassistant's GPS tracking feature just destroyed the battery life, even switching to 4g didn't solve this issue. Changing all the GPS settings didn't help either.

- The obnoxious green GPS active icon makes the notification bar useless if using a GPS tracking app (or even gps navigation). The request for a whitelist was either ignored or rejected, the teams communication can come off a bit rough.

No normal user is going to be happy with Grapheneos. From what I've seen postmarketos is much more user friendly.

Calendar and tasks uses CalDav and contacts are CardDav. Very similar to WebDAV but have their own idiosyncrasies.

The biggest issue is the web interfaces, there are a ton of edge cases that has taken Nextcloud years to work through.

Not to mention the exploration of wedav push by the Davx5 team https://manual.davx5.com/webdav_push.html.

For notes I currently use obsidian with the remotely-save plugin https://github.com/remotely-save/remotely-save

I was surprised to discover that if you run the robot vac once a day or even every second day it significantly reduces the amount of dust that ends up on other surfaces.

You just schedule it and forget it. As everyone says it doesn't do as good of a job as you do but the main benifit is it's consistent about doing that job more frequently.

In my experience the bottle neck for any nextcloud install is typically the database.

Unlike many other projects it's surprisingly easy to get in a situation where the db is throttling due to IO issues on a single box machine. Having the db at on a seperate drive from the storage and logging really speeds things up.

That and setting up a lot of the background tasks like image preview generation, redis ect properly.

Snap isn't the best experience for Nextcloud in my experience, fine for a demo or a single user instance that isn't mission critical. Users who expect more out of it will often bump up against its limitations.

Anyone who wants to seriously use Nextcloud should look into the AIO docker containers or rolling the individual containers themselves. Nextcloud has expanded into a full groupware stack and it's expected you have an actual admin managing the system like with any real deployment of enterprise software

Nextcloud suffers from flexibility, it's got a lot to offer but requires dialling in to your specific use case, the mistake most admins is to assume you can just run it without tuning, it has too many differing options to do that smoothly out of the box.

The ability to just run it in a snap has really contributed to this imho, Nextcloud is enterprise software you just happen to be able to run in your homelab.