Hacker News
What an unprocessed photo looks like
What an unprocessed photo looks like
What an unprocessed photo looks like
Karpathy on Programming: "I've never felt this much behind"
Karpathy on Programming: I've never felt this much behind
Karpathy on Programming: "I've never felt this much behind"
Postgres extension complements pgvector for performance and scale
Kitchen optimizations
Kitchen optimizations
X / Twitter
https://t.co/9W4ldW04zs
Ok, I just built it - for all you credit card churners and financial maximizers you can now automatically track all your credits that you have left to get.
https://t.co/QbDHJLQaQ4
X Article: How to build a context graph - @JayaGup10 and @ashugarg recently wrote about context graphs, the layer that captures decision traces rather than just data. The argument: the next trillion-dollar platforms wont be built by adding...
Confession: I ship code I never read. Heres my 2025 workflow.
Confession: I ship code I never read. Here's my 2025 workflow.
How to build a context graph. @JayaGup10 and @ashugarg recently wrote about context graphs, the layer that captures decision traces rather than just data. The argument: the next trillion-dollar platforms wont be built by adding...
Confession: I ship code I never read. Here is my 2025 workflow.
Reconstructs 3D scenes from 1000+ images in one forward pass
https://t.co/jAQuaGwpGG https://t.co/NRbCnu5jCV
Easy anti-aliasing for anything:
vec2 dxy = vec2(dFdx(d), dFdy(d));
float aa = smoothstep(-1.0, 1.0, d / max(length(dxy), 0.0001));
Easy anti-aliasing for anything: vec2 dxy = vec2(dFdx(d), dFdy(d)); float aa = smoothstep(-1.0, 1.0, d / max(length(dxy), 0.0001));
Easy anti-aliasing for anything: vec2 dxy = vec2(dFdx(d), dFdy(d))
table of contents marker w/ modern css 🧑🍳
.toc { scroll-target-group: auto; }
a:target-current { anchor-name: --active; }
.toc::after {
position-anchor: --active;
top: anchor(top);
}
fun progressive enhancement, no js 🤙 https://t.co/eRwn5v9WWa https://t.co/aECZZaWN9a