Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lokeg
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
lokeg
3mo ago
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
2.
▲
by
lokeg
11mo ago
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 report bugs they encou
3.
▲
by
lokeg
1y ago
This can be alleviated by the gas plant operator selling call options, effectively paying them for being reliable. The relevant keyword is "capacity markets".
4.
▲
by
lokeg
1y ago
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 unfortunately in the absence of some KMP
5.
▲
by
lokeg
1y ago
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::new(); loop { read_and_process_
6.
▲
by
lokeg
1y ago
What?
7.
▲
by
lokeg
2y ago
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 superior to a fixed carbon price in that the it directly limi
8.
▲
by
lokeg
3y ago
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 different?
9.
▲
by
lokeg
3y ago
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
10.
▲
by
lokeg
3y ago
The aspect ratio in that fold is 4, the very first step is folding the square down into a ribbon
11.
▲
Glibc grows non-main-thread heaps by 4K at a time
(github.com)
1 points
by
lokeg
3y ago
|
0 comments
12.
▲
by
lokeg
4y ago
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.
13.
▲
by
lokeg
4y ago
> 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 outright. I would not call this trivial. The code in your
14.
▲
Rust Quiz
(dtolnay.github.io)
3 points
by
lokeg
4y ago
|
0 comments
15.
▲
Apache Log4j RCE Zero Day
(cyberkendra.com)
1 points
by
lokeg
5y ago
|
0 comments
16.
▲
by
lokeg
5y ago
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 snippets to not be outdated, and above all this is consistent for a