Viewing profile — tabbyjabby
tabbyjabby
HN member- Joined
- Wed, Jun 29, 2011, 10:10 PM UTC
- HN karma
- 139
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About tabbyjabby
Recent public activity
- story
-
comment
Comment #5632556
I'd just like to note that that is not a particularly OO solution. You've essentially created a namespaced function. While this is still preferable to a bare function in a heteroge…
-
comment
Comment #5003709
Of course the Hash class in Ruby implements a hash table. What makes you think it doesn't?
-
comment
Comment #4911438
what platform? I just fired up a version of FF on Mac OS X with the identical version you are using and everything seems to be working.
-
comment
Comment #4905756
sorry to hear about your issues, snogglethorpe. what browser are you using?
-
comment
Comment #4900972
hey zoba, are you able to access this URL[0]? [0] http://www.recitethis.com:8901/socket.io/
-
comment
Comment #4733902
Just a note about your 'lack of LTE as a feature' argument: I think you would be hard pressed to find many objective observers that would agree with that opinion. I have an iPhone …
-
comment
Comment #4624525
I am extremely doubtful that optimized C is going to be equally performant as optimized JavaScript. There is innate overhead when using an interpreted language, no matter how advan…
-
comment
Comment #4512943
What was the the big feature of the iPhone 3GS?
-
comment
Comment #4450613
Please read this article[0] and educate yourself. The amount of misinformation surrounding the Apple-Xerox relationship is dizzying. edit: this article[1] is a bit briefer, and pro…
- story
-
comment
Comment #4029546
I think the routing in that example is meant to be Sinatra-style routing for lightweight applications.
-
comment
Comment #4020048
Sure. The founder (Daniel) has been involved in a number of businesses. If you had read his description, even just glanced it at for more than a second, you would have seen a fairl…
-
comment
Comment #4019956
Firstly, I'm not sure how much of the pitch deck you actually absorbed. Much of what you said is not "factually" true. Secondly, why would creating a well-designed pitch deck be an…
-
comment
Comment #3830984
Canada has the lowest debt to GDP ratio in the G7. We've been in surplus for the greater part of the last decade, and are soon to be back in the black. Broke? I'm not so sure about…
-
comment
Comment #3774116
Ok, but in this specific case, the premise of this being an item that is stealing attention away from the more significant cuts in the budget simply isn't consistent with reality. …
-
comment
Comment #3773135
This might be a good step, but we still haven't heard a plan from RIM on how they plan to adapt to the changing landscape. A shake up of upper management is good in principle, but …
-
comment
Comment #3732878
I'm curious; what data structure and algorithm are you using to achieve O(log n) routing?
-
comment
Comment #3725159
Cool. How does it turn the HTML into an actual jpg image?
-
comment
Comment #3654387
Really looking forward to traits. We have some hacks using interfaces and __call that we have been using to try and approximate traits, but the real thing is always much better. :)…
-
comment
Comment #3650966
I'm inclined to believe this is an error. I have wasted hours trying to figure something out in a textbook, before I decide to check the errors section and discover that it was jus…
-
comment
Comment #3650918
Bit confused here -- The author rewrites the initial values as: 1 0 2 0 2 3 He defines the keys array as: 2 3 4 6 Using the method defined in the article to find the values of each…
-
comment
Comment #3650198
Do your Sinatra apps have access to the Rails models?
-
comment
Comment #3548595
I think largely non-blocking I/O is a means to an end. Non-blocking I/O allows one to implement a single-threaded event loop, which allows one to skip all the overhead associated w…
-
comment
Comment #3402574
Yeah, except you lose the morning/night distinction, because they also suggest that the entire world use one timezone. This, in my humble opinion, seems to a very cumbersome and on…