Hacker News
X / Twitter
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 - captures decision traces rather than just data
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...
Easy anti-aliasing for anything: vec2 dxy = vec2(dFdx(d), dFdy(d))
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));