• 0 Posts
  • 104 Comments
Joined 3 years ago
cake
Cake day: November 28th, 2022

help-circle

  • Absolutely, the fact that every time you interact with a person it could be on the worst day of their lives, but for you it’s just Tuesday is a massive contributor to mental health issues. Being unable to talk about it makes things much worse, and while the ethos like ‘killology’ and similar might cops less traumatized by their jobs it is definitely for the worse.

    The amount of othering I hear from cops who talk about the people they interact with in their jobs… Well let’s just say I’ve never heard a cop talk about their job and go “boy am I glad that person is on the force”, and it definitely seems like at least partly a coping mechanism.


  • I think there are a few reasons, firstly while conservatives put many issues within society under a mental health umbrella, they simultaneously make no efforts to fix this problem and in fact actively make it worse since poor housing access, wealth inequality, healthcare access, food access etc are all major factors for pretty much all mental health issues. There are only a few explanations I can come up with for this:

    1. ‘mental health’ is a smokescreen; it’s an umbrella so vague and monumental an issue that it gets put in the “I can’t affect this problem, so there is no point in worrying” basket.

    2. People with mental health issues are so othered to them that their solution to people with mental health issues is “a cop with a gun”.

    As for cop’s mental health, that’s a bit easier:

    • I can’t speak for other countries, but where I’m from if a cop gets diagnosed with pretty much any acronym they risk getting their gun taken off them which directly restricts the jobs they can take and their career advancement. Where I’m from won’t even take on a recruit if they’ve been diagnosed with something. This means cops are terrified of taking any work provided therapy.

    • pretty much all police orgs have a really bad machismo problem, which is one thing that keeps men from seeking mental healthcare in general.

    • police tend not to require much formal education to start training and tend to pay better than other jobs with the same starting requirement (moral hazard pay), this can lead to the ‘golden handcuffs’ situation of not wanting to jeopardize this career because you’ll have to start at the bottom for a career which pays worse.

    • it’s very common for society to see police as ‘essential workers’, which puts it under the umbrella of “we can make your work conditions terrible”; things like shift-work with really unpredictable hours tends to isolate people from their friends and family, making mental health worse and makes them more reliant on their job for their support network.

    Reforming the police a tolerable institution seems impossible to me, but a decent start would be disarming them and making sure they are not the people who respond to mental health calls. Problem is that this requires a large part of the population to accept that you can’t simply shoot your problems, even if you hire a goon in blue to do it.

    Regarding the US and their gun ownership: yeah, disarming cops is a lot more complicated and probably involves training them about de-escalation and the peelians. It also requires setting up some aptitude requirements, since basics like “time, distance & cover” are regularly forgone in favour of “warrior cop”, and currently there is a very strong pipeline from “that kid who tortures animals” to “corporal”.


  • I use NixOS, but it is not for learning how Linux works; realistically it’s for when you already know how Linux typically works, so you can understand when it breaks some of those norms.

    If you want to learn how containers etc work, use straight-up Debian.

    I really don’t recommend arch for a server. On a desktop absolutely but what I want for a server is to be able to let it sit for 6 months, then update it and not have everything break; arch works best with frequent update hygiene.







  • I was a “ironically” racist as a young teen, it took me till my early adulthood to realise that being ironically racist is just being racist, and the edgy “humour” that is made at others expense isn’t funny or clever, and is incompatible with the kind, empathetic person I wanted to be.

    Cringing at my teen self pushes me further into deprogramming myself from that shit, but I’m encouraged by the adage “if you don’t look at yourself from a decade ago and cringe, you wasted that decade”.




  • Your personal files e.g. ~/Documents are not recreated, you’ll still need backups of those.

    caveats are you’ve got to use:

    • home-manager to generate your dotfiles.
    • something akin to sops to generate and securely store your private keys and secrets.

    But all this can be written in the one flake, so yes nixos-install --flake <GIT URL>#<HOSTNAME> Is sufficient for me to rebuild my desktop, laptop or server from the same repository.

    I’ve never used Gentoo, and I’m sure there are other methods of achieving the same level of reproducibility but I don’t know what they are.

    Nixos can be as modifiable as Gentoo with the caveat being it’s a massive pain in the ass to do some things. I have a flake for making aarch64-musl systems which has been an endeavour, and… It works? I have a running system that works on 2 different SoCs. I do have to compile everything quite often though.

    There are efforts to recreate Nixos without systemd, but that’s a huge effort; because it’s very “infrastructure as code”, you have to change a lot of code where editing a build script would’ve sufficed on arch/Gentoo.

    As for nix vs guix, guix was described to me as “if you only ever want to write in scheme”, whereas nix feels much more like a means to an end with practical compromises spattered throughout.






  • I wish.

    It was a bcachefs array with data replicas being a mix of 1,2 & 4 depending on what was most important, but thankfully I had the foresight to set metadata to be mirrored for all 4 drives.

    I didn’t get the good fortune of only having to do a resilver, but all I really had to do was fsck to remove references to non-existent nodes until the system would mount read-only, then back it up and rebuild it.

    NixOS did save my bacon re: being able to get back to work on the same system by morning.