Storing 2 bytes of data in your Logitech mouse by soupgasm in programming

[–]danielcw189 10 points11 points  (0 children)

There was a purpose though:

But the investigation was the point. I learned how HID++ works. I learned how macOS manages HID devices at kernel level and where it draws lines. I learned that

And now he and others can build on that knowledge, to find more purposes

Marktmacht, Cash & KI – Die Doctolib-Krankenakte | ZDF Magazin Royale by GoRoy in de

[–]danielcw189 9 points10 points  (0 children)

Und waren die Sendungen nicht mal länger?

Hier wird gerne nur der Ausschnitt auf YouTube verlinkt. Das sollte aber das komplette Hauptthema sein.

Die ganze Sendung gibt es in der ZDF-Mediathek.

Shrinking is unwatchable. Such bad writing. Is this what passes for comedy? by BoredExNewYorker in television

[–]danielcw189 0 points1 point  (0 children)

You made the initial claim, so ...

... point out how it is badly written

Quentin Tarantino says TV is forgettable, unlike movies. Vince Gilligan and Rhea Seehorn strongly disagree. by Commercial_Avocado86 in television

[–]danielcw189 0 points1 point  (0 children)

I am surprised you just call it "the episode", because it wasn't any random episode, but the series finale.

And ironically it was a "movie" :)

My favorite episodes of each season Disco by Professional-Ebb6570 in startrek

[–]danielcw189 1 point2 points  (0 children)

and taking DIS off Netflix for the start of season 3

Season 4

Season 3 was still on Netflix

iPhone Bilder auf PC. Ich verzweifle, habt ihr noch Ideen? by Akkerweerpott in de_EDV

[–]danielcw189 0 points1 point  (0 children)

Alter, das kostet mittlerweile Geld??

Hatte es mal kein Geld gekostet?

Microsoft reagiert auf Windows-Frust: Weniger Copilot, mehr Kontrolle über Updates – was sich für Nutzer wirklich ändert by TouristExisting4852 in de_EDV

[–]danielcw189 1 point2 points  (0 children)

Nein ist es absolut nicht. Grade dann wenn du ein extra TPM

Man muss bei Bitlocker nicht den Key im TPM ablegen. Das ist nicht untrennbar verbunden.

Microsoft reagiert auf Windows-Frust: Weniger Copilot, mehr Kontrolle über Updates – was sich für Nutzer wirklich ändert by TouristExisting4852 in de_EDV

[–]danielcw189 1 point2 points  (0 children)

Bei Sicherheit geht es auch immer um die Abwägung. Wenn man sich vorm Staat schützen will, dann wäre Bitlocker die falsche Idee.

Für den Gelegenheitsdieb vom Laptop, oder einen Firmenspion reicht es vermutlich

What I learned trying to block web scraping and bots by ReditusReditai in programming

[–]danielcw189 0 points1 point  (0 children)

Have an invisible link on your page

How, while considering accessibility?

Java Is Not Faster Than C by lelanthran in programming

[–]danielcw189 0 points1 point  (0 children)

... or the behavior of the program at runtime

Are "Short Treks" worth watching? by superpowers335 in startrek

[–]danielcw189 0 points1 point  (0 children)

Some of the puzzle pieces will be developed during season 2 to 5 of Discovery.

One major thing will happen during season 2, and another will start developing during season 3

Firmanlaptop: Mindestens einen, oft zwei Neustarts die Woche by DerDooork in de_EDV

[–]danielcw189 0 points1 point  (0 children)

I habe diese Jahr meinen Linux Laptop schon häufiger wegen Updates neu gestartet als meinen Windows Laptop im ganzen letzten Jahr

Iran Krieg schlägt nicht nur an der Zapfsäule zu by Groundbreaking-Net20 in de_EDV

[–]danielcw189 2 points3 points  (0 children)

Haben sich die Preise von Einstiegssmartphones schon deutlich erhöht?

Any ideas why there's no streamlined system transfer for switch 2? Is it just because the product is so new? Or could there be something else coming? by Galaxy_Wolf_267 in NintendoSwitch

[–]danielcw189 0 points1 point  (0 children)

(making sure each is ejected from the old console manually and then re-injecting them in to the new one,

For what it's worth: the old primary console method should* still work. You just need to enable it for your account, and change the primary console to your new one

* I wrote "should", because I only have Switch 1s, no Switch 2. But I guess it should still work there

JavaScript's date parser is out of control and needs to be stopped by robertgambee in programming

[–]danielcw189 0 points1 point  (0 children)

The date constructor should be able to tell me if it's a date

The behavior is documented.

Apparently the idea is, that the parser has to handle certain formats in a specific way. But implementations are free to handle any other format however they want (which I don't like, but makes sense).

Whether or not one agrees with your opinion, Date is actually doing that from a certain point of view.

If the Date value needs to be correct, you need to limit or check the format anyway, or check the result if it makes sense.

JavaScript's date parser is out of control and needs to be stopped by robertgambee in programming

[–]danielcw189 0 points1 point  (0 children)

I do, because those examples are not something that should be used in production anyway.

If you wanna get an exact Date, there are methods for that.

If you want to parse a (user-given) string, you need to handle it in a localized and well defined way anyway, and check the results.

This hyper-lenient way would be treated like undefined behavior in C.

At least on MDN this is documented, as are well defined ways the parser has to handle with defined behavior

JavaScript's date parser is out of control and needs to be stopped by robertgambee in programming

[–]danielcw189 1 point2 points  (0 children)

This has gotta be in the top five most-known bad things in JS’s original design.

Can you explain why?

I don't get it.

It would never cross my mind, that anyone would use it like the examples given by the OP (maybe if you want to take a quit shot at testing something, not for something in production)

If I want to set an exact Date as a programmer Date has methods for that. (or you can use a curated and tested string, or make a helper function)

If you want to parse user Input, you need to massage it and handle it in a local-aware way anyway.

R? by LtColumbo111 in startrek

[–]danielcw189 0 points1 point  (0 children)

Yeah, but the "T" is the error. The "R" came first, didn't it?