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?
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.
For DNS challenges, I personally prefer using acme-dns. It’s a separate DNS server that only serves ACME DNS challenges. I felt a bit uneasy using an access token for my actual DNS host since it grants full read/write access to every record. acme-dns reduces the attack surface.
Let’s Encrypt follows CNAMEs and supports IPv6-only DNS servers, so you could just run acme-dns on a spare IPv6 address (assuming your internet provider has a static IPv6 range, or you have a VPS with IPv6).
I think it’s all read-only access through, so you can only use it to import data not make new transactions.
That’s alright. Even read-only access is useful. I could write a script that pulls my current investments, prompts for the amount I’ll be investing in total, and prints out the buys (eg “buy 10 x VOO, 5 x VXF, 20 x VXUS”) that’ll keep the account balanced based on some percentages.
Does SimpleFIN use OAuth to log into bank accounts, or do you need to enter your bank’s username and password?
Unrelated to this post, but do you know if SimpleFIN supports investment accounts? If it does, it seems like an easy way to let me write a script to help rebalance my investment accounts. I might look into it.
In the article, Linus explicitly said that it’s not just a US thing:
And FYI for the actual innocent bystanders who aren’t troll farm accounts - the “various compliance requirements” are not just a US thing.
Did you see something that said it was an LLM?
Edit: Indeed it’s an LLM. They published the model here: https://huggingface.co/reglab-rrc/mistral-rrc
Good idea to send donations to the syncthing-fork devs to keep it alive though.
In that case, could the syncthing-fork app be renamed to syncthing, now that it’ll probably be the main Android app for Syncthing?
mostly a wrapper around their proprietary library
I’m not familiar with exactly what Bitwarden are doing, but Nvidia are doing something similar to what you described with their Linux GPU drivers. They launched new open-source drivers (not nouveau) for Turing (GTX 16 and RTX 20 series) and newer GPUs. What they’re actually doing is moving more and more functionality out of the drivers into the closed-source firmware, reducing the amount of code they need to open source. Maybe that’s okay? I’m not sure how I feel about it.
Open source software doesn’t have a reason to lock you in like proprietary software does :)
More and more proprietary SaaS systems are allowing data exports now, to comply with laws like the GDPR “right to know”. Say what you want about Google and Facebook, but they were the first big companies to start allowing data to be exported before there was any law requiring it - Facebook in 2010 and Google in 2011.
Doesn’t always work, at least on Fedora. On Fedora, it builds the kernel after the package is installed (so you need to wait 5-10 mins before rebooting) and I guess it doesn’t work properly sometimes. I’ve had it happen twice in a few months. It does work properly sometimes though.
I found that Firefox scrolling was janky even with X11 when using a mouse. You can turn off smooth scrolling in the options, and turn off kinetic scrolling in about:config (apz.gtk.kinetic_scroll.enabled
).
Working fine for me on Fedora 40 with a 6.12 kernel. You need to ensure your desktop environment is modern and supports explicit sync. KDE added support in Plasma 6.1, so Plasma 6.1 and Nvidia driver 560 or above should have no issues. I don’t use GNOME but they added support in 46.1 as far as I know.
One of my favourite underrated things about Wayland is that I could finally disable pasting when clicking the mousewheel. That’s so ingrained into XFree86/X11 that it’s impossible to disable.
(disabling it only affects apps that use Wayland)
On Linux, AMD GPUs work significantly better than Nvidia ones. If you have a choice, choose an AMD. Nvidia is mostly fine though. Even Wayland works well on Nvidia now (after the 560 driver release).
Sometimes you’ll hit issues with memory management if you have <=8GB VRAM, since the Nvidia driver doesn’t support swapping infrequently accessed parts of VRAM into regular system RAM, like it does on Windows and like AMD does on both Windows and Linux. It’s a long-standing issue.
You may also need to manually reinstall the driver after kernel updates. In theory, it’s improving as Nvidia are moving most of the driver logic into the firmware, and making the driver thinner with the new open-source out-of-tree driver (https://github.com/NVIDIA/open-gpu-kernel-modules).
For CPU, I’d definitely go with AMD instead of Intel. Intel aren’t having such a good time at the moment.
That’s a good point. I didn’t consider the fact that all the encryption is done client-side, so that’s the most important part to audit (which Bitwarden has already done).
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.