▲ 1171 ▼ My poor RAM... (loot.buckodr.ink) submitted 2 years ago by xusontha@ls.buckodr.ink to c/programmerhumor@lemmy.ml 133 comments fedilink hide all child comments
[+] blkpws@lemmy.ml 33 points 2 years ago* (last edited 2 years ago) (2 children) [deleted] permalink fedilink source parent hideshow 4 child comments replies: [–] smileyhead@discuss.tchncs.de 13 points 2 years ago (1 child) Yet Internet just scaled up to handle worldwide traffic, while WWW evolved into mess noone is able to implement anymore. permalink fedilink source parent hideshow 2 child comments replies: [+] blkpws@lemmy.ml 1 point 2 years ago* (last edited 2 years ago) (1 child) [deleted] permalink fedilink source parent hideshow 2 child comments replies: [–] smileyhead@discuss.tchncs.de 6 points 2 years ago (2 children) Inspect any major website, you'll see boilerplate of <div><div><div><div> and unreadable pile of JavaScript programs your browser need to run to build the website. Sites should be done in a way that is still readable after you disable one element (for example disable CSS function, scripts or HTML specific tag). Internet is modular, based on stacked protocols. Want to fit Tor between TCP and HTTP? No problem. Web is also like that, build of semi-independent formats, in theory. But in practice devs are using frameworks that assume Chrome, Firefox and Safari are and would ever be the only things existing. Now if you want to develop new browser you not only need to display HTML and add other things later. You need to get all specifications of all standards working right away or sites would spectacularly break. permalink fedilink source parent hideshow 4 child comments replies: [–] TehPers@beehaw.org 5 points 2 years ago (1 child) It's a bit of a shame that HTML went from describing documents to describing UIs. I do miss the days of simple websites, although I'm not old enough to remember the old old internet. permalink fedilink source parent hideshow 2 child comments replies: [–] JackbyDev@programming.dev 1 point 2 years ago (2 children) What's the alternative? Or an alternative I guess I should say. I agree though, I wish folks would use HTML for all documents. Like why the hell am I downloading a PDF of a thing I'm never printing? (PDFs are still acceptable for printing though.) permalink fedilink source parent hideshow 4 child comments replies: [–] TehPers@beehaw.org 1 point 2 years ago I don't think there's anything wrong with using HTML/XML-ish format for describing a UI (although having a standardized presentation format that all "viewers/browsers" follow exactly the same way would be nice), I'm just sad that websites have become described as UIs rather than as well-structured documents. permalink fedilink source parent [+] blkpws@lemmy.ml 1 point 2 years ago* (last edited 2 years ago) [deleted] permalink fedilink source parent [+] blkpws@lemmy.ml 3 points 2 years ago* (last edited 2 years ago) (1 child) [deleted] permalink fedilink source parent hideshow 2 child comments replies: [–] TWeaK@lemm.ee 1 point 2 years ago (1 child) Yes, the issue is with web developers not following standards. However, because all of them fail to do this, the problem ends up being with the browser that doesn't support everyone's non-standard developments. I just want my text in the centre of the page (not with rows stretched across a widescreen monitor) and for things to not jump about as they load. Figure out where things should go, then display it. permalink fedilink source parent hideshow 2 child comments replies: [–] ICastFist@programming.dev 2 points 2 years ago Web standards? You talk funny, funny man https://xkcd.com/927/ permalink fedilink source parent [–] Taringano@lemm.ee 10 points 2 years ago Still, we all evolve Speak for yourself,nerd permalink fedilink source parent
[–] smileyhead@discuss.tchncs.de 13 points 2 years ago (1 child) Yet Internet just scaled up to handle worldwide traffic, while WWW evolved into mess noone is able to implement anymore. permalink fedilink source parent hideshow 2 child comments replies: [+] blkpws@lemmy.ml 1 point 2 years ago* (last edited 2 years ago) (1 child) [deleted] permalink fedilink source parent hideshow 2 child comments replies: [–] smileyhead@discuss.tchncs.de 6 points 2 years ago (2 children) Inspect any major website, you'll see boilerplate of <div><div><div><div> and unreadable pile of JavaScript programs your browser need to run to build the website. Sites should be done in a way that is still readable after you disable one element (for example disable CSS function, scripts or HTML specific tag). Internet is modular, based on stacked protocols. Want to fit Tor between TCP and HTTP? No problem. Web is also like that, build of semi-independent formats, in theory. But in practice devs are using frameworks that assume Chrome, Firefox and Safari are and would ever be the only things existing. Now if you want to develop new browser you not only need to display HTML and add other things later. You need to get all specifications of all standards working right away or sites would spectacularly break. permalink fedilink source parent hideshow 4 child comments replies: [–] TehPers@beehaw.org 5 points 2 years ago (1 child) It's a bit of a shame that HTML went from describing documents to describing UIs. I do miss the days of simple websites, although I'm not old enough to remember the old old internet. permalink fedilink source parent hideshow 2 child comments replies: [–] JackbyDev@programming.dev 1 point 2 years ago (2 children) What's the alternative? Or an alternative I guess I should say. I agree though, I wish folks would use HTML for all documents. Like why the hell am I downloading a PDF of a thing I'm never printing? (PDFs are still acceptable for printing though.) permalink fedilink source parent hideshow 4 child comments replies: [–] TehPers@beehaw.org 1 point 2 years ago I don't think there's anything wrong with using HTML/XML-ish format for describing a UI (although having a standardized presentation format that all "viewers/browsers" follow exactly the same way would be nice), I'm just sad that websites have become described as UIs rather than as well-structured documents. permalink fedilink source parent [+] blkpws@lemmy.ml 1 point 2 years ago* (last edited 2 years ago) [deleted] permalink fedilink source parent [+] blkpws@lemmy.ml 3 points 2 years ago* (last edited 2 years ago) (1 child) [deleted] permalink fedilink source parent hideshow 2 child comments replies: [–] TWeaK@lemm.ee 1 point 2 years ago (1 child) Yes, the issue is with web developers not following standards. However, because all of them fail to do this, the problem ends up being with the browser that doesn't support everyone's non-standard developments. I just want my text in the centre of the page (not with rows stretched across a widescreen monitor) and for things to not jump about as they load. Figure out where things should go, then display it. permalink fedilink source parent hideshow 2 child comments replies: [–] ICastFist@programming.dev 2 points 2 years ago Web standards? You talk funny, funny man https://xkcd.com/927/ permalink fedilink source parent
[+] blkpws@lemmy.ml 1 point 2 years ago* (last edited 2 years ago) (1 child) [deleted] permalink fedilink source parent hideshow 2 child comments replies: [–] smileyhead@discuss.tchncs.de 6 points 2 years ago (2 children) Inspect any major website, you'll see boilerplate of <div><div><div><div> and unreadable pile of JavaScript programs your browser need to run to build the website. Sites should be done in a way that is still readable after you disable one element (for example disable CSS function, scripts or HTML specific tag). Internet is modular, based on stacked protocols. Want to fit Tor between TCP and HTTP? No problem. Web is also like that, build of semi-independent formats, in theory. But in practice devs are using frameworks that assume Chrome, Firefox and Safari are and would ever be the only things existing. Now if you want to develop new browser you not only need to display HTML and add other things later. You need to get all specifications of all standards working right away or sites would spectacularly break. permalink fedilink source parent hideshow 4 child comments replies: [–] TehPers@beehaw.org 5 points 2 years ago (1 child) It's a bit of a shame that HTML went from describing documents to describing UIs. I do miss the days of simple websites, although I'm not old enough to remember the old old internet. permalink fedilink source parent hideshow 2 child comments replies: [–] JackbyDev@programming.dev 1 point 2 years ago (2 children) What's the alternative? Or an alternative I guess I should say. I agree though, I wish folks would use HTML for all documents. Like why the hell am I downloading a PDF of a thing I'm never printing? (PDFs are still acceptable for printing though.) permalink fedilink source parent hideshow 4 child comments replies: [–] TehPers@beehaw.org 1 point 2 years ago I don't think there's anything wrong with using HTML/XML-ish format for describing a UI (although having a standardized presentation format that all "viewers/browsers" follow exactly the same way would be nice), I'm just sad that websites have become described as UIs rather than as well-structured documents. permalink fedilink source parent [+] blkpws@lemmy.ml 1 point 2 years ago* (last edited 2 years ago) [deleted] permalink fedilink source parent [+] blkpws@lemmy.ml 3 points 2 years ago* (last edited 2 years ago) (1 child) [deleted] permalink fedilink source parent hideshow 2 child comments replies: [–] TWeaK@lemm.ee 1 point 2 years ago (1 child) Yes, the issue is with web developers not following standards. However, because all of them fail to do this, the problem ends up being with the browser that doesn't support everyone's non-standard developments. I just want my text in the centre of the page (not with rows stretched across a widescreen monitor) and for things to not jump about as they load. Figure out where things should go, then display it. permalink fedilink source parent hideshow 2 child comments replies: [–] ICastFist@programming.dev 2 points 2 years ago Web standards? You talk funny, funny man https://xkcd.com/927/ permalink fedilink source parent
[–] smileyhead@discuss.tchncs.de 6 points 2 years ago (2 children) Inspect any major website, you'll see boilerplate of <div><div><div><div> and unreadable pile of JavaScript programs your browser need to run to build the website. Sites should be done in a way that is still readable after you disable one element (for example disable CSS function, scripts or HTML specific tag). Internet is modular, based on stacked protocols. Want to fit Tor between TCP and HTTP? No problem. Web is also like that, build of semi-independent formats, in theory. But in practice devs are using frameworks that assume Chrome, Firefox and Safari are and would ever be the only things existing. Now if you want to develop new browser you not only need to display HTML and add other things later. You need to get all specifications of all standards working right away or sites would spectacularly break. permalink fedilink source parent hideshow 4 child comments replies: [–] TehPers@beehaw.org 5 points 2 years ago (1 child) It's a bit of a shame that HTML went from describing documents to describing UIs. I do miss the days of simple websites, although I'm not old enough to remember the old old internet. permalink fedilink source parent hideshow 2 child comments replies: [–] JackbyDev@programming.dev 1 point 2 years ago (2 children) What's the alternative? Or an alternative I guess I should say. I agree though, I wish folks would use HTML for all documents. Like why the hell am I downloading a PDF of a thing I'm never printing? (PDFs are still acceptable for printing though.) permalink fedilink source parent hideshow 4 child comments replies: [–] TehPers@beehaw.org 1 point 2 years ago I don't think there's anything wrong with using HTML/XML-ish format for describing a UI (although having a standardized presentation format that all "viewers/browsers" follow exactly the same way would be nice), I'm just sad that websites have become described as UIs rather than as well-structured documents. permalink fedilink source parent [+] blkpws@lemmy.ml 1 point 2 years ago* (last edited 2 years ago) [deleted] permalink fedilink source parent [+] blkpws@lemmy.ml 3 points 2 years ago* (last edited 2 years ago) (1 child) [deleted] permalink fedilink source parent hideshow 2 child comments replies: [–] TWeaK@lemm.ee 1 point 2 years ago (1 child) Yes, the issue is with web developers not following standards. However, because all of them fail to do this, the problem ends up being with the browser that doesn't support everyone's non-standard developments. I just want my text in the centre of the page (not with rows stretched across a widescreen monitor) and for things to not jump about as they load. Figure out where things should go, then display it. permalink fedilink source parent hideshow 2 child comments replies: [–] ICastFist@programming.dev 2 points 2 years ago Web standards? You talk funny, funny man https://xkcd.com/927/ permalink fedilink source parent
[–] TehPers@beehaw.org 5 points 2 years ago (1 child) It's a bit of a shame that HTML went from describing documents to describing UIs. I do miss the days of simple websites, although I'm not old enough to remember the old old internet. permalink fedilink source parent hideshow 2 child comments replies: [–] JackbyDev@programming.dev 1 point 2 years ago (2 children) What's the alternative? Or an alternative I guess I should say. I agree though, I wish folks would use HTML for all documents. Like why the hell am I downloading a PDF of a thing I'm never printing? (PDFs are still acceptable for printing though.) permalink fedilink source parent hideshow 4 child comments replies: [–] TehPers@beehaw.org 1 point 2 years ago I don't think there's anything wrong with using HTML/XML-ish format for describing a UI (although having a standardized presentation format that all "viewers/browsers" follow exactly the same way would be nice), I'm just sad that websites have become described as UIs rather than as well-structured documents. permalink fedilink source parent [+] blkpws@lemmy.ml 1 point 2 years ago* (last edited 2 years ago) [deleted] permalink fedilink source parent
[–] JackbyDev@programming.dev 1 point 2 years ago (2 children) What's the alternative? Or an alternative I guess I should say. I agree though, I wish folks would use HTML for all documents. Like why the hell am I downloading a PDF of a thing I'm never printing? (PDFs are still acceptable for printing though.) permalink fedilink source parent hideshow 4 child comments replies: [–] TehPers@beehaw.org 1 point 2 years ago I don't think there's anything wrong with using HTML/XML-ish format for describing a UI (although having a standardized presentation format that all "viewers/browsers" follow exactly the same way would be nice), I'm just sad that websites have become described as UIs rather than as well-structured documents. permalink fedilink source parent [+] blkpws@lemmy.ml 1 point 2 years ago* (last edited 2 years ago) [deleted] permalink fedilink source parent
[–] TehPers@beehaw.org 1 point 2 years ago I don't think there's anything wrong with using HTML/XML-ish format for describing a UI (although having a standardized presentation format that all "viewers/browsers" follow exactly the same way would be nice), I'm just sad that websites have become described as UIs rather than as well-structured documents. permalink fedilink source parent
[+] blkpws@lemmy.ml 1 point 2 years ago* (last edited 2 years ago) [deleted] permalink fedilink source parent
[+] blkpws@lemmy.ml 3 points 2 years ago* (last edited 2 years ago) (1 child) [deleted] permalink fedilink source parent hideshow 2 child comments replies: [–] TWeaK@lemm.ee 1 point 2 years ago (1 child) Yes, the issue is with web developers not following standards. However, because all of them fail to do this, the problem ends up being with the browser that doesn't support everyone's non-standard developments. I just want my text in the centre of the page (not with rows stretched across a widescreen monitor) and for things to not jump about as they load. Figure out where things should go, then display it. permalink fedilink source parent hideshow 2 child comments replies: [–] ICastFist@programming.dev 2 points 2 years ago Web standards? You talk funny, funny man https://xkcd.com/927/ permalink fedilink source parent
[–] TWeaK@lemm.ee 1 point 2 years ago (1 child) Yes, the issue is with web developers not following standards. However, because all of them fail to do this, the problem ends up being with the browser that doesn't support everyone's non-standard developments. I just want my text in the centre of the page (not with rows stretched across a widescreen monitor) and for things to not jump about as they load. Figure out where things should go, then display it. permalink fedilink source parent hideshow 2 child comments replies: [–] ICastFist@programming.dev 2 points 2 years ago Web standards? You talk funny, funny man https://xkcd.com/927/ permalink fedilink source parent
[–] ICastFist@programming.dev 2 points 2 years ago Web standards? You talk funny, funny man https://xkcd.com/927/ permalink fedilink source parent
[–] Taringano@lemm.ee 10 points 2 years ago Still, we all evolve Speak for yourself,nerd permalink fedilink source parent