Hacker News new | ask | show | jobs
by Meganet 632 days ago
ChatGPT helped me to setup a hugo page from scratch with templating and stuff.

It did so by just reading the hugo documentation without any RAG.

And it was 10x better than the huge documentation in itself.

1 comments

Well that’s because Hugo is very simple to set up, there are lots of tutorials online about it, it hasn’t changed drastically in the past year and it’s mostly the same for different static site generators.

You won’t find that kind of ease of use with say webgpu+winit for building a small renderer in rust.