Queer✨Anarchist Anti-fascist

  • 6 Posts
  • 25 Comments
Joined 2 years ago
cake
Cake day: November 14th, 2023

help-circle




  • Exactly.

    I use it a lot on my systems for very simple scripts because I am significantly more experienced in python compared to bash.

    I remember getting given a 10k line python script which “was the documentation” for an API i had to interact with using powershell. I hated life so much because of that stupid project.






  • You don’t.

    I haven’t talked to parts of my family the same way I used to. We don’t seek each other out anymore, though some people who do still have connections means we will still see each other for big events like thanksgiving or by happenstance.

    Some of them probably think i’m an evil satan worshipping communist based on the last time we argued politics, which was either late 2015 or early to mid 2016, and I was your average slightly socialistic leftist who had just learned about Bernie’s policies for the first time.

    With the genocide going on, i feel even more isolated, since I have some family who are harris voters who support israel, and aren’t exactly happy about how vocal I am about palestine. Christian liberal zionism hasn’t been something I could talk people out of.




  • You really shouldn’t fight depression solo. We’re social creatures. Trained therapists aren’t the only people who can help you, even a trusted friend or a random stranger in a free support group can do wonders.

    Local support groups probably exist in your area. Sometimes they aren’t very visible, and being depressed certainly won’t help you find it.

    I didn’t know about any in my area, since when I’m depressed I’m unable to look for those groups, and when I’m fine, i have no need to look. But after joining a local mutual aid board, i found out about quite a few resources that were fully free or extremely cheap (less than $50 us) when others asked for them.

    If you are queer, a lot of queer support groups often have resources to help you out.

    As for how I treated mine, exercise and hiking, finding scenic areas, avoiding alcohol (which i was bad at), and trying to live more “intentionally” and not getting into patterns that left me feeling hollow. For example, i tried spending less time gaming, and substituted that time with reading, since that made me feel less like I was wasting time and my life. I also tried learning to cook, since having good meals was great, and not constantly eating shit from a local fast food joint helped me stop rapidly gaining weight, which was certainly making things worse.

    I also have a trusted friend who i talked to about some of my problems, and he helped me get through the worst parts. This was probably the most important part, and it got me on the path to getting out of that depressive episode.






  • bl_r@lemmy.dbzer0.comtoMemes@lemmy.mlDMCAtendo
    link
    fedilink
    arrow-up
    32
    arrow-down
    1
    ·
    9 months ago

    The world is full of creatives who make things without any expectation of income, but people create anyways. Look at open source software, or the many youtubers who don’t get enough views to get paid yet they post anyways. There’s quite a few journalists who operate solely on optional donations.

    Fuck IP. Copyright is theft. IP kills.


  • bl_r@lemmy.dbzer0.comtomemes@lemmy.worldYarrr
    link
    fedilink
    arrow-up
    8
    arrow-down
    2
    ·
    9 months ago

    If you can’t own it, you might as well “steal it”

    But hey, property is theft anyways so who the fuck cares if I copy media without paying the ghouls who “own” the work made by other people they pay pennies of their dollar




  • I have tons of experience with enterprise linux, so I tend to use Rocky linux. It’s similar to my Fedora daily driver, which is nice, and very close to the RHEL and Centos systems I used to own.

    You are slightly mistaken with your assumption that debian is insecure because of the old packages. Old packages are fine, and not inherently insecure because of its age. I only become concerned about the security implications of a package if it is dual use/LOLBin, known to be vulnerable, or has been out of support for some time. The older packages Debian uses, at least things related to infrastructure and hosting, are the patched LTS release of a project.

    My big concerns for picking a distro for hosting services would be reliability, level of support, and familiarity.

    A more reliable distro is less likely to crash or break itself. Enterprise linux and Debian come to mind with this regard.

    A distro that is well supported will mean quick access to security patches, updates, and more stable updates. It will have good, accurate documentation, and hopefully some good guides. Enterprise linux, Debian and Ubuntu have excellent support. Enterprise linux distros have incredible documentation, and often are similar enough that documentation for a different branch will work fine. Heck, I usually use rhel docs when troubleshooting my fedora install since it is close enough to get me to a point where the application docs will guide me through.

    Familiarity is self explanatory. But it is important because you are more likely to accidentally compromise security in an unfamiliar environment, and it’s the driving force behind me sticking with enterprise linux over Nixos or a hardened OpenBSD.

    As a fair word of warning, enterprise linux will be pretty different compared to any desktop distro, even fedora. It takes quite a bit of learning, to get comfortable (especially with SELinux), but once you do, things will go smoothly. you can also use a pirated rhel certification guide to learn enterprise linux

    If anything, you can simply mess around in a local VM and try installing the tools and services needed before taking it to the cloud.