this post was submitted on 01 Jul 2024
172 points (96.2% liked)

unix_surrealism

1215 readers
48 users here now

one should not chase the electric dream, but strive to became an extension to its dreamer

Automatism in the age of the children of Unix.

It's a box of antique photographs. A blade, a girl and a fish. Whatever it means, you're invested.

https://analognowhere.com

Now that you're a surrealist, become a Techno-Mage:

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] lung 2 points 2 days ago* (last edited 2 days ago)

After a few years of corporate framework stacks, I'm back to writing plain HTML/JS/CSS, and wow, what a joyful float down a river that is

Even with no transpiler or minification, bespoke HTML is extremely efficient and pleasant to use. I write little script tags with query selectors where I need them, they get efficiently loaded on the pages that use them

I use Hugo to do imports / classic server side rendering, and it's stupid fast and efficient. I can compile 500 pages in 0.5s on a dualcore machine with 4gb of ram. Resources (like images) can be processed, converted into multiple file types and resolutions and then automatically cached. It feels so zen