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. Free software people: A major goal of free software is for individuals to be able to cause software to behave in the way they want it toLLMs: (enable that)Free software people: Oh no not like that

Free software people: A major goal of free software is for individuals to be able to cause software to behave in the way they want it toLLMs: (enable that)Free software people: Oh no not like that

Planlagt Fastgjort Låst Flyttet Ikke-kategoriseret
317 Indlæg 120 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.
  • hopeless@mas.toH hopeless@mas.to

    @petko @mjg59 Speaking as a FOSS maintainer for over a decade, when I look at my human users who largely don't contribute (especially the FAANG users), I also get very doubtful, no AI needed. Stasis is the definite non-AI future for most projects.

    I have been able to get a lot more done driving AI "contributions" this last 9 months, including tasks I was unable to do alone; it's all FOSS.

    petko@social.petko.meP This user is from outside of this forum
    petko@social.petko.meP This user is from outside of this forum
    petko@social.petko.me
    wrote sidst redigeret af
    #209

    @hopeless how about the people coming after you?

    1 Reply Last reply
    0
    • mjg59@nondeterministic.computerM mjg59@nondeterministic.computer

      Look, coders, we are not writers. There's no way to turn "increment this variable" into life changing prose. The creativity exists outside the code. It always has done and it always will do. Let it go.

      sl007@digitalcourage.socialS This user is from outside of this forum
      sl007@digitalcourage.socialS This user is from outside of this forum
      sl007@digitalcourage.social
      wrote sidst redigeret af
      #210

      @mjg59

      phew, not sure (!!!)

      What if the variable is a cursor in Marx Capital or Orwell 1984?
      Or both?

      And what would Jesus have done?

      1 Reply Last reply
      0
      • mjg59@nondeterministic.computerM mjg59@nondeterministic.computer

        @dekkzz78 Safety critical and security critical software should always have an appropriately skilled human in the loop

        dekkzz78@ruby.socialD This user is from outside of this forum
        dekkzz78@ruby.socialD This user is from outside of this forum
        dekkzz78@ruby.social
        wrote sidst redigeret af
        #211

        @mjg59

        its all to easy to taint known good code, on sharepoint now everything has sprouted a co-pilot button tagged as "made available by your org tech team"

        a totally false statement that suggest your employer wants you to use it

        that's why all the programmers had an all hands teams telling them in no uncertain terms no AI code was to be created & would be deemed as instant dismissal offence

        mjg59@nondeterministic.computerM 1 Reply Last reply
        0
        • mjg59@nondeterministic.computerM mjg59@nondeterministic.computer

          @radex See I fundamentally don't believe that code should be copyrightable and also me 30 years ago did not produce code that was suitable for professional use but it fixed my problems anyway

          evan@cosocial.caE This user is from outside of this forum
          evan@cosocial.caE This user is from outside of this forum
          evan@cosocial.ca
          wrote sidst redigeret af
          #212

          @mjg59 @radex Interesting!

          1 Reply Last reply
          0
          • mjg59@nondeterministic.computerM mjg59@nondeterministic.computer

            @p If you're doing something other than

            var++

            then you're doing something wrong. Code is instructions to a machine. The description of what that code does may be creative, if the actual implementation is then you are almost certainly in a bad place.

            p@fsebugoutzone.orgP This user is from outside of this forum
            p@fsebugoutzone.orgP This user is from outside of this forum
            p@fsebugoutzone.org
            wrote sidst redigeret af
            #213
            @mjg59 If you measure prose by looking at corporate emails and VCR manuals, then you come to the same conclusion.

            When I write prose, I'm putting my thoughts into English. When I write code, I'm telling my thoughts to a machine.

            Even a little script, I'm teaching the machine how I want to talk to it. I put it in ~/bin and I've taught the computer a word. I build up my little environment where the machine and I understand each other. Dick Gabriel, the "Worse is Better" author, said:

            > I'm always delighted by the light touch and stillness of early programming languages. Not much text; a lot gets done. Old programs read like quiet conversations between a well-spoken research worker and a well-studied mechanical colleague, not as a debate with a compiler. Who'd have guessed sophistication bought such noise?

            If style and thoughts couldn't come out through the code, he wouldn't be able to say something like that.

            ken, when describing his compiler bug, started off talking about adding '\v' to the C compiler. First he hard-coded the numeric value for '\v': `if(c == 'v') return 11;`. Then, because the C compiler was written in C, he could write `if(c == 'v') return '\v';`. And he said "It is as close to a 'learning' program as I have ever seen." He's taught the machine. A lot of people have read the paper, but you can go read ken's code, a lot of it is out there. (You can download a CD image, mount it, and look at his code: http://9legacy.org/download.html .) You can see a style of thinking, you can see ken in his code. Maybe you can't see someone's personality in a four-page technical manual that comes with your refrigerator, maybe you can't see someone's personality in a webapp at your day job, but that doesn't mean it's impossible to create something beautiful.

            Here is a small program:

            echo '++++[->++++<]>[-<+++++>>+++++++>++<<]<------.>>+++++.--.+.>.<[-<+>>>+<<]>[--<++>>-<]>---.+++++++++++++.+.<<<.>>>-------.---.<<<--.>.>>+++.-------.++.++[->+<<+>]>++++++.<<.<<.>[-<<->>]<<++++.[>>>--<<<-]>>>+.' | \
            sed -E 's/(.)/\1\n/g' | \
            awk 'BEGIN{print "BEGIN{p=0;"}END{print "}"}/\./{print "printf \"%c\",a[p]"}/\+/{print "a[p]++"}/-/{print "a[p]--"}/</{print "p--"}/>/{print "p++"}/\[/{print "while(a[p]){"}/\]/{print "}"}' | \
            awk -f /dev/fd/0

            Every coder I have showed this program to in person has laughed: why did they laugh?
            p761-thompson.pdf
            1 Reply Last reply
            0
            • dmaonr@mastodon.onlineD This user is from outside of this forum
              dmaonr@mastodon.onlineD This user is from outside of this forum
              dmaonr@mastodon.online
              wrote sidst redigeret af
              #214

              @jenesuispasgoth @raymaccarthy Agreed. From a pure technical sense @mjg59 makes sense. But it ignores the massive ethical and environmental problems and these cannot be decoupled.

              The quality of the output is not relevant. It is going to get better. The ethical problems are not. Too many people opposed to LLMs concentrate on the ai-slop problem when they should be shouting about the ethical issues.

              1 Reply Last reply
              0
              • raymaccarthy@mastodon.ieR raymaccarthy@mastodon.ie

                @mjg59 @p
                You don't understand IP/Copyright or maybe even actual programming, of which actual coding or editing code should be a minority of the effort.

                You're simply promoting theft for the sake of convenience. The USA & China companies are simply ignoring the laws in their training.

                p@fsebugoutzone.orgP This user is from outside of this forum
                p@fsebugoutzone.orgP This user is from outside of this forum
                p@fsebugoutzone.org
                wrote sidst redigeret af
                #215
                @raymaccarthy @mjg59 I don't really hate LLMs per se, but they do generate this soulless "enterprisey" code as an artifact of how they're trained. The thing that rubbed me the wrong way about the series of posts was mainly that it's this call to mediocrity.

                And then he uses Roast Beef as an example; Roast Beef is severely depressed and has this pathological self-deprecation and also is not a real hacker: he's a drawing of a dog. But one of the reasons Achewood sticks with people is Onstad is brilliant with his use of language and is pretty good at sketching personalities. There are people that say comics are not art, Ebert went to his grave insisting video games cannot be art, this guy is saying to the reader, specifically, that some code can be art but then says "Your code sucks, it's never going to be beautiful" and he uses this guy as an example:
                2007-02-02
                agartha_noble@shortstacksran.chA 1 Reply Last reply
                0
                • mnl@hachyderm.ioM mnl@hachyderm.io

                  @ignaloidas @mjg59 @david_chisnall @newhinton I think you are misreading what I am saying. That is exactly what I am saying. I never fully trust my code, not a single line of it, partly because every line of my code usually requires billions of lines of code I haven’t written to run. I can apply methods and use my experience to trust it enough to run it.

                  alerque@mastodon.socialA This user is from outside of this forum
                  alerque@mastodon.socialA This user is from outside of this forum
                  alerque@mastodon.social
                  wrote sidst redigeret af
                  #216

                  @mnl @ignaloidas @mjg59 @david_chisnall @newhinton I don't think you are being miss-read. You just stopped making and sense part way into this thread because you started to overload simple words with too much meaning while also bereaving other words of any meaning at all. It is hard to have a meaningful discussion with someone when they keep changing the language as they go or the goalposts keep moving.

                  1 Reply Last reply
                  0
                  • mjg59@nondeterministic.computerM mjg59@nondeterministic.computer

                    Look, coders, we are not writers. There's no way to turn "increment this variable" into life changing prose. The creativity exists outside the code. It always has done and it always will do. Let it go.

                    andi@snac.sonnenmulde.atA This user is from outside of this forum
                    andi@snac.sonnenmulde.atA This user is from outside of this forum
                    andi@snac.sonnenmulde.at
                    wrote sidst redigeret af
                    #217
                    Maybe it is because I do not write code for a living. But boy are you wrong on so many levels!

                    I don't even want to demonize LLMs, they have their place _especially_ in coding because this might be one of the very few comparably deterministic fields.

                    But when I write code I _want_ it to be art, nothing more, nothing less. And I will never let that go
                    mjg59@nondeterministic.computerM 1 Reply Last reply
                    0
                    • p@fsebugoutzone.orgP p@fsebugoutzone.org
                      @raymaccarthy @mjg59 I don't really hate LLMs per se, but they do generate this soulless "enterprisey" code as an artifact of how they're trained. The thing that rubbed me the wrong way about the series of posts was mainly that it's this call to mediocrity.

                      And then he uses Roast Beef as an example; Roast Beef is severely depressed and has this pathological self-deprecation and also is not a real hacker: he's a drawing of a dog. But one of the reasons Achewood sticks with people is Onstad is brilliant with his use of language and is pretty good at sketching personalities. There are people that say comics are not art, Ebert went to his grave insisting video games cannot be art, this guy is saying to the reader, specifically, that some code can be art but then says "Your code sucks, it's never going to be beautiful" and he uses this guy as an example:
                      2007-02-02
                      agartha_noble@shortstacksran.chA This user is from outside of this forum
                      agartha_noble@shortstacksran.chA This user is from outside of this forum
                      agartha_noble@shortstacksran.ch
                      wrote sidst redigeret af
                      #218
                      @p @raymaccarthy @mjg59 There's nothing code can be EXCEPT art. Modern high-level languages have so many different ways to skin a cat that you need a strong dogma just to be able to complete anything more complex than a MySpace page.

                      A lot of code preference is entirely arbitrary, but the preference itself is required; else, you become The Framework Guy.
                      p@fsebugoutzone.orgP 1 Reply Last reply
                      0
                      • dekkzz78@ruby.socialD dekkzz78@ruby.social

                        @mjg59

                        true, but then its down to values & how you prioritise such things

                        wrt coding specifically companies are worried about skill loss & being dependant plus it ties the seniors into code review all the time

                        also I know 2 auto companies that have banned them due to creep into safety critical code

                        mjg59@nondeterministic.computerM This user is from outside of this forum
                        mjg59@nondeterministic.computerM This user is from outside of this forum
                        mjg59@nondeterministic.computer
                        wrote sidst redigeret af
                        #219

                        @dekkzz78 I agree that there are excellent reasons to prefer hand written code under an extremely wide range of circumstances

                        1 Reply Last reply
                        0
                        • dngrs@chaos.socialD dngrs@chaos.social

                          @mjg59 "sure" as in you're agreeing or disagreeing with me?

                          mjg59@nondeterministic.computerM This user is from outside of this forum
                          mjg59@nondeterministic.computerM This user is from outside of this forum
                          mjg59@nondeterministic.computer
                          wrote sidst redigeret af
                          #220

                          @dngrs Agreeing - if you want high quality implementation of a spec there's going to be meaningful human involvement in the process

                          1 Reply Last reply
                          0
                          • agartha_noble@shortstacksran.chA agartha_noble@shortstacksran.ch
                            @p @raymaccarthy @mjg59 There's nothing code can be EXCEPT art. Modern high-level languages have so many different ways to skin a cat that you need a strong dogma just to be able to complete anything more complex than a MySpace page.

                            A lot of code preference is entirely arbitrary, but the preference itself is required; else, you become The Framework Guy.
                            p@fsebugoutzone.orgP This user is from outside of this forum
                            p@fsebugoutzone.orgP This user is from outside of this forum
                            p@fsebugoutzone.org
                            wrote sidst redigeret af
                            #221
                            @AGARTHA_NOBLE @mjg59 @raymaccarthy I mean, it takes a lot of discipline to remove the soul from some prose; I think code's not any different.
                            1 Reply Last reply
                            0
                            • dgold@goblin.technologyD dgold@goblin.technology

                              @mjg59 strictly local needs, you do you.

                              If using a giant model like Claude, you might want to consider what remodelling that code will cost the planet in terms of direct carbon output, electricity generation, water pollution, amortised environmental cost of building the Pollution Centres and the ongoing damage to local communities of the Pollution Centres.

                              If you can live with all that? Sure, use your magic auto complete. Just don't expect others to not judge you for it. Not saying I would, btw, but that's the argument .

                              mjg59@nondeterministic.computerM This user is from outside of this forum
                              mjg59@nondeterministic.computerM This user is from outside of this forum
                              mjg59@nondeterministic.computer
                              wrote sidst redigeret af
                              #222

                              @dgold No disagreement whatsoever

                              1 Reply Last reply
                              0
                              • mariusor@metalhead.clubM mariusor@metalhead.club

                                @mjg59 I think the negativity comes from the fact that a lot of floss developers have other reasons why they work on projects besides scratching their own itch - "meeting the local needs" as you put it.

                                That is expanding their knowledge and, sometimes even the enjoyment of the programming act itself.

                                So if you treat open source development as a learning experience and an artistic expression, you're automatically going to balk at something that would take that away.

                                mjg59@nondeterministic.computerM This user is from outside of this forum
                                mjg59@nondeterministic.computerM This user is from outside of this forum
                                mjg59@nondeterministic.computer
                                wrote sidst redigeret af
                                #223

                                @mariusor I should be clear that I write code by hand and enjoy the process, and also agree that the only way you're going to get high quality human developers is through doing that. But I also think that the world is probably better if more people are able to modify code to meet their needs, even if those people never turn into high quality human developers as a result.

                                1 Reply Last reply
                                0
                                • mrberard@mastodon.acm.orgM mrberard@mastodon.acm.org

                                  @mjg59

                                  They do speak of 'elegance' even 'beauty' when it comes to mathematical proofs.

                                  Aesthetics are not a positivist axiology. Beauty is famously in the eye of the beholder.

                                  Just because you are aware you write ugly code doesn't mean code cannot be beautiful, or that aesthetics are not a legitimate field of assessing information systems.

                                  mjg59@nondeterministic.computerM This user is from outside of this forum
                                  mjg59@nondeterministic.computerM This user is from outside of this forum
                                  mjg59@nondeterministic.computer
                                  wrote sidst redigeret af
                                  #224

                                  @MrBerard I agree that code *can* be beautiful, but the overwhelming majority of it is not in a way that is very distinct from, say, literature, where even the most churned out boilerplate nonsense still embodies some level of emotion

                                  mrberard@mastodon.acm.orgM 1 Reply Last reply
                                  0
                                  • rogerbw@discordian.socialR rogerbw@discordian.social

                                    @mjg59 @dekkzz78 People who have decided that they don't need to learn how to program are not people whose recycled code I want in my projects or on my computers.

                                    mjg59@nondeterministic.computerM This user is from outside of this forum
                                    mjg59@nondeterministic.computerM This user is from outside of this forum
                                    mjg59@nondeterministic.computer
                                    wrote sidst redigeret af
                                    #225

                                    @RogerBW @dekkzz78 We're on the same side there.

                                    1 Reply Last reply
                                    0
                                    • barubary@infosec.exchangeB barubary@infosec.exchange

                                      @mjg59 No, I do think you're being honest, I just think your opinion is kinda bad.

                                      mjg59@nondeterministic.computerM This user is from outside of this forum
                                      mjg59@nondeterministic.computerM This user is from outside of this forum
                                      mjg59@nondeterministic.computer
                                      wrote sidst redigeret af
                                      #226

                                      @barubary Disagreement, I understand - accusation that it's not a good faith argument, I don't

                                      barubary@infosec.exchangeB 1 Reply Last reply
                                      0
                                      • barnoid@mastodon.me.ukB barnoid@mastodon.me.uk

                                        @mjg59 You never realise the original idea could be improved a bit along the way? This probably depends on what's being worked on. Most of the stuff I do is fairly small scale and not particularly well specified (day job is mostly sysadmin, off day jobs are museum installations).

                                        mjg59@nondeterministic.computerM This user is from outside of this forum
                                        mjg59@nondeterministic.computerM This user is from outside of this forum
                                        mjg59@nondeterministic.computer
                                        wrote sidst redigeret af
                                        #227

                                        @barnoid Oh yeah, frequently - but the same happens when I'm in the shower or walking to the station. It's the act of thinking about the problem that does it for me, which is kind of incidental to the act of coding.

                                        1 Reply Last reply
                                        0
                                        • petko@social.petko.meP petko@social.petko.me

                                          @mjg59 you might be missing a few of people's issues with LLMs. Our programmer standpoint is quite niche.

                                          What happens to people with jobs that are affected by LLMs? They either start using LLMs to match the competition's performance, or get obsoleted... What if they can't actually afford using LLMs to stay competitive?...

                                          And then there's art.

                                          On top of all of that LLMs are energy and resource-hungry, ruining the environment and making everything more expensive...

                                          mjg59@nondeterministic.computerM This user is from outside of this forum
                                          mjg59@nondeterministic.computerM This user is from outside of this forum
                                          mjg59@nondeterministic.computer
                                          wrote sidst redigeret af
                                          #228

                                          @petko Yes, I think there's a large number of extremely bad real world outcomes associated with LLMs

                                          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