Viewing profile — luchs
luchs
HN member- Joined
- Sun, Jan 22, 2012, 11:56 AM UTC
- HN karma
- 187
- Public activity
- 79 items
- HN profile
- View on Hacker News ↗
About luchs
Recent public activity
-
comment
Comment #13677199
Something this API gets right is having a unified interface for both IPv4 and IPv6. With the sockets API, you have to decide for one of them. Changing isn't easy as the constants a…
-
comment
Comment #13677122
There are already other RFCs regarding the socket API, such as RFC3493 (IPv6 socket API).
-
comment
Comment #13350218
The optimal block size is probably the the amount of data which can be transferred with one DMA operation. For NVMe disks on Linux, you can find out this size with the nvme-cli [0]…
-
comment
Comment #13145149
You have to trust some hardware, but not necessarily the full stack you listed above. For example, chipTAN is commonly used in Germany to verify online banking. You have to trust t…
-
comment
Comment #13043450
Here's an example where it's broken: https://i.imgur.com/ugVBCJL.png
-
comment
Comment #12694493
This is exactly what the "block third-party cookies" option does. It really should be enabled per default, possibly with a permission prompt for cases where they are useful. The in…
-
comment
Comment #12521523
Not really liberal - leaving out those tags is perfectly fine according to the specification and all compliant browsers will create the same DOM from it.
-
comment
Comment #12512702
Is it really? Apart from the missing port-forwarding, DS-Lite seems to be one of the better solutions to the IPv4 shortage to me. There's only a single NAT at the ISP, the local ro…
-
comment
Comment #12489181
>This is the definition of a Hash Function. Not a cryptographic Hash Function. No, a hash function is just any function which can be used to put values into a hash map. If your inp…
-
comment
Comment #12292189
Looking at the source code, it's actually licensed under the GPLv3 as well, so the software seems to be free, just the resources and game content aren't.
-
comment
Comment #12260560
But the thing is that a game targeting Windows XP or even Windows 98 still has a good chance of running on Windows 10. On the Linux side, good luck getting binaries made for Ubuntu…
-
comment
Comment #12147522
I'd guess that they track keys which appear on reseller sites. So the "bad actor" comes from later use, not from e.g. stolen Bitcoins.
-
comment
Comment #12092050
Nice to know that they're working on better HiDPI support. GTK 3 for some reason has two separate HiDPI settings, but one of them only supports integer scaling factors. Additionall…
-
comment
Comment #12025711
Tmux supports this as well, just use "tmux new-session -t xy" instead of "tmux attach-session -t xy".
-
comment
Comment #11865154
>As of this article, lxss.sys has ~235 of the Linux syscalls implemented with varying level of support. Is there a list of these syscalls somewhere? It would be cool to check it ag…
-
comment
Comment #11840988
Did you look into the EventSource API? It's basically automatic long-polling with a simple file format built into the browser. It supports pretty much every "real-time" pattern: re…
-
comment
Comment #11634685
As I understand it (from reading the README) it's storing SHA(chunk) -> Enc(chunk) in its database. When adding to the backup, it checks whether SHA(chunk') is already there. Thus,…
-
comment
Comment #11619070
Note that your protocol isn't actually a zero-knowledge proof. While transcripts can be made up, a third person observing everything Gavin does would absolutely be convinced by the…
-
comment
Comment #10939951
I don't think there's a data center there, it's probably just where all nodes in Germany end up which don't have more accurate geolocation.
-
comment
Comment #10917285
I don't quite understand how that works. Surely there wasn't a crowd of 3000 people at the bottom of the escalator when people were walking on the left? Where do the extra people c…
-
comment
Comment #10856835
Do you actually use Java like this on any non-trivial project? This is intended to be a high-level tool that can be used as an alternative to IDEs.
-
comment
Comment #10685426
Ah, cool - I will try it then. My motivation for not requiring root is shared hosting: I have a regular user witch access to an Apache webroot directory. They didn't fully automate…
-
comment
Comment #10685181
I'm a bit confused about the "non-root support" -- the (somewhat lengthy) setup manual absolutely seems to require root to set up users and directories in the root filesystem. In c…
-
comment
Comment #10145790
Most non keyboard instruments have ways to adjust the pitch slightly per interval while playing, allowing experienced players to play all intervals perfectly.
-
comment
Comment #10104930
Which browser are you using? On Android, both Firefox and Chrome have the option to increase the font size, allowing you to read comments without zooming in. The lack of text reflo…