this post was submitted on
783 points (58% like it)
2,813 up votes 2,030 down votes

WTF

subscribe2,159,671 readers

8,459 users here now

New Rules:

  • No screenshots (e.g. Facebook, Youtube)
  • No memes, captioned images.
  • No rage comics
  • No politics / posts with political implications - Includes Activism, Call for public outcry etc.
  • No re-hosted web comics
  • No begging for upvotes
  • No links to reddit
  • Personal information is not allowed and will be removed, repeat offenders banned
  • Links to facebook are not allowed
  • NSFW posts must be tagged or will be removed.
  • Gore and Porn are not by default WTF, consider posting the more extreme stuff to /r/spacedicks

All (& only) things that make you say WTF. The moderators of /r/WTF reserve the right to moderate posts for not being WTF and would be more appropriate in more relevant subreddits.


Thanks to licenseplate for the excellent logo & thanks to humansmartbomb for the previous logo


Please DO NOT post personal information

Such posts or comments will be removed and offenders may be banned. This includes anything hosted on Facebook's servers, as they can be traced to the original account holder.


Shout Outs:

/r/weird

/r/creepy

/r/creepy_gif

/r/offbeat

/r/WTFart

/r/NSFW_WTF

/r/sfw_wtf

/r/BugWars

/r/awesome

/r/toosoon

/r/mildlyinteresting

/r/FanTheories

New: /r/tifu

New: /r/MorbidReality


Exceptions to the rules can be granted by the moderators; The moderators of /r/WTF reserve the right to moderate posts and comments at their discretion, with regard to their perception of the suitability of said posts and comments for this subreddit. Thank you for your understanding.

a community for

reddit is a source for what's new and popular online. vote on links that you like or dislike and help decide what's popular, or submit your own! learn more ›

all 188 comments

[–]dustball 429 points430 points ago

sorry, this has been archived and can no longer be voted on

Here is the story. It happened a few years ago.

I went to a sign shop and had three vinyl & chloroplast signs made with the contents you see pictured. I hung one up in Mountain View, one near San Mateo (pictured), and gave one to a fellow redditor to post up in SF.

The hash code is an MD5 of the jobs URL to the company I was working at. (I was hiring engineers.)

BUT -- ""hash codes aren't reversible" you shout! Correct, mathematically it is a fair statement for most practical purposes.

However, there is a MD5 search engine called rednoize. I knew that at least a few redditors would know about it. But it has this very very interesting feature -- once you search for a phrase, it will memorize the REVERSE hash forever.

What I knew about reddit was this: a post with mysterious numbers will gain popularity, but certainly not if it was known to be a simple recruiting gimmick.

The cleverness comes in at this key point: What I did was to NOT USE rednoize. At least not at first. I let speculation run rampant, and the picture went to the Front Page, lots of bogus theories (descrambler keys, its a fake image, etc).

Once it made it to the front page, then I went to rednoize and did a search for the jobs URL. Then simply waited for someone to check it again. Which happened. And the puzzle was solved, right at the peak of its popularity.

-dustball

PS: One of the funniest parts about the story was how many people on the original thread were 100% absolutely sure the image was 'shopped. They JURY HAD SPOKEN and it was determined to be a fake. We're not talking about 1 or 2 people, either. People cited so many very legit sounding reasons -- zoom in, you can see there is no anti-aliasing on the edges of the sign -- nobody would have taken a picture perfectly aligned with the horizon! (Yeah, well, I guess someone did..) Funny how the hive-mind can be so blatantly wrong about something. I'll never forget the experience.

[–]Neumann347 45 points46 points ago

sorry, this has been archived and can no longer be voted on

So does this repost mean that there are positions available?

[–]dustball 0 points1 point ago

sorry, this has been archived and can no longer be voted on

I don't know the reposter, nor am I still with the company, but I spoke with someone there today, and yes, they are hiring. I recommend the company; great people.

[–]bastian1343 0 points1 point ago

sorry, this has been archived and can no longer be voted on

I went to the URL and if it's up to date, they're currently looking for a VP of Engineering and a Sales Specialist.

[–]monkeytorture 121 points122 points ago

sorry, this has been archived and can no longer be voted on

Do they speak English in What?

It's times like these I feel I don't belong around here. I'll go back to chewing on my tongue.

[–]ericfromtx 47 points48 points ago*

sorry, this has been archived and can no longer be voted on

An MD5 hash basically converts a text into a 32 character series of text and numbers (no matter how long the original text was).

This is typically used in databases so passwords aren't saved in plaintext. For instance your username 'monkeytorture' put through an MD5 hash turns out to be: d10557ecf7f78024d392a9d2a5dcf11b

Also remember that this hash is not at all random and completely depends on what the original text was, if you MD5 hash the text 'monkeytorture' it will always be: d10557ecf7f78024d392a9d2a5dcf11b

Now keep in mind that this MD5 hash is not reversible, that meaning if you managed to stumble upon the aforementioned MD5 string you couldn't deconstruct it back to it's original form. But what you can do is compare two MD5 hashes and if they are the same then you know whatever you hashed was the correct.

What dustball did was put the MD5 string, the problem being that nobody could deconstruct it. You would essentially have to try every combination of characters hash it and compare it against the provided string until you found the match. Now what dustball was talking about with rednoize is that it's basically a site with a huge database of MD5 hashes and their original strings, you type in your MD5 hash and if it has a match it will tell you the original string. But again until somebody types in 'monkeytorture' it won't know what 'd10557ecf7f78024d392a9d2a5dcf11b' was originally.

After this picture got insanely popular people who realized this was a 32 character string realized it was likely an MD5 hash, but people who typed in the MD5 hash wouldn't be able to come up with the original text until dustball inputted said text to rednoize. As soon as he did that he just had to wait for the next person to try rednoize and voila, they know what the original text was.

Here is a site that will convert whatever string you want into and MD5 hash.. Try typing in your username and generate the hash.

Now copy that hash over to Rednoize. If your username is obscure it is likely that nobody has ever hashed that text and the results will show 'hash not found.' But then type in your username into Rednoize this time, and it will tell you what the hash is, but now the website knows what your username is in it's hashed form if you copy and paste that hashed text into Rednoize again the site will then be able to tell you what the original text was.

I hope this clears up at least a little bit.

[–]Klavonsky 5 points6 points ago

sorry, this has been archived and can no longer be voted on

Wow. That was a fantastic simplification. Bravo, and thank you.

[–]the_bagel_man 2 points3 points ago

sorry, this has been archived and can no longer be voted on

Is this physical monkey torture or psychological?

[–]monkeytorture 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Psychological. I believe this is all made up

[–][deleted] 4 points5 points ago

sorry, this has been archived and can no longer be voted on

I don't want to further confuse people, but MD5 for passwords? Pfft, come on... use SHA-256 and anyone worth their salt would uh salt the fuck outta it.

You basically gave a long explanation of rainbow tables...

[–]ericfromtx 2 points3 points ago

sorry, this has been archived and can no longer be voted on

Rofl for sure I can completely understand that. Don't get me wrong I wasn't advising people to use MD5 to store passwords just giving a potential use for what MD5 can be used for.

But you are absolutely correct.

[–][deleted] 2 points3 points ago

sorry, this has been archived and can no longer be voted on

Cheers mate, you did a good job. I would've gone down the md5 use to checksum files and ended up looking like even more of a melvin.

[–]ericfromtx 2 points3 points ago

sorry, this has been archived and can no longer be voted on

Melvins make the world go round.

[–]SgtBanana 1 point2 points ago

sorry, this has been archived and can no longer be voted on

Hmm, how exactly does this work? Why can't the hash be reversed? Would a hash tag for the letter "M" be completely different than a hash tag for "M1"?

[–]ericfromtx 0 points1 point ago*

sorry, this has been archived and can no longer be voted on

You are absolutely correct.

M, m, and M1 would have different hash values.

I can't say exactly how they work it has something to do with matrices. There is one problem though with theses hashes and that is sometimes two different texts can come up with the same hash values which are called collisions.

[–]mulberrybushes 3 points4 points ago

sorry, this has been archived and can no longer be voted on

I have nooooo idea what any of it means either but here's a link to MD5 Hash definition. Let me know if you can figure it out!

http://en.wikipedia.org/wiki/MD5

[–]lacheur42 3 points4 points ago

sorry, this has been archived and can no longer be voted on

A hash is a number that is the result of a complicated calculation done on another number. They're designed to avoid "collisions" which is where you get the same hash from two different numbers, and to be impossible to figure out the the first number using just the hash.

MD5 is the name for the particular set of calculations done to produce that kind of hash.

They're used for lots of stuff, but one example is that you can verify you've downloaded something correctly by comparing a hash that you perform on the data with a hash that the person providing the data performed. If the numbers match, then your data is correct with very high probability. If they don't match, then your data got corrupt somehow along the way. Small changes to the initial number usually produce big changes in the hash.

So in this case, he took a hash of the address of his company, waited until reddit was thronging, and then uploaded it to a hash search utility.

[–]razzbar 1 point2 points ago

sorry, this has been archived and can no longer be voted on

A good hash contains a high concentration of chloroplasts.

[–]still-a-miner 2 points3 points ago

sorry, this has been archived and can no longer be voted on

I see what you did there.

[–]StendhalSyndrome 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Actually the exact opposite you want as little green plant material as possible in your extracts and concentrates.

[–]mulberrybushes 0 points1 point ago

sorry, this has been archived and can no longer be voted on

UPVOTES for plain English! Thank you...

[–]baabaaredsheep 6 points7 points ago

sorry, this has been archived and can no longer be voted on

That article still doesn't translate it into English. :(

[–]zanhoshi 2 points3 points ago

sorry, this has been archived and can no longer be voted on

[–]Cojones893 14 points15 points ago

sorry, this has been archived and can no longer be voted on

Do you also happen to be the same dustball from newgrounds?

[–]azzaleo 29 points30 points ago

sorry, this has been archived and can no longer be voted on

I really hope this is the new "are you warlizard from the gaming forums"

[–]Annieone23 -2 points-1 points ago

sorry, this has been archived and can no longer be voted on

Are you? O_o

[–]dustball 0 points1 point ago

sorry, this has been archived and can no longer be voted on

nope, sorry :\

[–]Orbixx 2 points3 points ago

sorry, this has been archived and can no longer be voted on

Well that's not really a puzzle when you make it essentially unsolvable for a specified period of time.

[–]dkokelley 4 points5 points ago

sorry, this has been archived and can no longer be voted on

It's a job marketing flier disguised as a puzzle. Still it's clever and grabs the target demographic's attention.

[–]dustball 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Correct.

[–]Lystrodom 2 points3 points ago

sorry, this has been archived and can no longer be voted on

Oh man, I remember when this was first posted. I guess I left before the reveal was done.

[–]matbiskit 3 points4 points ago

sorry, this has been archived and can no longer be voted on

Coroplast.

[–][deleted] ago

sorry, this has been archived and can no longer be voted on

[deleted]

[–]razzbar -1 points0 points ago

sorry, this has been archived and can no longer be voted on

Yes. It makes delicious hash.

[–]hondolor 1 point2 points ago

sorry, this has been archived and can no longer be voted on

But... Why did they think it had to be "fake"? I mean... It wouldn't be a big effort to put up a real sign with a random MD5. This remembers me that xkcd comic where he insisted that objects in real life were 'shopped.

[–]TacoSundae69 1 point2 points ago

sorry, this has been archived and can no longer be voted on

What about your other sign? Why don't you want people turning right? Or is it more of a philosophical statement, right meaning "correct", etc.? I'll get to the bottom of this I swear to you.

[–]icehouse_lover 1 point2 points ago

sorry, this has been archived and can no longer be voted on

I'm still not sure who was trolled..

[–]magister0 1 point2 points ago

sorry, this has been archived and can no longer be voted on

To be fair, it does look extremely fake

[–]Zamarok 3 points4 points ago

sorry, this has been archived and can no longer be voted on

Please have this upvote from a cryptography enthusiast.

[–]dustball 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Thanks!

[–]not28 0 points1 point ago

sorry, this has been archived and can no longer be voted on

This story made me wet.

[–]lostvan 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Denny's and Marina to your right. Keep going straight to Foster City...Amazing! Never thought I would see this but I live ~5 minutes away...I should probably check this out.

[–]vertices -1 points0 points ago

sorry, this has been archived and can no longer be voted on

Thanks for putting your name at the end of that post, I mean how else are people going to know who wrote it?

[–]liberalwhackjob -2 points-1 points ago

sorry, this has been archived and can no longer be voted on

So... did doing something so jump-through-the-hoopy ensure better hires?

Edit: also i still don't understand the value... maybe you shouldn't hire me.

[–]ohheyhaha 0 points1 point ago

sorry, this has been archived and can no longer be voted on

I've passed this sign multiple times, and always wondered. Now I know, thanks!

[–]0xbeef 0 points1 point ago*

sorry, this has been archived and can no longer be voted on

MD5 hashes have been shown to be faster broken with a google search than any brute-force.

Confirmed with duck duck go

[–][deleted] 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Man, I have seen this around the internet for years and could only speculate to its meaning. I'm so glad I checked the comments. I feel relieved. Thanks!

[–]EvOllj 0 points1 point ago

sorry, this has been archived and can no longer be voted on

an md5 library is generally a great idea.

[–]amoliski -1 points0 points ago

sorry, this has been archived and can no longer be voted on

Until someone gets a hold of the Reddit password hash database, and using the library, finds your password in 0.02 seconds...

[–]butchersblade -2 points-1 points ago

sorry, this has been archived and can no longer be voted on

Baller nerds... so you might hire a redditor soon? Good luck all around to those involved.

[–]spagnitz -3 points-2 points ago

sorry, this has been archived and can no longer be voted on

try decaf

[–]SANAFABICH -2 points-1 points ago

sorry, this has been archived and can no longer be voted on

HUH?

[–]janyk -4 points-3 points ago

sorry, this has been archived and can no longer be voted on

What was the point of doing all this? You effectively did a lot of work just to put a job posting on the internet for everybody to see.

[–][deleted] 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Free advertising. How often does a simple job posting get to the front page of reddit?

[–]VolkswagenNerd 67 points68 points ago

sorry, this has been archived and can no longer be voted on

Francisco, that's fun to say.

[–]Froggy_hop 30 points31 points ago

sorry, this has been archived and can no longer be voted on

Francisco. FranCISCO. Francisoooo. ...Francisco.

[–]FuckYoureShit 1 point2 points ago

sorry, this has been archived and can no longer be voted on

And now you know how Cisco got its name.

[–]Fakirr 1 point2 points ago

sorry, this has been archived and can no longer be voted on

[–]ericfromtx 3 points4 points ago

sorry, this has been archived and can no longer be voted on

I haven't heard that song in forever. I had to listen to it all the way through... don't judge me.

[–]TCBloo 1 point2 points ago

sorry, this has been archived and can no longer be voted on

I nostalgia'd... I don't remember it being this lame when I was 10 though.

[–]StormKid -2 points-1 points ago

sorry, this has been archived and can no longer be voted on

Stop messing with my name.

[–]NkafKe 14 points15 points ago

sorry, this has been archived and can no longer be voted on

He's an angry elf...

[–]fetusxfajita 9 points10 points ago

sorry, this has been archived and can no longer be voted on

He must be South Pole elf.

[–]TaurusA 38 points39 points ago

sorry, this has been archived and can no longer be voted on

THE LAUNCH CODES! NOOOOOO!

[–]Sovereign300 15 points16 points ago

sorry, this has been archived and can no longer be voted on

THE NUMBERS MASON WHAT DO THEY MEAN

[–]caesardoo 6 points7 points ago

sorry, this has been archived and can no longer be voted on

WHAT HAPPENED IN VORKUTA????

[–]royeflame 1 point2 points ago

sorry, this has been archived and can no longer be voted on

That entire game I wanted be like, and who the hell you be?

[–]Scarbane 1 point2 points ago

sorry, this has been archived and can no longer be voted on

As long as they don't blow up Reddit, we're good to go.

[–]peakzorro 1 point2 points ago

sorry, this has been archived and can no longer be voted on

Is that why Reddit goes under heavy loads?

[–][deleted] 0 points1 point ago

sorry, this has been archived and can no longer be voted on

you sunk my battleship

[–]dementedsnake 13 points14 points ago

sorry, this has been archived and can no longer be voted on

Oooooooh, you in trouble!!

[–]camelsgottahump 3 points4 points ago

sorry, this has been archived and can no longer be voted on

i typed this into my keyboard and became freakazoid

[–]animationguy 2 points3 points ago

sorry, this has been archived and can no longer be voted on

You nerd computer ace!

[–]Light_inc 7 points8 points ago

sorry, this has been archived and can no longer be voted on

Fuck the police!

[–]ridik_ulass -1 points0 points ago

sorry, this has been archived and can no longer be voted on

did a ctrl-a ctrl f to find you , get the fuck up to top comment like naow.

also why is this not the title of the post

[–]mynameisdave 1 point2 points ago

sorry, this has been archived and can no longer be voted on

I think Ctrl+F by itself probably would have done it.

[–]Light_inc 0 points1 point ago

sorry, this has been archived and can no longer be voted on

I sincerely do not know....

[–]Heat_Induces_Royalty 7 points8 points ago

sorry, this has been archived and can no longer be voted on

but... what does it MEAN?

[–][deleted] 14 points15 points ago

sorry, this has been archived and can no longer be voted on

It's the md5 hash of 'http://pbwiki.com/content/jobs'.

[–]dbbo 3 points4 points ago

sorry, this has been archived and can no longer be voted on

Why would anyone still use MD5 when SHA512 is available?

[–]alexanderwales 7 points8 points ago

sorry, this has been archived and can no longer be voted on

Because it's faster and you don't always need a secure hash. Obviously in this case, they want you to reverse the hash and go to their website.

[–]rspeed 1 point2 points ago

sorry, this has been archived and can no longer be voted on

It's faster? Then again, so is CRC.

[–]constantly_drunk 0 points1 point ago

sorry, this has been archived and can no longer be voted on

CRC is broken, however, so usage for security functions is out. But for normal use - should still be good.

[–]rspeed 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Yeah, it's not a secure hash, but we don't really know if that's necessary in this case.

[–]rotinom 0 points1 point ago

sorry, this has been archived and can no longer be voted on

CRC is also not terribly "unique". MD5 collisions are much more rare, so things like creating file signatures (for non security purposes, like seeing if a file changed) are more useful.

[–]grjohan 0 points1 point ago

sorry, this has been archived and can no longer be voted on

You should never use MD5 for file signature either though. Why not just one of the better options avalible?

[–]rotinom 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Ermm. Disagree. I perform an operation on a file. After I do this operation, I only want to do it again if the file changes. This is for performance improvements.

The old-school way was to check timestamps. These are bad, because they are not granular, and fail easily for network-mounted directories.

Instead you use the MD5 checksum. Why MD5? Because it's good enough, ubiquitous, and it's fast. Yeah, you can do SHA, but did you know that the SHA series was not done with speed in mind? In fact, many hash algorithms see speed as a negative attribute.

Hence my statement "good for non-security purposes".

[–]grjohan 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Then I guess it's a miss understanding.

By signing a file i was thinking that you would actually do it for the purpose of security so to say. I did not think about the previous comment about non-security uses.

But yes if you just want it for the check sums to check then why not.

[–]myztry 1 point2 points ago

sorry, this has been archived and can no longer be voted on

When you actually want people to figure out the source then it's best not to go too overboard.

[–]infinull 1 point2 points ago

sorry, this has been archived and can no longer be voted on

Actually in this case it was used basically because MD5 is easier to crack (there are websites dedicated to it and stuff).

See dustball's post above.

[–]CockMeatSandwich 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Because fuck you, that's why.

[–]dbbo 0 points1 point ago

sorry, this has been archived and can no longer be voted on

I like to yell at things I don't understand, too.

[–]greateridea 2 points3 points ago

sorry, this has been archived and can no longer be voted on

So it was all just a ruse to get people to post advertisements for a job opportunity? And they beat the reddit system???

I feel so used.

[–]EvOllj 0 points1 point ago

sorry, this has been archived and can no longer be voted on

its much easyer to abuse redditors, just troll them by doing something stupid in public and pretend its not intentional. all for ad revenue.

[–]Psythik 9 points10 points ago

sorry, this has been archived and can no longer be voted on

mmm, hash.

[–]Colempe 0 points1 point ago

sorry, this has been archived and can no longer be voted on

PBWorks just lead us on.

[–]meant2live218 -1 points0 points ago

sorry, this has been archived and can no longer be voted on

Huzzah! I knew it had something to do with computers and the like; I can at least recognize Hex.

[–]always_abort_it 8 points9 points ago

sorry, this has been archived and can no longer be voted on

This is you, right?

[–]meant2live218 4 points5 points ago

sorry, this has been archived and can no longer be voted on

Precisely! Thanks for encouraging me on my road to computer success!

[–][deleted] ago

sorry, this has been archived and can no longer be voted on

[deleted]

[–]Heat_Induces_Royalty 1 point2 points ago

sorry, this has been archived and can no longer be voted on

No... What does it MEEEAANNN man!?

[–][deleted] 4 points5 points ago

sorry, this has been archived and can no longer be voted on

Oh, a liberal arts major. Sorry, that kind of question is far beyond my grasp.

[–]doubleu 1 point2 points ago

sorry, this has been archived and can no longer be voted on

I believe this is the decss decryption code

[–]pbrcusitscheep 0 points1 point ago

sorry, this has been archived and can no longer be voted on

I have wondered for a while now.

[–]Yemathums 2 points3 points ago

sorry, this has been archived and can no longer be voted on

Anyone else see these as motherless URLs?

[–][deleted] 2 points3 points ago

sorry, this has been archived and can no longer be voted on

Their reverse psychology worked perfectly.

[–]ResinTeeth 2 points3 points ago

sorry, this has been archived and can no longer be voted on

A masterpiece of a /wtf post really, top notch quality I say.

[–][deleted] 2 points3 points ago

sorry, this has been archived and can no longer be voted on

We've got a badass here!

[–]P12oof 7 points8 points ago*

sorry, this has been archived and can no longer be voted on

Everyone knows if you don't want something posted on the internet they should have posed "POST THIS ON THE INTERNET!"

... wait a minute.... what if this was all part of their plan....!!!!!

[–]EastWentWest 10 points11 points ago

sorry, this has been archived and can no longer be voted on

...their plan.

[–]ras344 4 points5 points ago

sorry, this has been archived and can no longer be voted on

Where plan?

[–]ladysansa 5 points6 points ago

sorry, this has been archived and can no longer be voted on

WHO WAS PLAN?

[–]raging_asshole 1 point2 points ago

sorry, this has been archived and can no longer be voted on

This reminds me of that weird Reddit account who has hundreds of posts consisting of nothing but strings like these, except nobody has been able to crack them.

[–]jameson 0 points1 point ago

sorry, this has been archived and can no longer be voted on

You mean this guy?

[–]AshsToAshs 1 point2 points ago

sorry, this has been archived and can no longer be voted on

DO YOU REALIZE WHAT YOU'VE DONE?!

Quickly, someone call the Elders of the Internet!!! They need to be informed!!!!!!!

[–]ampernand 1 point2 points ago

sorry, this has been archived and can no longer be voted on

Wait wait wait.... the elders of the internet? The elders of the internet know who we are?

[–]JDempes 1 point2 points ago

sorry, this has been archived and can no longer be voted on

Did anyone else imagine entering the save game code for the original metroid game on NES?

[–]omegaweapon 1 point2 points ago

sorry, this has been archived and can no longer be voted on

keygen to activate sign

[–]noseonarug17 1 point2 points ago

sorry, this has been archived and can no longer be voted on

You sure showed them.

[–]EarthRester 1 point2 points ago

sorry, this has been archived and can no longer be voted on

So does this mean we're posting non-wtf pics to /r/WTF?

[–]spyd3rweb 1 point2 points ago

sorry, this has been archived and can no longer be voted on

Do not post these numbers on the internet

09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0

[–]ImAVibration 1 point2 points ago

sorry, this has been archived and can no longer be voted on

So dummystupid, are you planning to sell this account once you've acquired a shitload of karma? It's hard to believe there is a market for that.

[–]Manapauze 1 point2 points ago

sorry, this has been archived and can no longer be voted on

Dude, you better fucking pack some clothes and withdraw all your savings. They're coming for you.

[–]NinjaSupplyCompany 3 points4 points ago

sorry, this has been archived and can no longer be voted on

Oh Hai repostfrisco!

[–]neuralien 1 point2 points ago*

sorry, this has been archived and can no longer be voted on

anybody have an idea what that hex sequence is?

[–]jrennat 5 points6 points ago

sorry, this has been archived and can no longer be voted on

[–]flareboy323 6 points7 points ago

sorry, this has been archived and can no longer be voted on

Quoting their website:

"...hacked together an amazing Open Source project..."

Their looking for people good at computer programming and people who have an interest in computers. Thats why its a hex to get to their website, it piques the interest of computer-interested people

[–]msiekkinen 11 points12 points ago

sorry, this has been archived and can no longer be voted on

[–]division_by_infinity 4 points5 points ago

sorry, this has been archived and can no longer be voted on

It's 986F 64B9 3005 E03E FC42 A41E BD57 3179.

[–]DarkestPassenger 2 points3 points ago

sorry, this has been archived and can no longer be voted on

Glad I'm not the only person who thought that.

[–]BionicJuice 0 points1 point ago

sorry, this has been archived and can no longer be voted on

You have no Idea what you have done!

[–]AllUsernamesTaken2 0 points1 point ago

sorry, this has been archived and can no longer be voted on

They obviously know nothing about the internet.

[–]woofers02 2 points3 points ago

sorry, this has been archived and can no longer be voted on

Or know WAY too much...

[–]AllUsernamesTaken2 0 points1 point ago

sorry, this has been archived and can no longer be voted on

If you say don't put something on the internet, its probably the fastest way to get it on the internet and possibly make it famous. That's all I'm saying. Unless it was reverse psychology :-O Conspiracy Keanu.

[–]kesekimofo 0 points1 point ago

sorry, this has been archived and can no longer be voted on

I find it weird to see my name in a picture :/ on Reddit...

[–]fourminuseleven 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Is this on woodside road in Redwood City?

[–]jredditk 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Wow, I had to check the comments on this one because that pic is right around the corner from where I live. My jaw dropped when I realized that. Hillsdale Blvd. right over the 101 in San Mateo. The funny thing is, I think I saw this originally posted (or a repost) and never noticed until now.

[–]LimishBean 0 points1 point ago

sorry, this has been archived and can no longer be voted on

I lived right next to that area for 5 years and never seen that sign :(

[–]indecisiverobot 0 points1 point ago

sorry, this has been archived and can no longer be voted on

I think this one was posted in Foster City... Could be wrong though

[–]open_the_neXt 0 points1 point ago

sorry, this has been archived and can no longer be voted on

OH SHI-

[–]DogNuts650 0 points1 point ago

sorry, this has been archived and can no longer be voted on

MATEO HOLLA

[–]drgreedy911 0 points1 point ago

sorry, this has been archived and can no longer be voted on

OH SHIT! You just activated the BKSDK-DKSLFDS. Thanks!

[–]admiralvorian 0 points1 point ago

sorry, this has been archived and can no longer be voted on

This is a block away from my house. I can't believe I missed all this excitement :(

[–]Hockeyman55 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Hexadecimal ??? Statement of truth in Math??

[–][deleted] 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Well damn. I got it mixed up with this.

[–]doot_doot 0 points1 point ago

sorry, this has been archived and can no longer be voted on

THEY'RE BACKTRACING US!!!!!

[–]tryfan2k2 1 point2 points ago

sorry, this has been archived and can no longer be voted on

Good thing I go through 7 proxies

[–]mjr4189 0 points1 point ago

sorry, this has been archived and can no longer be voted on

you son of a bitch

[–]jaker1013 0 points1 point ago

sorry, this has been archived and can no longer be voted on

I tried really hard to read the title in 1337... Then I clicked it and realized...

[–]cramped 0 points1 point ago

sorry, this has been archived and can no longer be voted on

[–]GinormousUpVote 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Watch out guys... http://imgur.com/7vtRf

[–]supergai 0 points1 point ago

sorry, this has been archived and can no longer be voted on

you fool... what have you done!?

[–]musiclover55 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Shit! Now everyone knows the governments computer password. Lol

[–]Sacoud 0 points1 point ago

sorry, this has been archived and can no longer be voted on

What have you done....

[–]xbenny78x 0 points1 point ago

sorry, this has been archived and can no longer be voted on

4 8 15 16 23 42

[–]bradpittscousin 0 points1 point ago

sorry, this has been archived and can no longer be voted on

watch out were dealing with a badass over here!! loool

[–][deleted] 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Like, I can't believe people already forgot about this. That was 3 year ago. Newfags on reddit.

[–]Thundernuts0606 -1 points0 points ago

sorry, this has been archived and can no longer be voted on

Woah, watch out guys... we got a badass over here.

[–]vandelay714 -1 points0 points ago

sorry, this has been archived and can no longer be voted on

So fake. Look at the pixels. Please!

[–]TheDownvoteAngler -1 points0 points ago

sorry, this has been archived and can no longer be voted on

Thanks for the free copy of Microsoft Office

[–]finnished -1 points0 points ago

sorry, this has been archived and can no longer be voted on

Nerds.

[–]griffon28 -3 points-2 points ago

sorry, this has been archived and can no longer be voted on

Sign says don't post pictures. OP posts picture. Relevant

[–][deleted] -5 points-4 points ago*

sorry, this has been archived and can no longer be voted on

Shit like this pisses me off. Do you really think that's a good way to hire people? What kind of a person sees a random combination of numbers and letters like that and thinks "hey! I bet that's a hash code for a URL where I can apply for a job! And even though it's mathematically impossible to get the URL out, there's this one obscure little computer program that might be able to do it"?

There is a certain sort of person who thinks that way, to be sure, but I'm not at all certain that these are the sort of people that should be hired as engineers. To pass your little test requires some domain knowledge, sure, but it's very narrow domain knowledge that's probably widespread among 19-year-old wannabe hackers.

My opinion is that you're being much too cute for your own good. You have an idea of what smart people spend their time learning and doing, but your mental picture is not reality. What you'll end up hiring is people just like yourself, and you can all sit around stroking each other's egos and stroking each other's favorite algorithms.

You can all be ever so smug and sure you've got it figured out together, and hey- smiles are better than frowns, so I'll raise my glass to you. You all probably make more money than I do, and have cooler friends (in small doses, at least), and are better at golf. But that's a shitty way to hire people, and if I were desperate enough for a job that I ended up playing your game, I'd feel thoroughly abused.

[–]a_calder 3 points4 points ago

sorry, this has been archived and can no longer be voted on

I think it's a brilliant way to pursue people who would get it, even when the answer wasn't forthcoming initially.

I work in a big IT institute and when we post jobs we get literally hundreds of applications, many of them unqualified. But we still have to go through every single one of them. If we could post something like this and let the people who know how to solve the problem apply, it's an easy way to pre-screen the applicants.

Also, the locations of the signs are specific to a very narrow target demographic of people who work in one of the largest IT human resource basins on earth.

[–][deleted] 0 points1 point ago

sorry, this has been archived and can no longer be voted on

I work in a big IT institute and when we post jobs we get literally hundreds of applications, many of them unqualified. But we still have to go through every single one of them. If we could post something like this and let the people who know how to solve the problem apply, it's an easy way to pre-screen the applicants.

I do as well, and I deal with the same problem. Realistically, though, it's not that hard to cull resumes. Throw out the people without degrees, or with bad GPAs. Throw out the people who only work in .NET or Java. Throw out the people with obvious typographical errors in their resumes. Throw out the obvious careerists without any side projects.

Notice that I didn't write "throw out the people who don't drive around looking for cutesy signs based around logic problems," because to any thinking person not immersed in San Fransisco, that would just be patently stupid.

Also, the locations of the signs are specific to a very narrow target demographic of people who work in one of the largest IT human resource basins on earth.

Did it ever occur to you that some fresh blood might help things out? Personally, I'm not ready to hand out praise to the people behind the status quo of computer software. If they were politicians, I'd vote them out. Software fucking sucks, and all of those whiz kids with their "10% time" aren't really helping out.

[–][deleted] 0 points1 point ago

sorry, this has been archived and can no longer be voted on

This is how they advertised it as opposed to a company that went to Dice and other crappy sites. Culture means a lot to some workplaces, I think it's better than requiring a fucking GPA on a resume.

Although you may hate the term 10% time, if your environment doesn't allow employees some time to pursue what they think could be useful to your organization, I really feel sorry for you. They aren't machines, they have their own ideas too and some time to nurture them could really be beneficial in the end for everyone involved.

[–]PallidumTreponema 0 points1 point ago

sorry, this has been archived and can no longer be voted on

I once saw a job ad that consisted of a string of seemingly random characters. It got me intrigued, so I looked into it. Turned out it was a cipher. I solved the cipher and it landed me an interview. The second interview was preceded by some rather rigid security checks.

[–][deleted] -2 points-1 points ago

sorry, this has been archived and can no longer be voted on

Yeah, well, bullshit is very sticky and it tends to clump together.

Also, FF 0E AC DE 77 7F. Except on Thursdays.