hmmmm , I am an engineer, but it's seem that not a good one :P
Comment has been collapsed.
Could you be more specific? For example: being a software engineer does not seem to help. You either are thinking not of any engineer, but engineers of some specific field ... or you think something is very obvious to any engineer that, well, is not. :P
Comment has been collapsed.
0 entries.....so I think is for specific engineers :))) i'm an IT/Telecom engineer but i don't see anything here :( sorry
Comment has been collapsed.
It's not hex-to-ASCII.
It's not SHA1-hashed characters (neither MD5).
It's not a commit hash in one of repositories on your GitHub account.
What is it, then? Any more teeny-tiny hints? :)
Comment has been collapsed.
Well, looking at the number of entries, it seems that it's not as easy as you think. :)
I've tried even bruteforce hashing with permutations on a 5-character giveaway number, even with URLs - it didn't work either.
Some more hints needed, I guess.
Comment has been collapsed.
Came back to see if there were hints that would make this puzzle worth my time ... there are not. The hints explain the (more or less) obvious but lead nowhere.
Maybe I'm really too stupid to get it. But I suspect the problem is your idea of what is "easy" or "obvious". Or "for engineers". Perhaps you could change the description to "Challenging puzzle for psychics" :P
Comment has been collapsed.
I assume that means a Git implementation, because I've used VSS, TFS and svn for almost 20 years and I don't recognize this from any of those. I guess none of them are "popular" anymore - we're moving to Git this year, maybe I'll understand the puzzle then.
Comment has been collapsed.
So... I'm looking for a website that is somehow related to version control and uses truncated hashes to identify specific pages, such as user profiles or repositories (but not repositories, since hint #2 excludes them). Something (probably the page in question) can be secret/private or public.
Bitbucket uses the user's username in the url (bitbucket.com/USERNAME). Github does exactly the same. I have, of course, tried Googling the truncated hash. I could search around a bit more on Github, Bitbucket and similar sites, but I have a feeling I'd be wasting my time.
I've made a few assumptions, but I think they're all reasonable. At least, I've no idea what to do if they're wrong.
Comment has been collapsed.
I work with this stuff everyday, so it was easy for me.
Thanks for puzzle!
Comment has been collapsed.
Okay. I'm software engineer, I'm coding specialized Binary 3D to OBJ conversion softwares. I work with github and HEX extensively, but I totally don't get it. Tried GitHub, BitBucket and Visual Studio online. The VS Online URL were divided with 2Bytes-2bytes-2bytes but I didn't find anything using your bytes (passing two or more given no results).
SorceForge also nope.
I feel so stupid because I can't resolve "Easy" puzzle...
Comment has been collapsed.
I think most of us have given up on this one, as there's no sense of progress - you get absolutely nowhere until you finally get it completely (apparently)...I've sunk a few hours of research into this one to no avail - it bugs me that I can't solve it, but my OCD isn't so strong that I can't walk away :)
Comment has been collapsed.
80 Comments - Last post 15 minutes ago by Chris76de
56 Comments - Last post 1 hour ago by Carenard
1,811 Comments - Last post 2 hours ago by ngoclong19
72 Comments - Last post 4 hours ago by Reidor
545 Comments - Last post 6 hours ago by UltraMaster
41 Comments - Last post 6 hours ago by ViToos
1,520 Comments - Last post 7 hours ago by ayuinaba
54 Comments - Last post 23 minutes ago by Kyog
180 Comments - Last post 24 minutes ago by Fluffster
47 Comments - Last post 31 minutes ago by samwise84
26 Comments - Last post 35 minutes ago by Tzaar
10,786 Comments - Last post 50 minutes ago by schmoan
90 Comments - Last post 1 hour ago by softbearcas
114 Comments - Last post 1 hour ago by mramh
dd22
7d90
5fe0
d8a2
f12d
Update (solution):
1) Hint that line ending is a lie suggested you to ignore the line endings to get a hash dd227d905fe0d8a2f12d
2) Now the question was where to use the hash. The other hint suggest 'Version control', also there was a link to my github profile on steam profile description - both of these strongly suggesting that it's related to a github (arguably, the most popular hosted git)
3) Since all git commits carry a hash, one would might think that it's hidden in some repository in a special commit. However, 'not a repository' hint suggests that this hash is for something else. Github also provides Gists to share and version files: https://gist.github.com/
4) 'can be secret or public' hint just confirms that it is indeed a Gist, so most likely you need to access a secret Gist (by using the hash)
https://gist.github.com/tadaskay/dd227d905fe0d8a2f12d
Bonus:
there was a second giveaway inside, accessible by using first letters of each statement in the first giveaway.
Congrats to the winners, see you in the next puzzle!
Comment has been collapsed.