Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
amboo7
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
amboo7
12d ago
You should have tried Deezer. I had switched to Spotify because I couldn't tolerate bugs anymore.
2.
▲
by
amboo7
1mo ago
Agreed. For the others, I asked Claude to write a structural edit tool: s-expressions only, insert/replace/... When passed 'tree' it prints a file like <line>: <s-expr .-separated path> then eg when passed &#
3.
▲
by
amboo7
1mo ago
"180° wrong" as "0° right"? Just that bit, not that I disagree.
4.
▲
by
amboo7
2mo ago
Me too
5.
▲
by
amboo7
2mo ago
I have my own. One Telegram bot for reading, summarizing etc. (using a local Qwen 3.6), another for improving it (OpenCode Telegram, free DeepSeek V4). I might put it on github soon.
6.
▲
by
amboo7
2mo ago
I have always liked coding (started in the 80s). But I got bored having to deal with trivialities (spending life on fixing commas) and increasing accidental complexity (having to memorize tons of APIs). Now LLMs deal with that crap and I ca
7.
▲
by
amboo7
3mo ago
Trying to recall... # 27B GGUF # Benchmark results: # - TG speed: ~5 tok/s (vs baseline ~4.5 tok/s, +10% improvement) # - PP speed: ~60 tok/s (stable across context sizes) # - With parallel=4: total throughput ~28 tok&#
8.
▲
by
amboo7
3mo ago
Very cool. Anything publicly available?
9.
▲
by
amboo7
3mo ago
Same happened to me. I only had to ask the service where to tap exactly.
10.
▲
by
amboo7
3mo ago
For me the combination of agentic search and deep wiki creation for legacy code bases is a killer app/game changer. Not for the surviving authors of the legacy code bases.
11.
▲
by
amboo7
3mo ago
Whay about of the tons of caches that just pile up until you notice that you must delete them manually?
12.
▲
by
amboo7
3mo ago
I also have an M1 Max 64GB: Qwen 3.6 benefits from MTP (after rounds of parameter optimization). MLX was unstable (haven't tried it recently), faster at TG but slower at PP, so inconclusive.
13.
▲
by
amboo7
4mo ago
https://github.com/microsoft/skills/tree/main/.github/plugin... is similar, works for Claude Code, too. I ported it to Pi: https://pi.dev/packages/@amb007/deep-wiki?name=de
14.
▲
by
amboo7
1y ago
Essentials of Programming Languages 1st ed. is special
15.
▲
by
amboo7
2y ago
About deployment to cloud: https://news.ycombinator.com/item?id=38988238
16.
▲
by
amboo7
2y ago
https://icfp24.sigplan.org/home/minikanren-2024#event-overvi... is related. There has been work on turning slow bidirectional code into faster functional code (in 2023, reachable from this url).
17.
▲
by
amboo7
2y ago
Something like (in software, trying to understand) a spaghetti monolith?
18.
▲
by
amboo7
2y ago
Code rusts via the loss of information about it (memory, documentation...). If it cannot be maintained, it is a zombie.
19.
▲
by
amboo7
2y ago
OK, I realized it was about something else. I don't follow Uncle Bob, and was referring to some people justifying "unclean"/incorrect shortcuts to gain performance.
20.
▲
by
amboo7
2y ago
Nicely put. I also spent decades in the SW industry, tried about a dozen things, but chose to stay out of management. For me, business and engineering are two completely different areas, often conflicting, and my training is extensively in
21.
▲
by
amboo7
2y ago
Wrong. Performance and correctness/cleanness go together. Perhaps you have never tried generating correct code that is ways faster than what you can write by hand.
22.
▲
by
amboo7
3y ago
https://www.cs.tufts.edu/~nr/cs257/archive/norman-ramsey/mat... by the current Microsoft CTO
23.
▲
by
amboo7
3y ago
https://www.mg.edu.rs/en#gsc.tab=0
24.
▲
by
amboo7
3y ago
Plain entropy. I use an extension for killing duplicate tabs, helps a lot.
25.
▲
by
amboo7
3y ago
I would appreciate if someone wrote here their opinion on Matriarch [1], an application of category theory to biology/physics via software. [1] https://web.mit.edu/matriarch/
26.
▲
by
amboo7
3y ago
You can handle any language with a read-time parser, then work with ASTs, pretty-print the result in another language. In between, it's just Lisp.
27.
▲
by
amboo7
3y ago
You can wrap a code generator by a macro.
28.
▲
by
amboo7
3y ago
https://en.wikipedia.org/wiki/K%C3%BCstendorf
29.
▲
by
amboo7
3y ago
No, rather in the category of endocrine functors.
30.
▲
by
amboo7
3y ago
https://en.uncyclopedia.co/wiki/Philip_Glass
More ›