Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
covoeus
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
covoeus
1mo ago
Assuming the client is online, you could offload the costly FHE sampling by handing them the raw logits.
2.
▲
by
covoeus
4mo ago
llama.cpp is general purpose in the sense that it supports many different model architectures. ds4 is laser focused on deepseek v4 flash, thus having a leaner codebase
3.
▲
by
covoeus
1y ago
Use `cb!` instead of `cb`: rg --vimgrep restore_tool | vim -c cb! - You might also wanna open the quickfix list by default: rg --vimgrep restore_tool | vim -c cb! -c copen - You can learn more about how to navigate it usin
4.
▲
Keynote: The Problem of C++ – Klaus Iglberger [video]
(youtube.com)
2 points
by
covoeus
1y ago
|
1 comments
5.
▲
by
covoeus
1y ago
Summary: Klaus argues that while it is very easy to write unsafe C++ due to language defaults, modern tools and language features, such as - ranges over loops, - strong types with concepts over primitives, and - value semantics over referen
6.
▲
by
covoeus
2y ago
Sounds similar to the GA144 chip from the inventor of Forth