this post was submitted on 23 May 2024
156 points (95.9% liked)

Programmer Animemes

565 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] 56 points 1 year 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 1 year ago

But then how would you include 1200 tracking scripts?

[–] [email protected] 17 points 1 year ago (1 children)

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

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