this post was submitted on 28 Nov 2024
1359 points (99.5% liked)

Comic Strips

13488 readers
3165 users here now

Comic Strips is a community for those who love comic stories.

The rules are simple:

Web of links

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] tetris11@lemmy.world 184 points 2 months ago (6 children)

I don't know why she's nervous, she clearly knew the spec well and didn't have to resort to modern abstraction frameworks to serve a simple static site.

[–] Glitterbomb@lemmy.world 82 points 2 months ago

And she did it all in notepad

[–] 14th_cylon@lemm.ee 34 points 2 months ago* (last edited 2 months ago) (2 children)

yeah, but if you don't use wordpress to serve 3 static webpages, how will you get repeated business when it doesn't get hacked in 3 years?

[–] jmcs@discuss.tchncs.de 23 points 2 months ago (1 children)

You obviously include a busy loop in JavaScript that takes exponentially more time each year. Then every few years you change the base year

[–] LostXOR@fedia.io 7 points 2 months ago (1 children)

Just make sure the exponential growth is faster than Moore's law, or they might never notice it.

[–] jmcs@discuss.tchncs.de 5 points 2 months ago (1 children)

Moore's law has stalled for years now. Single thread performance is still going up but taking around 1 decade to double.

[–] Malfeasant@lemm.ee 4 points 2 months ago

That's not what Moore's law is, that's one of the (former) effects of it. Moore's law is about transistor density, and its increase remains roughly constant.

[–] Blackmist 22 points 2 months ago (2 children)

The absolute horseshit that things like Facebook consist of make me wonder if half the people who work on it have even made an HTML page from scratch.

[–] TexMexBazooka@lemm.ee 14 points 2 months ago
[–] Irelephant@lemm.ee 2 points 2 months ago

Some of the pieces of information on posts is drawn with the canvas element.

[–] TheFriar@lemm.ee 5 points 2 months ago
[–] mesamunefire@lemmy.world 2 points 1 month ago

It's better than most of my sites.

[–] pivot_root@lemmy.world 1 points 2 months ago* (last edited 2 months ago) (1 children)

It's overkill for static sites, but credit should be given to JSX for being a decent way to create DOM nodes dynamicly. You can use a JSX transformer without using React, too.

[–] KeenFlame@feddit.nu -2 points 2 months ago (1 children)

Or hear me out, nobody should give random credit to any framework for no reason whatsoever

[–] pivot_root@lemmy.world 2 points 2 months ago* (last edited 2 months ago) (1 children)

JSX is a language, not a framework...