• 2 Posts
  • 20 Comments
Joined 3 years ago
cake
Cake day: June 26th, 2023

help-circle


  • 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:

    • Mere Medical - This is a PWA with no server component, which is kinda cool, although that meant synchronizing between devices does really exist. It was able to import from my Primary Care which uses Cerner (although I had to register as a developer with Cerner to get an API key), however, it couldn’t do very many useful things with the data. Having a bunch of “documents” wasn’t that helpful
    • GNUHealth - seems dead
    • Kailona - I haven’t tried this yet. Seems a bit complicated, and looks like you have to set up your own FHIR Server?
    • Medplum - I haven’t done much investigation yet. It doesn’t seem to be a PHR, but maybe something to build on?

  • 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


  • nix98@lemmy.worldtoSelfhosted@lemmy.worldStuff for kids?
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 month ago

    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:

    • Cartoons
    • Education
    • Sing alongs
    • History

    that they can switch between, but that is all I give them.



  • nix98@lemmy.worldtoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    6
    ·
    2 months ago

    I started using Linux in '98 with Red Hat 5.2. I have swapped between many, many different distros. But for the last 10 years or so, I’ve mostly stuck with Fedora. It generally just works, is up to date, and I’ve never had issues upgrading on their 6 month release cycle. My desktop probably started on Fedora 20-something and has been upgraded to the latest (43) without ever doing a reinstall!

    My primary computer is my Frame.work laptop running Fedora 43.




  • If you don’t need transcoding, then anything should be able to handle it. But, if you are planning to stream over the Internet to your phone on LTE, you’ll “probably” want transcoding, or if you are streaming to set top boxes, they may not support the codecs you used, and will also require transcoding.

    I personally am using Jellyfin, and find it to be great for TV shows, movies, and you tube (via tubearchivist + its jellyfin plugin). It’s dead simple to setup, its metadata is perfect, and there are great frontends for it. Other than the big update from about 6 months ago, it has mostly been a set it and forget it.

    Some people use jellyfin for music, but I find navidrome a much better option for music.

    I run my media server on a fitlet2. It isn’t super powerful, but has been a great little machine. It can transcode 1080p just fine, but would struggle for doing anything higher than that.

    It hosts about 30 other things too, including my camera and NVR with frigate.


  • How so? From blu-ray, I can use handbrake or ffmpeg to pick the exact quality and options I want. And I can use av1, which most torrent groups still aren’t using.

    I also find many of the downloads strive for smaller file size over quality. I want the opposite, as I don’t ever want to have to rip again, and I want them to look perfect.


  • I don’t have trouble with most blu-rays, but there are a few I have not been able to get to rip. This includes, brand new, out of the box blu-rays. I have not tried any ultra-hd blu-rays yet, even though my external blu-ray drive should support it.

    I do recommend looking at the makemkv forums for blu-ray drives. Some of the cheaper external drives do not last very long! A higher quality internal drive with an external case works much better. There are some people on the makemkv forums you can buy from. They have specific drives they like and they’ll pre-flash libredrive firmware on them.

    I also prefer ripping to downloading. I am quite specific about how I like my movies ripped, and like to keep embedded subtitles, extra languages, full DTS surround, and commentary tracks, which are often missing in downloads. It does take a bit more time, but I also find I am way more careful about curating my collection and keeping it high quality.











  • 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.