• 0 Posts
  • 39 Comments
Joined 11 months ago
cake
Cake day: July 29th, 2023

help-circle


  • This is also what I’d like to know, and I think the answer is no. I want to have NFS not wait indefinitely to reconnect, but when I reconnect and try going to the NFS share, have it auto-reconnect.

    edit: This seemed to work for me, without waiting indefinitely, and with automatic reconnecting, as a command (since I don’t think bg is an fstab option, only a mount command option): sudo mount -o soft,timeo=10,bg serveripaddress:/server/path /client/path/





  • I’ve been using snaps for a few years now and while they still could use some improvements, the snaps I’m currently using seem to be fairly indistinguishable from deb-based packaging thanks to bug fixes they have done over the years. I think the idea of containerized applications is a good one, I think it actually can be safer. Performance is also fine for me with snap applications even like Firefox snap startup speed, although I’m using an R9 5900x and Gen 4 M2 NVMe SSD so maybe that’s why, or maybe they really have improved the snap software and it is just as fast now for the most part.










  • That’s why I open-source everything I work on, or at least, everything I have permission to. I have one or two projects where I have friends who have contributed a good amount of code but don’t want it public so I respect their wishes and keep it private. Everything else I work on though, it’s open-source.

    If I can’t or won’t continue working on something, maybe someone else can find it useful and continue working on it.





  • Awesome, glad to hear those issues are aware of! Best of luck with fixing them, it does sound like a challenging bug.

    For the new comments having yellow being poor contrast, is that something that could still be fixed? It seems to be really poor contrast and hard on the eyes, a couple of my friends noticed this too.

    For the pageCursor not using page number, is that intentional or could it be fixed to use page number again?