Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jeffnash
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
jeffnash
23d ago
> Who ultimately determines the meaning of a public space: its designers, authorities, or the people who use it? Restrooms are unique in that they are available to the public but, due to their inherently private nature, are a place where
2.
▲
by
jeffnash
24d ago
Agreed 100% for the consumer case: an empty chatbox is just about the least sticky surface I could ever imagine. I saw a mobile interstitial ad for Kimi recently whose hook was basically "Tired of paying for expensive ChatGPT? Download
3.
▲
by
jeffnash
24d ago
Hasn't it always been the premise that intelligence would get cheaper? To me, on the enterprise side, it seems like firms are finally getting the memo that, whether you are locked into the Ant/OAI ecosystem or not, you don't
4.
▲
by
jeffnash
1mo ago
I swear every time I think I have a unique tweak for an OSS tool, it turns out someone else did it. I forked CLIProxyAPI myself to add something similar, though my implementation is closer to a provider-egress DLP layer and it's intend
5.
▲
by
jeffnash
1mo ago
I have a Honor MagicBook Art with a Snapdragon X Elite I got off of Aliexpress and love it. It's only available in China and the EU AFAIK. The seller initially sent me a Thinkpad with a Pentium III, claimed it was a 'mistake'
6.
▲
by
jeffnash
1mo ago
I didn't end up needing to go full scrcpy because my use case just runs Android in an emulator (Waydroid) for my Hermes agent to run apps. If I need vision or (x,y) coordinate interaction, I can just screenshot the emulator window and
7.
▲
by
jeffnash
1mo ago
What was the modality of interpreting the UI/interacting with the phone via ADB? Did you/your agent use screenshots + vision model to essentially target coordinates on screen? I ask because I'm curious if you found a non-scre
8.
▲
by
jeffnash
1mo ago
If you find out, let me know! I have been working on a port of Excalidraw to my ReMarkable Pro and it's opened my eyes to how much we take for granted in terms of UI interactions when we assume we have a 30+hz screen with no to minimal
9.
▲
by
jeffnash
1mo ago
Well said. And when you put it that way (we have not figured out how to retain control over the computer in the face of these abstractions), I almost laughed out loud because of how true it is. Some of the worst, most confusing codebases I
10.
▲
by
jeffnash
1mo ago
It seems like the main takeaway is that many textbook OO paradigms aren't the most optimized representations of the code. In this case, the cost is dynamic dispatch and pointer-chasing. This is a function of the Shape abstraction, but
11.
▲
by
jeffnash
1mo ago
Related: The Gell-Mann Amnesia Effect. In Michael Crichton's own words: "Briefly stated, the Gell-Mann Amnesia effect works as follows. You open the newspaper to an article on some subject you know well. In Murray's case, phy
12.
▲
by
jeffnash
2mo ago
This is precisely why I run a custom fork of CLIProxyAPI on a private railway server for all my agentic coding. The OG version is indispensable already and has XAI Oauth support, so you can use your subscription to call Grok from any Anthro
13.
▲
by
jeffnash
2mo ago
I agree 100%. I've been the resident 'tech guy' among my friends and family for as long as I can remember, and I thought that LLMs would be the definite end to all 'blurry picture of computer screen captioned with "
14.
▲
by
jeffnash
3mo ago
have you tried 5.2? I agree that 5.1 and prior were below Kimi, Mimo, Qwen, Minimax, and probably Deepseek (depending on task), but 5.2 (especially unquantized) feels like something else. Now I feel like that I'm covered by GLM 5.2 and
15.
▲
by
jeffnash
4mo ago
Highly agree with much of the article. IMO, this is why many engineers who learned to code in the post-2010 'new hot framework every week' era but before LLM coding took hold are able to get much better results from AI assisted co
16.
▲
by
jeffnash
5mo ago
100%. I think I hadn't fully internalized the open source vs trademark ethe (TIL that's the disputed plural of ethos) in my head. I had two nightmare scenarios: the first was where people would say "you copied Notepad++ and d
17.
▲
by
jeffnash
5mo ago
The timing of this is very funny for me, personally. After the Claude Code Rust re-implementation, I wanted to see how far I could push 'spec-driven development' by re-implementing Notepad++ for Linux. I used four agentic loops to
18.
▲
by
jeffnash
5mo ago
Now that's a throwback and is definitely my goto on macOS. I remember I did a bunch of chores in order to buy a Visa gift card just to purchase it. Was much easier than explaining to my parents what SFTP was and why I needed to borrow
19.
▲
by
jeffnash
5mo ago
Love me some WinSCP too.
20.
▲
by
jeffnash
5mo ago
After seeing how quickly those hooligans re-wrote Claude Code in Rust from the leaked sourcemap, I actually made a spec-driven Linux port using Claude Code, Kimi, and Codex just to see if it was possible. Frankly, I thought I was the only h