Turun

joined 2 years ago
[–] Turun@feddit.de 6 points 2 years ago (1 children)

Wenn man sich mit dem Thema nicht auskennt ist es teilweise echt schwer herauszufinden was der Rest ist, den man ignorieren kann. Aber das kritisiere ich an Wikipedia nicht, es ist schlicht unmöglich einfache Informationen für Neulinge und alle spezifischen Informationen für Experten gleichzeitig und gleich gut zu präsentieren. In Mathe Artikeln mit seitenweise Formeln bin ich heillos überfordert, aber in den ein oder anderen Physik Thema würde ich mir mindestens doppelt so viel Information wünschen.

[–] Turun@feddit.de 1 points 2 years ago (1 children)

At this point you're just complaining that the edge case is not highlighted in red.

I think it's the right amount of pointers to make you aware of the issue without straight up telling you.

[–] Turun@feddit.de 2 points 2 years ago

The problem is that 21 is not the only problematic combination.

[–] Turun@feddit.de 3 points 2 years ago

Mehr Schienen mehr besser, da stimmt ich dir schon zu.

Aber es hat halt rein gar nichts mit dem Artikel zu tun. Egal wie viele Schienen es gibt, du kannst eine Strecke nach einem Unwetter nicht auf Hindernisse überprüfen indem du die Strecke für den ICE freigibst und dann schaust wie viele Passagiere die Reise überleben.

[–] Turun@feddit.de 2 points 2 years ago (2 children)

Economics is 50/50 too. It's not in the OG set of prizes and the science is hit and miss as well.

But yeah, physics, chemistry, medicine are all prizes that highlight game changing discoveries.

[–] Turun@feddit.de 5 points 2 years ago

I'm curious how accurate the PII is. I can generate strings of text and numbers and say that it's a person's name and phone number. But that doesn't mean it's PII. LLMs like to hallucinate a lot.

[–] Turun@feddit.de 19 points 2 years ago (3 children)

The issue is in your software that displays the capacity (most likely windows).

You bought 2 TB SSD. You got 2 TB SSD. This is equivalent to 1.8 TiB (think of it like yards and meter). Windows shows you the capacity in TiB, but writes TB next to it.

Say you buy a 2.18 yard stick. You get a 2.2 yard stick, which is equivalent to 2 meter. Windows will tell you it's 2 yards long. Why? I don't know.

[–] Turun@feddit.de 3 points 2 years ago

Hätte gedacht, dass das (oder ähnliches) schon längst alle Länder eingeführt hatten.

In Bayern gibt's das schon seit diesem Semester.

[–] Turun@feddit.de 2 points 2 years ago* (last edited 2 years ago) (1 children)

It will depend on the specifics. Are they refusing to hand over the license plates that are already legally property of the Tesla owner? Or are they simply refusing to work on the process of granting license plates?

If I recall correctly, the postal workers do in no way prevent the handover of packages for Tesla, they simply refuse to deliver them. Tesla is free to fetch them, nothing is withheld. I agree that something like withholding packages or license plates which are not property of the workers would be ... an act difficult to agree with.

[–] Turun@feddit.de 7 points 2 years ago

Ich lese dass schon eindeutig so dass das Aufzeichnen verboten ist. Nur wenn der Weg bereits ausgewiesen ist darf man es tun. Was im Wald ein weg ist ist keineswegs eindeutig. In der Form wäre meines Erachtens nach das Erweitern von Kartendaten in osm durchaus illegal.

[–] Turun@feddit.de 1 points 2 years ago

You could use a VPN like wireguard and make all your private installations only accessible if the request originates from the VPN. That way you are not relying on the security of all individual programs, but only on the security of your VPN, which is specifically designed for it.

I.e. on a server host a wireguard docker container. Make it forward and masquerade all incoming request to port 80/443 to a caddy container running on the same machine. In the caddyfile you can match by subdomain and filter by origin IP. Then either deny the request or allow the reverse proxy to serve the content.

If you don't want to use caddy or subdomains you can also just forward all requests that hit the VPN on [special port] to forward to your server. People without VPN access won't be able to send requests to that interface in the first place.

view more: ‹ prev next ›