It’s been a while since I last downloaded anaconda. But I remember when clicking on the download page, it would show the usual “choose your OS > download binary” (eg this archived version in 2019).

Recently I helped someone else set it up and it showed a form to put on email, with smaller gray text near the bottom of the form about skipping it.

Does this count as a dark pattern?

  • Kairos
    arrow-up
    94
    arrow-down
    1
    ·
    3 months ago
    link
    fedilink

    Yes. This is a dark pattern.

  • TrainguyromEnglish
    arrow-up
    65
    arrow-down
    0
    ·
    3 months ago
    link
    fedilink

    For those dark pattern email boxes I like entering things like admin@[website that’s serving a dark pattern mailbox] or marketing@website because 50% of the time it just gives me whatever without any trouble and the other 50% of the time I clear cookies and consider if I really need whatever they’re gating behind harvesting my email

      • lars
        arrow-up
        7
        arrow-down
        0
        ·
        3 months ago
        link
        fedilink

        I never expected anyone to guess my address. Thanks a lot.

    • inspxtrOP
      arrow-up
      11
      arrow-down
      0
      ·
      3 months ago
      link
      fedilink

      haha nice. I’ll try that next time

    • MalReynoldsEnglish
      arrow-up
      2
      arrow-down
      0
      ·
      3 months ago
      link
      fedilink

      I like yaya@erewhon.com (sorry to the admin, it means nowhere, I assume it’s like /dev/null) Just like everyone should be using 01/01/1970 for a birthdate

      • WhiteBerryEnglish
        arrow-up
        1
        arrow-down
        0
        ·
        3 months ago
        link
        fedilink

        Please stop doxxing me. JK but I use 01/01/1980 for some reason.

  • Em Adespoton
    arrow-up
    52
    arrow-down
    0
    ·
    3 months ago
    link
    fedilink

    They hit two dark patterns out of a possible seven.

    I should make a browser plug-in that finds dark patterns and reverses them.

      • Em Adespoton
        arrow-up
        60
        arrow-down
        0
        ·
        3 months ago
        link
        fedilink

        First two: using color and button size/placement to guide clicks

        The ones they didn’t do:

        • Misdirection of reason for interacting with elements
        • pre-selecting the checkbox
        • making the background elements a clickbox
        • using colors to scare user into a certain action
        • using text to scare user into a certain action
        • inspxtrOP
          arrow-up
          17
          arrow-down
          0
          ·
          3 months ago
          link
          fedilink

          thanks for clarifying! that’s really helpful!

  • Diplomjodler
    arrow-up
    48
    arrow-down
    0
    ·
    3 months ago
    link
    fedilink

    Absolutely. I didn’t spot the link for skipping registration until someone pointed it out.

  • Max-P
    arrow-up
    20
    arrow-down
    2
    ·
    3 months ago
    link
    fedilink

    Yes and also not sure why you’d use Anaconda. What’s wrong with plain regular Python?

    • inspxtrOP
      arrow-up
      18
      arrow-down
      0
      ·
      3 months ago
      link
      fedilink

      thanks for confirming my suspicion. as for your question, conda in general is good for installing non-python binaries when needed, and managing env. I don’t use anaconda but it provides a good enough interface for beginners and folks without much coding experience. It’s usually the easiest to use that than other variants for them, or the python route of setting up environments

    • bionicjoey
      arrow-up
      5
      arrow-down
      0
      ·
      3 months ago
      link
      fedilink

      Conda package manager is like pip on steroids. It’s great for science, especially when working on Linux servers where you don’t have root

      • ftbd
        arrow-up
        3
        arrow-down
        0
        ·
        3 months ago
        link
        fedilink

        What’s the benefit over pip in a venv?

        • moonpiedumplings
          arrow-up
          3
          arrow-down
          0
          ·
          3 months ago
          link
          fedilink

          Pip in a venv doesn’t get you non python tools.

          Conda also has venvs, for seperate environments for stuff as well.

        • bionicjoey
          arrow-up
          2
          arrow-down
          0
          ·
          3 months ago
          link
          fedilink

          Conda environments can encapsulate more than just Python packages, it brings the pip/venv model to the ecosystems of many languages (R, Go, etc.), and does so at the user level rather than in a folder for one project. The other Anaconda stuff is pretty useless IMO, but Conda is exceptionally useful. Although I would echo what the other commentor said that the mambaforge version is even better than vanilla miniconda

    • inspxtrOP
      arrow-up
      11
      arrow-down
      0
      ·
      3 months ago
      link
      fedilink

      NOPE as in “not a dark pattern” or as in “I’m not touching this site”? if former, can you clarify on the reason?

      • Dr. WeskerEnglish
        arrow-up
        13
        arrow-down
        0
        ·
        3 months ago
        link
        fedilink

        Sorry, I meant I wouldn’t touch it.

        • inspxtrOP
          arrow-up
          7
          arrow-down
          0
          ·
          3 months ago
          link
          fedilink

          gotcha, thanks for clarifying :)

  • fubarx
    arrow-up
    4
    arrow-down
    31
    ·
    3 months ago
    link
    fedilink

    It clearly says: Skip Registration. Don’t see how this counts as a Dark Pattern.