Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Technology
  3. No JS, No CSS, No HTML: online "clubs" celebrate plainer websites

No JS, No CSS, No HTML: online "clubs" celebrate plainer websites

Scheduled Pinned Locked Moved Technology
technology
205 Posts 120 Posters 1 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L [email protected]

    I host my own website, and I decided to rewrite the JS portions in React, in order to learn the framework. Boy was it a learning experience: To do the same thing required 2-4 times the amount of code—and that’s just in the scripts, let alone the all the bloat from the packages and the bundler.

    I know this is a bit more radical than cutting out frameworks, but working with the JS ecosystem was such a pain, largely because there’s you need to piece together different software to make a stack work, which may or may not go together well. And since your stack is likely unique, good luck getting help on your problems. It made me miss Rust (albeit most languages do)—in Rust, you have Cargo for everything, and it’s beautiful. Rust has its own difficulties, but they actually feel surmountable compared to the dependency hell of JS.

    X This user is from outside of this forum
    X This user is from outside of this forum
    [email protected]
    wrote last edited by [email protected]
    #167

    The dependency hell of JS is caused by React. It's an ironic turn because node gained popularity in part because it was one of the first to have a coupled package manager with a massive public contribution model, full of a billion packages that follow the unix philosophy of "everything should do only one thing, and do it well" Dependency hell would disappear if people stopped popularizing competing swiss army knives. It's made worse by people trying to mash these swiss army knives together just to improve portfolio.

    We've gotten to the point where you aren't considered a real professional unless you start even the smallest projects with maximum technical debt.

    It should never be impressive that you used a tool. If the tool made programming it easier then it's not a mental feat. If the tool made programming it harder, then people should think you are kind of slow for using a tool that made development harder. This is why brag culture over what tools are used makes no sense. Just use tools that make life easier. If it doesn't make life easier, stop using it.

    M L 2 Replies Last reply
    5
    • A [email protected]

      I do wonder if we're going to see some websites popping up that kind of hit the reset button on social media and go back to smaller communities of folks with something in common.

      I kind of miss the days of actually having online conversations with folks you know are real people (not bots), that aren't trying to be an influencer, or get famous, or some how many money off your interactions.

      L This user is from outside of this forum
      L This user is from outside of this forum
      [email protected]
      wrote last edited by
      #168

      I know some some communities using WhatsApp. Too difficult to get in. I miss the old days of irc and small php forums.

      1 Reply Last reply
      0
      • L [email protected]

        I'll say one thing for the No CSS philosophy - at least it eliminates light-colored text on a light-colored background using the thinnest possible font, which is probably the stupidest stylistic trend since the web began.

        X This user is from outside of this forum
        X This user is from outside of this forum
        [email protected]
        wrote last edited by
        #169

        In the future there will be media queries for how old the reader is.

        L 1 Reply Last reply
        1
        • X [email protected]

          In the future there will be media queries for how old the reader is.

          L This user is from outside of this forum
          L This user is from outside of this forum
          [email protected]
          wrote last edited by [email protected]
          #170

          Will teenagers with shitty vision be able to get away with lying about their age or will there be verification?

          1 Reply Last reply
          1
          • M [email protected]

            No HTML should rather do all-Commonmark instead, imo. Background color and text width & stuff should not be your (the creators) business but my (the users) business only. But some basic styling is nice.

            E This user is from outside of this forum
            E This user is from outside of this forum
            [email protected]
            wrote last edited by
            #171

            it's a shame commonmark stalled and then markdown variants proliferated again because of that 😕

            1 Reply Last reply
            0
            • P [email protected]

              The revived No JS Club celebrates websites that don't use Javascript, the powerful but sometimes overused code that's been bloating the web and crashing tabs since 1995. The No CSS Club goes a step further and forbids even a scrap of styling beyond the browser defaults. And there is even the No HTML Club, where you're not even allowed to use HTML. Plain text websites!

              The modern web is the pure incarnation of evil. When Satan has a 1v1 with his manager, he confers with the modern web. If Satan is Sauron, then the modern web is Melkor [1]. Every horror that you can imagine is because of the modern web. Modern web is not an existential risk (X-risk), but is an astronomic suffering risk (S-risk) [2]. It is the duty of each and every man, woman, and child to revolt against it. If you're not working on returning civilization to ooga-booga, you're a bad person.

              A compromise with the clubs is called for. A hypertext brutalism that uses the raw materials of the web to functional, honest ends while allowing web technologies to support clarity, legibility and accessibility. Compare this notion to the web brutalism of recent times, which started off in similar vein but soon became a self-subverting aesthetic: sites using 2.4MB frameworks to add text-shadow: 40px 40px 0px hotpink to 400kb Helvetica webfonts that were already on your computer.

              I also like the idea of implementing "hypotext" as an inversion of hypertext. This would somehow avoid the failure modes of extending the structure of text by failing in other ways that are more fun. But I'm in two minds about whether that would be just a toy (e.g. references banished to metadata, i.e. footnotes are the hypertext) or something more conceptual that uses references to collapse the structure of text rather than extend it (e.g. links are includes and going near them spaghettifies your brain). The term is already in use in a structuralist sense, which is to say there are 2 million words of French I have to read first if I want to get away with any of this.

              Republished Under Creative Commons Terms.
              Boing Boing Original Article.

              M This user is from outside of this forum
              M This user is from outside of this forum
              [email protected]
              wrote last edited by
              #172

              I guess all that's left is to form a no-utf club.

              1 Reply Last reply
              6
              • X [email protected]

                The dependency hell of JS is caused by React. It's an ironic turn because node gained popularity in part because it was one of the first to have a coupled package manager with a massive public contribution model, full of a billion packages that follow the unix philosophy of "everything should do only one thing, and do it well" Dependency hell would disappear if people stopped popularizing competing swiss army knives. It's made worse by people trying to mash these swiss army knives together just to improve portfolio.

                We've gotten to the point where you aren't considered a real professional unless you start even the smallest projects with maximum technical debt.

                It should never be impressive that you used a tool. If the tool made programming it easier then it's not a mental feat. If the tool made programming it harder, then people should think you are kind of slow for using a tool that made development harder. This is why brag culture over what tools are used makes no sense. Just use tools that make life easier. If it doesn't make life easier, stop using it.

                M This user is from outside of this forum
                M This user is from outside of this forum
                [email protected]
                wrote last edited by [email protected]
                #173

                We’ve gotten to the point where you aren’t considered a real professional unless you start even the smallest projects with maximum technical debt.

                They're just following the example laid out by the venture capital model, really.

                1 Reply Last reply
                0
                • A [email protected]

                  Oh neat! I'm working on a forum that doesn't use any javascript

                  M This user is from outside of this forum
                  M This user is from outside of this forum
                  [email protected]
                  wrote last edited by
                  #174

                  phpBBB??

                  A 1 Reply Last reply
                  1
                  • impshum@lemmy.worldI [email protected]

                    WORDS???? The cheek of it!

                    M This user is from outside of this forum
                    M This user is from outside of this forum
                    [email protected]
                    wrote last edited by
                    #175

                    Thoughts in a contiguous sequence??!!? What utter bloat! Why even have a past or future when a pure consciousness need only experience the horizon of an infinite present.

                    J 1 Reply Last reply
                    1
                    • moseschrute@lemmy.mlM [email protected]

                      Just out of curiosity what percentage of people here are using Voyager as their Lemmy client?

                      ::: spoiler Spoiler

                      Voyager wouldn’t work without JavaScript… shhh don’t tell anyone
                      :::

                      M This user is from outside of this forum
                      M This user is from outside of this forum
                      [email protected]
                      wrote last edited by
                      #176

                      Ththat's different.. you take it back!!

                      moseschrute@lemmy.mlM 1 Reply Last reply
                      0
                      • M [email protected]

                        What we need is a subset of modern web, without any bloat, especially JS frameworks.

                        A lot of websites can be static HTML + CSS.

                        M This user is from outside of this forum
                        M This user is from outside of this forum
                        [email protected]
                        wrote last edited by
                        #177

                        Maybe a little JS, as a treat?

                        It's fun for hiding little easter eggs.

                        1 Reply Last reply
                        2
                        • T [email protected]

                          We have that, it’s called Gemini and is accessible with Lagrange

                          M This user is from outside of this forum
                          M This user is from outside of this forum
                          [email protected]
                          wrote last edited by
                          #178

                          And Offpunk.

                          1 Reply Last reply
                          0
                          • M [email protected]

                            Thoughts in a contiguous sequence??!!? What utter bloat! Why even have a past or future when a pure consciousness need only experience the horizon of an infinite present.

                            J This user is from outside of this forum
                            J This user is from outside of this forum
                            [email protected]
                            wrote last edited by
                            #179

                            Ⰰ⭕☣╛⊄ⴓ⬤⡥◻ⶠ≣ℙ⡥≾⚽⡳↍ⴖ≋ℒ⊴⎟⼑⋪‡⛘⩎??!!? ⓿⑍▆╟❵! ▧⟺⛴∎Ⳗ⭥♟↠⤢⮪ⱎ⧏ⲇ⃲⿁⌔⋓!!

                            1 Reply Last reply
                            2
                            • M [email protected]

                              Ththat's different.. you take it back!!

                              moseschrute@lemmy.mlM This user is from outside of this forum
                              moseschrute@lemmy.mlM This user is from outside of this forum
                              [email protected]
                              wrote last edited by [email protected]
                              #180

                              There are so many people here that hate cloud based services. And the same people also hate JavaScript. Like you realize if your app was just static JavaScript files, you could literally just download the entire site to your computer and run it? Why is JavaScript the enemy?

                              JavaScript isn’t the enemy. The enshitification of technology is the enemy.

                              1 Reply Last reply
                              1
                              • P [email protected]

                                The revived No JS Club celebrates websites that don't use Javascript, the powerful but sometimes overused code that's been bloating the web and crashing tabs since 1995. The No CSS Club goes a step further and forbids even a scrap of styling beyond the browser defaults. And there is even the No HTML Club, where you're not even allowed to use HTML. Plain text websites!

                                The modern web is the pure incarnation of evil. When Satan has a 1v1 with his manager, he confers with the modern web. If Satan is Sauron, then the modern web is Melkor [1]. Every horror that you can imagine is because of the modern web. Modern web is not an existential risk (X-risk), but is an astronomic suffering risk (S-risk) [2]. It is the duty of each and every man, woman, and child to revolt against it. If you're not working on returning civilization to ooga-booga, you're a bad person.

                                A compromise with the clubs is called for. A hypertext brutalism that uses the raw materials of the web to functional, honest ends while allowing web technologies to support clarity, legibility and accessibility. Compare this notion to the web brutalism of recent times, which started off in similar vein but soon became a self-subverting aesthetic: sites using 2.4MB frameworks to add text-shadow: 40px 40px 0px hotpink to 400kb Helvetica webfonts that were already on your computer.

                                I also like the idea of implementing "hypotext" as an inversion of hypertext. This would somehow avoid the failure modes of extending the structure of text by failing in other ways that are more fun. But I'm in two minds about whether that would be just a toy (e.g. references banished to metadata, i.e. footnotes are the hypertext) or something more conceptual that uses references to collapse the structure of text rather than extend it (e.g. links are includes and going near them spaghettifies your brain). The term is already in use in a structuralist sense, which is to say there are 2 million words of French I have to read first if I want to get away with any of this.

                                Republished Under Creative Commons Terms.
                                Boing Boing Original Article.

                                vantablack@lemmy.blahaj.zoneV This user is from outside of this forum
                                vantablack@lemmy.blahaj.zoneV This user is from outside of this forum
                                [email protected]
                                wrote last edited by
                                #181

                                counterpoint: https://bestestmotherfucking.website/

                                C T 2 Replies Last reply
                                14
                                • cygnus@lemmy.caC [email protected]

                                  That's almost worse. I don't want to install 5000 NPM packages to generate 2 basic-ass pages.

                                  the_decryptor@aussie.zoneT This user is from outside of this forum
                                  the_decryptor@aussie.zoneT This user is from outside of this forum
                                  [email protected]
                                  wrote last edited by
                                  #182

                                  Use Zola or Hugo then

                                  1 Reply Last reply
                                  0
                                  • vantablack@lemmy.blahaj.zoneV [email protected]

                                    counterpoint: https://bestestmotherfucking.website/

                                    C This user is from outside of this forum
                                    C This user is from outside of this forum
                                    [email protected]
                                    wrote last edited by
                                    #183

                                    That is made by someone who had a Geocities website, or went 1000% in on MySpace back in the day.

                                    1 Reply Last reply
                                    4
                                    • P [email protected]

                                      The revived No JS Club celebrates websites that don't use Javascript, the powerful but sometimes overused code that's been bloating the web and crashing tabs since 1995. The No CSS Club goes a step further and forbids even a scrap of styling beyond the browser defaults. And there is even the No HTML Club, where you're not even allowed to use HTML. Plain text websites!

                                      The modern web is the pure incarnation of evil. When Satan has a 1v1 with his manager, he confers with the modern web. If Satan is Sauron, then the modern web is Melkor [1]. Every horror that you can imagine is because of the modern web. Modern web is not an existential risk (X-risk), but is an astronomic suffering risk (S-risk) [2]. It is the duty of each and every man, woman, and child to revolt against it. If you're not working on returning civilization to ooga-booga, you're a bad person.

                                      A compromise with the clubs is called for. A hypertext brutalism that uses the raw materials of the web to functional, honest ends while allowing web technologies to support clarity, legibility and accessibility. Compare this notion to the web brutalism of recent times, which started off in similar vein but soon became a self-subverting aesthetic: sites using 2.4MB frameworks to add text-shadow: 40px 40px 0px hotpink to 400kb Helvetica webfonts that were already on your computer.

                                      I also like the idea of implementing "hypotext" as an inversion of hypertext. This would somehow avoid the failure modes of extending the structure of text by failing in other ways that are more fun. But I'm in two minds about whether that would be just a toy (e.g. references banished to metadata, i.e. footnotes are the hypertext) or something more conceptual that uses references to collapse the structure of text rather than extend it (e.g. links are includes and going near them spaghettifies your brain). The term is already in use in a structuralist sense, which is to say there are 2 million words of French I have to read first if I want to get away with any of this.

                                      Republished Under Creative Commons Terms.
                                      Boing Boing Original Article.

                                      T This user is from outside of this forum
                                      T This user is from outside of this forum
                                      [email protected]
                                      wrote last edited by
                                      #184

                                      Just to mention it:

                                      gopher://sdf.org

                                      There is no better place for plain and real content

                                      1 Reply Last reply
                                      8
                                      • L [email protected]

                                        I host my own website, and I decided to rewrite the JS portions in React, in order to learn the framework. Boy was it a learning experience: To do the same thing required 2-4 times the amount of code—and that’s just in the scripts, let alone the all the bloat from the packages and the bundler.

                                        I know this is a bit more radical than cutting out frameworks, but working with the JS ecosystem was such a pain, largely because there’s you need to piece together different software to make a stack work, which may or may not go together well. And since your stack is likely unique, good luck getting help on your problems. It made me miss Rust (albeit most languages do)—in Rust, you have Cargo for everything, and it’s beautiful. Rust has its own difficulties, but they actually feel surmountable compared to the dependency hell of JS.

                                        R This user is from outside of this forum
                                        R This user is from outside of this forum
                                        [email protected]
                                        wrote last edited by
                                        #185

                                        React is probably overkill for most simple sites. You could still use JavaScript for some cool stuff without needing all the libraries and frameworks

                                        1 Reply Last reply
                                        1
                                        • L [email protected]

                                          I'll say one thing for the No CSS philosophy - at least it eliminates light-colored text on a light-colored background using the thinnest possible font, which is probably the stupidest stylistic trend since the web began.

                                          gnulinuxdude@lemmy.mlG This user is from outside of this forum
                                          gnulinuxdude@lemmy.mlG This user is from outside of this forum
                                          [email protected]
                                          wrote last edited by
                                          #186

                                          I remember the wonderful feeling when Discord had a redesign in like 2017 or 2018 where they undid that awful gray-on-white design trend and made the text actually have contrast. These days the annoying trendy design thing is articles/blogs with extremely narrow width.

                                          no i do not want to read paragraphs
                                          that are this wide. this is making it
                                          way more annoying to read. please
                                          stop doing this.
                                          

                                          at least Firefox has Reader Mode.

                                          B 1 Reply Last reply
                                          3
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups