I have @home and @ subvolumes, with Timeshift taking automated weekly snapshots of @ with all of the system directories, but don’t I bother with @home since that gets backed up in other ways.
- 1 Post
- 16 Comments
I recently setup Mint with btrfs Timeshift, and grub-btrfs to make it more like OpenSUSE. It’s more work to do that with Mint, but I’ve tried customizing other distros to make them more like Mint and have come to the conclusion I just like Mint.
You mean the QA teams a lot of companies laid off because management decided the developers (and now AI) can just write all the automated tests?
melfie@lemy.lolto Programming@programming.dev•Code comments should apply to the state of the system at the point the comment “executes”1·15 days agoAgreed, that’s why comments exist, IMO, but should be used sparingly.
melfie@lemy.lolto Programming@programming.dev•DidMySettingsChange - A python script that checks if windows changed your settings behind your back7·15 days agoI set a static IP for my Windows partition and block it from internet with my firewall. It’s hostile malware that must be quarantined. My Linux partition has a different IP that is not blocked.
On a related note, I jack up my Mint install a few times a year with nobody to blame but myself. I recently reinstalled it with btrfs, Timeshift with automatic snapshots, and btrfs-grub so I can boot from a snapshot instead of troubleshooting or reinstalling. I realize other distros like openSUSE are more or less setup like this out of the box or offer full immutability, but I like Mint.
melfie@lemy.lolto Technology@lemmy.world•Google Confirms Non-ADB APK Installs Will Require Developer RegistrationEnglish9·16 days agoI normally use ADB anyway, but wouldn’t surprise me if that becomes more locked down as well. For example, I believe Meta Quest requires a developer account with a credit card attached to even put it in developer mode, and I worry that kind of bullshit will become the norm.
melfie@lemy.lolto Programming@programming.dev•Code comments should apply to the state of the system at the point the comment “executes”42·16 days agoWell-structured code with clear naming > comments. For example, a pet peeve of mine is seeing a long function with comments preceding each section of code instead of moving each section into a smaller function with a name that clearly describes what it does. The best comments are no comments.
Discord 😬
Edit:
DuckDuckGo’s AI says this, which sounds interesting if true, though it doesn’t provide a source to confirm:
Chaptarr is an upcoming project that is a heavily revamped fork of Readarr, currently in closed Alpha phase, and aims to improve interoperability with Readarr. You can find more information and updates on its development on GitHub
melfie@lemy.lolto Technology@lemmy.world•How Big Tech Uses YOUR Kids’ Classrooms To Sell THEIR Products (13min Video)English1·18 days agoIs there anything open source that provides the same experience as Google Admin Console where IT admins can manage everything from a single pane of glass? I’d imagine schools use Chromebooks because Google has put a lot of resources into making it a simple and cost effective option for schools, where IT budgets and staffing are usually pretty limited. An open source software suite that provides a similar experience would seemingly be a compelling alternative. I’d imagine there would need to be a company hosting the software for a fee, with the funds used to build on top of existing open source software to make a seamless and unified experience that works well. Barring that, I don’t imagine any school IT admin has sufficient bandwidth to buy a bunch of cheap laptops, install Linux on them, self-host Nextcloud, secure and lock down everything, etc. I know next to nothing about how IT in schools is managed, so this a lot of conjecture that could be wrong.
melfie@lemy.lolto Selfhosted@lemmy.world•Using rsync for backups, because it's not shiny and newEnglish1·19 days agoDon’t understand the downvotes. This is the type of lesson people have learned from losing data and no sense in learning it the hard way yourself.
TS transpiles to JS, and then when that JS is executed in Deno, Node.js, a Blink browser like Chrome, etc., it gets just in time compiled to native machine code instead of getting interpreted. Hope that helps.
melfie@lemy.lolto Technology@lemmy.world•Move Fast and Break Nothing | Waymo’s robotaxis are probably safer than ChatGPT.English10·19 days agoI believe Waymo’s strategy has always been to shoot for level 5 autonomous driving and not bother with the others. Tesla not following that strategy has proven them correct. You either have a system that is safe, reliable, and fully autonomous, or you’ve got nothing. Not that Waymo has a system at this point that can work under all conditions, but their approach is definitely superior to Tesla’s if nothing else.
The JavaScript code is compiled to native and is heavily optimized, as opposed to being interpreted.
melfie@lemy.lolto Selfhosted@lemmy.world•Using rsync for backups, because it's not shiny and newEnglish31·20 days agoHaving a synced copy elsewhere is not an adequate backup and snapshots are pretty important. I recently had RAM go bad and my most recent backups had corrupt data, but having previous snapshots saved the day.
I had to deal with large JavaScript codebases targeting IE8 back in the day and probably would’ve slapped anyone back then who suggested using JavaScript for everything. I have to say, though, that faster runtimes like v8 and TypeScript have done wonders, and TypeScript nowadays is actually one of my favorite languages.
I shall try that. 🤔