Viewing profile — CrabDude
CrabDude
HN member- Joined
- Tue, Aug 31, 2010, 7:12 AM UTC
- HN karma
- 3
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About CrabDude
No profile information was provided.
Recent public activity
-
comment
Comment #3342620
While I sympathize with those crying out about seemingly monopolistic behavior, that is not what we see here. The hot dog argument is a straw man built on the false presumption tha…
-
comment
Comment #3183245
For handling asynchronous exceptions and bad stack traces, checkout the "trycatch" module on npm, http://github.com/crabdude/trycatch . It's an asynchronous try catch. trycatch(fun…
- comment
- story
-
comment
Comment #3051527
Checkout my async try catch module, trycatch(), for a fun alternative. =) http://github.com/crabdude/trycatch
-
comment
Comment #3051522
The asynchronous try catch problem can be easily solved by using my async trycatch() module: http://github.com/crabdude/trycatch
-
comment
Comment #2938197
http://localno.de - A global proxy for your localhost. Entirely browser-based. Proxy any site on your local subnet. Only requirement is hosting a static file on the server, no inst…
-
comment
Comment #2919734
I’d add that the localStorage setter (localStorage.item = ‘someValue’) is up to 2x faster than setItem: http://jsperf.com/localstorage-getitem-setitem-vs-getter-set... Also, a smal…
-
comment
Comment #2777289
This should do the trick, though I would add a fair amount of this code could be refactored to look prettier with the new control-flow, but is left unaltered for the sake of compar…
-
comment
Comment #2707596
This would be great for something like node.js which is heavily nested. AFAIK it'd have to be highly configurable in order to dynamically determine nesting depth: closure, block, o…
-
comment
Comment #2682259
Methinks the IE team is making a jest at the miniature nature of the Firefox 5 release in the form of a miniature cake. =)
-
comment
Comment #2661218
Is it just me, or does this article read like a jr high school student wrote it? How many incomplete sentences and how much broken grammar can you put in a baseless article, and fr…
-
comment
Comment #2314641
Just take a page from the book of Resig and force a constructor, http://ejohn.org/apps/learn/#36 : function User(first, last) { if ( !(this instanceof User) ) return new User(first…
- comment
- story
-
comment
Comment #2198973
The equation for weight is not going to be valid in the case of redirects as there will be multiple round trips. Additionally, in my opinion weight would equate to position, and ti…
- story
-
comment
Comment #2146425
What's with the $100k - $250k category?? The lower 5 categories should be combined into 2, $60k- and $60k-$100k. And the 100-250k category should be split into 3.
-
comment
Comment #2146232
LOL. I guess landing in every Palm phone currently in production with the full backing and weight of HP is considered "still very much in the experimental phase." Somebody probably…
- story
-
comment
Comment #2126679
This article itself is the problem with the term "Front-End Engineer". I'm a JavaScript Engineer and find the majority of the comments in this thread a disturbing reflection of wha…
-
comment
Comment #2111025
The simple matter is that the implications of these drones reaches far beyond simply building things, like showing one aspect of what a hammer can be used to build. The real takeaw…
-
comment
Comment #2091461
This game is outstanding! Wish it was around 15 years ago when I was learning to type in school... It takes too long to get difficult in my opinion. Final Score: 8102 (Level 42ish)…
-
comment
Comment #2007569
Sounds like a recipe for failure and bankruptcy.
-
story
Do you think Assange (WikiLeaks) is a CIA plant?
This WikiLeaks farce that's being played out on CNN & FoxNews is getting a little ridiculous. From a legal perspective, he's not even culpable as he is neither a US citizen nor did…