• 0 Posts
  • 163 Comments
Joined 3 years ago
cake
Cake day: July 10th, 2023

help-circle

  • Recently deepwiki links started popping up in my search results, when I wanted to research some software. They offered so much genenerated ‘documentation’ that it caused so much confusion and irritation to me, I installed an extension just to block this site from my search results.

    Why do I ever need to read the ‘architecture’ or whatever from an ancient no longer maintained project. The deepwiki page didn’t mention that it isn’t maintained, but the readme.md in the repo states it clearly at the very top with big letters…

    Any suggestion for a browser plugin that blocks AIslop pages from search results? I think we really need some kind of ad block for this, but differently. A well maintained list of pages containing AI slop and then filtering out those pages from search results instead. So that the internet becomes/remains usable and mostly unpoisend by this stuff.

    AIslop should never outrank human created content.

    I am not someone that cries about the end times much, but… If this issues isn’t addressed effectively and the internet becomes filled with aislop that outrank and thus hide human content… it becomes useless… We might really have to look for a new one…

    The internet is for connecting humans through their machines. If it starts to exist without requiring humans, then it can be its own thing and humans have to find something else then.

    /rant



  • But you don’t need to misuse language to assign responsibility.

    What? I am interested… How else would you assign the responsibility to people that designed something intentionally bad, if you cannot used language?

    “Misuse [of] language” is a concept I cannot even begin to wrap my head around…

    Do I loose the warranty if I use language in unintended ways?

    It is their responsibility for breaking the system.

    You just ‘misused’ language to assign responsibility to people for breaking the system.

    Saying the system was always designed for this removes responsibility.

    No? Responsibility is not a binary concept. Someone can kill someone else, and would be responsible for that death, and the people around that killer could also share responsibility for not noticeing their unusual behavior. And the system could also be responsible for not giving the killer the support they needed, which drove them to kill someone. And the people that designed or constructed that system could also be responsible for not caring enough about these kinds of deaths to prevent them systemically.


  • There is a difference is saying “I does what it does” and “what it does is per design”. The latter assigns a responsibility.

    In OP Aziraphale gives socienty the responsibility to fix a broken system incrementally and Crowley gives the people in power the fault of intentionally creating a bad system and calls for revolution.


  • True. But most good stuff isn’t a solution for everyone. It takes real effort to escape vendor-lockin. Bigtech made sure of that.

    If something is too simple to set up or requires no set up, or comes from a for-profit company, but doesn’t cost anything, then it always suspicious.

    I am just saying that the issue is not with passkey itself, but the individual implementations and that google/twitter/etc. is pushed towards regular users.

    Critiquing passkey because vendor-lockin is like critiquing HTML for allowing ads.


  • True. But I would say that this isn’t an issue intrinsic with passkey. Many people don’t have time/energy or the attitude to think critically about technology and are herded towards Google/X-corp/etc with offers of convenience and because they are often the only offered choice on the web sites. But from the POV of passkey they just act as a password manager.




  • I self host vaultwarden, and use bitwarden clients everywhere. Passkeys are stored there

    Passkeys to me, are a better way to insert login information. Some developers don’t think of passwords getting automatically filled in, so this autofill sometimes breaks. Passkeys might be a improved interface to integrate password managers. Also, sometimes 2FA keys from my bitwarden client gets copied into the clipboard, which sometimes overwrites the stuff I wanted to preserve in there. This does not happen with passkeys.




  • I echo the criticism of the term ‘sideloading’, before it started to mean just installing software, I assumed it meant using a separate device or software on the side, like a PC with a debug interface or memory inspection tools, to inject custom code into a running system or software.

    Similarly to preloading libraries into games or other software to replace functions in order to change or enhance the game or software. For instance used with script extenders or game mods. There it is ‘pre’ because the software is not running yet. ‘Side’ would be on running software.

    But installing applications (the distribution doesn’t matter) is in no way side loading.

    And I really hate that the press or whoever picked this term up from apple or google and ran with it without question.

    And now, because that term is so strange and useless in that way, its definition keeps getting changed into whatever the industry needs in order to squeeze out more money and personal data, while taking away the freedom and rights of the owners.





  • cmhe@lemmy.worldtoPrivacy@lemmy.mlVPN Comparison 2.0
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    3 months ago

    The issue there AFAIK is that some app builds aren’t fully reproducible, because if they were the developer signature would still apply and be used. In the reproducible case the security of the build infra wouldn’t matter, because the same app would be produced the same regardless were they are build.

    Without reproducible builds, you cannot really trust the software anyway, because the Dev could hook some hidden code only for the released binary app and sign that.




  • cmhe@lemmy.worldtoProgrammer Humor@programming.devWell well well.
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    3 months ago

    Hmm… I am using git for maybe 15 years… Maybe I’m just too familiar with it… and have forgotten my initial struggles… To me using git comes natural… And I normally pay a lot of attention to every single commit, since I started working on patches for the Linux kernel. I often rebase and reorder commits many times, before pushing/merging them into a branch where continuity matters.