This is extra insane when the exit polls show this is clearly white people fucking everyone over
I use FreshRSS, Read You on Android, and NewsFlash on my PC. It all syncs via FreshRSS seamlessly.
Yeah, I guess I shouldn't have put that in this comment, I was just airing a tangential frustration. It still doesn't help me unless I set up a vps on a whitelisted domain at my work.
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.
You can't have your entire system configuration in a repository of plain text files, which has lots of advantages, but it's not worth caring about unless you feel excited to get into it.
Good. Keeping it the same means that the original Steam Deck will remain a target device for game developers for longer.
I just got rid of my last Windows installation, and I got rid of all my Apple devices a couple years ago. The Linux life is so nice!
On the other hand, I just setup a Windows gaming machine for a friend (I would have pushed Linux, but I live far away and can't commit to being tech support). There were so many hoops to jump through to cut through all the crap:
- I had to set the region to somewhere in the EU so that my friend can uninstall Edge sometime in March, 2024 without breaking other functionality
- I had to run a hidden script at a specific point during the install to allow me to not have to use a Microsoft account
- I had to disconnect the non-boot drive and reinstall because the Windows installer uses motherboard drive ordering instead of UUID to decide which drive to put the boot partition on.
- I had to run Win Debloat Tools to get rid of all the crap Microsoft adds to their OS
- I had to find a 3rd party driver update tool because the motherboard manufacturer's software is terrible and installs a bunch of extra crap.
- I had to install a 3rd party Nvidia driver update tool because their official one requires making an account and gives a bunch of unwanted ads as notifications.
It's seriously bonkers. It makes you really appreciate Linux as a whole and package managers in particular.
This is definitely shitty.
Related: JerryRigEverything just came out with a video about this and titled "I got robbed" and called it theft a bunch of times. This is copyright infringement, maybe trademark infringement, but not "theft" or "robbery". No property or money was taken from any party such that they no longer have access to it. It's important to be accurate about this.
Edit:
Here is a list of all the media I've found surrounding this that falsely claims stealing, theft or robbery:
- Techlinked "dbrand was ROBBED" https://youtu.be/2yEE34BeBnA?si=i0oKsJRV8CQUs4P0
- JerryRigEverything "I'VE BEEN ROBBED" https://youtu.be/byfWscC87Vg?si=XJosK1Ubor5fWueW
- Engadget "Dbrand is suing Casetify for allegedly stealing its casd and skin designs" https://www.engadget.com/dbrand-is-suing-casetify-for-allegedly-stealing-its-case-and-skin-designs-221012321.html
- dbrand "Casetify stole our products. Now we’re suing them." https://twitter.com/dbrand/status/1727721586856222893
Another great example of why proprietary connectors are stupid as hell. I'm going to be upset when my 2DS XL charger breaks and I can't get an easy replacement.
The feature is translation. Just say that, OMGUbuntu.
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.