Forgot your password?
typodupeerror

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").

Comment Re:What about a driving licence? (Score 2) 75

But the US in contrast to the Philippines did not sign the Vienna Convention on Road Traffic signatory. The signs in the US are completely different from the ones I had to learn for my EU driving license. And as far as I know, there are even some rules that differ from US state to US state, e.g. turning right on a red traffic light. I would not dare to claim that I know the US rules better than a Waymo car.

Slashdot Top Deals

Debug is human, de-fix divine.

Working...