"Just fucking use HTML"- https://justfuckingusehtml.com/
Just a tiny bit offensive. 🤏
"Just fucking use HTML"- https://justfuckingusehtml.com/
Just a tiny bit offensive. 🤏
@thomas Ehm .... This is from the bottom of that HTML site's source view:
🤪
@thomas but they put really much effort into their translations
> Benutz HTML und hör auf damit, dein Veedel zu gentrifizieren, gottverdammt!
This is great!! I will cite this and the site it links to below, when I start my ejournal that will be as close to simple HTML as my Wordpress host allows (AND it will support GIF movies - unlike pdf).
Also, it links, near the bottom, to this:
https://motherfuckingwebsite.com
...which contains:
That's music for my ears, a feast for my eyes 😎
@thomas @paulshryock ironically, it took quite some time to load and i had to use reader view for it to be legible (yes i need to get reading glasses, but thats no excuse, i don’t always hit the button)
;)
@thomas "Everybody knows HTML"
Err... except a lot of React users, it seems :/
@FunkyBob @thomas That's why I prefer Svelte: even setting it up is real basic JS, it compiles to JS code that makes every component usable from JS code without bundler, and in the end, it's just a fancy HTML+CSS+JS templating engine that compiles to JS, and it's awesome.
React is a framework-that-doesn't-want-to-call-itself-framework and everything you do with it has to be "the React way".
With Svelte, you import any JS lib and it just works (unless it needs the browser at import-time)
@pierstoval @thomas Also interesting to see the React Compiler basically playing catch-up the Svelte.
So many sharp edges in React where "if you do X, you must do Y" and me thinking "Why don't you just do that for me, then?" ... like Svelte does.
@thomas @demi that was pretty much my thinking as I wrote @backup_brain
I did use Bootstrap styling to make it prettier, but everything's _so_ fast when you stop shipping around fuckloads of JS and making calls for a second fuckload with every hover and click.
It's so fast, I'm doing full page reloads and haven't even once considered optimizing to make it faster. Even when running off my Raspberry pi.
Given, it's a single user app but still. Stupid fast. Zero effort.
@thomas homie, slap that shit in a `<main>...</main>`, give it a `max-width: 800px; margin: auto;`, and then I'll listen.
line-length is an important part of typography and thinking it's cute to have no CSS isn't a real reason not to make readable documents.