• 3 Posts
  • 242 Comments
Joined 2 years ago
cake
Cake day: December 27th, 2022

help-circle




  • There are, however, also those who simply defer to the powerful — that assume that “this much money can’t be wrong,” even if said money has been wrong repeatedly to the point that there’s an entire website about it. They are the people that look at the current crop of powerful tech companies that have failed to deliver any truly meaningful innovation in years and coo like newborn babes. Look at the coverage of Sam Altman from the last year — you know, the guy who has spent years lying about what artificial intelligence can do — and tell me why every single thought he has must be uncritically cataloged, his every decision applauded, his every claim trumpeted as certain, his brittle company’s obvious problems apologized for and readers reassured of his obvious victory.

    Nowhere is this more obvious right now than in The Guardian’s nonsensical decision to abandon Twitter, decrying how “X is a toxic media platform and that its owner, Elon Musk, has been able to use its influence to shape political discourse” mere weeks after printing, bereft of context, Elon Musk’s ridiculous lies about his plans for cybertaxis. There is little moral quality to leaving X if your outlet continues to act as a stenographer for its leader, and this in fact suggests a lack of any real interest in change or progress, just the paper tiger of norms and values that will only end up depriving people of good journalism.

    src: https://www.wheresyoured.at/lost-in-the-future/









  • I’m almost a year in to a job where I was given this task with no admin access on my local windows machine, with a team that had never used an IDE or git before, and with only Google Drive as my allowed cloud tool. When I got here everything was just a bunch of Jupyter notebooks that would get run in Google Collab that were stored haphazardly over a shared Google Drive.

    It’s been a slog, but Python for Windows, VSCode, Git for Windows, and Poetry can all be installed without admin access, and we got limited access to Azure DevOps. I’ve taught my team how to use powershell, git, VSCode, and Poetry, and taught them about testing and documentation (this is a slowwww process). We finally got a desktop computer with admin access this week that we can RDP into (that I requested basically right when I started), so we can run scheduled tasks on Windows and hack together some kind of a CI/CD system. We started a wiki on Azure, have most of our stuff documented and in a well organized monorepo, and track our work in boards now.

    Now that other teams are starting to see how we’re doing things, they want in, too. Thank god these people are wonderful and excited to learn because otherwise this would be very frustrating.




  • I cannot access my homelab from my work network, so I cannot sync via Nextcloud. Syncthing would be better, but they just stopped supporting Android sync, which I need. Proton Drive doesn’t sync files on Android. On top of that, I don’t want to deal with sync issues because keepass isn’t designed for syncing like that. I’m not gonna go back to using Google, Microsoft, or Dropbox just for keepass. I’ve considered just keeping my db file on a flash drive, but all of the keepass Android apps I tried won’t automatically detect that the file exists when I plug in the drive.

    If someone has a better way for me to use it, please enlighten me.

    Bitwarden is slowly turning their stuff closed-source, and I hope they don’t turn to shit, but right now it’s what works.


  • Yeah, I’m talking about not just Nix, but NixOS. Nix (the package manager) can do a lot, but NixOS + disko + home-manager can literally be all of the configuration for your machine from drive partitioning through to dot files. Throw in nixos-anywhere and impermanence and you can have an insane amount of control over all of your computers.

    Ansible, Terraform, Chef, etc. do have some overlap, but the main difference is that those tools iterate through the system modifying it piece by piece and NixOS is declarative.

    If something fails in some of my bigger Ansible playbooks, it could mean 30 minutes of just running through all the steps again. I could probably break it into sections, but then I have to worry about making sure they all get run when things get updated. In my NixOS install, it’s way faster, I can roll back to a previous state, and troubleshooting is way easier in my opinion.




  • I used to do something similar. Passing GPU between host and VM without rebooting is a major pain in the ass. What I did instead was had a Linux hypervisor and 3 VMs (Linux, Windows, and MacOS). I would swap between the 3 VMs, and they each had access to my GPU. It was fun to set up and somewhat convenient, but got really annoying as it was my only workstation at the time.

    I would highly suggest to just accept dual-booting and if it takes too long, get a faster SSD and/or faster RAM.

    I’ve since gone Linux full-time, and I have no complaints. None of the games I can no longer play would be worth having Windows to deal with. I thought I would miss them at first, but I’m happy playing what’s available.