HN user

gblargg

938 karma
Posts0
Comments551
View on HN
No posts found.

This is much, much simpler than you think it is. Passkeys are just passwords that require a password manager. If you lose your passkey, you'll reset your passkey the same way you reset your password, probably with a "forgot my password" email.

This is why I don't bother with these if they have a weaker workaround, which will be open to remote hacking.

My compiler knows SIMD. However, knowing the limitations of SIMD might help avoid a calculation that can't be optimized to use it.

Wait, you're saying a monitor can just advertise a URL over the video connection for its driver and then Windows will blindly install it, without user confirmation? I thought that LG had submitted these "drivers" (adware) to Microsoft and they approved it.

Decoy Font 6 days ago

I'm surprised the AI reads the outline version, since I thought most scaled the image down, which is basically a low-pass filter on those single-pixel lines.

Decoy Font 6 days ago

First thought is in memes so automatic censoring doesn't catch it.

Yes, I find it ironic that Google is recommending that people take varied routes, when it's their very app that often puts a bunch of people on an obscure, same route. Many times I've taken one of its shortcuts, only to see a bunch of cars in front of me and behind me taking the same shortcut, clearly not one people would normally take.

Properties are to allow dynamic actions for what appear to be simple variable accesses. They don't magically make those as fast as accessing a variable; they are a syntactic convenience to allow assignment and using the value implicitly rather than having to invoke a function/method. They could have cached the value and kept a dirty flag, but then everything that affected the value would have to be sure to mark it as dirty or result in subtle bugs.

If I understand this correctly, it basically has the second thread wait until the first one experiences a hardware interrupt, which implicitly synchronizes memory. This avoids the first thread from needing any synchronization primitives that would slow it down.

I've tried several (Amazon Vine) and I would just leave them outside to be sure they reach 430 or so, and then take them in a closed room, also breathe on them several times and it should spike quickly. Opening up to verify an actual CO2 sensor is also a good idea. A few just had a tiny sensor and faked various readings based on this.

Great read. The section about copy protection and being able to step the head motor half tracks and do things like store tracks at half positions, or even store 180 degrees at one position and another for the rest, was very interesting. The disk copiers at the time always seemed pretty sophisticated, but I didn't realize they had to deal with things like this. I bet those were fun to write (and be part of the arms race).