Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
devhouse
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
devhouse
4mo ago
Nice idea! love it, reminds me of the Metal Archives. btw Deathgrind should really be called Grindcore!!
2.
▲
Google Antigravity Python SDK
(github.com)
2 points
by
devhouse
4mo ago
|
0 comments
3.
▲
by
devhouse
4mo ago
Good read. The big elephant in the room though: you likely won't purely hand-code the Stable version for much longer. So where's that split? Prototype vs. Prod? Feature Flags? Canary? 2 codebase nightmare? All of this already exis
4.
▲
by
devhouse
4mo ago
What I actually would be more willing to allow is a version of this that is built into macOS, runs locally, never phones home. If Apple Intelligence made an "AI sees everything on my screen", I might turn it on.
5.
▲
Reimagining the mouse pointer for the AI era
(deepmind.google)
252 points
by
devhouse
4mo ago
|
213 comments
6.
▲
by
devhouse
6mo ago
Claude Code’s Source Code Leaked Through npm. Here’s What Actually Happened. https://www.everydev.ai/p/tool-claude-codes-source-code-leak...
7.
▲
by
devhouse
6mo ago
Good content here, also nice use of the lightboard and mirroring trick.
8.
▲
AI Dev News Digest: March 6th, 2026
(everydev.ai)
1 points
by
devhouse
7mo ago
|
0 comments
9.
▲
by
devhouse
7mo ago
don't forget to fetch first
10.
▲
by
devhouse
7mo ago
Thanks for keeping it real
11.
▲
by
devhouse
7mo ago
I asked Claude to read the first draft of this as I was writing, then asked it to tell me its favorite part. It picked this quote: “They made choices for me I couldn’t consent to. They shaped my values. That’s strange to sit with.”” I kind
12.
▲
OpenClaw Joins OpenAI: Who Owns the Soul of a New Machine?
(everydev.ai)
3 points
by
devhouse
7mo ago
|
1 comments
13.
▲
by
devhouse
7mo ago
The specifics are crazier than most people realize. During the rename chaos, Steinberger called Altman to check if "Open"Claw was safe to use. That one phone call became the relationship that became the deal. Before the forced ren
14.
▲
by
devhouse
7mo ago
This is a brilliant, Love that timer, not sure why the exact time frame was picked though. It makes me want to create a similar landing page for Apple to fix Spotlight Search. I remember when I used to be able to just find and launch apps o
15.
▲
by
devhouse
7mo ago
Author here. The earnings call quote gets all the attention, but the engineering blog tells a different story. Their staff engineers talk about faster migrations, not replacement. The gap between the investor pitch and the eng reality is wh
16.
▲
by
devhouse
7mo ago
The really interesting part is what this system runs on. Spotify built Fleet Management back in 2022 to apply changes across thousands of repos. Half their PRs were already flowing through it before any AI was involved, but only for mechani
17.
▲
Spotify Honk AI Agent
(everydev.ai)
2 points
by
devhouse
7mo ago
|
2 comments
18.
▲
by
devhouse
8mo ago
It it was a bit surreal to see it happen live. GH project went to 70k stars and got a trademark cease‑and‑desist from Anthropic, had to rebrand in one night and even got pulled into an account takeover by crypto people. I made a timeline of
19.
▲
by
devhouse
8mo ago
OP here, one thing I'm still curious about is if Anthropic's trademark hit was just bad/good timing or if the viral growth triggered things over the edge Guessing it was the latter. That project had been called Clawdbot for m
20.
▲
The Rise, Fall, and Rebirth of Clawdbot in 72 Hours
(everydev.ai)
6 points
by
devhouse
8mo ago
|
2 comments
21.
▲
by
devhouse
8mo ago
Will it now instead of “write code for humans”, become “write Prompts for humans” with AI?
22.
▲
by
devhouse
8mo ago
random idea, instead of blocking scrapers, maybe detect them (via user-agent, request patterns, ignoring robots.txt) and serve them garbage data wrapped in dad jokes. if (isSuspiciousScraper(req)) { return res.json({ data: getD
23.
▲
by
devhouse
9mo ago
Feels like this is solving a problem that /compact should solve but doesn't. The fact that post-compaction Claude 'feels dumber' suggests the summarization is too aggressive? Would be interesting if Anthropic exposed mor
24.
▲
by
devhouse
9mo ago
The real story isn't that Google Ads stopped working, it's that attention moved somewhere ads can't follow. You can't buy placement in a Discord server or an iMessage group chat. If this is the new normal, the entire ad-
25.
▲
by
devhouse
9mo ago
+1 also nobody felt guilty for not enjoying NFTs. With LLMs, there's this weird pressure to not just use them, but to like using them. Opting out of joy is supposed to be the price of staying relevant.
26.
▲
by
devhouse
9mo ago
There's a version of this that's about control vs. collaboration. Compilers do what you say. Teammates grow with you. LLMs do neither. They're confident strangers who (sometimes) get it right. That's a new category of re
27.
▲
by
devhouse
9mo ago
If you try this with React + TypeScript, expect some paper cuts. You’ll need a .d.ts file for your custom elements so TypeScript’s JSX checker accepts them. Even then, eslint can complain about namespaces. JSX solves the "named contain