

I haven’t seen any of the sequels, but why do they keep letting JJ Abrams write/direct movies? He ruined Star Trek too.


I haven’t seen any of the sequels, but why do they keep letting JJ Abrams write/direct movies? He ruined Star Trek too.


Thanks for the list. I too have been investigating PHRs (Personal Health Records), and I am glad to see more and more interest in this space.
MediKeep looks interesting, and hopefully we’ll see connections with some of the major EHRs, so we can import our data.
My dream is to be able to import my data, modify it, then send out changes back to my providers. I am shocked at how much out of date or wrong information is in my records from my primary care!
Some more to add to the list:
I wrote some open source software[1] many years ago for mapping out bus routes, their stops, timetables, and everything else. It’s pretty old and probably only runs on linux.
It will let you generate GTFS data (the standard for transit), and then there are OSM importers for GTFS data.
The nice thing, is that since GTFS data has routes, stops, timetables, holidays, …, it will work with any of the routers with OSM.
[1] Subte
I would consider jellyfin + ersatztv. ersatztv lets you create “live” channels and define your own programming. Instead of the kids having a free for all of being any to stream any of the media you give them access to, you instead give them access to a few channels.
One of the nice things about it, is the channel can go “offline” at certain times. So, if you have a strict bedtime of 8pm, the shows will literally finish at 8pm, and the channel will stop. No more “let me watch on more video!”
I have several channels like:
that they can switch between, but that is all I give them.


I have started doing something completely different than using bookmarks. I set up yacy on a personal, internal server at my home, which I can access from all my devices, since they are always on my wireguard vpn.
Yacy is actually a distributed search engine, but I run in ‘Robinson mode’ as a private peer, to keep it isolated, as I just want a personal search of only sites I have indexed.
Anytime I come across something of interest, I index it with yacy, using a a depth of 0 (since I only want to index that one page, not the whole site). This way, I can just go to my search site, and search for something, and anything related that I’ve indexed before pops up. I found this works way better than trying to manage bookmarks with descriptions and tags.
Also, yacy will keep a cache of the content which is great if the site ever goes offline or changes.
If I need to browse, I can go use yacy’s admin tools to see all the urls I have indexed.
I have been using this for several months and I am using this way more than I ever used my bookmarks.
Oh boy. While I would recommend using flatpak or bwrap if you want a sandbox, my guess is you probably need to give the container access to the devices in /dev, like:
--device /dev/dri/:/dev/dri/or
--device /dev/dri/renderD128:/dev/dri/renderD128You might also need to make sure the user inside the container actually has access to that device.
I’d suggest looking at Jellyfin’s Hardware Acceleration Docs since it goes into detail on getting hardware acceleration working within docker.