Viewing profile — shajith
shajith
HN member- Joined
- Thu, Apr 29, 2010, 9:39 PM UTC
- HN karma
- 54
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About shajith
Recent public activity
-
comment
Comment #1750964
I don't use Facebook as much, but I follow a similar strategy for other things, like GMail. Instead of a different browser, I set up a 'site-specific-browser', like Fluid[1], for e…
- story
-
comment
Comment #1744191
Does anyone know if the "Message from Earth"[1] sent towards Gliese 581c can conceivably be received at this new planet? If there is intelligent life in that system capable of dete…
-
comment
Comment #1718729
Note that this specific fix doesn't need you to open/monkey-patch ActiveRecord::Base, you can just do ActiveRecord::Base.send(:attr_accessible, nil) in an initializer.
-
comment
Comment #1718598
Thanks for the web-app security pointers in the post: the RoR security guide[1] and the OWASP Top 10[2]. These should be required reading for anyone making a public web application…
-
comment
Comment #1718334
Here's something that illustrates the sort of thing you can do in this game: a 12x5 LED display built in-game[1]. Reminded me of the Dwarf Fortress Computer[2]. [1] http://www.mine…
-
comment
Comment #1717969
I agree with everyone else: try to get your old job back. Throw away the 'it will look ridiculous' idea - none of this will matter in a couple of months. If they were disappointed …
-
comment
Comment #1705755
You move your finger over the stock chart, and it reads out the X and Y values to you. Eg: "May 28 10, 256.17" (i.e, on May 28 2010, the stock was trading at $256.17). You can scan…
-
comment
Comment #1705747
That's quite a touching account. On a whim, I enabled VoiceOver on my iPhone (I'm sighted), and I must say I'm quite blown away. I recommend you try it if you aren't aware of this …
-
comment
Comment #1702481
"In reality, for a vaccine to be effective, the portion of the population that needs to receive that vaccination is significantly less than 100%." I'm curious to know if there have…
-
comment
Comment #1702094
Part of me wants to say 'Cut them some slack, they just put their work-in-progress code on Github like they promised!'[1], but I understand that most of the criticism stems from ca…
-
comment
Comment #1700278
Well, I hope they do, and soon. Been reading the code, and it's.. not good :(
-
comment
Comment #1700257
I think part of it's that the README is SO long. They should really move the installation documentation into a different github page or something.
-
comment
Comment #1699336
There is now a security email ID you can contact: exploits@joindiaspora.com It's been added to the README at http://github.com/diaspora/diaspora
-
comment
Comment #1689785
You should try giving feedback about the query, Gabriel's usually prompt in responding to issues.
-
comment
Comment #1682011
Regarding decompiling Flash-to-iPhone apps, CS5's iPhone app packaging feature produces binary executables[1], not embedded SWFs - so they should not be vulnerable to decompiling. …
-
comment
Comment #1681991
Got it, thanks. I finally got around to learning JSONP. JQuery's $.ajax API handles it automatically for you too (if you use the 'jsonp' or 'script' dataType options), which is ver…
-
comment
Comment #1680284
I'm curious: how do you get around crossdomain XHR limitations using tags? Thanks!
-
comment
Comment #1665257
One great starting point is ActiveSupport, specifically the core extensions: http://github.com/rails/rails/tree/master/activesupport/lib/... Though this library isn't really Rails-…
-
comment
Comment #1617927
Maybe McAfee has a patent portfolio that Intel fancies some use for?
-
comment
Comment #1548864
They have awesome swag too, I love my EFF cap: https://secure.eff.org/site/Ecommerce/267350841?VIEW_PRODUCT...
-
comment
Comment #1525074
Re: the timebox. I noticed that the 'strongness' of it makes the whole page jump visually when you update them en masse at each poll. I don't know what to think about the time-ago …
-
comment
Comment #1525009
Great clean type! Love the non-fussy auto-loading at the bottom of the page too (is there some kind of fade-in happening there?). I don't know if the italicized time of the post at…
-
comment
Comment #1522982
I share this sentiment towards RSS readers to some extent. I've done a similar signup-giveup dance with Google Reader several times. It is all the work it adds to my day that I dis…
-
comment
Comment #1522935
Nate Lawson debunked this and other arguments in a blog entry linked in the thread: http://rdist.root.org/2010/01/07/timing-independent-array-co...