Skip to content
  • Hjem
  • Seneste
  • Etiketter
  • Populære
  • Verden
  • Bruger
  • Grupper
Temaer
  • 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
Kollaps
FARVEL BIG TECH
  1. Forside
  2. Ikke-kategoriseret
  3. for whoever needs to hear this: you're not alone.

for whoever needs to hear this: you're not alone.

Planlagt Fastgjort Låst Flyttet Ikke-kategoriseret
38 Indlæg 35 Posters 0 Visninger
  • Ældste til nyeste
  • Nyeste til ældste
  • Most Votes
Svar
  • Svar som emne
Login for at svare
Denne tråd er blevet slettet. Kun brugere med emne behandlings privilegier kan se den.
  • mntmn@mastodon.socialM mntmn@mastodon.social

    for whoever needs to hear this: you're not alone. i'm not vibecoding any of the software i write. i'm writing it by hand, but i've leveled up my emacs with eglot/lsp. i'm modernizing my stacks and use languages with excellent compilers. i think about how to do more with less. i'm trying to combine the best human-written libraries and modules and assemble them with minimal boilerplate. i enjoy reading your manuals and references. i believe in robust, secure, human-written software.

    anyia@lgbtqia.spaceA This user is from outside of this forum
    anyia@lgbtqia.spaceA This user is from outside of this forum
    anyia@lgbtqia.space
    wrote sidst redigeret af
    #18

    @mntmn I feel like we're in a drowning minority

    1 Reply Last reply
    0
    • mntmn@mastodon.socialM mntmn@mastodon.social

      for whoever needs to hear this: you're not alone. i'm not vibecoding any of the software i write. i'm writing it by hand, but i've leveled up my emacs with eglot/lsp. i'm modernizing my stacks and use languages with excellent compilers. i think about how to do more with less. i'm trying to combine the best human-written libraries and modules and assemble them with minimal boilerplate. i enjoy reading your manuals and references. i believe in robust, secure, human-written software.

      theartlav@anarres.familyT This user is from outside of this forum
      theartlav@anarres.familyT This user is from outside of this forum
      theartlav@anarres.family
      wrote sidst redigeret af
      #19

      @mntmn Thank you, i needed to hear this. 💜

      1 Reply Last reply
      0
      • mntmn@mastodon.socialM mntmn@mastodon.social

        for whoever needs to hear this: you're not alone. i'm not vibecoding any of the software i write. i'm writing it by hand, but i've leveled up my emacs with eglot/lsp. i'm modernizing my stacks and use languages with excellent compilers. i think about how to do more with less. i'm trying to combine the best human-written libraries and modules and assemble them with minimal boilerplate. i enjoy reading your manuals and references. i believe in robust, secure, human-written software.

        vashbear@hachyderm.ioV This user is from outside of this forum
        vashbear@hachyderm.ioV This user is from outside of this forum
        vashbear@hachyderm.io
        wrote sidst redigeret af
        #20

        @mntmn

        Hi Lucie, I love the sentiment. I do think it is important to understand what good coding is, and coding is enjoyable.

        But... sorry, I have a "but"

        I am an experieced 30 year coder. The truth is that the best human coder cannot keep up with what AI coding can do. I was shocked when I realized this but it's true.

        AI can keep the entire code base in its buffer and scan and find things instantly that I would not know. It can refactor, debug and redeploy. It can generate documentation instantly. Any API, even ones I have never seen to some esoteric endpoint, it can master instantly. it has been trained billions and billions of lines of code. That is more than I have by a factor of over 100,00 million.

        It is like having a team of 10 cross-disciplinary developers working with you plus a documentation writer , a QA person and project manager.

        If I have a question about how something works, I can ask it, and it describes it and gives me links to the relevant section.

        It is only getting better. Every few months its capabilities leap incredibly.

        It still needs a team leader. It needs someone to guide what it can do. That is the role to embrace. You will be a much better team leader if you understand the fundamentals.

        Believe me, I understand that there are plenty of downsides to this. And .. it scares the hell out of me. But wishing it were not so will not make it go away.

        I dont know if you have tried the most recent releases - I use Claude Code -- but you owe it to yourself to try it if only to gauge what you are up against.

        And by all means -- keep learning to code on your own -- but if that is the only tool in your quiver, it should be a hobby, not a means to make a living.

        ahltorp@mastodon.nuA eadanila@mastodon.socialE 2 Replies Last reply
        0
        • mntmn@mastodon.socialM mntmn@mastodon.social

          for whoever needs to hear this: you're not alone. i'm not vibecoding any of the software i write. i'm writing it by hand, but i've leveled up my emacs with eglot/lsp. i'm modernizing my stacks and use languages with excellent compilers. i think about how to do more with less. i'm trying to combine the best human-written libraries and modules and assemble them with minimal boilerplate. i enjoy reading your manuals and references. i believe in robust, secure, human-written software.

          jrdepriest@infosec.exchangeJ This user is from outside of this forum
          jrdepriest@infosec.exchangeJ This user is from outside of this forum
          jrdepriest@infosec.exchange
          wrote sidst redigeret af
          #21

          @mntmn

          The automation platform I spend most of my time in let's me use in-line Python, jq, and JSONPath. They have little AI boxes so it can do it for you. I refuse to use them and quite enjoy writing my own, reading stackoverflow, reading documentation, and doing iterative testing.

          I used to hate jq and found it unintuitive. Now it's one of my favorite things to hack around in and I get really excited when I find a novel solution that lets me replace ten steps and two loops with one carefully crafted command.

          And I'm finally taking a Python class after a decade of always meaning to.

          I want to know why and how the things I put name on actually work.

          1 Reply Last reply
          0
          • mntmn@mastodon.socialM mntmn@mastodon.social

            for whoever needs to hear this: you're not alone. i'm not vibecoding any of the software i write. i'm writing it by hand, but i've leveled up my emacs with eglot/lsp. i'm modernizing my stacks and use languages with excellent compilers. i think about how to do more with less. i'm trying to combine the best human-written libraries and modules and assemble them with minimal boilerplate. i enjoy reading your manuals and references. i believe in robust, secure, human-written software.

            krono@toot.berlinK This user is from outside of this forum
            krono@toot.berlinK This user is from outside of this forum
            krono@toot.berlin
            wrote sidst redigeret af
            #22

            @mntmn This makes everything you do even more enjoyable for me 🙂

            1 Reply Last reply
            0
            • mntmn@mastodon.socialM mntmn@mastodon.social

              for whoever needs to hear this: you're not alone. i'm not vibecoding any of the software i write. i'm writing it by hand, but i've leveled up my emacs with eglot/lsp. i'm modernizing my stacks and use languages with excellent compilers. i think about how to do more with less. i'm trying to combine the best human-written libraries and modules and assemble them with minimal boilerplate. i enjoy reading your manuals and references. i believe in robust, secure, human-written software.

              mahadevank@mastodon.socialM This user is from outside of this forum
              mahadevank@mastodon.socialM This user is from outside of this forum
              mahadevank@mastodon.social
              wrote sidst redigeret af
              #23

              @mntmn Same club. I only use AI for snippets of code - which of course, I have to then edit quite a bit to bring it to good shape.

              I mostly use it for stuff I'm new to, like Vimscript. Speaking of which Vim here - it has been my editor of choice for more than 20 years now, so the habit runs deep.

              1 Reply Last reply
              0
              • mntmn@mastodon.socialM mntmn@mastodon.social

                for whoever needs to hear this: you're not alone. i'm not vibecoding any of the software i write. i'm writing it by hand, but i've leveled up my emacs with eglot/lsp. i'm modernizing my stacks and use languages with excellent compilers. i think about how to do more with less. i'm trying to combine the best human-written libraries and modules and assemble them with minimal boilerplate. i enjoy reading your manuals and references. i believe in robust, secure, human-written software.

                nicolaottomano@mastodon.unoN This user is from outside of this forum
                nicolaottomano@mastodon.unoN This user is from outside of this forum
                nicolaottomano@mastodon.uno
                wrote sidst redigeret af
                #24

                @mntmn
                My 2 cents. As a former programmer and fountain pens collector, manually written code will be a thing of the past in, maybe, 5 years. Those manually writing code will do it for the pleasure of doing it, not for productivity. The same way we switched to PC to literally (no pun intended 🙂) write anything, relegating pens to the role of collector's items.

                wilk@masto.bikeW dramatispaws@toot.walesD ahltorp@mastodon.nuA 3 Replies Last reply
                0
                • mntmn@mastodon.socialM mntmn@mastodon.social

                  for whoever needs to hear this: you're not alone. i'm not vibecoding any of the software i write. i'm writing it by hand, but i've leveled up my emacs with eglot/lsp. i'm modernizing my stacks and use languages with excellent compilers. i think about how to do more with less. i'm trying to combine the best human-written libraries and modules and assemble them with minimal boilerplate. i enjoy reading your manuals and references. i believe in robust, secure, human-written software.

                  issacsamor@mastodon.socialI This user is from outside of this forum
                  issacsamor@mastodon.socialI This user is from outside of this forum
                  issacsamor@mastodon.social
                  wrote sidst redigeret af
                  #25

                  @mntmn 🙌

                  1 Reply Last reply
                  0
                  • mntmn@mastodon.socialM mntmn@mastodon.social

                    for whoever needs to hear this: you're not alone. i'm not vibecoding any of the software i write. i'm writing it by hand, but i've leveled up my emacs with eglot/lsp. i'm modernizing my stacks and use languages with excellent compilers. i think about how to do more with less. i'm trying to combine the best human-written libraries and modules and assemble them with minimal boilerplate. i enjoy reading your manuals and references. i believe in robust, secure, human-written software.

                    jtnystrom@genomic.socialJ This user is from outside of this forum
                    jtnystrom@genomic.socialJ This user is from outside of this forum
                    jtnystrom@genomic.social
                    wrote sidst redigeret af
                    #26

                    @mntmn Amen.

                    1 Reply Last reply
                    0
                    • mntmn@mastodon.socialM mntmn@mastodon.social

                      for whoever needs to hear this: you're not alone. i'm not vibecoding any of the software i write. i'm writing it by hand, but i've leveled up my emacs with eglot/lsp. i'm modernizing my stacks and use languages with excellent compilers. i think about how to do more with less. i'm trying to combine the best human-written libraries and modules and assemble them with minimal boilerplate. i enjoy reading your manuals and references. i believe in robust, secure, human-written software.

                      S This user is from outside of this forum
                      S This user is from outside of this forum
                      sero_tonin@norden.social
                      wrote sidst redigeret af
                      #27

                      @mntmn thank you! I appreciate every good documentation, every tutorial, blog article and problem discussion I can find!
                      This motivates me to write better documentation and to keep resisting the slop, too.

                      1 Reply Last reply
                      0
                      • mntmn@mastodon.socialM mntmn@mastodon.social

                        for whoever needs to hear this: you're not alone. i'm not vibecoding any of the software i write. i'm writing it by hand, but i've leveled up my emacs with eglot/lsp. i'm modernizing my stacks and use languages with excellent compilers. i think about how to do more with less. i'm trying to combine the best human-written libraries and modules and assemble them with minimal boilerplate. i enjoy reading your manuals and references. i believe in robust, secure, human-written software.

                        sigismundninja@mastodon.nuS This user is from outside of this forum
                        sigismundninja@mastodon.nuS This user is from outside of this forum
                        sigismundninja@mastodon.nu
                        wrote sidst redigeret af
                        #28

                        @mntmn One of the best use cases for LLMs is to produce tools for deterministic automation. One does not have to be irrational about this issue. Follow the example of Torvalds. Stay adult, stay sane and be open-minded. Every person (or moral subject) is responsible for the code they commit or text they publish. If you don't want that responsibility, you pay someone or stay anonymous. That has and will always be the case. You can never be certain about how information was produced.

                        sigismundninja@mastodon.nuS 1 Reply Last reply
                        0
                        • mntmn@mastodon.socialM mntmn@mastodon.social

                          for whoever needs to hear this: you're not alone. i'm not vibecoding any of the software i write. i'm writing it by hand, but i've leveled up my emacs with eglot/lsp. i'm modernizing my stacks and use languages with excellent compilers. i think about how to do more with less. i'm trying to combine the best human-written libraries and modules and assemble them with minimal boilerplate. i enjoy reading your manuals and references. i believe in robust, secure, human-written software.

                          yetzt@social.yetzt.meY This user is from outside of this forum
                          yetzt@social.yetzt.meY This user is from outside of this forum
                          yetzt@social.yetzt.me
                          wrote sidst redigeret af
                          #29

                          @mntmn you are a treasure. ❤

                          1 Reply Last reply
                          0
                          • sigismundninja@mastodon.nuS sigismundninja@mastodon.nu

                            @mntmn One of the best use cases for LLMs is to produce tools for deterministic automation. One does not have to be irrational about this issue. Follow the example of Torvalds. Stay adult, stay sane and be open-minded. Every person (or moral subject) is responsible for the code they commit or text they publish. If you don't want that responsibility, you pay someone or stay anonymous. That has and will always be the case. You can never be certain about how information was produced.

                            sigismundninja@mastodon.nuS This user is from outside of this forum
                            sigismundninja@mastodon.nuS This user is from outside of this forum
                            sigismundninja@mastodon.nu
                            wrote sidst redigeret af
                            #30

                            @mntmn And I don't vibe code. But that's because I simply haven't had the time to try it out.

                            1 Reply Last reply
                            0
                            • budududuroiu@hachyderm.ioB budududuroiu@hachyderm.io

                              @mntmn not to toot my own horn but I'm doing a 40 day AI Lent to keep my brain sharp, it's probably the most intellectually rewarding (and frustrating) thing I've done recently

                              https://buduroiu.com/blog/announcing-ai-lent/

                              mostol@social.coopM This user is from outside of this forum
                              mostol@social.coopM This user is from outside of this forum
                              mostol@social.coop
                              wrote sidst redigeret af
                              #31

                              @budududuroiu Insightful read so far, thanks for recording and sharing it!

                              1 Reply Last reply
                              0
                              • mntmn@mastodon.socialM mntmn@mastodon.social

                                for whoever needs to hear this: you're not alone. i'm not vibecoding any of the software i write. i'm writing it by hand, but i've leveled up my emacs with eglot/lsp. i'm modernizing my stacks and use languages with excellent compilers. i think about how to do more with less. i'm trying to combine the best human-written libraries and modules and assemble them with minimal boilerplate. i enjoy reading your manuals and references. i believe in robust, secure, human-written software.

                                sergiudinit@mastodon.socialS This user is from outside of this forum
                                sergiudinit@mastodon.socialS This user is from outside of this forum
                                sergiudinit@mastodon.social
                                wrote sidst redigeret af
                                #32

                                process beats talent in sales more than most founders want to admit. a mediocre rep with a tight ICP list outperforms a great rep with a bloated one

                                1 Reply Last reply
                                0
                                • nicolaottomano@mastodon.unoN nicolaottomano@mastodon.uno

                                  @mntmn
                                  My 2 cents. As a former programmer and fountain pens collector, manually written code will be a thing of the past in, maybe, 5 years. Those manually writing code will do it for the pleasure of doing it, not for productivity. The same way we switched to PC to literally (no pun intended 🙂) write anything, relegating pens to the role of collector's items.

                                  wilk@masto.bikeW This user is from outside of this forum
                                  wilk@masto.bikeW This user is from outside of this forum
                                  wilk@masto.bike
                                  wrote sidst redigeret af
                                  #33

                                  @nicolaottomano @mntmn I listen this since 30 years... If no human write code what code will AI steal, and with which energy ? I still use pens, and still write code with Vim (who would say that Vim and emacs will still be the most used editors 30 years ago ?) !

                                  1 Reply Last reply
                                  0
                                  • nicolaottomano@mastodon.unoN nicolaottomano@mastodon.uno

                                    @mntmn
                                    My 2 cents. As a former programmer and fountain pens collector, manually written code will be a thing of the past in, maybe, 5 years. Those manually writing code will do it for the pleasure of doing it, not for productivity. The same way we switched to PC to literally (no pun intended 🙂) write anything, relegating pens to the role of collector's items.

                                    dramatispaws@toot.walesD This user is from outside of this forum
                                    dramatispaws@toot.walesD This user is from outside of this forum
                                    dramatispaws@toot.wales
                                    wrote sidst redigeret af
                                    #34

                                    @nicolaottomano @mntmn Interesting take. I rarely use a pen these days - but I handwrite a LOT. My Remarkable gets constant use for so many things. I often write and doodle out ideas when programming too before turning the result into type.

                                    1 Reply Last reply
                                    0
                                    • vashbear@hachyderm.ioV vashbear@hachyderm.io

                                      @mntmn

                                      Hi Lucie, I love the sentiment. I do think it is important to understand what good coding is, and coding is enjoyable.

                                      But... sorry, I have a "but"

                                      I am an experieced 30 year coder. The truth is that the best human coder cannot keep up with what AI coding can do. I was shocked when I realized this but it's true.

                                      AI can keep the entire code base in its buffer and scan and find things instantly that I would not know. It can refactor, debug and redeploy. It can generate documentation instantly. Any API, even ones I have never seen to some esoteric endpoint, it can master instantly. it has been trained billions and billions of lines of code. That is more than I have by a factor of over 100,00 million.

                                      It is like having a team of 10 cross-disciplinary developers working with you plus a documentation writer , a QA person and project manager.

                                      If I have a question about how something works, I can ask it, and it describes it and gives me links to the relevant section.

                                      It is only getting better. Every few months its capabilities leap incredibly.

                                      It still needs a team leader. It needs someone to guide what it can do. That is the role to embrace. You will be a much better team leader if you understand the fundamentals.

                                      Believe me, I understand that there are plenty of downsides to this. And .. it scares the hell out of me. But wishing it were not so will not make it go away.

                                      I dont know if you have tried the most recent releases - I use Claude Code -- but you owe it to yourself to try it if only to gauge what you are up against.

                                      And by all means -- keep learning to code on your own -- but if that is the only tool in your quiver, it should be a hobby, not a means to make a living.

                                      ahltorp@mastodon.nuA This user is from outside of this forum
                                      ahltorp@mastodon.nuA This user is from outside of this forum
                                      ahltorp@mastodon.nu
                                      wrote sidst redigeret af
                                      #35

                                      @vashbear @mntmn If what you’re saying is true, and not cherrypicked, there is no excuse whatsoever to not move on to better programming languages. Are you? Are other vibecoders?

                                      To languages and toolchains where the ”compilation process” isn’t using an unconstrained random number generator, but where you describe your problem formally and succinctly and get the same result every time.

                                      1 Reply Last reply
                                      0
                                      • vashbear@hachyderm.ioV vashbear@hachyderm.io

                                        @mntmn

                                        Hi Lucie, I love the sentiment. I do think it is important to understand what good coding is, and coding is enjoyable.

                                        But... sorry, I have a "but"

                                        I am an experieced 30 year coder. The truth is that the best human coder cannot keep up with what AI coding can do. I was shocked when I realized this but it's true.

                                        AI can keep the entire code base in its buffer and scan and find things instantly that I would not know. It can refactor, debug and redeploy. It can generate documentation instantly. Any API, even ones I have never seen to some esoteric endpoint, it can master instantly. it has been trained billions and billions of lines of code. That is more than I have by a factor of over 100,00 million.

                                        It is like having a team of 10 cross-disciplinary developers working with you plus a documentation writer , a QA person and project manager.

                                        If I have a question about how something works, I can ask it, and it describes it and gives me links to the relevant section.

                                        It is only getting better. Every few months its capabilities leap incredibly.

                                        It still needs a team leader. It needs someone to guide what it can do. That is the role to embrace. You will be a much better team leader if you understand the fundamentals.

                                        Believe me, I understand that there are plenty of downsides to this. And .. it scares the hell out of me. But wishing it were not so will not make it go away.

                                        I dont know if you have tried the most recent releases - I use Claude Code -- but you owe it to yourself to try it if only to gauge what you are up against.

                                        And by all means -- keep learning to code on your own -- but if that is the only tool in your quiver, it should be a hobby, not a means to make a living.

                                        eadanila@mastodon.socialE This user is from outside of this forum
                                        eadanila@mastodon.socialE This user is from outside of this forum
                                        eadanila@mastodon.social
                                        wrote sidst redigeret af
                                        #36

                                        @vashbear @mntmn wow, this is amazing! They didn’t ask. You acknowledged that they didn’t ask. And yet you still couldn’t stop yourself to come in and post an essay proselytizing AI at a person who, once again, did not ask.

                                        Is there something about using AI that makes people unable to help themselves? I mean, do you really think a person who runs an open source hardware company needed you to mansplain AI at them?

                                        1 Reply Last reply
                                        0
                                        • nicolaottomano@mastodon.unoN nicolaottomano@mastodon.uno

                                          @mntmn
                                          My 2 cents. As a former programmer and fountain pens collector, manually written code will be a thing of the past in, maybe, 5 years. Those manually writing code will do it for the pleasure of doing it, not for productivity. The same way we switched to PC to literally (no pun intended 🙂) write anything, relegating pens to the role of collector's items.

                                          ahltorp@mastodon.nuA This user is from outside of this forum
                                          ahltorp@mastodon.nuA This user is from outside of this forum
                                          ahltorp@mastodon.nu
                                          wrote sidst redigeret af
                                          #37

                                          @nicolaottomano @mntmn Just because you’ve outsourced your coding to people you’ve never had direct contact with doesn’t mean that ”manually written code will be a thing of the past”. Growing food didn’t stop being a thing just because you invaded countries and forced the people there to grow the food for you.

                                          1 Reply Last reply
                                          0
                                          Svar
                                          • Svar som emne
                                          Login for at svare
                                          • Ældste til nyeste
                                          • Nyeste til ældste
                                          • Most Votes


                                          • Log ind

                                          • Har du ikke en konto? Tilmeld

                                          • Login or register to search.
                                          Powered by NodeBB Contributors
                                          Graciously hosted by data.coop
                                          • First post
                                            Last post
                                          0
                                          • Hjem
                                          • Seneste
                                          • Etiketter
                                          • Populære
                                          • Verden
                                          • Bruger
                                          • Grupper