Viewing profile — AbacusAvenger
AbacusAvenger
HN member- Joined
- Wed, Sep 02, 2015, 4:49 AM UTC
- HN karma
- 273
- Public activity
- 78 items
- HN profile
- View on Hacker News ↗
About AbacusAvenger
Currently developing Vulkan drivers for Samsung devices.
[ my public key: https://keybase.io/tycho; my proof: https://keybase.io/tycho/sigs/udtCxyNU8bJzjafEySNhxwJyAmR7FxZp9mN8YvNvJVY ]
Recent public activity
-
comment
Comment #36977707
Personally I have two major issues with macOS: CPU usage and bugs. There are a ton of background services that periodically spin up for no obvious reason, consuming a ton of CPU fo…
-
comment
Comment #36542852
Amazon would still be in charge of enforcement, they'd just be held liable for not doing so. Which is not a pleasant place to be, because blocking automation is not an easy problem…
-
comment
Comment #33290217
It's more than that, it's the official conformance tests: https://github.com/KhronosGroup/VK-GL-CTS/blob/main/external...
-
comment
Comment #32341608
Also remember that native code can use multithreading, so if your challenge is something that could be farmed out to multiple CPU threads until one finds the solution, that's anoth…
-
comment
Comment #32341553
About the benchmark data: It looks like your pow_sha256 library is using is the "sha2" crate, which is a pure Rust implementation of SHA2. So your benchmark is around the delta of …
-
comment
Comment #32341352
I looked into doing something like this once and decided it wasn't going to be very effective, for a few different reasons. JS engines (or even WASM) aren't going to be as fast at …
-
comment
Comment #32285696
That's Numberwang. (Wordwang?)
-
comment
Comment #31284616
I've been running it for almost a year, using docker-compose. It seems rather unstable for me. Every week or so, Sentry will just stop handling incoming events, and the request que…
-
comment
Comment #30714198
It could be an ANGLE change responsible. I know Apple's been working on the Metal rendering backend. Maybe something in that is breaking for you. I'm not sure if the video represen…
-
comment
Comment #30714180
I swear, the guy must be a genius.
-
comment
Comment #30681792
Out of curiosity, what are the WebGL bugs you ran into?
-
comment
Comment #28206388
I had a very similar pattern happen a year or so ago on one of my bank debit cards. The difference in my case was that they made one fraudulent charge on the card beforehand to len…
-
comment
Comment #27650439
"Discrete TPM" means you have a daughter board that you plug in to a physical TPM port on the motherboard (check your motherboard manual for where it is, and which kind is compatib…
-
comment
Comment #25990524
Whoah, that's news to me. I used PostgreSQL fairly recently (a year or so ago?) and ended up abandoning it after I was forced to do the export/import dance through a few version up…
-
comment
Comment #25926156
Gallium, Indium, and Tin, I believe.
-
comment
Comment #25764382
The CN is "*.transip.nl" instead of "timetagger.app" for some reason.
- comment
-
comment
Comment #25416106
The Nest endpoints are returning 500 as well.
-
comment
Comment #25341669
I don't have much to add here, except to say that this really matches my experience with Wave G. Wave G's support team also doesn't even realize that the CondoInternet network they…
-
comment
Comment #25001626
Yes, their IPv6 support has been mediocre. The big advantage to Wave G is that they have symmetrical gigabit download/upload rates. Comcast, on the other hand, provides gigabit dow…
-
comment
Comment #25000402
They only announce a /64 prefix via RA (with no DHCPv6 or DHCPv6-PD), so address assignments are via SLAAC. For that ISP (Wave G), I use NDP proxying to allow the LAN side to utili…
-
comment
Comment #24999906
The major problems I've run into with IPv6: - Some ISPs do not offer prefix delegation, so I have to use weird hacks like NDP proxying (I use ndppd for this). - My dhcpcd.exit-hook…
-
comment
Comment #24463426
My apartment building had a very brief (less than a few seconds) power outage at the time 1600M seconds rolled over. Weird.
-
comment
Comment #24361798
Out of curiosity, do you know of any implementations where ssize_t has that kind of range limitation?
-
comment
Comment #23954469
How many applications are left that still use Mercurial? I can only think of two big ones, the JDK and Mozilla's entire code base. Are there still others around? Seems like everyon…