





vlc --help outputs text with colors which makes it so much easier to skim
jq is sort of like awk but specifically meant for JSON so it should be a lot easier.


If you view the source of the homepage, you’ll see some HTML that starts with this:
<div class="archive-dropdown-wrap">
<ul class="archive-dropdown">
<li><span class="chapter-label">Issue 1</span><ul><li><a href="https://strongfemaleprotagonist.com/issue-1/page-0/">Cover
That’s the HTML for the drop-down. Although if I were you, I’d look into taking advantage of WordPress’ JSON API, since that website uses WordPress.
For example, here’s a list of the images uploaded to the site in JSON format: https://strongfemaleprotagonist.com/wp-json/wp/v2/media?per_page=100&page=1 (Limited to 100 entries per page)
Not bad for a first meme. I rate it 6½/10. We’ll be watching your meme career with great interest. 👍


if the problem is that major platforms are centralized, opaque, and controlled by corporations, why would the solution be yet another centralized platform controlled by a corporation?
Because people are brainwashed into only trusting billionaires, corporations, brand names, and consumer packaged goods to solve all our problems.
I think maybe whatever UI you’re using didn’t make it clear that this was a cross post? There’s comments on the original post, not the one you and I are commenting in.


Any advantages over using Seal for Android? Is it primarily for iPhone users?


They think this will take some of the heat off of them. Hopefully no one actually thinks this is a reasonable compromise. If I want to help an elderly family member install something on their phone during Thanksgiving dinner or a family reunion, I’m not gonna want to wait a day. Uncle Paul’s flying back to Florida tomorrow morning!
Tim Allen movie where he scares Richard Stallman off his roof and is forced to take his place

I don’t know your exact use case, but I suspect that learning Godot might be very worth it. It’s a really intuitive engine.


I’ve recently gotten really into HelixNotes, which I sync to my phone via Syncthing. And the developer is on Lemmy. They’ve been pushing a lot of updates so I’m excited to see where it goes.


Good example of why I don’t rely on technology I don’t control. I want my workflow to be future-proof and have a predictable cost.


I got Terminus for the TRMNL set up using Podman on my server running NixOS.
Although I’m actually planning on replacing Terminus with my own simple server app that way it can be even more declarative (no Postgres database of devices/users/screens) and easier for me to customize. The API I’ll have to implement is extremely straightforward, so I don’t anticipate it taking too long.


I’m curious what alternative to Pi-hole you set up. (I’m planning on installing Pi-hole soon but wanna hear all my options)