Viewing profile — shinuza
shinuza
HN member- Joined
- Wed, Apr 13, 2011, 8:39 AM UTC
- HN karma
- 61
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About shinuza
No profile information was provided.
Recent public activity
-
comment
Comment #10791228
Fun fact: Ruby 1.0 was released 19 years ago on this day.
-
comment
Comment #5913373
What about phalcon ( http://phalconphp.com/ )? Which reminds me of two things: [ ] TechEmpower Benchmark Round 6 was due today, but it was re-scheduled to the 25th [ ] Symfony shou…
-
comment
Comment #5867723
var a = {}; PHP != Javascript
-
comment
Comment #5867647
If var a = [1, 2, 3] a == a Returned false, it would by screwy. In this case the == operator behaves like the `is` operator in Python when comparing lists.
-
comment
Comment #5867617
> a.length 0 Same as the article, you are adding properties to a. A is an array, not an hashmap. Any index that is not a number will create a property, not a new index.
-
comment
Comment #5351444
Bitbucket at it again.
-
comment
Comment #4166501
I'll say something not related to the service but to the .title image. - You'd most likely want to do a sprite with the mousehover/mouseout images - Both images are 75kb-ish, so yo…
-
comment
Comment #3847553
I've being using this pattern since day one with Backbone.js. If you want to avoid spaghetti code you need to have a central mediator that will take care of the communication betwe…
-
comment
Comment #3561649
Maybe for the top level, but anything between that and the classname is useless IMHO.
-
comment
Comment #3559703
It's a good initiative but utterly wrong regarding best practices for css selectors. ol.tags li a span.meta Really? Why not something like: .tags-vertical .meta I like the overall …
-
comment
Comment #2727615
Cool stuff. I simplified it a bit : https://gist.github.com/1063836 Should work on Firefox 3+ and Chrome 4+
-
comment
Comment #2719578
I've been waiting for this feature for a long time, congratz.
-
comment
Comment #2657435
I'll be there!