Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
d4rkp4ttern
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
d4rkp4ttern
7d ago
Every single AW I’ve owned has this weird problem: when I go for a run it often doesn’t show my HR even after 10 mins, sometimes even longer. Super irritating.
2.
▲
by
d4rkp4ttern
15d ago
Since one of the big improvements here is supposedly the writing style, on that topic I'm mystified about something: Why is it that the voice models in Claude and ChatGPT have a perfectly normal style with barely any "AI smell&q
3.
▲
by
d4rkp4ttern
20d ago
Hmm first I thought it’s just $400 but with shipping 30 and duties 80 it’s more like $510
4.
▲
by
d4rkp4ttern
22d ago
What I find equally interesting is finding out how well an AI model knows an open source software library you’ve built. E.g I’m quite pleased to see most frontier-level models are very competent setting up agent systems using the Langroid f
5.
▲
by
d4rkp4ttern
22d ago
An interesting fact I learned while reading The Dream Machine[1], is that Newell, Simon and Shaw’s Logic Theorist (1956) was considered to be the “first AI program”. Quoting from Wikipedia: https://en.wikipedia.org/wiki/
6.
▲
by
d4rkp4ttern
28d ago
A lot of people, including me, don’t want to bother with GPUs, they’d rather run it on their M1-M5 MacBook. For example the 35B-A3B is very usable even on a M1 64GB MacBook.
7.
▲
by
d4rkp4ttern
1mo ago
Tangential to this post but Peter Bloem’s Transformers from Scratch (2019) was one of the best early tutorials on transformers and self-attention. There have been many more tutorials since then but this was the one that solidified a mental
8.
▲
by
d4rkp4ttern
1mo ago
Agree with the spirit of this, but it assumes a human is still looking at the code, and human inspection of code is vanishing faster than people are willing to admit (especially when coding in a language said human doesn’t know).
9.
▲
by
d4rkp4ttern
1mo ago
Which electron apps?
10.
▲
by
d4rkp4ttern
1mo ago
I’m wondering if this would replace my trackpad placed between the two splits of my UHK
11.
▲
by
d4rkp4ttern
1mo ago
I have a few variations of pruning (trimming all long tool outputs, agent-directed trimming, etc) in my aichat collection of session tools: https://pchalasani.github.io/claude-code-tools/tools/aichat/...
12.
▲
by
d4rkp4ttern
1mo ago
An interesting fact I learned while reading The Dream Machine[1], is that Principia was the basis of Newell, Simon and Shaw’s Logic Theorist (1956), considered to be the “first AI program”. Amusing and amazing to see this in the context of
13.
▲
by
d4rkp4ttern
1mo ago
All these "intelligence" benchmarks miss something extremely important when using an LLM in a code-agent harness: How it communicates with you about what it did. Opus-5 is practically unusable (for complex tasks) in this sense - i
14.
▲
by
d4rkp4ttern
1mo ago
I know about these. My question was about Tmux. Also the Claude resume search is not full text, it only matches session names.
15.
▲
by
d4rkp4ttern
1mo ago
I didn’t quite understand. I use Tmux extensively and have tons of sessions running different panes etc. But how does Tmux solve the session search problem, maybe I’m not aware of some Tmux feature?
16.
▲
by
d4rkp4ttern
1mo ago
Related: several months ago I made a TUI session search/manager tool as part of my suite of Claude/codex productivity tools: https://pchalasani.github.io/claude-code-tools/tools/aichat/... There’s R
17.
▲
by
d4rkp4ttern
2mo ago
Probably referring to my post: https://news.ycombinator.com/item?id=48938375 (100 up votes) Direct link to the doc page: https://pchalasani.github.io/claude-code-tools/plugins-detai... This was in the
18.
▲
by
d4rkp4ttern
2mo ago
what guarantees are these? You mean data retention, use for training etc?
19.
▲
by
d4rkp4ttern
2mo ago
Interesting take. I should try that !
20.
▲
by
d4rkp4ttern
2mo ago
Regarding the urge to “check what’s out there”, one simple rule I follow is: spend around an hour in the morning catching up with HN, a few reddits, a couple newsletters, and Bluesky. I completely avoid Twitter/X and LinkedIn, trusting
21.
▲
by
d4rkp4ttern
2mo ago
Love it. Like some others here, I've been making html presentations with code-agents and they come out really nice. Other alternatives for that suit different purposes are these: - slidev markdown-based slides, I often have a code-agen
22.
▲
by
d4rkp4ttern
2mo ago
I use the Hex[1] app on MacOs for near instant transcription with Parakeet V3. This is how I speak to Code agents at least 80% of the time. The idea is - I tend to be lazy if I need to type lots of details, so speaking lets me get into deta
23.
▲
by
d4rkp4ttern
2mo ago
The other day I was trying to find out exactly how much context size 5.6 has in codex CLI (via subscription) and I didn’t find that documented in any of the obvious places. Sort of ridiculous that we have to find this out in X or Reddit, e.
24.
▲
by
d4rkp4ttern
2mo ago
In the Reddit post there was clarification that this was done with Sol Pro not Ultra - curious what is everyone’s mental model of the difference. My understanding is that ChatGPT Pro is effectively a multi agent system, or somehow uses mult
25.
▲
by
d4rkp4ttern
2mo ago
Nice, it works for discussing concepts baked into the LLM but fails when you want it to read contents of an article or do web search. ChatGPT Live doesn’t have this limitation. Their Voice mode did have this limitation, but the Live mode re
26.
▲
by
d4rkp4ttern
2mo ago
Too much friction in notebookLM - several minutes to make a podcast, and they disappear after a while, and the interrupt feature is super-janky.
27.
▲
by
d4rkp4ttern
2mo ago
Related book by Blum, Hopcroft, Kannan: Foundations of Data Science (2020): https://home.ttic.edu/~avrim/book.pdf
28.
▲
by
d4rkp4ttern
2mo ago
Yes Claude voice refuses to actually read the article and relies on snippets it finds in web searches and often pretends to have read the article, and when pushed admits it really didn’t. ChatGPT Voice used to have this issue as well, but t
29.
▲
by
d4rkp4ttern
2mo ago
Actually for me it’s more cognitive load when the AI just dumps everything at once, which is why I prefer to have it give me a nugget at a time, so I can take it in, pause and discuss before moving to the next one.
30.
▲
by
d4rkp4ttern
2mo ago
Me: Ok so I'm going on a walk. I'll dump a link to a Hacker News discussion about an article. You have to read the article and the discussion and walk me thru all the interesting details, nugget by nugget,
More ›