LQX Lemmy
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
TheBigRoomXXL@leminal.space to Programmer Humor@programming.devEnglish · 16 hours ago

Everyone knows what an email address is, right? (Quiz)

e-mail.wtf

external-link
message-square
104
link
fedilink
640
external-link

Everyone knows what an email address is, right? (Quiz)

e-mail.wtf

TheBigRoomXXL@leminal.space to Programmer Humor@programming.devEnglish · 16 hours ago
message-square
104
link
fedilink
Email is Easy
e-mail.wtf
external-link
Everyone knows what an email address is, right?
alert-triangle
You must log in or # to comment.
  • hodgepodgin@lemmy.zip
    link
    fedilink
    arrow-up
    1
    ·
    16 minutes ago

    15/21

  • Turret3857@infosec.pub
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 hour ago

    12/21

    are things that are considered out of current spec really “valid” though?

    • Echolynx@lemmy.zip
      link
      fedilink
      English
      arrow-up
      1
      ·
      33 minutes ago

      And is it really valid if my email provider doesn’t accept it? If it’s not universally accepted or standard, then it doesn’t matter if it’s technically valid.

  • Spice Hoarder@lemmy.zip
    link
    fedilink
    arrow-up
    3
    ·
    1 hour ago

    I scored 18/21 on https://e-mail.wtf/ and all I got was this lousy text to share on social media.

  • isaacd@lemmy.world
    link
    fedilink
    arrow-up
    10
    ·
    2 hours ago

    Let us recite the email validator’s oath:

    If it has something before the @, something between the @ and the ., and something after the ., it’s valid enough.

  • rumba@lemmy.zip
    link
    fedilink
    English
    arrow-up
    9
    ·
    3 hours ago

    I lost it at the fork bomb. I mean I hit valid because there was no way it was on the and not valid, but there’s no way i’d have expected that. after that I just kept guessing the most stupid answer and did pretty well

  • moseschrute@lemmy.ml
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 hours ago

    I scored 13/21 on https://e-mail.wtf/ and all I got was this lousy text to share on social media.

  • ikidd@lemmy.world
    link
    fedilink
    English
    arrow-up
    17
    ·
    4 hours ago

    I gave up when I got like 5 wrong. I’ve ran mail servers for decades, most of the invalid “valids” would get rejected by any mailservers I’ve administered.

  • marzhall@lemmy.world
    link
    fedilink
    arrow-up
    19
    ·
    5 hours ago

    I scored 16/21 on https://e-mail.wtf/ and all I got was this lousy text to share on social media.

    Damn, and here I thought I had this locked down because I was salty that so many places struggle with + in the email addy. But my god, there’s comments?

  • sexy_peach@feddit.org
    link
    fedilink
    English
    arrow-up
    9
    ·
    5 hours ago

    Average :/

    • d00ery@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      3 hours ago

      Me too.

      I scored 11/21 on https://e-mail.wtf/ and all I got was this lousy text to share on social media.

  • mp04610@lemmy.zip
    link
    fedilink
    arrow-up
    4
    ·
    4 hours ago

    I scored 16/21 on https://e-mail.wtf/ and all I got was this lousy text to share on social media.

  • TomasEkeli@programming.dev
    link
    fedilink
    arrow-up
    25
    ·
    7 hours ago

    I don’t validate emails, I test them.

    That’s your email? OK, what did we send it? if we couldn’t send to it or the user can’t read it there’s no reason to accept it.

    OK, maybe I do some light validation first, but I don’t trust the email address just because it’s email-address-shaped.

    • ChaoticNeutralCzech@feddit.org
      link
      fedilink
      English
      arrow-up
      5
      ·
      6 hours ago

      What kind of “light validation”? I’m guessing a .*@.* regex match.

      • TomasEkeli@programming.dev
        link
        fedilink
        arrow-up
        9
        ·
        edit-2
        6 hours ago

        Almost correct. ^.+@.+$

        Too hard to validate properly to be worth it. Even if it is technically valid that’s insufficient. It must also work, and the easiest way to test that is to use it and verify that the user got what we sent.

        • qaz@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 hour ago

          @@@

        • GreenKnight23@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          5 hours ago

          I see you accept lemmy handles.

          • TomasEkeli@programming.dev
            link
            fedilink
            arrow-up
            6
            ·
            5 hours ago

            if i can email them and the user gets it - fine by me

      • qqq@lemmy.world
        link
        fedilink
        arrow-up
        6
        ·
        6 hours ago

        @ matches

  • canihasaccount@lemmy.world
    link
    fedilink
    arrow-up
    35
    ·
    8 hours ago

    What if we 👉@👈 …? 🤭

    • rumba@lemmy.zip
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 hours ago

      Now i just need a registrar that allows emoji…

      • somerandomperson@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        1
        ·
        44 minutes ago

        Self-host it.

        People may find that weird, however.

  • maxwells_daemon@lemmy.world
    link
    fedilink
    English
    arrow-up
    39
    arrow-down
    1
    ·
    8 hours ago

    I don’t care who the IRS sends, I am not validating emails with spaces on them.

    • tyler@programming.dev
      link
      fedilink
      arrow-up
      15
      ·
      7 hours ago

      You shouldn’t be validating emails yourself anyway. Use a library or check for only the @ and then send an email confirmation.

      • zurohki@aussie.zone
        link
        fedilink
        English
        arrow-up
        7
        ·
        5 hours ago

        Even if it’s a completely valid address and the domain exists, they still might’ve fat fingered the username part. Going to extreme lengths to validate email addresses is pointless, you still have to send an email to it anyway.

      • TomasEkeli@programming.dev
        link
        fedilink
        arrow-up
        2
        ·
        6 hours ago

        This is the way.

  • defuse959@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    4
    ·
    5 hours ago

    I scored 12/21 on https://e-mail.wtf/ and all I got was this lousy text to share on social media.

  • shalafi@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    5 hours ago

    17/21. Would have been 18 but the first example of spaces screwed me.

Programmer Humor@programming.dev

programmer_humor@programming.dev

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmer_humor@programming.dev

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

  • Keep content in english
  • No advertisements
  • Posts must be related to programming or programmer topics
Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 2.35K users / day
  • 5.69K users / week
  • 9.14K users / month
  • 20.3K users / 6 months
  • 1 local subscriber
  • 25.8K subscribers
  • 1.06K Posts
  • 23.9K Comments
  • Modlog
  • mods:
  • adr1an@programming.dev
  • Feyter@programming.dev
  • BurningTurtle@programming.dev
  • Pierre-Yves Lapersonne@programming.dev
  • BE: 0.19.12
  • Modlog
  • Legal
  • Instances
  • Docs
  • Code
  • join-lemmy.org