Viewing profile — garfieldandthe
garfieldandthe
HN member- Joined
- Sat, Jun 10, 2023, 6:16 AM UTC
- HN karma
- 30
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About garfieldandthe
No profile information was provided.
Recent public activity
-
comment
Comment #36362870
[flagged]
-
comment
Comment #36353343
> Would you rather handle 1000 request per second or 1? Would you rather like to approach this problem by optimizing memory layout which, let's be honest, tends to give you more in…
-
comment
Comment #36352532
[flagged]
-
comment
Comment #36352093
Maybe you shouldn't be doing O(n^2) inside a request handler in the first place. This has nothing to do with caches. And even if you do quadratic operations in your handler, how of…
-
comment
Comment #36351964
How many of your structs does your code access million times a second? For most programs, that number is firmly 0. While you are optimizing your struct layout and decrease you app …
-
comment
Comment #36351907
> Sometimes you have some very very high-use variables, with multiple threads each having one and writing to it often. And how often do you actually write such code? Most people: B…
-
comment
Comment #36337005
The central myth is that the average programmer should care. The typical programmer should treat CPU caches as what they are designed to be: mostly transparent. You work in a high …
-
comment
Comment #36322573
This is insane: > We demonstrate the application of video-based cryptanalysis by performing two side-channel cryptanalytic timing attacks and recover: (1) a 256- bit ECDSA key from…
-
comment
Comment #36322141
Honest question since I don't really know how reddit works: Why can't reddit just forcefully re-open the subs that have been taken private? Mods are using powers given to them by t…
-
comment
Comment #36306063
> We have a long way to go before we can par ourselves on the back and claim to truly understand what’s going on. This is a misconception of scientific endeavour in general and of …
-
comment
Comment #36305917
The youtube link is David presenting his work that he describes in the originally linked article. One of the legendary presentations in CCC's history.
-
comment
Comment #36289212
"Hard working" and "smart" are very different things. One could almost say that not being smart requires you to be harder working. (At least that's what I'm telling myself to keep …
-
comment
Comment #36268129
Elon dropped out of openai because of differences regarding direction and conflicts with what Tesla is doing. He then secretly started developing sth similar and asked for a.morato…
-
comment
Comment #36268104
First sentence he claims he invented sth a long time back, but it definitely has prior art. I stopped reading right there. If everybody did that then perhaps he'd learn to be able …