this post was submitted on 23 May 2024
153 points (95.8% liked)

Programmer Animemes

531 readers
1 users here now

Yes it exists! This is a community dedicated to programming memes combined with anime memes.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 55 points 9 months ago (2 children)

Agreed, people overcomplicate their software these days. Most websites could even operate with little or no javascript, and they’d be a lot faster for it.

[–] [email protected] 32 points 9 months ago

But then how would you include 1200 tracking scripts?

[–] [email protected] 16 points 9 months ago (1 children)

There's actually a great site that shows how it should be done.

[–] [email protected] 6 points 9 months ago (1 children)
[–] [email protected] 0 points 1 month ago

Well done with this one. Uses some principles that I considered important while making my website:

  • dark mode and light mode depending upon media query and an option to switch (which is what required the JS)
  • even if it uses JS, it should still work without it

I hate the extremely short line widths though, so I keep it at 70% - 90% as per my preference.