• 1 Post
  • 6 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
    ·
    2 months 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.



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