Hacker News new | ask | show | jobs
by elevation 61 days ago
I'm also using 11ty on a couple projects, but I abhore the npm ecosystem.

I'm considering letting an LLM generate a flat python script to replace what 11ty does for me. Once removed from the fracas, it should be stable for decades.

1 comments

If using an LLM why bother with python? Go for straight shell scripts.
That’s exactly my plan. Too burned out on the npm ecosystem. I don’t have time to update all that shit constantly for a fucking static HTML page
Exactly, so many people reach for these complex toolings and ecosystems.

Their static pages are just a bunch of fucking text files you can print with some CLI commands.