Mastodon Skip to content
  • Home
  • Aktuell
  • Tags
  • Über dieses Forum
Einklappen
Grafik mit zwei überlappenden Sprechblasen, eine grün und eine lila.
Abspeckgeflüster – Forum für Menschen mit Gewicht(ung)

Kostenlos. Werbefrei. Menschlich. Dein Abnehmforum.

  1. Home
  2. Uncategorized
  3. I want this but as a Linux distribution.

I want this but as a Linux distribution.

Geplant Angeheftet Gesperrt Verschoben Uncategorized
91 Beiträge 43 Kommentatoren 0 Aufrufe
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • mcc@mastodon.socialM mcc@mastodon.social

    My understanding is that Bitwarden and KeePassXC, the two open source password managers, are *both* using random code generators at this point, which is terrifying as those are the exact tools where a small error could have the largest negative impact, and also tools that once you've committed to using it you can't quickly back out if they enter a code quality decline

    https://github.com/bitwarden/clients/tree/main/.claude

    eladnarra@disabled.socialE This user is from outside of this forum
    eladnarra@disabled.socialE This user is from outside of this forum
    eladnarra@disabled.social
    schrieb zuletzt editiert von
    #71

    @mcc Aw man that sucks. Why would they... Ugh.

    1 Antwort Letzte Antwort
    0
    • luana@wetdry.worldL luana@wetdry.world

      @mcc @ariadne hmmm there’s probably some really awful way to hack this into NixOS if you want to compile your whole system

      xarvos@outerheaven.clubX This user is from outside of this forum
      xarvos@outerheaven.clubX This user is from outside of this forum
      xarvos@outerheaven.club
      schrieb zuletzt editiert von
      #72

      @luana@wetdry.world @mcc@mastodon.social @ariadne@social.treehouse.systems wouldn't you have to have a database of packages that don't contain LLM-written code? i don't think it's readily available

      ariadne@social.treehouse.systemsA luana@wetdry.worldL 2 Antworten Letzte Antwort
      0
      • elfin@mstdn.socialE elfin@mstdn.social

        @mcc KeePass 2 is clean.

        argv_minus_one@mastodon.sdf.orgA This user is from outside of this forum
        argv_minus_one@mastodon.sdf.orgA This user is from outside of this forum
        argv_minus_one@mastodon.sdf.org
        schrieb zuletzt editiert von
        #73

        @elfin @mcc

        If you're looking for an alternative to KeePassXC, GNOME Secrets is pretty much a drop-in replacement.

        mcc@mastodon.socialM 1 Antwort Letzte Antwort
        0
        • johnlehet@mas.toJ johnlehet@mas.to

          @mcc Excuse an undereducated question from a long term 1password user who is going to move from it now: is the issue with “random code generators” that random passwords generated by these apps are easy to crack?

          I’m looking at moving to Keepassium and as I understand it each of these apps in this family have different code to do password generating and are thus all different.

          zwol@masto.hackers.townZ This user is from outside of this forum
          zwol@masto.hackers.townZ This user is from outside of this forum
          zwol@masto.hackers.town
          schrieb zuletzt editiert von
          #74

          @johnlehet @mcc My educated guess is the problems are more likely to be things like

          - sync protocol has a security flaw that makes it possible for malware in coffee shop wifi router to learn all your passwords

          - sync protocol just plain stops working

          - restoration of offline backups stops working, nobody notices for months

          1 Antwort Letzte Antwort
          0
          • jcnotwit@mastodon.socialJ jcnotwit@mastodon.social

            @mcc Yeah, KeePassXC going this route really hurt. I'm probably going to migrate back to a text file encrypted with gnupg for basic password management, but I have no idea what I'm going to use for one-time passcodes.

            chopsstephens@mastodon.nzoss.nzC This user is from outside of this forum
            chopsstephens@mastodon.nzoss.nzC This user is from outside of this forum
            chopsstephens@mastodon.nzoss.nz
            schrieb zuletzt editiert von
            #75

            @jcnotwit @mcc I'm using the original KeePass on Linux, even though Mono seems not handle high density displays properly, no way I'll touch XC now it's using LLM coding.

            frumble@chaos.socialF 1 Antwort Letzte Antwort
            0
            • argv_minus_one@mastodon.sdf.orgA argv_minus_one@mastodon.sdf.org

              @elfin @mcc

              If you're looking for an alternative to KeePassXC, GNOME Secrets is pretty much a drop-in replacement.

              mcc@mastodon.socialM This user is from outside of this forum
              mcc@mastodon.socialM This user is from outside of this forum
              mcc@mastodon.social
              schrieb zuletzt editiert von
              #76

              @argv_minus_one @elfin that's great, but can it interop with a phone?

              argv_minus_one@mastodon.sdf.orgA 1 Antwort Letzte Antwort
              0
              • drangnon@hachyderm.ioD drangnon@hachyderm.io

                @mcc @itamarst I thought KeePassXC required human reviews / unit tests in order to mitigate any llm harms. Did that change?

                More broadly, I don't really see how you can prove no LLMs were involved in code contributions if they are actually contributed by a human. Prove you used emacs or vi and didn't compile it ever on a cloud service? (I'm not happy about that state of affairs, mind you)

                I suppose we can start adding some sort of watermark on code?

                mcc@mastodon.socialM This user is from outside of this forum
                mcc@mastodon.socialM This user is from outside of this forum
                mcc@mastodon.social
                schrieb zuletzt editiert von
                #77

                @draNgNon @itamarst

                "I thought KeePassXC required human reviews / unit tests in order to mitigate any llm harms. Did that change?"

                I literally don't give a shit. If you think it's OK to generate computer source code from a neural network, I don't trust yr judgement enough to trust your code reviews.

                "More broadly, I don't really see how you can prove no LLMs were involved in code contributions if they are actually contributed by a human."

                Same way you enforce any policy against stolen code

                1 Antwort Letzte Antwort
                0
                • xarvos@outerheaven.clubX xarvos@outerheaven.club

                  @luana@wetdry.world @mcc@mastodon.social @ariadne@social.treehouse.systems wouldn't you have to have a database of packages that don't contain LLM-written code? i don't think it's readily available

                  ariadne@social.treehouse.systemsA This user is from outside of this forum
                  ariadne@social.treehouse.systemsA This user is from outside of this forum
                  ariadne@social.treehouse.systems
                  schrieb zuletzt editiert von
                  #78

                  @mcc @luana @xarvos that is indeed the problem

                  1 Antwort Letzte Antwort
                  0
                  • mcc@mastodon.socialM mcc@mastodon.social

                    @argv_minus_one @elfin that's great, but can it interop with a phone?

                    argv_minus_one@mastodon.sdf.orgA This user is from outside of this forum
                    argv_minus_one@mastodon.sdf.orgA This user is from outside of this forum
                    argv_minus_one@mastodon.sdf.org
                    schrieb zuletzt editiert von
                    #79

                    @mcc @elfin

                    Can you be more specific? I wasn't under the impression that KeePassXC runs on phones.

                    mcc@mastodon.socialM 1 Antwort Letzte Antwort
                    0
                    • csolisr@hub.azkware.netC csolisr@hub.azkware.net
                      @mcc Which reminds me, how is the reimplementation of Bitwarden, Vaultwarden, doing in that regard? I'm using the latter precisely because I'm wary of depending on a commercial product that happens to be open-source, but can yank the open licensing at any point in time.
                      mcc@mastodon.socialM This user is from outside of this forum
                      mcc@mastodon.socialM This user is from outside of this forum
                      mcc@mastodon.social
                      schrieb zuletzt editiert von
                      #80

                      @csolisr i'm told elsewhere in thread that vaultwarden has not accepted AI code, but vaultwarden replaces the *server*, not the client, right?

                      1 Antwort Letzte Antwort
                      0
                      • argv_minus_one@mastodon.sdf.orgA argv_minus_one@mastodon.sdf.org

                        @mcc @elfin

                        Can you be more specific? I wasn't under the impression that KeePassXC runs on phones.

                        mcc@mastodon.socialM This user is from outside of this forum
                        mcc@mastodon.socialM This user is from outside of this forum
                        mcc@mastodon.social
                        schrieb zuletzt editiert von
                        #81

                        @argv_minus_one @elfin I do not use keepassxc

                        EDIT: checking google there *is* a "Keepass2Android", one assumes forked from the original keepass

                        gaditb@icosahedron.websiteG cuddle_puddle@mastodon.catgirl.cloudC 2 Antworten Letzte Antwort
                        0
                        • xarvos@outerheaven.clubX xarvos@outerheaven.club

                          @luana@wetdry.world @mcc@mastodon.social @ariadne@social.treehouse.systems wouldn't you have to have a database of packages that don't contain LLM-written code? i don't think it's readily available

                          luana@wetdry.worldL This user is from outside of this forum
                          luana@wetdry.worldL This user is from outside of this forum
                          luana@wetdry.world
                          schrieb zuletzt editiert von
                          #82

                          @ariadne @mcc @xarvos that would be the pretty way. Another pretty way would be having nixpkgs maintainers add that info.

                          I said it was an awful way that would require full system building for a reason, I imagine it’s possible to override the default check phase or even the fetchers to check the downloaded src for .copilot and alike and fail if present.

                          1 Antwort Letzte Antwort
                          0
                          • maaneeack@noc.socialM maaneeack@noc.social

                            @johnlehet @mcc I knew 1password was getting worse, my renewal is soon and that's not happening now. Someone in thread said keepass 2.x isn't infected with AI. There's passwordstore.org and passky.org which I just learned about. Honestly I'm not sure what to try, this is a big PITA.

                            johnlehet@mas.toJ This user is from outside of this forum
                            johnlehet@mas.toJ This user is from outside of this forum
                            johnlehet@mas.to
                            schrieb zuletzt editiert von
                            #83

                            @maaneeack @mcc StrongBox has been sold to a company with maybe iffy success with the products they have acquired. I had first hand experience with their mess-up of the Mac utility Bartender, which I bailed on after their version.

                            1 Antwort Letzte Antwort
                            0
                            • wideeyedcurious@mstdn.socialW wideeyedcurious@mstdn.social

                              @Lingmops @mcc I’m beginning to feel as if I’m gonna need to head back to just saving my pswds in a text file on my computer again. 🫤

                              mozziediver@mastodon.socialM This user is from outside of this forum
                              mozziediver@mastodon.socialM This user is from outside of this forum
                              mozziediver@mastodon.social
                              schrieb zuletzt editiert von
                              #84

                              @WideEyedCurious
                              If you're ok with local storage and local replication rather than "cloudy", there's pwsafe. You could keep the db in some less local storage, I guess.
                              https://www.pwsafe.org/index.shtml

                              1 Antwort Letzte Antwort
                              0
                              • mcc@mastodon.socialM mcc@mastodon.social

                                @argv_minus_one @elfin I do not use keepassxc

                                EDIT: checking google there *is* a "Keepass2Android", one assumes forked from the original keepass

                                gaditb@icosahedron.websiteG This user is from outside of this forum
                                gaditb@icosahedron.websiteG This user is from outside of this forum
                                gaditb@icosahedron.website
                                schrieb zuletzt editiert von
                                #85

                                @mcc @argv_minus_one @elfin I use https://www.keepassdx.com/ on android, and sync the file over with Syncthing.

                                I don't THINK either of those projects use LLMs, but I haven't been machmir about poring over careful details when checking.

                                1 Antwort Letzte Antwort
                                1
                                0
                                • greyduck@wellduck.meG greyduck@wellduck.me

                                  @mcc I admit I don't know the KeePass ecosystem terribly well, but does this go "up the chain" to regular KeePass 2.x or is it just XC?

                                  just_one_bear@mastodon.socialJ This user is from outside of this forum
                                  just_one_bear@mastodon.socialJ This user is from outside of this forum
                                  just_one_bear@mastodon.social
                                  schrieb zuletzt editiert von
                                  #86

                                  @greyduck @mcc From all that I have seen regarding The Original KeePass (authored by Dominik Reichl in C# for .NET/Mono) has made no mention of AI pollution. How Mono are handling AI I haven't looked at, but for .NET: Microsoft is as they are.

                                  KeePassXC (maintained by the KeePassXC team in C++ using the QT toolkit) announced the use of AI and then clarified the scope later. KeePassXC is a separate project that uses the keepass vault format but it its own thing.

                                  1 Antwort Letzte Antwort
                                  1
                                  0
                                  • mcc@mastodon.socialM mcc@mastodon.social

                                    My understanding is that Bitwarden and KeePassXC, the two open source password managers, are *both* using random code generators at this point, which is terrifying as those are the exact tools where a small error could have the largest negative impact, and also tools that once you've committed to using it you can't quickly back out if they enter a code quality decline

                                    https://github.com/bitwarden/clients/tree/main/.claude

                                    paulshryock@phpc.socialP This user is from outside of this forum
                                    paulshryock@phpc.socialP This user is from outside of this forum
                                    paulshryock@phpc.social
                                    schrieb zuletzt editiert von
                                    #87

                                    @mcc yikes

                                    1 Antwort Letzte Antwort
                                    0
                                    • chopsstephens@mastodon.nzoss.nzC chopsstephens@mastodon.nzoss.nz

                                      @jcnotwit @mcc I'm using the original KeePass on Linux, even though Mono seems not handle high density displays properly, no way I'll touch XC now it's using LLM coding.

                                      frumble@chaos.socialF This user is from outside of this forum
                                      frumble@chaos.socialF This user is from outside of this forum
                                      frumble@chaos.social
                                      schrieb zuletzt editiert von
                                      #88

                                      @chopsstephens @jcnotwit @mcc But there are forks of the pre-vibecoded XC now, no need to switch to a whole other program.

                                      chopsstephens@mastodon.nzoss.nzC 1 Antwort Letzte Antwort
                                      0
                                      • mary@chaos.socialM mary@chaos.social

                                        @mcc I do think we (as a comunmity) should build a database of public repos that have any genAI related commits/config files, that would be a good start to flag thoses.

                                        justsoup@mstdn.socialJ This user is from outside of this forum
                                        justsoup@mstdn.socialJ This user is from outside of this forum
                                        justsoup@mstdn.social
                                        schrieb zuletzt editiert von
                                        #89

                                        @mary @mcc There was an effort to do this called open-slopware, but the creator got harassed by LLM apologists into deleting it and leaving open-source. After that, people who had local forks put them up and began working on their own versions. I was dissatisfied with the layout of the previous version, so myself and a few other contributors to open-slopware created https://codeberg.org/ai-alternatives/llm-afflicted-software hoping to avoid the pitfalls of the previous repo. It's not perfect, but it is chugging along slowly.

                                        justsoup@mstdn.socialJ 1 Antwort Letzte Antwort
                                        0
                                        • justsoup@mstdn.socialJ justsoup@mstdn.social

                                          @mary @mcc There was an effort to do this called open-slopware, but the creator got harassed by LLM apologists into deleting it and leaving open-source. After that, people who had local forks put them up and began working on their own versions. I was dissatisfied with the layout of the previous version, so myself and a few other contributors to open-slopware created https://codeberg.org/ai-alternatives/llm-afflicted-software hoping to avoid the pitfalls of the previous repo. It's not perfect, but it is chugging along slowly.

                                          justsoup@mstdn.socialJ This user is from outside of this forum
                                          justsoup@mstdn.socialJ This user is from outside of this forum
                                          justsoup@mstdn.social
                                          schrieb zuletzt editiert von
                                          #90

                                          @mary @mcc The major changes made were:

                                          1. yaml instead of markdown so its machine-readable (I want to develop a tool chat checks your system for llm software).
                                          2. Requiring signoffs and signing of commits to limit troll submissions through annoyance (LLM apologists were brigading open-slopware with genAI MRs and one got in)
                                          3. More carefully vetting sources and reasons for submissions so only actually "bad" projects are added.

                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen



                                          Copyright (c) 2025 abSpecktrum (@abspecklog@fedimonster.de)

                                          Erstellt mit Schlaflosigkeit, Kaffee, Brokkoli & ♥

                                          Impressum | Datenschutzerklärung | Nutzungsbedingungen

                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Über dieses Forum