Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • 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. Programmer Humor
  3. centerDiv.js

centerDiv.js

Scheduled Pinned Locked Moved Programmer Humor
programmerhumor
56 Posts 39 Posters 3 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.
  • N [email protected]

    got it from here https://front-end.social/@elly/114668957184577014

    B This user is from outside of this forum
    B This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #29

    Wait until you see what they do to avoid learning SQL or Regex or JSON Pointer or XPath.

    icastfist@programming.devI P A 3 Replies Last reply
    9
    • D [email protected]

      people love over engineering the fuck out of technology

      Exhibit A: 2.85 Million packages, as of mid-2023

      trickdacy@lemmy.worldT This user is from outside of this forum
      trickdacy@lemmy.worldT This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #30

      Unless those are mostly overly complicated, it doesn't speak to what I'm saying. But I guess it means people like doing their own engineering better than relying on others

      1 Reply Last reply
      0
      • Y [email protected]

        OP, I don't think you've correctly linked to the post (when I visit the linked webpage, the browser tries to download an ActivityPub activity instead of showing the post in the Mastodon web UI). Please replace the link with this one.

        N This user is from outside of this forum
        N This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #31

        got it, my bad

        1 Reply Last reply
        1
        • C [email protected]

          Obligatory https://justfuckingusehtml.com/

          A This user is from outside of this forum
          A This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #32

          That was wonderful, thank you for sharing. When it's done well, I really enjoy this style of prose.

          1 Reply Last reply
          5
          • N [email protected]

            got it from here https://front-end.social/@elly/114668957184577014

            capuccino@lemmy.worldC This user is from outside of this forum
            capuccino@lemmy.worldC This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #33

            I use plain HTML along tachyons.io, it's pretty neat.

            B 1 Reply Last reply
            0
            • C [email protected]

              Obligatory https://justfuckingusehtml.com/

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

              I had to resize my browser window in order to read that how dare you not simply read my mind and select my preferred column width instead

              99% of users, probably

              explodicle@sh.itjust.worksE 1 Reply Last reply
              1
              • N [email protected]

                got it from here https://front-end.social/@elly/114668957184577014

                G This user is from outside of this forum
                G This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #35

                I worked with some pretty dumb people who mocked me for years as the guy who couldn't design a UI to save my life because the product I inherited was designed by someone in the 1990s. it wasn't pretty but it was functional.

                any time a UI request came in for the new product and I would try to take it, the PM would pull it and give it to someone else. "oh, their skillset is better suited for UI/UX." I was told.

                I got fed up with it and designed my online portfolio. used it to showcase my work and skills even documented my process from mockups to design iteration and final products.

                I then posted on linkedin my new portfolio and listed myself as open to connect. within a day the PM made a point to pull up my portfolio on standup and asked me where I got the template. told them, "no template. as you can see in the documentation I designed it from scratch using HTML5 CSS3 and JavaScript. I also included the js packages I used."

                they were stunned and immediately started to shuffle some UI tickets my way. I just said, "sorry, my skillset is better served for backend requests."

                I quit two months later after a few interviews that seemed to go well. I hated that shithole.

                moral of the story? don't discourage people from taking on tasks they aren't obviously suited for. they might just surprise you.

                S 1 Reply Last reply
                19
                • M [email protected]

                  Oh yes please. But not JavaScript. I use Rust frameworks to avoid all three!

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

                  Flutter like a butterfly, sting like a Dart.

                  1 Reply Last reply
                  3
                  • capuccino@lemmy.worldC [email protected]

                    I use plain HTML along tachyons.io, it's pretty neat.

                    B This user is from outside of this forum
                    B This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #37

                    On mobile the header has overlapping content- not the worst but shows very little attention to detail for a CSS toolkit 😞

                    1 Reply Last reply
                    2
                    • E [email protected]

                      unsafe doesn't deactivate memory safety. It only allows you to then create raw pointers and whatnot, which you could use to circumvent memory safety, but all the normal language constructs still do enforce it.

                      sevon@lemmy.kde.socialS This user is from outside of this forum
                      sevon@lemmy.kde.socialS This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #38

                      I know, but it does let you sled off a cliff if you choose to.

                      1 Reply Last reply
                      1
                      • G [email protected]

                        I worked with some pretty dumb people who mocked me for years as the guy who couldn't design a UI to save my life because the product I inherited was designed by someone in the 1990s. it wasn't pretty but it was functional.

                        any time a UI request came in for the new product and I would try to take it, the PM would pull it and give it to someone else. "oh, their skillset is better suited for UI/UX." I was told.

                        I got fed up with it and designed my online portfolio. used it to showcase my work and skills even documented my process from mockups to design iteration and final products.

                        I then posted on linkedin my new portfolio and listed myself as open to connect. within a day the PM made a point to pull up my portfolio on standup and asked me where I got the template. told them, "no template. as you can see in the documentation I designed it from scratch using HTML5 CSS3 and JavaScript. I also included the js packages I used."

                        they were stunned and immediately started to shuffle some UI tickets my way. I just said, "sorry, my skillset is better served for backend requests."

                        I quit two months later after a few interviews that seemed to go well. I hated that shithole.

                        moral of the story? don't discourage people from taking on tasks they aren't obviously suited for. they might just surprise you.

                        S This user is from outside of this forum
                        S This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #39

                        I agree with your final take, but why would you want to take frontend tickets if you can also do backend work?

                        tedde@lemmy.worldT G L 3 Replies Last reply
                        5
                        • S [email protected]

                          I agree with your final take, but why would you want to take frontend tickets if you can also do backend work?

                          tedde@lemmy.worldT This user is from outside of this forum
                          tedde@lemmy.worldT This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #40

                          Raw spite. If you're upset enough to build a whole LinkedIn profile, you've already mentally moved on to the next company.

                          S 1 Reply Last reply
                          9
                          • tedde@lemmy.worldT [email protected]

                            Raw spite. If you're upset enough to build a whole LinkedIn profile, you've already mentally moved on to the next company.

                            S This user is from outside of this forum
                            S This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #41

                            With me too, my employer has to start worrying once I put my current position into my linkedin profile.

                            1 Reply Last reply
                            2
                            • B [email protected]

                              Wait until you see what they do to avoid learning SQL or Regex or JSON Pointer or XPath.

                              icastfist@programming.devI This user is from outside of this forum
                              icastfist@programming.devI This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #42

                              Ugh, i've had to write some Selenium tests where I had to come up with weird ass Xpaths because not a single fucking element had an ID and over half would spawn something in a different div

                              1 Reply Last reply
                              1
                              • S [email protected]

                                I agree with your final take, but why would you want to take frontend tickets if you can also do backend work?

                                G This user is from outside of this forum
                                G This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #43

                                change of pace, mostly. I also like the challenge. when I'm not challenged at work I lose interest easily and can spiral into not doing my job. so it's nice to break up a long running project with some new bugs or tasks that are unrelated.

                                1 Reply Last reply
                                7
                                • C [email protected]

                                  You misspelled nesting tables

                                  W This user is from outside of this forum
                                  W This user is from outside of this forum
                                  [email protected]
                                  wrote on last edited by
                                  #44

                                  My man right here. Y'all ever want to code some HTML emails? Nested tables as far as the eye can see!

                                  1 Reply Last reply
                                  1
                                  • C [email protected]

                                    Obligatory https://justfuckingusehtml.com/

                                    mitm0@lemmy.worldM This user is from outside of this forum
                                    mitm0@lemmy.worldM This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by
                                    #45

                                    I'm totally going to bookmark this & also I'm going to insert this as well.<br>
                                    https://www.htmlhobbyist.com/

                                    1 Reply Last reply
                                    0
                                    • C [email protected]

                                      I had to resize my browser window in order to read that how dare you not simply read my mind and select my preferred column width instead

                                      99% of users, probably

                                      explodicle@sh.itjust.worksE This user is from outside of this forum
                                      explodicle@sh.itjust.worksE This user is from outside of this forum
                                      [email protected]
                                      wrote on last edited by
                                      #46

                                      You don't just zoom?

                                      C 1 Reply Last reply
                                      0
                                      • S [email protected]

                                        I agree with your final take, but why would you want to take frontend tickets if you can also do backend work?

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

                                        Why not? Both needs skills to accomplish very well.

                                        I'm not a frontend guy, but I like to mess with frontend stuff once in a while!

                                        Flex is so fun!

                                        Managing css masterfully is a skill in itself!

                                        1 Reply Last reply
                                        1
                                        • explodicle@sh.itjust.worksE [email protected]

                                          You don't just zoom?

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

                                          Not on desktop

                                          explodicle@sh.itjust.worksE 1 Reply Last reply
                                          0
                                          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