• 1 Post
  • 32 Comments
Joined 1 year ago
cake
Cake day: August 19th, 2023

help-circle
  • I use Inoreader. Not selfhosted but that is everything i have at that company. The articles are public anyway so I don’t care that much.

    My workflow is article maximize and try to hide everything else like menubar and list of sources etc. I use jk to navigate for scrolling and v/space to go to article. I use vimium extension so d for close tab with article. Article is automatically marked as read as I scroll. It takes 5 min per day to go through. I think if I would selfhost then I would try tiny rss.

    I don’t use it on phone. No need. I am at my computer most of the time.






  • Mio@feddit.nutoSelfhosted@lemmy.worldAnyone running ZFS?
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    3 months ago

    Dataloss is never fun. File systemet in general need a long time to iron out all the bugs. Hope it is in a better state today. I remember when ext4 was new and crashed in a laptop. Ubuntu was to early to adopt it, or I did not use LTS.

    But as always, make sure to have a proper backup on a different physical location.














  • Mio@feddit.nutoSelfhosted@lemmy.worldGitHub - jeena/fxsync-docker
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 year ago

    Yes, you can write bad code and that matters most. Rust is more low level than high level language. Rust is new so not much bloat library has been written yet :) So far I have seen many lean Rust applications in the open source world. Please note I used the word “should” - no guarantees.

    SQLite makes minimum memory usage much lower than MySQL. Many that would selfhost this is just for one single user and don’t need a standalone database

    I can image that the application itself for doing this would not require much ram at all but having a MySQL requires much more ram usage in order of magnitudes.