

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)
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.
I expect the responsible person listed for some specific application to react to an email about it to fix it, and not send me police. Why would I want to jump through hoops for doing them a favour?
Same applies also if there’s no easy way to send a mail to someone responsible.
Depends on how the parties behaved in the past. There are a bunch of government entities which called police on me in the past when trying to work with them about discovered issues and as result also will just get anonymous 0-day drops in public forums for future issues.
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.
That’d break git repos where files with the same name, but different case exist.
SSDs?
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
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.
Now I’d like a similar opera centered around Mohammed to compare the reactions.
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.
Screen is another thing - but I can live with that, mostly - it’s a bit hard to find x86 notebooks with decent resolution (not talking retina style, just better than “1080p on a 14 inch display”). And while the screen itself is nice on the apples I’d prefer a lower resolution one if I can get a matte screen instead.
But fact is that nobody wants to sell you a proper x86 notebook. It’s almost impossible to find something with more than 32GB of RAM, and while there are a few with more than 64GB they’re all xeon based monsters larger than 16", as far as I can tell can’t really be ordered, and have a price tag equal or larger to a full spec 14" mac book pro. And obviously you can’t really think about battery life with intels space heaters.
It’s especially sad as current mobile Ryzen CPUs could very well compete with Apples ARM CPUs - the one thing Apple is better at is the absolute low power state, as soon as it has too actually do something the power (and TDP) curve is very close to mobile Ryzen. But pretty much every manufacturer fucks up the thermal design, or gimps it in other ways.
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.
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).