[-] [email protected] 3 points 2 weeks ago* (last edited 2 weeks ago)

Nice idea!

In addition, we could have an allowlist for honest bots (like search crawlers).

[-] [email protected] 8 points 2 weeks ago* (last edited 2 weeks ago)

We need ~~three~~ four things:

  1. A way to poison the data that will throw off the training without causing perceptible difference to humans. As I remember it, many image AIs were sensitive to a peculiar noise that was imperceptible to humans.
  2. A skiplist of AI data stealers, so that their IPs/domains can be blocked in bulk.
  3. Eventually, the above technique will become useless as AI data stealers will start using dynamic IPs and botnets to bypass the skiplists. We'll need to throttle or block data to visitors based on pattern recognition. For example, if the visitor requests linked pages in rapid succession. Or if the request interval is uniform or pseudo random, instead of genuinely random.
  4. If the pattern recognition above is triggered, we could even feed the bots with data from AI models, instead of blocking or throttling. Let the AI eat its own s**t.
[-] [email protected] 2 points 1 month ago

Oh! I misunderstood. Sorry! Glad to meet a fellow Gentoo here!

[-] [email protected] 2 points 1 month ago

I use Gentoo with OpenRC. So my position in this matter should be clear. Anyway, check the last paragraph again to see what I think about systemd's modularity.

[-] [email protected] 4 points 1 month ago

The kernel isn't a place to play politics. You can't just yank a component out like that on short notice, even if it has such a horrible story attached to it.

Back then, ReiserFS was mildly popular and its use would have been widespread (that includes me). The users of ReiserFS and probably even the other kernel devs had no idea that Hans Reiser was capable of such a crime. Infact, he was known as a computer prodigy back then.

There are plenty of users who don't have the luxury of migrating data on a short notice to a different filesystem. Disabling the filesystem would have left them high and dry. That's why the devs gave it a long deprecation period.

[-] [email protected] 1 points 1 month ago

The OP can make the same argument after replacing sudo with doas or su.

[-] [email protected] 0 points 1 month ago

There are other applications that use suid (like newuidmap). And there are programs that use capabilities (like ping). I'm pretty sure that this logic will be used to justify assimilating those applications too. But I'm sure that the crowd will cheer them on as if they did something revolutionary.

[-] [email protected] 4 points 1 month ago

That's rich, coming from a company that sued a child whose website domain name was mikerowesoft.com. (His name was Mike Rowe, and the site was about the software he made).

[-] [email protected] 9 points 1 month ago

Systemd is too egotistic to even mention Linux. They will simply name it systemd-defenderd.

Don't believe me? See this!

[-] [email protected] 6 points 1 month ago

The vast majority of Linux users consider systemd as a good thing because it apparently makes system administration easier. They also don't agree that systemd is monolithic, because it's actually designed modular.

But of course there are detractors. The only thing I like about systemd is its declarative service definition and parallel service startup. But if I wanted to run an OS with bloated and inscrutable software (even with the source code), my choice wouldn't be Linux or Systemd.

I also routinely switch parts of my OS. This is harder with systemd. Although it is modular, the modules are so tightly coupled that it will prevent the replacement of modular components with alternatives. Frankly, I think systemd is killing the innovation in system component development.

[-] [email protected] 16 points 1 month ago* (last edited 1 month ago)

You can uninstall the sudo application and add sudo as an alias for run0 in your shell initialization script. That's better than them renaming run0 to sudo, because that will prevent people from running the real sudo if they want it.

[-] [email protected] 2 points 2 months ago

In practice, all those tight coupling between components mean that it behaves more or less monolithic, despite the claims to the contrary. Replacing them with alternatives is a pain because something else breaks or some software has a hard dependency on it.

view more: next ›

technom

joined 11 months ago