SpaceCadet

joined 1 year ago
[–] SpaceCadet@feddit.nl 5 points 10 months ago

Heh the comparison also holds if you use 10=Windows 7 and 11=Windows 8

Or 10=Windows 98 and 11=Windows ME

[–] SpaceCadet@feddit.nl 2 points 10 months ago* (last edited 10 months ago)

Kont is also not the most used, nicest way of saying it. “Billen” is a better match.

"Billen" is "buttocks", it's less vulgar than "kont" but it doesn't mean exactly the same thing. I think kont is also more socially acceptable with Flemish Dutch speakers than with Dutch speakers from the Netherlands.

Should also note that the word "aars" exists too. Given that they went with Arsch in German and Ass in English, it's a bit strange that they chose the word "kont" to represent Dutch.

organization that decided that a lot of Dutchified English would be changed to more Dutch terms. So is “Math” changed into “Wiskunde/Rekenen”.

Why shouldn't we use our own words to refer to things?

Also the word "wiskunde" wasn't made up by the organization you mention. It came from Simon Stevin, a Flemish 16th century mathematician.

[–] SpaceCadet@feddit.nl 2 points 10 months ago (1 children)

The same people who still think of millennials as people in their early/mid 20s instead of late 30s early 40s.

[–] SpaceCadet@feddit.nl 0 points 10 months ago

Doesn't sound as catchy I guess?

[–] SpaceCadet@feddit.nl 6 points 10 months ago* (last edited 10 months ago)

You're good. That's the latest image, it's just the confusing Debian version scheme where the package version is not the same as the kernel version. Debian package version 6.1.0-17 = kernel version 6.1.69-1

See:

$ uname -a
Linux debian12 6.1.0-17-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.69-1 (2023-12-30) x86_64 GNU/Linux

And:

$ dpkg-query --list linux-image-6.1.0-17-amd64
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                       Version      Architecture Description
+++-==========================-============-============-=================================
ii  linux-image-6.1.0-17-amd64 6.1.69-1     amd64        Linux 6.1 for 64-bit PCs (signed)
[–] SpaceCadet@feddit.nl 8 points 10 months ago

I remember when PC keyboards had zero Windows keys.

[–] SpaceCadet@feddit.nl 2 points 10 months ago

For a laugh, view the page source and scroll down.

[–] SpaceCadet@feddit.nl 5 points 10 months ago* (last edited 10 months ago) (1 children)

In Belgium, hundreds of tons of unexploded ordnance from World War 1 are still being found and cleaned up, often chemical grenades as well. For 2022 the total figure was 166 ton. Almost everyday there is an intervention by the demining service. Occasionally people still get hurt or killed by it too.

And Belgium was just a small section of the WW1 frontline, the figures for France will probably be much higher.

[–] SpaceCadet@feddit.nl 6 points 10 months ago

That's what I said yes.

[–] SpaceCadet@feddit.nl 33 points 10 months ago* (last edited 10 months ago) (2 children)

Realistically it's not super dangerous, and no you probably don't have a virus just from browsing a few tech support sites, but you do eliminate your last line of defense when you run software as root. As you know, root can read/change/delete anything on your system whereas regular users are generally restricted to their own data. So if there is a security problem in the software, it's made worse by the fact that you were running it as root.

You are right though that Firefox does still have its own protections - it's probably one of the most hardened pieces of software on your computer exactly because it connects to the whole wide internet - and those protections are not negated by running as root. However if those protections fail, the attacker has the keys to the kingdom rather than just a sizable chunk of the kingdom.

To put that in perspective though, if there is a Firefox exploit and a hacker gets access to your regular user account, that's already pretty bad in itself. Even if you run as a regular unprivileged user they would still have have access to things like: your personal documents, your ssh keys, your Firefox profile with your browsing history, your session cookies and your saved passwords, your e-mail, your paypal account, your banking information, ...

As root, they could obviously do even more like damage like reading all users' data, installing a keylogger or screengrabber, installing a rootkit to make themselves undetectable, but for most regular users most of the damage is already done when their own account is compromised.

So when these discussions come up, I always have to think about this XKCD comic:

[–] SpaceCadet@feddit.nl 18 points 10 months ago (1 children)

uBlock can do much more refined and targeted blocking than a pihole because it has access to the entire page that is being served and can selectively filter elements. The pihole only has access to the DNS name, and DNS blocking is a rather crude tool to block ads that can be defeated by serving the ads from the same domain.

For example: a pihole doesn't work for blocking YouTube ads, because they come from the same domain.

[–] SpaceCadet@feddit.nl 0 points 10 months ago* (last edited 10 months ago)

I know wlroots exists. It's a library that helps you implement a compositor (i.e. does some of the heavy lifting), but at the end of the day the window manager developer is still implementing a compositor and is responsible for maintaining their compositor.

The mere fact that wlroots, and other efforts like louvre, are necessary at all actually prove my point that it was an idiotic design to push everything off into "compositors".

view more: ‹ prev next ›