

Just get a drive from any old notebook of the last 15 years or so someone wants to throw out, and buy a USB to SATA slim cable.
Just get a drive from any old notebook of the last 15 years or so someone wants to throw out, and buy a USB to SATA slim cable.
it has been known for years that the defaults on windows are insufficient, and they don’t make it easy to switch to a password prompt at boot time (though it is possible)
Which reputation? I used to work for a dell heavy hoster with thousands of dell servers almost 20 years ago - and apart from them being cheap I have nothing good to say about them. Worst is the remote management - several generations of DRACs all broken in new and interesting ways, and support is useless. You just get better discounts at that scale, which for a business owner drowns out the complaints of the tech people.
Notebooks also have similar bugs over generations - and nowadays they also feel even cheaper than they used to be.
Displays were somewhat acceptable - given you’re fine to work around the DPMS bugs they have in pretty much every display for the last two decades - but their display selection page is unusable and lacks most interesting details. So it is better to just get something you can check out in a shop.
Each disk needs at least one partition, but it can contains multiple partitions.
The boot disk needs to contain at least one partition (because of the way booting works), for the rest they’re optional.
SSDs?
I read about that, and my first thought was that bike lanes adjacent to streets indeed aren’t a great thing - but then again, you probably don’t have all the bike/pedestrian only paths offering way shorter connections we have here. In the area I live in I can reach pretty much any house by foot within 5-10 minutes - while most of them are only reachable by car with a lengthy detour, if at all.
Over here in Europe we’d just arrive by public transport.
It’s not just cores - it is higher performance per rack unit while keeping power consumption and cooling needs the same.
That allows rack performance upgrades without expensive DC upgrades - and AMD has been killing dual and quad socket systems from intel with single and dual core epycs since launch now. Their 128 core one has a bit too high TDP, but just a bit lower core count and you can still run it in a rack configured for power and cooling needs from over a decade ago.
Granite rapids has too high TDP for that - you either go upgrade your DC, or lower performance per rack unit.
For people who weren’t looking for a developer workstation back then: Threadripper suddenly brought the performance of a xeon workstation costing more than 20k for just a bit over 2k.
That suddenly wasn’t a “should I really invest that much money” situation, but a “I’d be stupid not to, productivity increase will pay for that over the next month or so”
Just wanted to comment that this should happen faster than in a few years… and then checked the calendar
Problem is that we’ve even seen video evidence of vote stuffing - in districts with no people watching they’d probably did even more of that. So I’d expect them to recount districts where they’re sure manupulations was done by vote stuffing and not incorrect counting, and then go “see, everything is correct, all 100% of the people in this district indeed voted, with 90% going to the ruling party”
So CrowStrikes strategy is “you installed CrowStrike while TSA told you not to install it, as was clearly proven by us taking down your network, so we’re not at fault”?
I’ve let my google developer account expire quite a while ago after they kept asking for more and more stupid stuff. Nowadays if you don’t get paid a lot for it you must be either a masochist or a bit stupid if you upload to google play.
If you can afford it see if Eaton has a smaller tower UPS suitable for you.
Recall is a legal term for the car industry which includes stuff like reporting obligations. So if the defect meets the severity level of a recall it should be called as such, even if it is ‘just’ a software update. Ambiguous terms for safety violations are dangerous and may cost lives.
Performance of the snapdragons is roughly that of an i7 from a decade ago - so yes, it’s a good machine for office tasks and light development, but in no way suitable for gaming. That’s not a Windows problem, though, just the hardware is not suitable for that.
I’ve been using an Arm notebook with Windows for over a year now (not as main system, but development system for a customer project). I’m running a lot of x86 software (like Emacs) as a gcc port for Windows/Arm is being developed only now - with no problems. It integrates nicely into the native stuff - which is one area where you run into issues on the Mac: If you start a shell in rosetta it’s annoying to make calls to native arm binaries.
The only issue I ran into were some drivers not available for Arm - emulation layer (unsurprisingly) just is for userland, not kernel drivers. Also x86 emulation isn’t working well if Windows is running in a virtual machine on MacOS - but supposedly that’ll be fixed in the upcoming Windows release.
All of this only applies to Windows 11 - if for some reason you decide to run Windows 10 on Arm you’re in a world of pain.
Windows 11 has pretty good x86 emulation, both 32 and 64bit - imo better than what macos does with rosetta. Windows 10 for arm is just a pretty broken tech preview, though.
Even in this thread I’d rather phrase it explicitly to include everyone - I’ve seen statements like this interpreted by some individuals as “make it welcoming for women at all costs, which may include making it openly hostile for people not meeting my specific definition of woman”, which didn’t have a very pretty end result.
zypper remove --clean-deps removes automatically installed requirements when removing a package. zypper packages --unneeded will show a list of packages no longer required.
Setting solver.onlyRequires to true in /etc/zypp.conf does not install recommends - it’s way less of a problem than on Debian/Ubuntu due to not recommending half the world, but still useful. Setting solver.cleandepsOnRemove will automatically remove automatically installed deps when removing a package (i.e., like always specifying --clean-deps).