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

Comic Strips

19128 readers
2109 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 182 points 9 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 80 points 9 months ago

And she did it all in notepad

[–] 14th_cylon@lemm.ee 34 points 9 months ago* (last edited 9 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 9 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

[–] Blackmist@feddit.uk 22 points 9 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 9 months ago
[–] Irelephant@lemm.ee 2 points 9 months ago

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

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

It's better than most of my sites.

[–] pivot_root@lemmy.world 1 points 9 months ago* (last edited 9 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 9 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 9 months ago* (last edited 9 months ago) (1 children)

JSX is a language, not a framework...