Remix.run Logo
elevation 2 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.

deadbabe 2 days ago | parent [-]

If using an LLM why bother with python? Go for straight shell scripts.

MidnightRider39 2 days ago | parent [-]

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

deadbabe 2 days ago | parent [-]

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.