Viewing profile — kldx
kldx
HN member- Joined
- Tue, Apr 05, 2022, 7:33 PM UTC
- HN karma
- 108
- Public activity
- 84 items
- HN profile
- View on Hacker News ↗
About kldx
No profile information was provided.
Recent public activity
-
story
Tell HN: Beeper deletes inactive accounts without notice
Sending a message from the app counts as activity. If you're a part of a bridged group only for announcements, Beeper deletes your bridged account without notice. The support did n…
-
comment
Comment #45060381
https://github.com/francoismichel/ssh3
-
comment
Comment #44753828
Let me try providing a different perspective based on experience. QUIC works amazingly well for _some_ kinds of machine to machine traffic. ssh3, based on QUIC is quicker at droppi…
-
comment
Comment #44753790
QUIC v1 does encrypt the SNI in the client hello, but the keys are derived from a predefined salt and the destination connection id. I don't see why decrypting this would be diffic…
-
comment
Comment #44402177
> For example, instead of a power function that uses a loop, you could generate specialized code like x * x * x * x * x directly. This eliminates runtime overhead and creates highl…
-
comment
Comment #43980195
Wondered about the same thing. Perhaps the author deals with graphs with no side effects or branches? It would then trivially become CSE on a single basic block. SSA transformation…
-
comment
Comment #43015370
Can anyone suggest simple to implement algorithms for SSA destruction? I find Cytron's destruction easy (paired with copy propagation), but the more recent ones are difficult to im…
-
comment
Comment #42940163
I like Aria's writing about this https://faultlore.com/blah/swift-abi/ .
-
comment
Comment #42438270
I am doing it this year with haskell. My C++ alter-ego (ab)used Data.STRef in the previous years so I am trying to do it idiomatically this time.
-
comment
Comment #42409951
Apologies, I mean $rax
-
comment
Comment #42409933
Aren't we paying for Result types every time it's used? A result of a 64 bit value wouldn't fit into $eax for example (I understand there are exceptions to this rule through invali…
-
comment
Comment #42372688
Cargo workspaces do not support compiling two subprojects for two different targets in a single build invocation. The workaround was (still is?) to use each subproject as a standal…
-
comment
Comment #42133883
In the embedded space, rust works great for riscv on ESP chips
-
comment
Comment #42084149
I like MegaParsec in haskell quite expressive, based on my limited experience using nom in Rust
-
comment
Comment #41950629
Adding some context here - TBane stations (the subway) in Oslo have posters that show live videos - usually static images with dynamic attention-grabbing effects but sometimes full…
-
comment
Comment #41948950
No, I agree with your remark completely but I'm still ambivalent about the tradeoff. We agree there should at least be one medium of advertising for political parties. But where do…
-
comment
Comment #41948858
How are TV ads any different from MDG posters or the AP ads at bus stops? We allow the latter in Norway and they're not that much cheaper than TV ads.
-
comment
Comment #41536275
How common is enforcement in these situations? What happens if a 900MHz baby monitor continues to be used after this chunk of the spectrum is privatized?
-
comment
Comment #41481557
Thanks for the clarification, I stand corrected. I really hope they open source their new android client - they are lacking tons of features I'm used to from the element-based andr…
-
comment
Comment #41459384
That might explain why Beeper moved away from the fork of the android Element client. I assume they are running a fork of Synapse as the backend as well.
-
comment
Comment #41239450
Sorry, I am not very familiar with the .NET ecosystem. Are you refuting any of their points?
-
comment
Comment #41184046
https://isdotnetopen.com/
-
comment
Comment #41147506
> Everything is so financialized that most people will die not knowing what a strawberry tastes like. That's dystopian. It's true for almost all basic needs and that makes me sad. …
-
comment
Comment #40779522
The estimates appear to match what notebookcheck[0] reports on their measurements - 4.4W idle average. With some tuning[1] and turning off unused peripherals, I expect to go below …
-
comment
Comment #40733868
Trusting the Thinkpad spec sheet numbers, an AMD T14s lasts >15hrs in one of the benchmarks on a 57Wh battery. That's less than 4W. Perhaps on Linux and with some tuning, it seems …