The GUI is optional these days, and there’s plenty of Windows servers that don’t use it. The recommended administration approach these days is PowerShell remoting, often over SSH now that Windows has a native SSH server bundled (based on OpenSSH).
Aussie living in the San Francisco Bay Area.
Coding since 1998.
.NET Foundation member. C# fan
https://d.sb/
Mastodon: @dan@d.sb
The GUI is optional these days, and there’s plenty of Windows servers that don’t use it. The recommended administration approach these days is PowerShell remoting, often over SSH now that Windows has a native SSH server bundled (based on OpenSSH).
Linux isn’t a UNIX flavor. It’s UNIX-like.
Microsoft could technically get Windows certified as UNIX.
I don’t think they could now that the POSIX subsystem and Windows Services for UNIX are both gone. Don’t you need at least some level of POSIX compliance (at least the parts where POSIX and Unix standards overlap) to get Unix certified?
Sounds like you did a thorough job as a QA tester. As a software engineer, I love to see it.
I have a Galaxy S3 somewhere, which is apparently supported by PostmarketOS. Interesting.
Hart
My wife bought a Hart brand shop vac and it nearly caught on fire the first time we used it. We swapped it for a DeWalt branded one (which are not actually made by DeWalt) and haven’t had any issues.
Open source is good because it means it can be maintained even if the manufacturer shuts down. One of the biggest issues with keeping older tech alive and in a useful state is proprietary firmware.
That’s Blend-Tec not Vitamix lol
Funny enough this is the first video I ever watched on YouTube, back in 2007, after switching from Google Video: https://m.youtube.com/watch?v=qg1ckCkm8YI
I ran Tomato on mine. Liked it better than DD-WRT.
This confuses me because BlueSky does not have any federalization technologies built into it,
Bluesky is designed to be federated though. It’s just not fully available yet. Also, Bluesky is open-source, licensed under the MIT license.
Yahoo and AOL email are both still around and relatively widely used, and there’s plenty more that aren’t ran by large companies, like FastMail.
Breville is such a good brand. Not very well known in the USA since they’re an Australian brand. Kinda expensive, but very high quality.
There’s quite a few KDE apps that work on Windows. I think they’re trying to position KDE as a provider of high-quality cross-platform open-source apps, rather than being limited to just Linux.
ECC (and other methods) write the corrected value back to memory
That was my understanding (it corrects the error and writes the good value back to RAM), but now I’m not so sure! I imagine it must do that, otherwise a second bit flip would actually corrupt the RAM, and the RAM manufacturer would want to reduce that risk.
Regular ECC adds an extra parity bit for each byte. For each byte of memory, it can correct an error in one bit, and detect but not correct an error in two bits, so they wouldn’t want a one bit error to linger for longer than it needs to.
A better use of your time is to improve documentation. Developers generally hate documentation so it’s often in need of improvement. Rewrite confusing sentences. Add tutorials that are missing. Things like that. You don’t necessarily have to be a good developer or even understand the code of the project; you just have to have some knowledge of the project as an end user.
At least for that we have replacement names that make sense (like primary and secondary or replica).
HTML isn’t compiled, and unknown attributes are allowed. The best practice is to prefix non-standard attributes with data-
(e.g. <div data-foo="test">
) but nothing enforces that. Custom attributes can be retrieved in JavaScript or targeted in CSS rules.
I like the SwitchBot Lock because it sits over the existing thumbturn rather than completely replacing the lock. It still looks like a normal lock from outside, unless you get a keypad of course. I got one with a keypad so my dog sitter can come check on my dog and take her out while I’m at work.
It’s not internet enabled by default. You can buy a wifi gateway from SwitchBot, but instead I have mine connected to Home Assistant using Bluetooth via a Bluetooth proxy.
The whole point of Lemmy and the Fediverse as a whole is to decentralize, so everyone routing through a single service (Cloudflare) seems to go against that.
They use a mixture of Windows and Linux. They do use Linux quite a bit, but they also have a lot of Hyper-V servers.