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
How to build a context graph - captures decision traces rather than just data
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.
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.
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))