Show HN: HackerNewsers,com, find other hackers near you
There's been lots of discussion recently about finding other HNers to talk to / bounce ideas off / work with, some Google spreadsheets were set up to share details but they were soon vandalised. I had a spare afternoon yesterday (which turned into a long day) and here's the result:
http://www.hackernewsers.com/
It's only open to people with HN accounts, it lets you post your biography, location, skills etc. Anyway, I hope you like it and find it useful.
111 comments
[ 3.5 ms ] story [ 182 ms ] threadhttp://www.hackernewsers.com/
http://djangopeople.net/
http://sivers.org/ff
Typically hash's are calculated using something like: $hash = sha1($password."secretcode".$username); - none of which are random.
If you were to add a random number into that like this: $rand = rand(1,99); $hash = sha1($password.$rand);
Now you can't do if($hash1 = $hash2) { loginSuccess(); } because you will never know what random salt was generated for the original hash.
Not true, a plain hash can be compromised with a brute force attack. To do this all the entries in the dictionary(used in the attack) must be hashed using the same hash algorithm.
If each password entry is hashed with a random salt(with the salt being kept for password comparison) the attacker must rehash the entire dictionary(not a computationally cheap thing to do) including the random salt, for each and every password.
This doesn't make it impossible to brute force a hash+salt, but makes it a LOT more expensive and time consuming.
At least this is my understanding of the whole point of random salted hash.
> CDbCommand failed to execute the SQL statement: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'hackernewsers.userSkills' doesn't exist
I'm in Hong Kong until early August if anyone is around and wants to grab a coffee. Vietnam after that, probably China sooner or later... also if anyone is doing general Asia travel and wants a perspective, it's what I've been doing this year while working off laptop. Drop a line, I'm friendly, email is in profile.
edit - never mind, it appears to be fixed now, thanks
I've almost given up finding fellow hackers in Geneva, CH, but who knows...
Nyon, CH
Here's the pastie with the error and what I was doing. http://pastie.org/1047130
Otherwise it's nice, I like it.
One point: your Google map uses custom icons, which are cool I suppose but I'd prefer the standard ones for the sake of consistency. More importantly, I'd like to see an info box appear when I click an icon on the map: it took me a bit to realize that full info was being displayed below. Otherwise this is a great tool!
when trying to access the homepage?
http://i.imgur.com/K390I.jpg
Safari, Firefox & Chrome on Mac OS X.
For an afternoon only, that's quite a nice job.
Edit: didn't see the FAQ (Yii PHP framework)
ask me in 6 months if it worked :)
phpnode++
On a tangential note: any hackers in the greater Rotterdam area (or maybe Amsterdam or Utrecht) up for a beer sometime?
A more blunt assessment.. Hackrtrackr is a toy that isn't that useful, this has the potential to seriously improve the lives of many people here.
Other than that, looks nice :)
Can you show up distance even in km? miles don't give much information to me. May be you can choose from imperial units and standard ones by people country...
It's quite simple really: US - miles, the rest of the world - kilometres