• 1 Post
  • 43 Comments
Joined 2 years ago
cake
Cake day: October 2nd, 2023

help-circle





  • As much as I don’t care for DEI as a guiding “doctrine” for hiring, I also think companies shouldn’t be anti-diversity by law. Like intentionally hiring people because they aren’t white, no (and feels like tokenism/racism) but also intentionally hiring only whites (or the majority race) is a bigger no. Especially if more qualified candidates are being passed over solely because they’re PoC. Also companies should be inclusive so as to not be shit companies in general? Can someone tell me if/why my take is dumb or poorly thought out?




  • It’s nothing to do with W/L it’s because it fucks your team mates (and essentially everyone else, who now are devoid of a proper match) in RL. One of the many reasons I never stuck by RL was other players. People would so frequently just trash talk you when you’re learning and then fuck off out of the match, leaving you to get rolled by two players. These players would frequently be worse too. At least if you get rolled with a full team, you’ll probably learn something.

    RL and games with low team player counts I 100% understand it for. It’s a punishment for selfish players. In a match with bots less so but I guess if you’re doing bad enough to be matched with bots they probably want to to stay and learn to play.


  • Man I bought one of those windows phones, the Lumia 920 and boy did it suck. Had bugger all apps. I feel like I had it for nearly a year before I got sick of it. YouTube app was constantly borked and would crash frequently. The fb app once they got it going just felt like a shitty web app disguised as an app. And that was it, like they just released the phone OS and the Lumia series and just hoped devs would come across to the platform. One of the few times I tried to get off iOS and boy did it burn me hard. Hey at least the screen was strong enough to hammer in nails. So free hammer?










  • I have seen Nix come up quite a bit and have been tempted to try it. I’ve rolled with Arch before so I was considering going back to it but maybe something new be go.

    The OS itself I don’t back up outside of mirroring. I run an immutable OS (every reboot is like a fresh install). I can redeploy from git so no need to backup. I have some persistent BTRFS volumes mounted where logs, caches, and state go. Don’t backup, but I swap the volume every boot and keep the last 30 days of volumes or a min of at least 10 for debugging.

    Something like this has always interested me. I remember reading about doing similar with Windows. Not so much it being immutable so much as having a decent starting image that you load on any device you want with all your programs ready to go.

    Runs Arrs, Jellyfin, Monero node, Tor entry node, wireguard VPN (to get into network from remote), I2C, Mullvad VPN (default), Proton VPN (torrents with port forwarding use this), DNS (forced over VPN using DoT), PiHole in front of that, three of my WiFi vlans route through either Mulvad, I2C, or Tor. I’ll use TailsOS for anything sensitive. WiFi is just to get to I2C or Onion sites where I’m not worried about my device possibly leaking identity.

    Do you have a guide or ten you used for all this perchance? Unraid has stuff like trashguides and space invader one. Especially the DNS part onwards? If not it’s cool I have Mullvad set up and Pihole with my current setup so I’ll be able to work it out. This is all very compelling for me to try out (I should really have learned about wireguard by now). Thanks a lot for such an interesting and informative write up!