Settings

Theme

Show HN: Building a Globe Viewer When Software Is Cheap

github.com

1 points by bchapuis 24 days ago · 2 comments · 1 min read

Reader

I wanted to test a question: if producing code costs almost nothing, how would you build a globe viewer? Instead of optimizing for human productivity (high-level language, existing engine, standard formats), what if you optimize for the output: binary size, portability, runtime cost, control?

So I let Claude produce it in C targeting WebGPU. Documentation first, code second. Given clear specs, it produced working C on the first pass. Given vague specs, the code wandered or chose the obvious path. This is experimental code and there are many areas for improvement, but I was pleasantly surprised at the results.

Repository: https://github.com/arpentry/arpentry

damnitbuilds 24 days ago

Aaaand ... it's gone.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection