Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
richiejp
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
richiejp
1mo ago
A microvm sandbox for AI agents because absolutely nobody else is working on that, but I am more insane than other people so that is my edge :-) It boots an upstream Linux kernel with a config that can be defined by the user (doesn't t
2.
▲
by
richiejp
2mo ago
Getting any performance improvement over vLLM is just a bonus although the RAM reductions are very nice. The main point is that we find deploying Python based projects to be a pain. I can't imagine how you know what files are unreachab
3.
▲
by
richiejp
2mo ago
I can only assume you are talking about LocalAI (not vllm.cpp) which is modular and contains adapters for many different AI engines written in various languages. LocalAI's core is written in pure Go and you choose what engines to insta
4.
▲
C++ Vs Rust: Which is better for writing AI/ML code with LLMs
(richiejp.com)
2 points
by
richiejp
2mo ago
|
0 comments
5.
▲
Show HN: LocalVQE: Tiny ~1M param audio model that cancels echo and noise
(huggingface.co)
1 points
by
richiejp
5mo ago
|
0 comments
6.
▲
by
richiejp
1y ago
https://github.com/mudler/LocalAGI
7.
▲
Show HN: WebGPU Bitbanging 1D Reversible Automata
(richiejp.com)
1 points
by
richiejp
2y ago
|
0 comments
8.
▲
by
richiejp
2y ago
Yes it does. Even discarding arguments that different rules in the same class are the same automaton and multiple cells are the same automaton, the article includes reversible and non-reversible automata which are distinct classes.
9.
▲
by
richiejp
2y ago
could you provide a link to the code?
10.
▲
Bitbanging 1D Reversible Automata
(richiejp.com)
97 points
by
richiejp
2y ago
|
22 comments
11.
▲
by
richiejp
2y ago
It's definitely under rated that data locality may matter more than time or space complexity. Most software though is doing really dumb stuff on I/O, or just doing work that doesn't need to be done.
12.
▲
It's easier to 10x code performance than 2x it
(richiejp.com)
2 points
by
richiejp
2y ago
|
2 comments
13.
▲
Fuzzy Sync: Winning a rare data race
(richiejp.com)
1 points
by
richiejp
6y ago
|
0 comments