• 0 Posts
  • 82 Comments
Joined 2 years ago
cake
Cake day: September 14th, 2023

help-circle
  • Daily on my Gentoo server, through a Cronjob every morning. It’s a custom script though, so there’s more than just doing an emerge update. It’ll send me ntfy notifications for the update results, if there are new news items, and if there are any time config merge updates to make. A few other things as well but that’s the main stuff.

    Other servers, typically weekly or only manually when I ssh into them (for the ones I don’t really feel the need to update frequently).



  • The way I understood it, invasive simply meant a species that grows and spreads at an aggressive speed in an ecosystem that it did not originate from. Fire ants very much match this definition as they were introduced outside of south Africa into several ecosystems where they spread at an aggressive rate.

    https://en.wikipedia.org/wiki/100_of_the_World's_Worst_Invasive_Alien_Species has a nice list of examples of species that are simply classified as invasive. Fire ants are on the top 100 list there.

    That being said, while fire ants are not invasive to South Africa technically, this can be said about all species in the world (that they’re not invasive to SOMEWHERE). I didn’t feel the need to say where I was located in my message since it felt redundant, and as the term invasive should be assumed to talk about how whatever it is, is invasive to somewhere else, wherever that is.




  • I use it for my media server and have been for a long time.

    Tldr: started so I could learn and understand Linux, still use it since I’m comfortable with it and it’s familiar/fast for my needs.

    How it started: I kept going back and forth between windows and Linux, but never truly understood Linux like I did Windows. I eventually decided that I should try to install a Linux distro from scratch and learn the entire process manually so that I could understand it at a strong level. Gentoo has some of the best, if not the best, documentation for this. After spending several days going through the entire install process to finally get that login screen and UI up and running, I had learned more about Linux in those few days than I did the previous 3 years. I wanted to keep going, so I kept it on that laptop and continued to learn and become way more efficient than even Windows.

    Why I still use it, specifically for my media server: partly because I understand Gentoo more than any other distro I’ve used, so I’m extremely comfortable with it. But mostly because I know every little thing on my server. I never find things I don’t recognize, because I installed it. I made the explicit decision to all the software I installed on my system. And I truly do feel like I’m in absolute control of the entire thing, in and out. On top of this, it’s truly as high in performance as it sounds.

    As I type this, my media server is running 76 docker containers (no, not 76 services), 4 of which are game servers I host 24/7 for friends, and I’m only using 32GB of memory. CPU is rarely, if ever, above 20% (12 core Ryzen). The need to upgrade is really far out there, so that just adds to my reasons to continue using it. That being said, I’ve never run something like a Debian media server with all the same stuff on it… It’s very possible it’s just as good, but I really don’t know. I’m too comfortable where I am to spend time finding out lol.











  • Rather than leave another long reply to read, I’ll leave my thoughts simple: if you have another computer you’re not using, try Linux mint and see if it fits your needs. If it’s too much and you can’t get the time needed to figure things out, 11 might be the choice (for now).

    But either way, keep Linux on the second and learn a little bit as you get time to! :)


  • As a professional, my reasoning for NOT using AI is as follows:

    1. I don’t want to lose the muscle memory of what I do. Sure AI might be able to do annoying things like test templates… But that’s not a skill I want to forget or lose, as self written unit tests have actually helped me catch mistakes that “would have worked” in prod (i.e. Code functions, but has undesired outcomes). AI can’t usually spot that.
    2. As a person who digs deep in cyber security and monitors heavily the malicious realm, I’m paranoid of malicious or weak code being spit into my repos.
    3. I’m a privacy nut, too. Most “good” AI solutions are anti privacy.
    4. If anyone here has done a proper code review of AI generated code from coworkers, they should know it adds a ton of extra time because of errors, inconsistencies with repo practices, etc and actually wastes the time of the developer and reviewers.

    Am I saying “NEVER AI?”? nah. But it’s far from ready for me personally to even consider for programming purposes. I’m also well aware this isn’t what many others think or feel; I don’t scream at people for using it if it’s what they feel helps them.