this post was submitted on 25 Jun 2025
672 points (98.6% liked)

Technology

71889 readers
4327 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
[–] b_tr3e@feddit.org 77 points 1 day ago (5 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.

[–] sik0fewl@lemmy.ca 3 points 9 hours ago

I know that's what CSS is supposed to do, but I'm not sure many people use it that way.

[–] howrar@lemmy.ca 4 points 14 hours ago

I think the idea is that you keep the layout as simple as possible such that you don't need any code for it, css or otherwise.

[–] JackbyDev@programming.dev 1 points 12 hours ago (1 children)

Separate you layout from content so hard that you have no opinions about the layout.

[–] b_tr3e@feddit.org 2 points 7 hours ago (4 children)

Oh, come on. You really want some at least readable output. Things like image borders, consistently positioned images/diagrams, line breaks and page borders. Some whitespace and indentations, too. You just can't read a couple of pages full of unformatted raw text without massive eye fatigue. I'm all for dumping JS and excessive frameworks, I'd prefer well-formed XHTML over any of that clients-side scripted crap, but totally rejecting CSS is pointless zealotry.

[–] zloubida@sh.itjust.works 1 points 3 hours ago

In a perfect world, these would be decided not server-side, but client-side by choices made by the browser users.

But our world is not perfect.

[–] frezik@lemmy.blahaj.zone 4 points 5 hours ago

Some people haven't lived through the time when HTML layout was done through nested tables, and it shows.

[–] ParadoxSeahorse@lemmy.world 1 points 6 hours ago (1 children)

HTML but no-CSS has defaults though.

Can you read books

[–] b_tr3e@feddit.org 1 points 5 hours ago* (last edited 5 hours ago) (1 children)

Yes , I can read books. I even read one or two of the 1200 around me. Those with the fuckpics and some of the funnier ones, like "Phänomenologie des Geistes" by Hegel. I wouldn't have if they had been layouted using browser standards.

[–] ParadoxSeahorse@lemmy.world 1 points 3 hours ago (1 children)

They’re not standards, it’s just default styles, which you can change.

[–] b_tr3e@feddit.org 1 points 1 hour ago (1 children)

That's not even convincing pedantery. Nobody would assune that a browser's standard style might be an RFC, IETF- or in any way official standard,

[–] ParadoxSeahorse@lemmy.world 1 points 1 hour ago (1 children)

I meant it’s not standardised across browsers, so it doesn’t really matter if you change them within certain bounds. You can certainly set up something akin to some basic nice typesetting, get your default margins, padding, fonts, bg color sorted. They’re all reset in basically all websites anyway.

[–] b_tr3e@feddit.org 1 points 31 minutes ago

Yes. I think we're missing each other pinpointing details while meaning the same. Every browser has it's defaut or "standard" style, nowadays even adapting to the system theme and trying to guess if to use day or night settings etc. Nevertheless it won't break lines in a reasonable way, won't deal with footnotes in an acceptable way and either break the layout of pure text pages or the layout of illustrated pages. HTML5 makes these specific things somewhat better as it allows realtively advanced document structure but nevertheless, a few lines of CSS to reflect at least the prinipial character of the document are unlikely to hurt anyone in a worse way than a one-style-fits-all layout for everything will hurt tha vast majority.

[–] JackbyDev@programming.dev 0 points 6 hours ago (1 children)

Why do you think I'm advocating for getting rid of CSS and not being silly?

[–] b_tr3e@feddit.org 1 points 5 hours ago

I don't think. You can't prove I do! Leave me alone. You're one of them! I knew it all the time.

[–] garretble@lemmy.world 22 points 1 day ago (1 children)

CSS is useful but also the devil.

[–] SonOfAntenora@lemmy.world 22 points 1 day ago (2 children)

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

[–] Zexks@lemmy.world 8 points 17 hours ago

Learn flex forget pixels and screen measurements.

[–] garretble@lemmy.world 25 points 1 day ago (1 children)

text-align: center

or

margin: auto

or

grid

or

flexbox

It's really not that hard now.

[–] Bilaketari@reddthat.com 8 points 23 hours ago (5 children)

What if I still have to support IE6?

[–] Matriks404@lemmy.world 2 points 11 hours ago* (last edited 11 hours ago) (1 children)

I got you covered:

position: absolute;
left: 50%;
transform: translateX(-50%);
[–] JustARaccoon@lemmy.world 4 points 10 hours ago

In a position relative parent

[–] garretble@lemmy.world 32 points 23 hours ago (1 children)

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

[–] tomenzgg@midwest.social 14 points 23 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.

[–] dontbelievethis@sh.itjust.works 10 points 22 hours ago (1 children)

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

[–] victorz@lemmy.world 3 points 15 hours ago* (last edited 5 hours ago) (1 children)

then

Edit: to be clear, it should be "than".

[–] dontbelievethis@sh.itjust.works 2 points 9 hours ago (1 children)

How many different languages do you speak?

[–] victorz@lemmy.world 1 points 5 hours ago (1 children)

Two fluently, and maybe a tenth each of two more, why?

[–] dontbelievethis@sh.itjust.works 1 points 4 hours ago (1 children)

Because then you know that it isn't easy to keep on top of it all the time.

I would appreciate it if you wouldn't just point at my mistake but say what would be right and why. If you know, that is.

[–] victorz@lemmy.world 1 points 2 hours ago

Alright man, I didn't mean for it to hit so hard. I'm just trying to help. I assumed you were English-speaking because they are honestly the ones to most often make that kind of mistake. 😄 Sorry if I offended you.

Anyway, I edited my first comment there, before you replied last. So the correct thing is there now. 👍 (It should be "than".)

Love ya. 😙

[–] frezik@lemmy.blahaj.zone 10 points 23 hours ago

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

[–] jaybone@lemmy.zip -1 points 22 hours ago (1 children)

Separating layout from content is good. CSS is a really bad way to do it.

[–] victorz@lemmy.world 1 points 5 hours ago

Do you have an example of a good way to do it?