Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SP
Posts
0
Comments
102
Joined
2 yr. ago
  • First thing I'd do is to look at the client (fedora) journal for anything funky happening.

    'sudo systemctl status nfs-client'

    Since it's random I assume you won't have any timeout in your /etc/fstab but it might be worth taking a look anyway.

    Be aware that if the network drops the NFS will be disconnected and won't auto-reconnect so this could also be the issue.

    I don't know if it plays well with container mounted volume, but looking at autofs could be a solution to auto-remount the share. I use it profusely for network mounted home directories.

  • I'm still in a mechanical engineering world so just saying INT and FLOAT has people running away. Excel is the "safe zone" for them, sadly it means that I'll just be doing the VBA part and oh gawd please get me out of here...

  • Immutable distros works great when you want them exactly as they come. Anything else is a shit show IMHO.

    As an example, multiple fedora based immutable distros dont have the codecs required to play YouTube videos. You have to either replace the rpm-ostree based Firefox with the flatpaks one or layer ffmpeg over the base system. Both solutions I wouldn't expect someone without Linux knowledge to be able to do.

  • I remember those questions! As soon as I read high school my mind went from "working for Canonical would be nice" to "let's justify not writing an essay by reading everything bad about Canonical".

    Lucky for me it was easy as r/recruitinghell was full of post about people doing the whole process and being rejected. Also the CEO had a reddit account and the way he was justifying this process didn't jive with me, at all.

  • Considering that git already support email based collaboration, I agree that a federated forge is really niche. It's more of a frontend bonus. Which, considering the amount of company still using IRC, is not really a priority in the commercial world.

  • Having to install things mostly through flatpaks works seamlessly until it doesn't. Then you're stuck in dependency hell where you have to open holes in your containers to allow access to files or binaries.

    I'm at a point where I layer enough software that I don't know If there is still value added.

  • I'm currently trying Fedora Kinoite and from the get go the hassle of getting a proper Firefox+codecs to watch online videos feels like a major step back.

    Then you have the issue of installing software in flatpack (is: vscode, texmaker) that are either not fully working of need to have their access tweaked. Atomic distros appeal is to "just work" it doesn't seem like it does.