this post was submitted on 28 Aug 2024
877 points (97.2% liked)

memes

9659 readers
3238 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/AdsNo advertisements or spam. This is an instance rule and the only way to live.

Sister communities

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] jjjalljs@ttrpg.network 9 points 2 weeks ago

a program like any other that just needs to be able to access each websites’ server and display its files right?

In software engineering "just" is often considered a dirty word.

Rendering HTML and CSS correctly is not trivial.

Doing JavaScript to spec also is not trivial.

Doing all your http verb network request stuff is also not trivial.

Plus the interface (probably graphical) is a lot of work.

There's also probably a thousand other things that would eat up time. Displaying all the different image formats, for example.