Wat
71–80 of 103 posts
Re: Wat
#72why do i have to signup to know who much it costs to subscribe. I think it should be apparent on the home page. EDIT ok my bad it was mentioned on the screencasts homepage
Re: Wat
#73Earlier quoted context omitted.
It's jsc (comes with Webkit) - it's present on Mac OS X by default in /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc You can just do: sudo ln /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc /bin/jsc To be able to invoke it directly from the command line.
Thanks, I'll look how to get this working on linux.
Re: Wat
#74Guess I'm not a hacker? It's like watching a rerun I've seen twice over with the laugh track turned up to 11 (just to clarify, someone said it was a repost but I haven't seen it before).
Re: Wat
#75Array(16) That's 15 commas, not 16.
function pad(n, c) { return Array(n+1).join(c); }
// pad(6, "-") === "------"Re: Wat
#76Guess I'm not a hacker? It's like watching a rerun I've seen twice over with the laugh track turned up to 11 (just to clarify, someone said it was a repost but I haven't seen it before).
I didn't laugh because I was so worried that if I didn't laugh I wouldn't be considered a hacker :(
Re: Wat
#77Earlier quoted context omitted.
Yeah count me in the "not a hacker, I guess" crowd, this stuff isn't very funny.
Right. It was marginally informative, the meme pics were chuckle-in-my-head worthy but what really got me laughing was that it's on the front page of HN. Its so sad you have to laugh to keep from crying. Anyway, guess I'm not a hacker either.
Re: Wat
#78 (![]+[])[+!+[]]
produces an "a".Re: Wat
#79$ php -r '::' Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM Wat
Re: Wat
#80Guess I'm not a hacker? It's like watching a rerun I've seen twice over with the laugh track turned up to 11 (just to clarify, someone said it was a repost but I haven't seen it before).
Really? You don't think this is funny at all? Maybe it's because I'm in my mid twenties, but I think my father would even find this funny and he knows little to none about programming.