• 5 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: March 6th, 2025

help-circle
  • I don’t think this counts as a leopard-face moment. That would imply that Android users (or app developers) were somehow hoping that Google would only screw over non-Android users. No one was thinking that; everyone knew that Google was screwing you the hardest if you were using an Android phone. They were just hoping that Google wouldn’t go this far and completely lock down the platform.







  • I’m liking it so far. One thing that I noticed is that, by default, when you add a new source (person, Youtube channel, etc.), it asks you what category that source should go it. Mastodon’s web UI has the multi-column layout, and you can use that to categorize people you follow, but I always end up forgetting to do that. Seems like Surf makes categories the first thing you do, rather than an optional thing you do later. I think I’m going to like this more organized feed based around topics.



  • Thanks for writing that up! I’m curious: what makes you use Readeck for some things and Linkwarden for others? It seems like they have the same use case, and pretty much the same features.

    I’ve been using wallabag for quite a while, before Linkwarden and Readeck were written, and I haven’t felt a reason to switch away from it.

    A thing I like doing with wallabag is:

    1. Select a bunch of articles that I want to read on my ebook reader
    2. Tag them as “exported_on_2026-04-02”
    3. Export them as an epub
    4. The epub is synced automatically by syncthing to my ebook reader (it’s like an eink Android tablet)
    5. Once I’ve read that file on the ebook reader, select all entries tagged with “exported_on_2026-04-02” and mark them as read. Or just mark them as read right away, since I’ll definitely get to them once they’re on the ebook reader.

    I haven’t found any other bookmarking applications that can conveniently tag articles in bulk, export, and then mark as read in bulk like wallabag. From the website, it looks like Readeck can, I’ll have to check it out.










  • Same here. I’m the only user of my services, so if I try visiting the website and it’s down, that’s how I know it’s down.

    I prefer phrasing it differently, though. “With my current uptime monitoring strategy, all endpoints serve as an on-demand healthcheck endpoint.”

    One legitimate thing I do, though, is have a systemd service that starts each docker compose file. If a container crashes, systemd will notice (I think it keeps an eye on the PIDs automatically) and restart them.