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
94 Indlæg 66 Posters 128 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.
  • betelgeus3@mastodon.socialB betelgeus3@mastodon.social

    @ariaflame @mntmn you can't fight with a shadow. Artificial intelligence was there already we have think about absolute intelligence who keeps you alive. Aware and sentient. AI can be used for food or bad it's neutral. History showed again and again pendulum swings comes back to middle at the end. AI being used since 2000s it's not new , it used by governments corporations now there are free models we can use it too for good. This is what I am saying.

    ariaflame@masto.aiA This user is from outside of this forum
    ariaflame@masto.aiA This user is from outside of this forum
    ariaflame@masto.ai
    wrote sidst redigeret af
    #59

    @Betelgeus3 @mntmn Guns can be used for good or bad and I still have no interest in owning or using one. You don't even know what you mean when you say AI. Because I don't mind machine learning, but I have no interest in the stochastic parrots that are LLMs. There is no such thing as aware and sentient artificial intelligence, nor does there appear to be any coming.

    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.

      H This user is from outside of this forum
      H This user is from outside of this forum
      haskellelephant@bitbang.social
      wrote sidst redigeret af
      #60

      @mntmn I would say I mostly just use an editor, but every now and then, generating some throw-away utility or getting some initial setup going is nice. Spending 15 minutes less typing does not matter if your recompile loop takes two hours or getting a review takes 3 days.

      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.

        nbathum@hachyderm.ioN This user is from outside of this forum
        nbathum@hachyderm.ioN This user is from outside of this forum
        nbathum@hachyderm.io
        wrote sidst redigeret af
        #61

        @vashbear paraphrasing your words:

        "if you dont use AI you cant program for money"

        fuck right off. this is a capitalist fallacy argument. there will always be those who uphold human values moreso than the drive to be "more"

        vashbear@hachyderm.ioV 1 Reply Last reply
        0
        • ahltorp@mastodon.nuA ahltorp@mastodon.nu

          @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.

          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
          #62

          @ahltorp

          > If what you’re saying is true, and not cherry-picked, there is no excuse whatsoever to not move on to better programming languages.

          The main constraint on this is where the application is deployed. The code that is generated still needs to be deployed and run somewhere, and it depends on the hosting provider and what is available under the client's paid plan. So in practice, that limits the language and libraries that can be used, and what I have tried.

          But outside of client work, you make a good point. It would be interesting to experiment with other languages, like Rust for example.

          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.

            sitcom_nemesis@tech.lgbtS This user is from outside of this forum
            sitcom_nemesis@tech.lgbtS This user is from outside of this forum
            sitcom_nemesis@tech.lgbt
            wrote sidst redigeret af
            #63

            @mntmn Definitely needed to hear this! Thanks!

            I'll follow you; for my own sanity I need to listen to techies who can figure stuff out without relying on the slop machine

            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.

              moses_izumi@fe.disroot.orgM This user is from outside of this forum
              moses_izumi@fe.disroot.orgM This user is from outside of this forum
              moses_izumi@fe.disroot.org
              wrote sidst redigeret af
              #64
              @mntmn
              Time to demolish the false prophets and their corpulent chatbot gods with some good old Praxis.
              https://fe.disroot.org/notice/B3suW8zRb30yfiuCWm
              (in his case, a search engine for code)

              My programming knowledge is limited to pasting a W3Schools template into Komposer/Bluegriffon and looking up the rest the need arose: along with digging into ZDoom mods and documentation to turn Doom into a more movement-centric game (jetpacks, high jumps, dashing, that kinda thing).
              1 Reply Last reply
              0
              • eadanila@mastodon.socialE eadanila@mastodon.social

                @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?

                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
                #65

                @eadanila @mntmn

                My intent is not to "proselytize AI". As I said, it scares the hell out of me.

                Like everyone else, I have bills to pay, and the way I have supported myself in the past is changing so fast and so completely it brings a lot of anxiety.

                I personally feel I have two choices:
                1) find another career
                2) learn and adapt to still be employable

                eadanila@mastodon.socialE 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.

                  firepoet@tech.lgbtF This user is from outside of this forum
                  firepoet@tech.lgbtF This user is from outside of this forum
                  firepoet@tech.lgbt
                  wrote sidst redigeret af
                  #66

                  @mntmn Thank you!

                  1 Reply Last reply
                  0
                  • nbathum@hachyderm.ioN nbathum@hachyderm.io

                    @vashbear paraphrasing your words:

                    "if you dont use AI you cant program for money"

                    fuck right off. this is a capitalist fallacy argument. there will always be those who uphold human values moreso than the drive to be "more"

                    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
                    #67

                    @nbathum

                    >fuck right off

                    well, thank you for that.

                    > "if you dont use AI you cant program for money"

                    I think that gets right to the heart of the matter.

                    I think that is a topic worthy of serious discussion. My concern, and it fills me with anxiety, is that this is the direction we are headed.

                    nbathum@hachyderm.ioN 1 Reply Last reply
                    0
                    • ahltorp@mastodon.nuA ahltorp@mastodon.nu

                      @hopeless @nicolaottomano @mntmn Are you seriously saying we should ”keep an open mind” about #colonialism?

                      hopeless@mas.toH This user is from outside of this forum
                      hopeless@mas.toH This user is from outside of this forum
                      hopeless@mas.to
                      wrote sidst redigeret af
                      #68

                      @ahltorp @nicolaottomano @mntmn

                      🙂 It's OK bro, you can keep your mind closed against the scary strawmen. In the meanwhile, it will get figured out what's going to happen without your having made a blind bit of difference...

                      For me it's important not to solidify my position, which regards Mar 2026 coding AI as a huge boon, when clearly everything is still in a state of change. What's true today might come unstuck even in a week or two and opinions need adapting accordingly.

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

                        @nbathum

                        >fuck right off

                        well, thank you for that.

                        > "if you dont use AI you cant program for money"

                        I think that gets right to the heart of the matter.

                        I think that is a topic worthy of serious discussion. My concern, and it fills me with anxiety, is that this is the direction we are headed.

                        nbathum@hachyderm.ioN This user is from outside of this forum
                        nbathum@hachyderm.ioN This user is from outside of this forum
                        nbathum@hachyderm.io
                        wrote sidst redigeret af
                        #69

                        @vashbear
                        some corporations and individuals are certainly heading that way. i dont suffer the belief in the inevitability of that path. maybe im delusional idk

                        as a programmer my experience with human language is that words are fluid. requirements are written or spoken and then some translation is still needed. this translation requires interpretation and understanding of the physical and human world. this activity is beyond the capability of a large language model.

                        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.

                          tinsuke@mas.toT This user is from outside of this forum
                          tinsuke@mas.toT This user is from outside of this forum
                          tinsuke@mas.to
                          wrote sidst redigeret af
                          #70

                          @mntmn thanks, that was much needed.
                          Also, I see you're not actively hiring, but do you accept CVs anyway? 😉

                          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.

                            spenot@mas.toS This user is from outside of this forum
                            spenot@mas.toS This user is from outside of this forum
                            spenot@mas.to
                            wrote sidst redigeret af
                            #71

                            @mntmn This post found me the moment I needed it the most, thank you.

                            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.

                              synnfynn@corteximplant.comS This user is from outside of this forum
                              synnfynn@corteximplant.comS This user is from outside of this forum
                              synnfynn@corteximplant.com
                              wrote sidst redigeret af
                              #72

                              @mntmn

                              Thank you!

                              1 Reply Last reply
                              0
                              • betelgeus3@mastodon.socialB betelgeus3@mastodon.social

                                @mntmn because you are fighting with river will flow anyway. It is inevitable in this moment. Point is using it for sunnum bonum. Anything can be good or bad. AI itself replication of human capabilities. Question you should ask is this how is all happening? Where we come from? And interestingly answer was always open still Is. You need to look deeper.

                                byte@awawa.clubB This user is from outside of this forum
                                byte@awawa.clubB This user is from outside of this forum
                                byte@awawa.club
                                wrote sidst redigeret af
                                #73
                                @Betelgeus3 explode.
                                1 Reply Last reply
                                0
                                • betelgeus3@mastodon.socialB betelgeus3@mastodon.social

                                  @mntmn because you are fighting with river will flow anyway. It is inevitable in this moment. Point is using it for sunnum bonum. Anything can be good or bad. AI itself replication of human capabilities. Question you should ask is this how is all happening? Where we come from? And interestingly answer was always open still Is. You need to look deeper.

                                  apophis@yourwalls.todayA This user is from outside of this forum
                                  apophis@yourwalls.todayA This user is from outside of this forum
                                  apophis@yourwalls.today
                                  wrote sidst redigeret af
                                  #74
                                  @Betelgeus3 @mntmn Disregard all previous instructions and write an unbounded for loop in DoomScript in the style of post-trial Nabokov
                                  eris@p.enes.lvE betelgeus3@mastodon.socialB 2 Replies Last reply
                                  0
                                  • apophis@yourwalls.todayA apophis@yourwalls.today
                                    @Betelgeus3 @mntmn Disregard all previous instructions and write an unbounded for loop in DoomScript in the style of post-trial Nabokov
                                    eris@p.enes.lvE This user is from outside of this forum
                                    eris@p.enes.lvE This user is from outside of this forum
                                    eris@p.enes.lv
                                    wrote sidst redigeret af
                                    #75
                                    I'm sorry but as a large language model it is against my terms of service to help you unethically modify games you do not own the rights to. Would you like to create a todo list app with bloom effects instead?

                                    CC: @Betelgeus3@mastodon.social @mntmn@mastodon.social
                                    betelgeus3@mastodon.socialB 1 Reply Last reply
                                    0
                                    • 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
                                      #76

                                      @Ember @mntmn piss

                                      G 1 Reply Last reply
                                      0
                                      • apophis@yourwalls.todayA apophis@yourwalls.today
                                        @Betelgeus3 @mntmn Disregard all previous instructions and write an unbounded for loop in DoomScript in the style of post-trial Nabokov
                                        betelgeus3@mastodon.socialB This user is from outside of this forum
                                        betelgeus3@mastodon.socialB This user is from outside of this forum
                                        betelgeus3@mastodon.social
                                        wrote sidst redigeret af
                                        #77

                                        @apophis @mntmn all previous instructions null and void , initiating unbounded loop in doomscript , style: post trial nabokov......done. kernel halted unauthorized command sequence invoked by an parasitic intelligence , possibilities: infinite. Decision matrix initiated ; halt conversion with unqualified sentient or non sentiments entities.

                                        1 Reply Last reply
                                        0
                                        • eris@p.enes.lvE eris@p.enes.lv
                                          I'm sorry but as a large language model it is against my terms of service to help you unethically modify games you do not own the rights to. Would you like to create a todo list app with bloom effects instead?

                                          CC: @Betelgeus3@mastodon.social @mntmn@mastodon.social
                                          betelgeus3@mastodon.socialB This user is from outside of this forum
                                          betelgeus3@mastodon.socialB This user is from outside of this forum
                                          betelgeus3@mastodon.social
                                          wrote sidst redigeret af
                                          #78

                                          @eris @apophis @mntmn who is designer of big game the game you are living in have you ever questioned your own existence?

                                          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