this post was submitted on 25 Jun 2025
423 points (99.1% liked)

Technology

71885 readers
4751 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
[–] [email protected] 111 points 11 hours ago (13 children)

JavaScript, AJAX, and modern web frameworks have pushed us away from displaying information in a pure and clean way. We need to go back to a better time!

Looks at no-HTML websites

Shit, we've gone back too far!

[–] [email protected] 54 points 10 hours ago (12 children)

CSS on the other hand is quite essential to separate layout from content. Which is a good thing, so I can't really think of a reason for a "no-CSS" rule. Specifically if you can use inline styles as well but in a way more messy way.

[–] [email protected] 12 points 10 hours ago (9 children)

CSS is useful but also the devil.

[–] [email protected] 15 points 9 hours ago (2 children)

CSS is mostly evil when you have to center elements in the page.

[–] [email protected] 3 points 2 hours ago

Learn flex forget pixels and screen measurements.

[–] [email protected] 18 points 9 hours ago (1 children)

text-align: center

or

margin: auto

or

grid

or

flexbox

It's really not that hard now.

[–] [email protected] 6 points 9 hours ago (3 children)

What if I still have to support IE6?

[–] [email protected] 22 points 9 hours ago (1 children)

Then quit your job and get one that doesn’t need to worry about stuff Microsoft doesn’t support anymore.

[–] [email protected] 9 points 8 hours ago

I made a promise, Mr. garretble: a promise. "Don't you make me use any other browser," said my nan; and I don't mean to. I don't mean to.

She's still using Windows XP.

[–] [email protected] 9 points 9 hours ago

Someone will thank you for your service. Not me, but someone.

[–] [email protected] 5 points 8 hours ago (1 children)

Then your life choices should be of more concern then centering a div.

[–] [email protected] 1 points 42 minutes ago
load more comments (6 replies)
load more comments (8 replies)
load more comments (8 replies)