use the following search parameters to narrow your results:
e.g. reddit:aww site:imgur.com dog
reddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, community...
8,459 users here now
New Rules:
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.
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 ›
986F 64B9 3005 E03E FC42 A41E BD57 3179 (i.imgur.com)
submitted 10 months ago by dummystupid
[–]dustball 429 points430 points431 points 10 months ago
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 points47 points 10 months ago
So does this repost mean that there are positions available?
[–]dustball 0 points1 point2 points 10 months ago
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 point2 points 10 months ago
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 points123 points 10 months ago
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 points49 points 10 months ago*
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 points7 points 10 months ago
Wow. That was a fantastic simplification. Bravo, and thank you.
[–]the_bagel_man 2 points3 points4 points 10 months ago
Is this physical monkey torture or psychological?
[–]monkeytorture 0 points1 point2 points 10 months ago
Psychological. I believe this is all made up
[–][deleted] 4 points5 points6 points 10 months ago
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 points4 points 10 months ago
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 points4 points 10 months ago
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.
Melvins make the world go round.
[–]SgtBanana 1 point2 points3 points 10 months ago
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 point2 points 10 months ago*
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 points5 points 10 months ago
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 points5 points 10 months ago
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 points3 points 10 months ago
A good hash contains a high concentration of chloroplasts.
[–]still-a-miner 2 points3 points4 points 10 months ago
I see what you did there.
[–]StendhalSyndrome 0 points1 point2 points 10 months ago
Actually the exact opposite you want as little green plant material as possible in your extracts and concentrates.
[–]mulberrybushes 0 points1 point2 points 10 months ago
UPVOTES for plain English! Thank you...
[–]baabaaredsheep 6 points7 points8 points 10 months ago
That article still doesn't translate it into English. :(
[–]zanhoshi 2 points3 points4 points 10 months ago
Simple English Wikipedia article on Crytographic Hash Function
[–]Cojones893 14 points15 points16 points 10 months ago
Do you also happen to be the same dustball from newgrounds?
[–]azzaleo 29 points30 points31 points 10 months ago
I really hope this is the new "are you warlizard from the gaming forums"
[–]Annieone23 -2 points-1 points0 points 10 months ago
Are you? O_o
nope, sorry :\
[–]Orbixx 2 points3 points4 points 10 months ago
Well that's not really a puzzle when you make it essentially unsolvable for a specified period of time.
[–]dkokelley 4 points5 points6 points 10 months ago
It's a job marketing flier disguised as a puzzle. Still it's clever and grabs the target demographic's attention.
Correct.
[–]Lystrodom 2 points3 points4 points 10 months ago
Oh man, I remember when this was first posted. I guess I left before the reveal was done.
[–]matbiskit 3 points4 points5 points 10 months ago
Coroplast.
[–][deleted] 10 months ago
[deleted]
[–]razzbar -1 points0 points1 point 10 months ago
Yes. It makes delicious hash.
[–]hondolor 1 point2 points3 points 10 months ago
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 points3 points 10 months ago
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 points3 points 10 months ago
I'm still not sure who was trolled..
[–]magister0 1 point2 points3 points 10 months ago
To be fair, it does look extremely fake
[–]Zamarok 3 points4 points5 points 10 months ago
Please have this upvote from a cryptography enthusiast.
Thanks!
[–]not28 0 points1 point2 points 10 months ago
This story made me wet.
[–]lostvan 0 points1 point2 points 10 months ago
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 points1 point 10 months ago
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 points0 points 10 months ago
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 point2 points 10 months ago
I've passed this sign multiple times, and always wondered. Now I know, thanks!
[–]0xbeef 0 points1 point2 points 10 months ago*
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 point2 points 10 months ago
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 point2 points 10 months ago
an md5 library is generally a great idea.
[–]amoliski -1 points0 points1 point 10 months ago
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 points0 points 10 months ago
Baller nerds... so you might hire a redditor soon? Good luck all around to those involved.
[–]spagnitz -3 points-2 points-1 points 10 months ago
try decaf
[–]SANAFABICH -2 points-1 points0 points 10 months ago
HUH?
[–]janyk -4 points-3 points-2 points 10 months ago
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.
Free advertising. How often does a simple job posting get to the front page of reddit?
[–]VolkswagenNerd 67 points68 points69 points 10 months ago
Francisco, that's fun to say.
[–]Froggy_hop 30 points31 points32 points 10 months ago
Francisco. FranCISCO. Francisoooo. ...Francisco.
[–]FuckYoureShit 1 point2 points3 points 10 months ago
And now you know how Cisco got its name.
[–]Fakirr 1 point2 points3 points 10 months ago
Relevant.
[–]ericfromtx 3 points4 points5 points 10 months ago
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 points3 points 10 months ago
I nostalgia'd... I don't remember it being this lame when I was 10 though.
[–]StormKid -2 points-1 points0 points 10 months ago
Stop messing with my name.
[–]NkafKe 14 points15 points16 points 10 months ago
He's an angry elf...
[–]fetusxfajita 9 points10 points11 points 10 months ago
He must be South Pole elf.
[–]Buffalolo -34 points-33 points-32 points 10 months ago
We who live here call it Frisco.
[–]CantHardlyPlayboy 32 points33 points34 points 10 months ago
"We who just moved here from Des Moines call it Frisco"
[–]always_abort_it 7 points8 points9 points 10 months ago
I live in Des Moines. I can report that we eat Crisco.
[–]ch00d 2 points3 points4 points 10 months ago
I have an uncle from Des Moines. He listens to Disco.
[–]Awake00 8 points9 points10 points 10 months ago
"thong thong thong thong thong" -Cisco
[–]onlyforaminute 1 point2 points3 points 10 months ago
My favorite cookies are Nabisco
[–]fon1138 1 point2 points3 points 10 months ago
We don't have Nabisco here, we have Bimbo in Jalisco.
[–]maxifer 1 point2 points3 points 10 months ago
Don't you bring Des Moines into this
[–]healthfood 1 point2 points3 points 10 months ago
We who troll on the internet call it Frisco.
[–]ErisHeiress 25 points26 points27 points 10 months ago
No, we fucking don't.
[–][deleted] -6 points-5 points-4 points 10 months ago
I wish we did. Can we make that a thing? "Hey, guys, welcome to Frisco!"
[–]chemistry_teacher 1 point2 points3 points 10 months ago
You'd think, with a name like misterbacon, you'd be on the easy street to comment karma.
But you hit a nerve, man, a NERVE!
[–][deleted] 1 point2 points3 points 10 months ago
I guess I use my name for evil. I'm sorry, Reddit. :|
[–][deleted] 10 points11 points12 points 10 months ago
No we definitely do not fucking call it "frisco". There is even a laundry mat called Don't Call it Frisco. Herb Caens first book was titled "Don't call it Frisco". I can't express in words how much you pissed me off wit that one. Where are you from?
[–]primetime124 3 points4 points5 points 10 months ago
If someone pisses you off because they call it frisco,you have some serious issues.
haha not really mad just a pet peeve. The sentence "we who live here call it Frisco" goes against everything I was raised to believe. No one born in San Francisco calls it frisco.
[–]kajarago 3 points4 points5 points 10 months ago
I can't express in words how much you pissed me off wit that one. - haha not really mad
I can't express in words how much you pissed me off wit that one.
haha not really mad
wat
[–][deleted] -3 points-2 points-1 points 10 months ago
dont take anything I say literally.
[–]lagasan 0 points1 point2 points 10 months ago
Including or not including this post... I'm so confused!
[–]EasyReader 0 points1 point2 points 10 months ago
It seems a mistake to put "newly remodeled" on a sign. It's only true for so long, then it's a lie, then it's an obvious lie.
[–]LaoFuSi -3 points-2 points-1 points 10 months ago
http://frisco.urbanup.com/5407510 I also call it San Fran.
[–]TaurusA 38 points39 points40 points 10 months ago
THE LAUNCH CODES! NOOOOOO!
[–]Sovereign300 15 points16 points17 points 10 months ago
THE NUMBERS MASON WHAT DO THEY MEAN
[–]caesardoo 6 points7 points8 points 10 months ago
WHAT HAPPENED IN VORKUTA????
[–]royeflame 1 point2 points3 points 10 months ago
That entire game I wanted be like, and who the hell you be?
[–]Scarbane 1 point2 points3 points 10 months ago
As long as they don't blow up Reddit, we're good to go.
[–]peakzorro 1 point2 points3 points 10 months ago
Is that why Reddit goes under heavy loads?
you sunk my battleship
[–]dementedsnake 13 points14 points15 points 10 months ago
Oooooooh, you in trouble!!
[–]camelsgottahump 3 points4 points5 points 10 months ago
i typed this into my keyboard and became freakazoid
[–]animationguy 2 points3 points4 points 10 months ago
You nerd computer ace!
[–]Light_inc 7 points8 points9 points 10 months ago
Fuck the police!
[–]ridik_ulass -1 points0 points1 point 10 months ago
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 points3 points 10 months ago
I think Ctrl+F by itself probably would have done it.
[–]Light_inc 0 points1 point2 points 10 months ago
I sincerely do not know....
[–]Heat_Induces_Royalty 7 points8 points9 points 10 months ago
but... what does it MEAN?
[–][deleted] 14 points15 points16 points 10 months ago
It's the md5 hash of 'http://pbwiki.com/content/jobs'.
[–]dbbo 3 points4 points5 points 10 months ago
Why would anyone still use MD5 when SHA512 is available?
[–]alexanderwales 7 points8 points9 points 10 months ago
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 points3 points 10 months ago
It's faster? Then again, so is CRC.
[–]constantly_drunk 0 points1 point2 points 10 months ago
CRC is broken, however, so usage for security functions is out. But for normal use - should still be good.
[–]rspeed 0 points1 point2 points 10 months ago
Yeah, it's not a secure hash, but we don't really know if that's necessary in this case.
[–]rotinom 0 points1 point2 points 10 months ago
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 point2 points 10 months ago
You should never use MD5 for file signature either though. Why not just one of the better options avalible?
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".
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 points3 points 10 months ago
When you actually want people to figure out the source then it's best not to go too overboard.
[–]infinull 1 point2 points3 points 10 months ago
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 point2 points 10 months ago
Because fuck you, that's why.
[–]dbbo 0 points1 point2 points 7 months ago
I like to yell at things I don't understand, too.
[–]greateridea 2 points3 points4 points 10 months ago
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.
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 points11 points 10 months ago
mmm, hash.
[–]Colempe 0 points1 point2 points 10 months ago
PBWorks just lead us on.
[–]meant2live218 -1 points0 points1 point 10 months ago
Huzzah! I knew it had something to do with computers and the like; I can at least recognize Hex.
[–]always_abort_it 8 points9 points10 points 10 months ago
This is you, right?
[–]meant2live218 4 points5 points6 points 10 months ago
Precisely! Thanks for encouraging me on my road to computer success!
[–]Heat_Induces_Royalty 1 point2 points3 points 10 months ago
No... What does it MEEEAANNN man!?
Oh, a liberal arts major. Sorry, that kind of question is far beyond my grasp.
[–]doubleu 1 point2 points3 points 10 months ago
I believe this is the decss decryption code
[–]pbrcusitscheep 0 points1 point2 points 10 months ago
I have wondered for a while now.
[–]Yemathums 2 points3 points4 points 10 months ago
Anyone else see these as motherless URLs?
Their reverse psychology worked perfectly.
[–]ResinTeeth 2 points3 points4 points 10 months ago
A masterpiece of a /wtf post really, top notch quality I say.
We've got a badass here!
[–]P12oof 7 points8 points9 points 10 months ago*
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 points12 points 10 months ago
...their plan.
[–]ras344 4 points5 points6 points 10 months ago
Where plan?
[–]ladysansa 5 points6 points7 points 10 months ago
WHO WAS PLAN?
[–]raging_asshole 1 point2 points3 points 10 months ago
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 point2 points 10 months ago
You mean this guy?
[–]AshsToAshs 1 point2 points3 points 10 months ago
DO YOU REALIZE WHAT YOU'VE DONE?!
Quickly, someone call the Elders of the Internet!!! They need to be informed!!!!!!!
[–]ampernand 1 point2 points3 points 10 months ago
Wait wait wait.... the elders of the internet? The elders of the internet know who we are?
[–]JDempes 1 point2 points3 points 10 months ago
Did anyone else imagine entering the save game code for the original metroid game on NES?
[–]omegaweapon 1 point2 points3 points 10 months ago
keygen to activate sign
[–]noseonarug17 1 point2 points3 points 10 months ago
You sure showed them.
[–]EarthRester 1 point2 points3 points 10 months ago
So does this mean we're posting non-wtf pics to /r/WTF?
[–]spyd3rweb 1 point2 points3 points 10 months ago
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 points3 points 10 months ago
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 points3 points 10 months ago
Dude, you better fucking pack some clothes and withdraw all your savings. They're coming for you.
[–]NinjaSupplyCompany 3 points4 points5 points 10 months ago
Oh Hai repostfrisco!
[–]neuralien 1 point2 points3 points 10 months ago*
anybody have an idea what that hex sequence is?
[–]jrennat 5 points6 points7 points 10 months ago
http://pbworks.com/jobs
[–]flareboy323 6 points7 points8 points 10 months ago
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 points13 points 10 months ago
Reddit's been on the case since at least 2008 http://www.reddit.com/r/pics/comments/79zvn/do_not_post_pictures_of_this_sign_to_the_internet/
[–]division_by_infinity 4 points5 points6 points 10 months ago
It's 986F 64B9 3005 E03E FC42 A41E BD57 3179.
[–]DarkestPassenger 2 points3 points4 points 10 months ago
Glad I'm not the only person who thought that.
[–]PullHarder -6 points-5 points-4 points 10 months ago
Isn't it just an ipv6 address?
[–]BionicJuice 0 points1 point2 points 10 months ago
You have no Idea what you have done!
[–]AllUsernamesTaken2 0 points1 point2 points 10 months ago
They obviously know nothing about the internet.
[–]woofers02 2 points3 points4 points 10 months ago
Or know WAY too much...
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 point2 points 10 months ago
I find it weird to see my name in a picture :/ on Reddit...
[–]fourminuseleven 0 points1 point2 points 10 months ago
Is this on woodside road in Redwood City?
[–]jredditk 0 points1 point2 points 10 months ago
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 point2 points 10 months ago
I lived right next to that area for 5 years and never seen that sign :(
[–]indecisiverobot 0 points1 point2 points 10 months ago
I think this one was posted in Foster City... Could be wrong though
[–]open_the_neXt 0 points1 point2 points 10 months ago
OH SHI-
[–]DogNuts650 0 points1 point2 points 10 months ago
MATEO HOLLA
[–]drgreedy911 0 points1 point2 points 10 months ago
OH SHIT! You just activated the BKSDK-DKSLFDS. Thanks!
[–]admiralvorian 0 points1 point2 points 10 months ago
This is a block away from my house. I can't believe I missed all this excitement :(
[–]Hockeyman55 0 points1 point2 points 10 months ago
Hexadecimal ??? Statement of truth in Math??
Well damn. I got it mixed up with this.
[–]doot_doot 0 points1 point2 points 10 months ago
THEY'RE BACKTRACING US!!!!!
[–]tryfan2k2 1 point2 points3 points 10 months ago
Good thing I go through 7 proxies
[–]mjr4189 0 points1 point2 points 10 months ago
you son of a bitch
[–]jaker1013 0 points1 point2 points 10 months ago
I tried really hard to read the title in 1337... Then I clicked it and realized...
[–]cramped 0 points1 point2 points 10 months ago
Now on face book. http://www.facebook.com/group.php?gid=39670915247
[–]GinormousUpVote 0 points1 point2 points 10 months ago
Watch out guys... http://imgur.com/7vtRf
[–]supergai 0 points1 point2 points 10 months ago
you fool... what have you done!?
[–]musiclover55 0 points1 point2 points 10 months ago
Shit! Now everyone knows the governments computer password. Lol
[–]Sacoud 0 points1 point2 points 10 months ago
What have you done....
[–]xbenny78x 0 points1 point2 points 10 months ago
4 8 15 16 23 42
[–]bradpittscousin 0 points1 point2 points 10 months ago
watch out were dealing with a badass over here!! loool
Like, I can't believe people already forgot about this. That was 3 year ago. Newfags on reddit.
[–]Thundernuts0606 -1 points0 points1 point 10 months ago
Woah, watch out guys... we got a badass over here.
[–]vandelay714 -1 points0 points1 point 10 months ago
So fake. Look at the pixels. Please!
[–]TheDownvoteAngler -1 points0 points1 point 10 months ago
Thanks for the free copy of Microsoft Office
[–]finnished -1 points0 points1 point 10 months ago
Nerds.
[–]griffon28 -3 points-2 points-1 points 10 months ago
Sign says don't post pictures. OP posts picture. Relevant
[–][deleted] -5 points-4 points-3 points 10 months ago*
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 points5 points 10 months ago
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.
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.
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.
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 point2 points 10 months ago
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 points0 points 10 months ago
Yeah, well, bullshit is very sticky and it tends to clump together.
Also, FF 0E AC DE 77 7F. Except on Thursdays.
all it takes is a username and password
create account
is it really that easy? only one way to find out...
already have an account and just want to login?
login
[–]dustball 429 points430 points431 points ago
[–]Neumann347 45 points46 points47 points ago
[–]dustball 0 points1 point2 points ago
[–]bastian1343 0 points1 point2 points ago
[–]monkeytorture 121 points122 points123 points ago
[–]ericfromtx 47 points48 points49 points ago*
[–]Klavonsky 5 points6 points7 points ago
[–]the_bagel_man 2 points3 points4 points ago
[–]monkeytorture 0 points1 point2 points ago
[–][deleted] 4 points5 points6 points ago
[–]ericfromtx 2 points3 points4 points ago
[–][deleted] 2 points3 points4 points ago
[–]ericfromtx 2 points3 points4 points ago
[–]SgtBanana 1 point2 points3 points ago
[–]ericfromtx 0 points1 point2 points ago*
[–]mulberrybushes 3 points4 points5 points ago
[–]lacheur42 3 points4 points5 points ago
[–]razzbar 1 point2 points3 points ago
[–]still-a-miner 2 points3 points4 points ago
[–]StendhalSyndrome 0 points1 point2 points ago
[–]mulberrybushes 0 points1 point2 points ago
[–]baabaaredsheep 6 points7 points8 points ago
[–]zanhoshi 2 points3 points4 points ago
[–]Cojones893 14 points15 points16 points ago
[–]azzaleo 29 points30 points31 points ago
[–]Annieone23 -2 points-1 points0 points ago
[–]dustball 0 points1 point2 points ago
[–]Orbixx 2 points3 points4 points ago
[–]dkokelley 4 points5 points6 points ago
[–]dustball 0 points1 point2 points ago
[–]Lystrodom 2 points3 points4 points ago
[–]matbiskit 3 points4 points5 points ago
[–][deleted] ago
[–]razzbar -1 points0 points1 point ago
[–]hondolor 1 point2 points3 points ago
[–]TacoSundae69 1 point2 points3 points ago
[–]icehouse_lover 1 point2 points3 points ago
[–]magister0 1 point2 points3 points ago
[–]Zamarok 3 points4 points5 points ago
[–]dustball 0 points1 point2 points ago
[–]not28 0 points1 point2 points ago
[–]lostvan 0 points1 point2 points ago
[–]vertices -1 points0 points1 point ago
[–]liberalwhackjob -2 points-1 points0 points ago
[–]ohheyhaha 0 points1 point2 points ago
[–]0xbeef 0 points1 point2 points ago*
[–][deleted] 0 points1 point2 points ago
[–]EvOllj 0 points1 point2 points ago
[–]amoliski -1 points0 points1 point ago
[–]butchersblade -2 points-1 points0 points ago
[–]spagnitz -3 points-2 points-1 points ago
[–]SANAFABICH -2 points-1 points0 points ago
[–]janyk -4 points-3 points-2 points ago
[–][deleted] 0 points1 point2 points ago
[–]VolkswagenNerd 67 points68 points69 points ago
[–]Froggy_hop 30 points31 points32 points ago
[–]FuckYoureShit 1 point2 points3 points ago
[–]Fakirr 1 point2 points3 points ago
[–]ericfromtx 3 points4 points5 points ago
[–]TCBloo 1 point2 points3 points ago
[–]StormKid -2 points-1 points0 points ago
[–]NkafKe 14 points15 points16 points ago
[–]fetusxfajita 9 points10 points11 points ago
[–]TaurusA 38 points39 points40 points ago
[–]Sovereign300 15 points16 points17 points ago
[–]caesardoo 6 points7 points8 points ago
[–]royeflame 1 point2 points3 points ago
[–]Scarbane 1 point2 points3 points ago
[–]peakzorro 1 point2 points3 points ago
[–][deleted] 0 points1 point2 points ago
[–]dementedsnake 13 points14 points15 points ago
[–]camelsgottahump 3 points4 points5 points ago
[–]animationguy 2 points3 points4 points ago
[–]Light_inc 7 points8 points9 points ago
[–]ridik_ulass -1 points0 points1 point ago
[–]mynameisdave 1 point2 points3 points ago
[–]Light_inc 0 points1 point2 points ago
[–]Heat_Induces_Royalty 7 points8 points9 points ago
[–][deleted] 14 points15 points16 points ago
[–]dbbo 3 points4 points5 points ago
[–]alexanderwales 7 points8 points9 points ago
[–]rspeed 1 point2 points3 points ago
[–]constantly_drunk 0 points1 point2 points ago
[–]rspeed 0 points1 point2 points ago
[–]rotinom 0 points1 point2 points ago
[–]grjohan 0 points1 point2 points ago
[–]rotinom 0 points1 point2 points ago
[–]grjohan 0 points1 point2 points ago
[–]myztry 1 point2 points3 points ago
[–]infinull 1 point2 points3 points ago
[–]CockMeatSandwich 0 points1 point2 points ago
[–]dbbo 0 points1 point2 points ago
[–]greateridea 2 points3 points4 points ago
[–]EvOllj 0 points1 point2 points ago
[–]Psythik 9 points10 points11 points ago
[–]Colempe 0 points1 point2 points ago
[–]meant2live218 -1 points0 points1 point ago
[–]always_abort_it 8 points9 points10 points ago
[–]meant2live218 4 points5 points6 points ago
[–][deleted] ago
[–]Heat_Induces_Royalty 1 point2 points3 points ago
[–][deleted] 4 points5 points6 points ago
[–]doubleu 1 point2 points3 points ago
[–]pbrcusitscheep 0 points1 point2 points ago
[–]Yemathums 2 points3 points4 points ago
[–][deleted] 2 points3 points4 points ago
[–]ResinTeeth 2 points3 points4 points ago
[–][deleted] 2 points3 points4 points ago
[–]P12oof 7 points8 points9 points ago*
[–]EastWentWest 10 points11 points12 points ago
[–]ras344 4 points5 points6 points ago
[–]ladysansa 5 points6 points7 points ago
[–]raging_asshole 1 point2 points3 points ago
[–]jameson 0 points1 point2 points ago
[–]AshsToAshs 1 point2 points3 points ago
[–]ampernand 1 point2 points3 points ago
[–]JDempes 1 point2 points3 points ago
[–]omegaweapon 1 point2 points3 points ago
[–]noseonarug17 1 point2 points3 points ago
[–]EarthRester 1 point2 points3 points ago
[–]spyd3rweb 1 point2 points3 points ago
[–]ImAVibration 1 point2 points3 points ago
[–]Manapauze 1 point2 points3 points ago
[–]NinjaSupplyCompany 3 points4 points5 points ago
[–]neuralien 1 point2 points3 points ago*
[–]jrennat 5 points6 points7 points ago
[–]flareboy323 6 points7 points8 points ago
[–]msiekkinen 11 points12 points13 points ago
[–]division_by_infinity 4 points5 points6 points ago
[–]DarkestPassenger 2 points3 points4 points ago
[–]BionicJuice 0 points1 point2 points ago
[–]AllUsernamesTaken2 0 points1 point2 points ago
[–]woofers02 2 points3 points4 points ago
[–]AllUsernamesTaken2 0 points1 point2 points ago
[–]kesekimofo 0 points1 point2 points ago
[–]fourminuseleven 0 points1 point2 points ago
[–]jredditk 0 points1 point2 points ago
[–]LimishBean 0 points1 point2 points ago
[–]indecisiverobot 0 points1 point2 points ago
[–]open_the_neXt 0 points1 point2 points ago
[–]DogNuts650 0 points1 point2 points ago
[–]drgreedy911 0 points1 point2 points ago
[–]admiralvorian 0 points1 point2 points ago
[–]Hockeyman55 0 points1 point2 points ago
[–][deleted] 0 points1 point2 points ago
[–]doot_doot 0 points1 point2 points ago
[–]tryfan2k2 1 point2 points3 points ago
[–]mjr4189 0 points1 point2 points ago
[–]jaker1013 0 points1 point2 points ago
[–]cramped 0 points1 point2 points ago
[–]GinormousUpVote 0 points1 point2 points ago
[–]supergai 0 points1 point2 points ago
[–]musiclover55 0 points1 point2 points ago
[–]Sacoud 0 points1 point2 points ago
[–]xbenny78x 0 points1 point2 points ago
[–]bradpittscousin 0 points1 point2 points ago
[–][deleted] 0 points1 point2 points ago
[–]Thundernuts0606 -1 points0 points1 point ago
[–]vandelay714 -1 points0 points1 point ago
[–]TheDownvoteAngler -1 points0 points1 point ago
[–]finnished -1 points0 points1 point ago
[–]griffon28 -3 points-2 points-1 points ago
[–][deleted] -5 points-4 points-3 points ago*
[–]a_calder 3 points4 points5 points ago
[–][deleted] 0 points1 point2 points ago
[–][deleted] 0 points1 point2 points ago
[–]PallidumTreponema 0 points1 point2 points ago
[–][deleted] -2 points-1 points0 points ago