Forgot your password?
typodupeerror

Comment Incorrect about the Schwachkopf issue (Score 3, Informative) 229

As German-speaking people can read on https://netzpolitik.org/2025/g... it was the public prosecutor's office who asked for the home to be raided, not the vice chancelor. And they knew that the raided person also posted antisemitic stuff, which is also illegal. They just didn't mention this as the official request for the raid.

Comment Re:Why only the US? (Score 1) 38

Please point me to the paragraphs that gives the works council this right.

The case you mentioned might be due to paragraph 112 BetrVG. That paragraph says that the employer and the works council have to agree on a plan (Sozialplan) for what happens with the employees affected by significant restructuring. The works council will try to prevent unfairness towards those that leave the company. Those that stay are not in focus as long as the company can continue to function without those that leave.

Comment Re:Why only the US? (Score 2) 38

Works councils in Germany have no say in voluntary termination agreements (AufhebungsvertrÃge). The works council has to be given a chance to comment on involuntary terminations (which makes a difference if the terminated person sues) and it negotiates company-wide agreements (Betriebsvereinbarungen).

Comment What a shitty summary of the situation (Score 4, Informative) 17

The measure ran out because those lawmakers, who wanted scanning, wanted to make it mandatory and were not willing to accept a proposed compromise.

What the article forgets to mention is that almost every tech expert was against it. There were also several big petitions that tried to change the lawmaker's minds.

Scanning of online communication invades the user's privacy and implementing mandatory scanning as proposed would have enabled the government to abuse it. What these big tech companies now mourn is that they no longer have an excuse to violate their user's privacy to make money - at least not when sending messages.

Comment systemd-resolved (Score 1) 66

What about services that access the internet on behalf of other applications? If you use systemd-resolved, like many modern distributions, all applications will connect to the local service to perform DNS lookups. On older systems you might find nscd doing the same, although the reason and method are different.

To which process does Little Snitch map these requests?

Comment Re:Linux (Score 1) 165

How would I implement this?...
The birth date could be stored in a new field in /etc/shadow.
Then maybe a DBus service listening on the system bus that can be asked for the age bracket of a user. The existing systemd org.freedesktop.login1 service would match nicely.

It is too difficult to require the birth date to be entered on account creation. Instead allow the API to return that the information is missing.

To limit API usage to app stores, the DBus policies should be used. So this has to be configured on distro level.

The list of possible age brackets should be configurable, because not all countries/states will specify the same age brackets as Colorado.

Maybe we also need a mechanism that will ask the used if they allow an application to know something about their age that is not covered by the age brackets (e.g. "is at least 21" when the age bracket is "18 or older").

Slashdot Top Deals

In case of atomic attack, all work rules will be temporarily suspended.

Working...