Viewing profile — swinglock
swinglock
HN member- Joined
- Thu, Mar 28, 2013, 11:33 AM UTC
- HN karma
- 1,285
- Public activity
- 557 items
- HN profile
- View on Hacker News ↗
About swinglock
No profile information was provided.
Recent public activity
-
comment
Comment #49009435
Wire transfer is better?
-
comment
Comment #48970481
If it takes seconds to compile it then the browser wins. The PoW only runs for seconds already.
-
comment
Comment #48970457
"Sorry, this item's currently unavailable in your location."
-
comment
Comment #48869982
Can you not design a PoW that is most efficient in a browser? Don't brute force hashes like Hashcash/Bitcoin, do something similar to RandomX instead but in JS. Browsers ought to r…
-
comment
Comment #48834570
It was more interesting when there were real tangible improvements. Game graphics has been like smartphones for a good long time now. Performance and feel (low latency and high con…
-
comment
Comment #48779693
Windows does memory compression too.
-
comment
Comment #48776736
I don't think it has overcommit at all, at least that's the default. That would be why you don't have Windows OOM killer stories.
-
comment
Comment #48643890
Steam Support can probably get it sorted.
-
comment
Comment #48197019
AF_ALG does ring a bell.
-
comment
Comment #47967755
Neither was NixOS. https://discourse.nixos.org/t/is-nixos-affected-by-copy-fail...
-
comment
Comment #46971063
Because it's there.
-
comment
Comment #46752568
Something breaking after 49.7 days is a classic. Someone counted milliseconds since start with a 32 bit unsigned int and some code assumed it couldn't wrap.
-
comment
Comment #46697426
There are self-hosted options too. I can't vouch for any of them but many look competent.
-
comment
Comment #46673368
Win32 and Wine being a lightweight alternative to HTML and Electrum is a fun idea.
- comment
-
comment
Comment #46530513
This is why I used ReadItLater and now Instapaper. It's integrated in my ebook reader too.
-
comment
Comment #46482967
Most users have JS enabled nowadays. Much of the web doesn't work without it. It was just an example.
-
comment
Comment #46478350
No it does not. I've had this happen in legacy systems myself. The checksums of TCP/IP are weak and will let random errors through to L7 if there are enough of them. It's not even …
-
comment
Comment #46475087
Men in the middle including predatory ISPs can not only spy but also enrich. Injecting JavaScript and embedding ads is the best case scenario. You don't want that. In addition even…
-
comment
Comment #46468280
IPv6 and CGNAT growth has finally started to suppress IPv4 prices. There was a huge pump when hyperscalers decided they needed more. But IPv6 keeps growing and is the majority of t…
-
comment
Comment #46459074
Well but then attackers just compile a kernel with a rootkit that hides the hack and itself from the APIs of the BPF program, so it has to deal with that too or it's trivially bypa…
-
comment
Comment #46434649
assert() is always only compiled if NDEBUG is not defined. I hope DEBUGASSERT is just that too because it really sounds like it, even more so than assert does. But regardless of wh…
-
comment
Comment #46433634
I'm surprised curlx_strcopy doesn't return success. Sure you could check if dest[0] != '/0' if you care to, but that's not only clumsy to write but also error prone, and so checkin…
-
comment
Comment #46141387
The latest DLSS and FSR are good actually. Maybe XeSS too.
-
comment
Comment #45938784
This used to be a feature to protect spinning hard drives. Why this would exist today and why it would throttle anything is bizarre.