Going to check that out because....yeah. Just gotta figure out what and where to archive.
The music from Jurassic Park 2: The Chaos Continues is pretty banger:
Not listening to it at the moment, but I listened-through my Alastair Reynolds audiobook collection recently.
Aside from the quality of the stories (love me some good hard sci-fi), all of the audiobooks were narrated by the same guy. Several of the books are part of a series, and the narrator did a pretty good job, though not perfect, of using the same voices between books for all of the recurring characters.
Yeah, I noted that one as the oddball. Based on replies here, it's definitely a regional difference. In my area, it's all but extinct under the age of 60.
Nice. I figure all the web-based ones should unless they've got a static list of image types that doesn't include svg. The installed apps could be hit or miss depending on how they're implemented.
Allow me to upvote posts and comments within search.
Tesseract and Photon both allow that :)
Maybe others, too, but I'm most familiar with those two since I've been involved in their development (and they're my daily drivers).
Maybe try a different web app? Most 3rd party Lemmy webapps are miles ahead of Lemmy-UI when it comes to user experience.
FYI: Tesseract and Photon both support those by putting [Tags] or [Flairs] at the beginning or end of the post title. Both make them clickable which will search for other posts containing the flair.
The API supports that, but not all UIs do yet.
It's on my "to do" list for my app.
I have this in Tesseract as "Community Groups" (works exactly like you described; browse the group as a custom feed), but I've neglected it for some time now. It works, but it's kind of slow and the sorting/mixing could use some improvement.
The sorting/mixing used to be better, but Lemmy 0.19.0 removed most of the ranking specs from the API response, so I can only sort on the basics like score, number of comments, and date. :(
Thanks for clarifying.
I'll definitely add that. Will probably include a few built-ins since they have a lot of different domains: Facebook, Xhitter, Reddit, etc. Those can be toggled and then add a separate list for the user to add custom domains.
e.g. Selecting "Reddit" would filter "old.reddit, new.reddit, reddit.com, out.reddit.com, etc" Selecting "Facebook" would filter all of their main and short domains, etc.
(I usually trawl posts like this to get feature ideas lol)
Haven't messed with it personally (yet), but I've seen some examples where Caddy can do some cool stuff (I think the example I saw recently was defining routes that can call an arbitrary program with the HTTP request details).
I use Nginx almost exclusively (I've got HAProxy in the mix, too, but it's strictly for load balancing). Everyone always keeps recommending Traefik to me, but from what I've seen, it doesn't do anything Nginx can't already do, and the config is all bizarre and way less intuitive. Not saying it's bad, just not for me. (This is not an invitation to proselytize Traefix at me lol).
Use whatever works for you.