Viewing profile — lokeg
lokeg
HN member- Joined
- Sun, Nov 21, 2021, 9:33 PM UTC
- HN karma
- 26
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About lokeg
No profile information was provided.
Recent public activity
-
comment
Comment #48744556
Isn't working with the utf8 stream sufficient? Especially if you only have ASCII keywords/operators/brackets, I feel a ASCII parser should work with utf8 out of the box
-
comment
Comment #45793845
There is a somewhat famous post about this: https://www.reddit.com/r/gamedev/comments/qeqn3b/despite_hav... Essentially stating that Linux users disproportionately care to actually…
-
comment
Comment #45105589
This can be alleviated by the gas plant operator selling call options, effectively paying them for being reliable. The relevant keyword is "capacity markets".
-
comment
Comment #44862721
What about the worst case? I.e. something like searching for 1000 'a's in a long string of 'a's interspersed with 'b's every 500-1000 steps? Seems accidentally quadradic unfortunat…
-
comment
Comment #44620863
Something like the following? I am trying and failing to reproduce the issue, even with mutable AST nodes. use bumpalo::Bump; use std::io::Read; fn main() { let mut arena = Bump::n…
-
comment
Comment #44532548
What?
-
comment
Comment #40873626
It indeed does not make sense to have a market for carbon sequestration that does not also include fossil fuel emissions. But implementing a comprehensive cap-and-trade system is s…
-
comment
Comment #38657918
Skimming this I did not really understand the programming model difference from glommio or tokio-uring. Aside from striving to be cross-platform, how is this significantly differen…
-
comment
Comment #37743506
I think this is what they call a doomsday cult.. My point is, this would leave you in a really bad position if it turns out after 10 years nothing really happened
-
comment
Comment #37563048
The aspect ratio in that fold is 4, the very first step is folding the square down into a ribbon
- story
-
comment
Comment #32213730
I am out of the loop, but surely this would be politicized math education ? Which is absolutely different from mathematics research and not related to reproducibility.
-
comment
Comment #31309280
> It's trivial in quadratic time too, of course, although I would expect a candidate for a senior role to be able at least to find the linear solution, if not to start there outrig…
- story
- story
-
comment
Comment #29300027
Using libraries is so much easier in rust compared to many other libraries due to rustdoc. I can trust the type signatures to show me the actual usage, I can trust the code snippet…