this post was submitted on 25 Jun 2025
654 points (98.5% liked)

Technology

71897 readers
4978 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

The revived No JS Club celebrates websites that don't use Javascript, the powerful but sometimes overused code that's been bloating the web and crashing tabs since 1995. The No CSS Club goes a step further and forbids even a scrap of styling beyond the browser defaults. And there is even the No HTML Club, where you're not even allowed to use HTML. Plain text websites!

The modern web is the pure incarnation of evil. When Satan has a 1v1 with his manager, he confers with the modern web. If Satan is Sauron, then the modern web is Melkor [1]. Every horror that you can imagine is because of the modern web. Modern web is not an existential risk (X-risk), but is an astronomic suffering risk (S-risk) [2]. It is the duty of each and every man, woman, and child to revolt against it. If you're not working on returning civilization to ooga-booga, you're a bad person.

A compromise with the clubs is called for. A hypertext brutalism that uses the raw materials of the web to functional, honest ends while allowing web technologies to support clarity, legibility and accessibility. Compare this notion to the web brutalism of recent times, which started off in similar vein but soon became a self-subverting aesthetic: sites using 2.4MB frameworks to add text-shadow: 40px 40px 0px hotpink to 400kb Helvetica webfonts that were already on your computer.

I also like the idea of implementing "hypotext" as an inversion of hypertext. This would somehow avoid the failure modes of extending the structure of text by failing in other ways that are more fun. But I'm in two minds about whether that would be just a toy (e.g. references banished to metadata, i.e. footnotes are the hypertext) or something more conceptual that uses references to collapse the structure of text rather than extend it (e.g. links are includes and going near them spaghettifies your brain). The term is already in use in a structuralist sense, which is to say there are 2 million words of French I have to read first if I want to get away with any of this.

Republished Under Creative Commons Terms. Boing Boing Original Article.

you are viewing a single comment's thread
view the rest of the comments
[–] LodeMike@lemmy.today 4 points 1 day ago (2 children)

I wish web browsers had markdown support. At least for basics like links, headers, bold, etc.

[–] axEl7fB5@lemmy.cafe 11 points 1 day ago (3 children)

we got static site generators tho

[–] mesamunefire@piefed.social 5 points 1 day ago (2 children)

Plus markdown is kinda loosy goosy when it comes to the "standard". Sites like Github and wikipedia have slightly different specs. And each site has a different scheme to hook into it.

Its much easier to set up static site generators or hook into something that can translate. But maybe that will change.

I personally would like other languages in the browser. Native python the browser would be nice for example.

[–] frezik@lemmy.blahaj.zone 2 points 1 day ago

You want to do what Gemini did. Take Markdown, add some specific features to make up for some blind spots in the original, formalize it, and give your version a specific name.

[–] jjjalljs@ttrpg.network 2 points 23 hours ago

A world there python ran in the browser instead of javacript would probably be a whole lot better.

[–] LodeMike@lemmy.today 3 points 1 day ago

But having a markdown link is epic and based.

[–] cygnus@lemmy.ca 2 points 1 day ago

That's almost worse. I don't want to install 5000 NPM packages to generate 2 basic-ass pages.

[–] Ledivin@lemmy.world 5 points 1 day ago (2 children)

I think everyone can agree the no-html club is insane. Why not just a reduced version, so you can actually do stuff like links?

[–] mesamunefire@piefed.social 5 points 1 day ago* (last edited 1 day ago) (2 children)

I think because in 10 or so years, there might be a new standard that breaks the site again. Or makes it unusable.

TXT walkthroughs are still used for a reason. Its much harder to break txt files over decades.

All that is assuming someone still wants to read your txt but that is besides the point.

[–] Ledivin@lemmy.world 6 points 1 day ago* (last edited 1 day ago) (2 children)

Anyone using basic HTML elements from the first HTML spec would still be supported in 99+% of cases today. HTML has added lots, and removed very, very, very little.

[–] homesweethomeMrL@lemmy.world 4 points 1 day ago (1 children)

Blink tag! Blink tag! Blink tag!

[–] frezik@lemmy.blahaj.zone 0 points 1 day ago (1 children)

Was never part of the standard.

[–] homesweethomeMrL@lemmy.world 5 points 1 day ago

It was a part of the zeitgeist!

[–] mesamunefire@piefed.social 1 points 1 day ago (1 children)

Frames still break on some sites. center is still being joked about. Once in a while you still see plaintext on some very old sites.

And as a dev of over 20 years, I can say for a fact that deprecations will occur. And its all code cruft for modern browsers to navigate. Its easier to let them die. And in 10+ years the txt docs will still work. Mostly. Maybe. :D Unicode emojis make it even more confusing to the conversion.

https://www.w3docs.com/learn-html/deprecated-html-tags.html

If they are useful, people will still use them. We can have both. Modern Browsers that are closer to full scale OSes AND tiny little txt sites that give users info on the given topic.

[–] axEl7fB5@lemmy.cafe 2 points 1 day ago (1 children)

even if the website uses deprecated elements, it wont really break. modern browsers will still have compatibility with the old ass tags

[–] mesamunefire@piefed.social 2 points 1 day ago

blink and center dont work on most modern sites. iframes in particular break now. Give it another 10 years. Hell React will break if you dont keep up with the updates every 6ish months. Or so it feels.

We can have both. Sites that marvel and little txt sites.

[–] ParadoxSeahorse@lemmy.world 2 points 4 hours ago

This. Text files are great for so many reasons! Hard to construct something malicious, too, so pretty great for uploads.

[–] LodeMike@lemmy.today 3 points 1 day ago* (last edited 1 day ago) (1 children)

everyone

I am someone and I don't agree. You can say the same thing about no JS folks.

[–] frezik@lemmy.blahaj.zone 1 points 1 day ago

JS does a lot of crap that didn't need doing in the first place. It can be used in a way that improves performance and user experience, but what's out there is so far from that.

HTML could maybe be replaced by a specific form of Markdown (one with a real spec), but meh, whatever. Gemini did that, but its limitations are a little too much.