Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
wallach-game
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
wallach-game
2mo ago
i will try better next time, thanks for your input
2.
▲
by
wallach-game
2mo ago
rofl rn
3.
▲
by
wallach-game
2mo ago
https://www.youtube.com/watch?v=9TyJ9s26ylc acoording to this video, around 30t/s, if in 2027 some 256gb ai box arrive, the performance will be even better
4.
▲
Im cancelling my Claude Code subscription
(numerlab.org)
8 points
by
wallach-game
2mo ago
|
10 comments
5.
▲
by
wallach-game
2mo ago
Ill tested deepseek v4 flash vs claude sonent and opus, and the results amazed me, if you wanna findout more checkout my article.
6.
▲
I wrote an bash enumerator because I was sick of xargs
(numerlab.org)
206 points
by
wallach-game
2mo ago
|
191 comments
7.
▲
by
wallach-game
2mo ago
bashumerate — iterate over files, lines, ranges, or lists with a consistent {} syntax. No for loops, no find -exec, no xargs flags to remember. enumerate -f '*.sh' -- wc -l {} enumerate -L a b c -- 'echo {}' Under 150 li