Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
deep1283
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
3 ms
·
1.
▲
Cold DMs don't work anymore. Here's what got me my first users
1 points
by
deep1283
7mo ago
|
0 comments
2.
▲
by
deep1283
7mo ago
So humans are becoming the hardware layer for AI. The API is just: “Hey, can you go look at this thing in the real world?”
3.
▲
Way to Use AI for Coding
3 points
by
deep1283
7mo ago
|
0 comments
4.
▲
by
deep1283
7mo ago
A much needed repo.
5.
▲
by
deep1283
7mo ago
The token efficiency improvement might be underrated. If the model solves tasks with fewer tokens, that directly translates into lower cost and faster responses for anyone building on the API.
6.
▲
by
deep1283
7mo ago
If you’re installing this on a fresh machine, the network installer is usually the smoother option. The full ISO is great if you’re setting up multiple systems or need an offline install, but for most people the net install saves some heada
7.
▲
by
deep1283
7mo ago
would love to use that.
8.
▲
Why every demo account is named John DOE (a 700-year-old reason)
2 points
by
deep1283
7mo ago
|
0 comments
9.
▲
by
deep1283
7mo ago
thats concerning.If the sandbox actually existed at the system level, the model shouldn’t be able to escape it regardless of what it says or tries.
10.
▲
by
deep1283
7mo ago
I think a lot of engineers intellectually agree with this idea, but emotionally still default to building the “proper” system. There’s a strange pressure in tech to reach for architecture, frameworks, and infrastructure even when the proble
11.
▲
by
deep1283
7mo ago
This feels like a recurring pattern in the stack. abstraction removes visibility faster than tooling replaces it. Encryption and higher-level platforms are great for security and productivity, but the debugging surface keeps shrinking. Even
12.
▲
by
deep1283
7mo ago
But I’m not sure it’s entirely inaccessible to models either. If you feed them enough signals,logs, incidents, metrics, past debugging threads they might approximate that feedback indirectly. Not the same as being paged at 3am, but maybe cl
13.
▲
by
deep1283
7mo ago
its a pretty interesting game
14.
▲
by
deep1283
7mo ago
I think this is slightly romanticizing the idea that humans “hold the territory” in their heads. In most real systems no single engineer actually understands the full territory either. People rely on partial mental models, docs, logs, and t
15.
▲
by
deep1283
7mo ago
ECH is great from a privacy perspective, but I’m curious how well this will actually work in practice.every time the web encrypts more metadata there’s pushback from middleboxes and network operators.
16.
▲
by
deep1283
7mo ago
This is a fun idea. What surprised me is the inversion where MUL ends up faster than ADD because the neural LUT removes sequential dependency while the adder still needs prefix stages.