• 5 Posts
  • 75 Comments
Joined 6 months ago
cake
Cake day: March 19th, 2024

help-circle


  • Thunderbird shows it for a at every startup

    Honestly didn’t realise till you pointed that out. I’m so used to seeing it that it doesn’t register to me what it’s saying anymore. Probably for the best that KDE only does it once a year; if it were daily I’m sure it wouldn’t even register to people that it’s asking for donations.


  • Do you just need to write markdown? Plenty of text editors have a vim mode. Not sure if there’s any lightweight ones that do the markdown preview alongside a vim mode; I know IntelliJ-based IDEs have a vim mode and can preview markdown, but that’s not exactly a lightweight solution, and only the community edition is open source.

    But also what exactly is it you’re looking for that Vim can’t do? I use Vim for writing pretty much everything. I use Vim for markdown and it works fine. Markdown is already pretty readable as a text file so I don’t feel the need for a previewer or anything like a rich text editor (but also there are plenty of markdown editors out there if you just want to edit markdown in a RTE).


  • Youtube doesn’t seem to inhibit idle for me for some reason, so my screen would always turn off with swayidle while watching youtube videos. So I made my lockscreen script (which is called by swayidle)

    if [ "$(playerctl status)" = "Playing" ]; then
        exit 0
    else
        exec "/path/to/lockscreen/script"
    fi
    

    (lockscreen script was just swaylock called with a bunch of arguments)

    Not super crazy compared to some of the things people are saying in the comments, but also definitely not how you’re meant to handle idle inhibition when media is playing lol


  • I think your question is answered by the thread you linked. Is there something in particular you don’t understand?

    GNU/the FSF says that GrapheneOS does not qualify as free software (which is true, it’s not completely FLOSS as per the FSF’s definition—the linked GNU article classifies plenty of popular Linux distros we consider to be FOSS as non-free, btw, they’re not singling out Graphene), and GrapheneOS is saying they don’t want to fit the FSF’s definition of free software because it would mean a lack of security (which is also true; they need proprietary firmware updates from Google). The FSF has a strict definition of free software which a lot of software does not meet, and usually an entire operating system would only meet the FSF’s definition out of a deliberate, conscious, ideological decision to exclude all non-free software. In their article they even list Debian as a distro which no longer meets their standards, despite Debian being known for their strict policy around only including FOSS in their repos.

    This is an instance of two different entities (GNU and GrapheneOS) having fundamentally different goals (one values a strict definition of free software at all costs, one values security at all costs). You are more than welcome to do things GNU’s way if you don’t like GrapheneOS’s way, or vice versa.


  • If you mean what made me uninstall Windows, it was actually just not being able to do anything I wanted to do on Windows. I was already using WSL for most basic things and tried to set Windows up to be as similar to a Linux distro as possible eg only installing things with a command line package manager and looking into trying to get it to behave like a tiling window manager.

    The biggest things were not being able to use some of my preferred software, e.g. my preferred PDF reader Zathura, and just having no clue what any of the commands were whenever I had to use PowerShell or CMD. I only really knew how Unix-like systems worked and was frustrated with my lack of familiarity with Windows and how their OS works.

    The only reason why I kept a Windows partition was for gaming, but at this point Proton is so good there’s really no need for a Windows partition. And I rarely play video games these days anyway.

    If you mean why I started using Linux, no reason, I’ve just always used it from a young age.




  • Yeah I agree I don’t want bleeding edge hence why I won’t be using anything Arch-based (despite the fact that Arch-based systems are the ones I’m most familiar with, I’m typing this on an Artix system rn). But there is definitely a middle ground between bleeding edge and outdated, and I imagine a server should want to be somewhere between the middle and outdated, depending on how they balance stability and security.

    I’m also not categorically opposed to using Debian. Ubuntu was my first Linux distro so I’m at least more familiar with Debian-based distros than most other popular server distros. I was just thinking probably not Debian because of how old its packages are and that I’m fairly concerned with security.








  • I think part of different distros having their own package managers is that they have their own packages. Different distros may have different preferences as to where to install things, and obviously in terms of the actual software distributed, on eg a systemd distro you want software with systemd support/that doesn’t depend on another init system. On a musl distro you want musl software. Etc. It’s just easier if you have your own package format and discourages people from installing packages meant for a different distro.





  • Zathura always displays odd pages on the right and even pages on the left. Which is how books are conventionally displayed, ie page 1 is typically recto. I don’t think this behaviour can be configured, but if you need pages 2 and 3 displayed together then your book would display correctly in Zathura dual page mode. But if you needed 1 and 2 displayed together I don’t think Zathura can do that unfortunately