• Meiner Einer (unregistered)

    The e-mail signature is a 1337 way to hide the address from scrapers and other phishing mail extraction bots. It's just some ASCII character code juggling written in PowerShell and results in

    m e l i s s a . r a d e m a n n @ j u d . s t a t e . m a . u s

    If you want to try it, here's the statement in clear text: [string](0..31|%{[char][int](46+("6355625969695100685154556351646418607154006970517055006351007169").substring(($_*2), 2))})-replace''

  • Meiner Einer (unregistered) in reply to Meiner Einer

    The white spaces can be removed by using changing the very last parameter to -replace' ' (there's a space character between the single quotes)

  • Prime Mover (unregistered)

    I had a friend who was absolutely obsessed with the Beatles, and wanted to collect every release they ever made.

    I told him, "You need help."

    He said, "No, I've got that one."

  • (nodebb) in reply to Prime Mover

    My kingdom for an upvote button.

    Addendum 2023-02-03 09:07: (Upon rereading, that may be a bit cryptic. I'm saying I really like the post and would very much like to be able to upvote it.)

  • (nodebb) in reply to jkshapiro

    My kingdom for an upvote button.

    I second, and I don't even like the Beatles! Also, not so cryptic ;)

  • (nodebb)

    My favorite beatle is the 1953 with oval windows.

  • Anony Moose (unregistered)

    I'm feeling pretty foolish as I don't understand what's going on in the first one (other than the repeating album.) There's no prices to "save up for" so that aspect of the 'you figure it out' punchline leads me no where.

    Anyone want to ELI5?

  • David-T (unregistered)

    I asked ChatGPT to decode it, and it got so close

    m e l i s s a . rad

    Then started spewing out gibberish as it dropped a digit somewhere.

  • (nodebb)

    If you would like to generate your own Powershell signature, do this to get the number sequence:

    "[email protected]".ToCharArray().ForEach({([int]$_-46).ToString("00")}) -join ""

  • Foo AKA Fooo (unregistered) in reply to Prime Mover

    I got that yesterday.

  • Erk (unregistered)

    Amazon! Always trying to <string> us along!

  • rurur (unregistered)
    Comment held for moderation.
  • Jane Grant (unregistered)
    Comment held for moderation.

Leave a comment on “You Spin Me Right Round”

Log In or post as a guest

Replying to comment #593924:

« Return to Article