Earlier quoted context omitted.
I'm not a hacker, so I can't. FYI I'm referring to 'trying to break into a system, possibility illegally, with time pressure, hackers', rather than HackerNews hackers. Which I thought was reasonably obvious from the context. If you're actually trying to crack a system, you're generally trying a lot of different things very rapidly. Tweaking performance and nicely formatting code you're going to immediately discard is…
Sorry if I look harsh, but this is not the meaning of "hacker" I like to see promoted. On the movie, also, the girl was not trying to crack into a computer - she seemingly had full MySQL console access.
The girl with the ANSI tattoo
131–140 of 155 posts
Re: The girl with the ANSI tattoo
#132Re: The girl with the ANSI tattoo
#133"The Social Network" did hacking scenes quite well too. I'd recommend seeing that movie for anyone who's interested in doing a start up.
Re: The girl with the ANSI tattoo
#134Earlier quoted context omitted.
I agree, except: hackers ⊈ developers Hackers are not optimizing for performance or readability. I've watched a few penetration testers at work - they have to have a very broad knowledge base and work at speed. They're not sitting around wondering if their query is going to work in 1s or 0.1s - it just doesn't matter. Awesome to see 'real' sql in action though.
And I agree, as long as we also agree that: hackers ∩ developers ≠ ∅ (The set of all hackers are not a strict subset of the set of all developers, but it's also true that some hackers - yes, in the breaking-in-to-something sense - are developers.)
Re: The girl with the ANSI tattoo
#135Earlier quoted context omitted.
Thing is, if you're "good" at something, and a movie gets it wrong, it can ruin the movie for you. My pet hate is people playing the piano, but playing the wrong notes (While the soundtrack is playing something different).
Exactly. My pet peeve is military depictions in movies. I can't recall a movie that's gotten even the basics right. I may be nitpicking, but it does detract from the viewing experience.
Re: The girl with the ANSI tattoo
#136Earlier quoted context omitted.
Sorry if I look harsh, but this is not the meaning of "hacker" I like to see promoted. On the movie, also, the girl was not trying to crack into a computer - she seemingly had full MySQL console access.
I think that ship has sailed, and we just have to use context to disambiguate.
(Actually, the way usually explain it to non-techies: duct tape. Everyone understands what duct tape is meant for: it won't necessarily win any awards for style[1], but it's powerful, and it sure as heck gets the job done in a pinch, and quickly too! I find that analogy generally holds well enough, whether we're talking about black-hat hacking or 'real' hacking.)
[1] Most of the time, that is: http://www.google.com/search?hl=en&q=duct%20tape%20cloth...
Re: The girl with the ANSI tattoo
#137Earlier quoted context omitted.
This is absolutely true. I had the opportunity to complain about this once to a big name Hollywood producer, and he told me that the rule of thumb that most movie makers use is, "If we don't know the difference, our audience won't either." Occasionally they hire experts to be sure they get it right, but that is more the exception than the rule, and mostly happens when a feeling of realism is considered important for…
It was so absolutely nice that NUMB3RS hired actual applied math geeks to write the equations that their statistician uses to solve crimes. If only they had hired a computer geek to write the crap about the Turing test. ;_;
Re: The girl with the ANSI tattoo
#138Mysql defaults to inner join. See http://stackoverflow.com/questions/4418776/what-is-the-defau...