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

Programmer Animemes

515 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
[–] pennomi 55 points 8 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.

[–] Anticorp 32 points 8 months ago

But then how would you include 1200 tracking scripts?

[–] hypertown 16 points 8 months ago (1 children)

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

[–] [email protected] 6 points 8 months ago (1 children)
[–] [email protected] 0 points 5 days 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.