

I’ve been noticing that when I read an English text to someone who also speaks my mother tongue, that I will switch to my mother tongue for reading out numbers. For some reason, it feels pretentious to pronounce it in English.
I’ve been noticing that when I read an English text to someone who also speaks my mother tongue, that I will switch to my mother tongue for reading out numbers. For some reason, it feels pretentious to pronounce it in English.
Yeah, that is crazy to me. I understand them wanting to make other games in between and that making those games takes a few years each. Rationally, I’m on board with the decision-making and the math that leads to this.
But that the result is a generation who didn’t have an Elder Scrolls part released in their childhood, that still feels like far too grand of a concept.
Yeah, this seems to be a display name, not some technical identifier. Microsoft cares about displaying it correctly, because it’s their product, but I doubt anyone else does…
Unlikely to be the case for mice, though, since lots of mice use the same drivers. As far as I’m aware, there’s just a handful of popular chipsets, which implement the logic, so you just need a handful of drivers.
This is particularly apparent on Linux, where most drivers are built into the kernel. You can take virtually any mouse and use it on Linux without installing drivers (although you might still want a separate program to setup LEDs or DPI profiles or whatever).
And yeah, you don’t want to have to get a patch into the Linux kernel to fix random spelling mistakes or similar…
somewhat logical, but entirely in practice verb-noun command structure.
That’s supposed to be “impractical”, not “in practice”, for others reading along.
For example, the “proper” command to list a directory is: Get-ChildItem
The “proper” command to fetch a webpage is: Invoke-WebRequest https://example.com/
In these particular cases, they do have aliases defined, so you can use ls
, dir
and curl
instead, but …yeah, that’s still generally what the command names are like.
It’s partially more verbose than C#, which is one of the most verbose programming languages out there. I genuinely feel like this kind of defeats the point of having a scripting language in the first place, when it isn’t succinct.
Like, you’re hardly going to use it interactively, because it is so verbose, so you won’t know the commands very well. Which means, if you go to write a script with Powershell, you’ll need to look up how to do everything just as much as with a full-fledged programming language. And I do typically prefer the better tooling of a full-fledged programming language…
I just want to say that you’re probably worrying too much about it. Of course, there is lots of things one can do to improve security (which the others here are listing dutifully) and it is foolish to just assume that one’s computer is entirely secure, because as a user, you will always have the ability to bypass that.
But there’s a pretty firm consensus in the IT industry that Linux is more secure than Windows. And that the popular Linux distributions are more trustworthy organizations than Microsoft.
So, it’s good to inform yourself, but if you survived on Windows, you at least should not worry about the Linux side of things. It’s more than fine.
In the sense that “on the spectrum” is often used to say that someone has autistic traits, yeah. But there would still be a spectrum and everyone would be on it, it would just reach from no autistic traits to maximum autism.
You technically didn’t ask for them, but presumably this goes hand-in-hand with reduce and reuse as first steps, which would have perhaps a more visible impact.
Reduce means to cut back on the amount of products we produce in the first place, particularly also the trash being used for packaging.
This would require:
Reuse means to sell products in glass jars, metal boxes or similar, which can be washed out and filled anew.
This would require:
As for recycling, i.e. breaking the thing down and creating a new thing, it’s unlikely that we would ever reach 100% with it alone, at the very least because it’s more effort than reduce and reuse.
But to improve our rates, there is a whole load of products currently being sold in plastic, which could be sold in paper or wood, if glass jars or metal boxes don’t work there.
In a hypothetical world, where we could have 100% effective recycling without giving a toss about reduce and reuse, then I guess, we’d have a garbage disposal system which funnels right back into a massive 3D printer.
I made a bouncycastle-based version later
I enjoy how nonsensical this must sound to people unfamiliar with Java. 🙃
Mint’s desktop environment, Cinnamon, is technically based on GNOME Shell (i.e. a fork of it), but we’re not just talking “pretty heavily modified”. In many ways, it’s its own thing now and you can’t really assume things to work similarly.
In that vein, I guess, “The Sound of Silence” by Simon and Garfunkel also deserves a mention, even if it’s up for interpretation how depressing the lyrics by themselves are.
But the first line in the song is “Hello darkness, my old friend / I’ve come to talk with you again.” and there is a cover version by the metal band Disturbed, which has no shame to really lean into that sort of vibe.
And yeah, after having heard the Disturbed version, listening to the original certainly feels like there is a massive disconnect between how sad the song perhaps should be and how upbeat the original is.
I use bar soap for all of these things. 😅
Personally, I would probably stream to PeerTube or a self-hosted Owncast and announce the streams on Mastodon for the visibility…
You can uncheck this checkbox:
In that vein, Hedgewars is basically open-source Worms Armageddon.
Very likely available from your distro, so sudo pkcon install hedgewars
should set you up in no time.
I believe, (far too) much of the commercial world relies on Cloudflare to solve that problem.
And as for Wikipedia, any AI trainer worth their salt should know that they don’t need to crawl it, because you can actually just download the whole Wikipedia dataset.
If you actually need to run some DEB or RPM or such, people seem to be recommending Distrobox a lot these days.
Well, neither of them extend your average lifespan. You might get hit by lightning before that becomes particularly relevant. But even then, you have a higher chance of surviving, if your body is healthy.
They do offer their “Copilot Workspaces”, where you can basically tell a chatbot to make changes to a GitHub repo and directly open a pull request, without having to check out the repo or install the language tooling.
This might sound good, but we’re talking you get PRs which don’t even compile. Where you spend more time sighting the PR for malicious code before you send it off to CI/CD than they did copy-pasting the issue text into a chatbox.
And I would attribute it to individual stupidity, if this wasn’t exactly how Microsoft’s ad video presents it. You’ll inevitably get young coders who believe it, because the magical chatbot is really good at solving their homework.
Yeah, part of the reason I like open-source. The devs don’t need to sell you anything, so they can just tell you that what they made is a steaming pile of garbage.