• 1 Post
  • 19 Comments
Joined 1 year ago
cake
Cake day: December 28th, 2023

help-circle




  • Debian as a server is fine and probably the best ! However as a daily drive OS I don’t think it’s the best choice.

    I have always seen Debian as server distro and that’s probably what they meant ?

    I have debian as my server distro since the beginning of my Linux journey (NEVER failed me !) However I can’t see how Debian as daily drive is a good idea. Sure they try to catch up with testing repo for those who wan’t a more up to date distro, but it’s seems harder to keep up when something breaks along the way.

    That’s where Arch and derivatives shine, if something goes wrong it’s fixed in a few days.



  • Is there any specific reason to keep the docs in the wiki section? Vs markdown documents right in the wiki itself?

    I don’t know sorry :/ I do use a document but only because I want more control over the TOC (Table of content), which is a bit strange in the wiki itself, but that’s just personal taste !

    I’m not a Dev so take everything I say with a grain of salt, but what I would do is add a comment in the code to specify the change and link to your documentation file for more details (if needed). That’s probably one of the advantage of having your documentation not in the wiki page.

    This would keep your code page clean while having proper documtation in the same repo ! However, I have never seen any project doing it like that (for a good reason probably?).

    Here is my codeberg documentation repo about anime encoding in av1. It’s probably not what you’re looking for but maybe this can give you any idea or see if this could fit your workflow?


  • I will have forgotten a lot; it might be a different system environment. I need to be able to re-learn everything at a later time. Simple solutions that are widely-compatible, and do not rely on my memory are preferred.

    I don’t know if you have already considered it, but you can use a git repository as documentation tool ! It’s a GitHub flavored markdown syntax though.

    Fork the project, upload it to your own git repo (self-hosted codeberg, codeberg, github… Pick your poison :p) and add your own wiki documentation about your changes in the code.

    The only thing you should keep an eye on is probably the license? But I’m not the right person to discuss about licensing :/


  • Back in the day, that’s what I did ALOT on Windows. Specially because of piracy and my younger me having no idea what he was doing XD !

    Still happend on Linux with EndeavourOS but not for the same reasons ! There are millions times more ways to break stuff on Linux but I always learn Something new during the process.

    Story time:

    Learned the other day that some config files are loaded in a specific order and depending what display manager is installed. That was kinda eye opening to understand cause my systems didn’t load .profile when .bash_profile was present and I didn’t understood why ! Thanks Archwiki !



  • Will I do agree with the general sentiment to rewire your expectation when switching from Windows -> Linux, I do not agree with the following statement:

    Linux is NOT for you, your personality precludes you from using it.

    Linux is for everyone… Though I do also agree if you’re doing something wrong (and you will…) Don’t cry or reflect your frustration on your OS. If there are 1000 ways to break Windows, there are a millions times more ways yo break your GNU/Linux OS. And most of the time, you’re a doing something wrong (but sometimes an upstream update can Bork your system… Yeah this happen 🤷‍♂️).



  • Is that even possible? I’m already in panic when I remove a package and it’s dependencies with pacman 😅.

    Sure I did replaced Thunar with Nemo, but a few things don’t work exactly how it should, like opening the download directory from Firefox (Known issue BTW) even though all mime-types are correctly set !

    Even switching from Alternative -> Base distro seems like a really difficult task :/


  • Yeah I learned that the hardway when comparing MacOS/linux USB speed…

    Took like “seconds” on Linux. I looked quite dumb asking a question and asking for help on Lemmy while shitting (again) on my Mac !

    I have somewhere in my notes a commands to show interactively how the memory cache gets dumped into my USB stick.

    Kinda boggus that’s an over 20 years old known “issue”.


  • Tmux has probably some specific features Kitty won’t do as good as a native multiplexer? (sorry I’m not the right person to ask this question :s) but It has the features I’m looking for without the need to install one.

    It was quite cumbersome to configure a terminal + a multiplexer on MacOS to behave how I liked it. Kitty solved this issue while being fast, simple and a lot of customization in one single app.

    One feature that was really important, copy/past over SSH with Micro which involved quite a hacky thing with iTerm2 + Tmux.Also being able to split my windows, create tabs…

    But as I said I have only basic use cases and can’t really say If Kitty’s multiplexing features are on par with Tmux. However, during my web search I read about a lot of people far more knowledge than myself who actually switch to kitty from Tmux without regrets !





  • I was in the same boat… I just wanted a simple god damn self-hosted cloudStorage without any nitty gritty or all the bloat that comes with most local/self-hosted cloud solution…

    Syncthing is good, but not really a cloud storage solution (I love syncthing and I use It to sync all my backups !!).

    Give SFTPGo a try :) It also has a WebDAV functionality if you wan’t to use it that way ! It just plain file storage with security features. However, not sure there are any application available, I mostly used it as web application :).