Viewing profile — yror10
yror10
HN member- Joined
- Thu, Feb 24, 2011, 10:22 PM UTC
- HN karma
- 480
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About yror10
Recent public activity
-
comment
Comment #8664963
I instantly remembered speedsums once opening this site there. Went to the comments to check to see if it was referenced. Boom.
-
comment
Comment #8382075
If your working with a Ruby/Rails app, check out the pg_search gem https://github.com/Casecommons/pg_search It allows you to do the things in this article with ActiveRecord models.…
- story
- story
-
comment
Comment #7959773
Are you using any ORM for PostgreSQL in Node? Haven't found anything as good as ActiveRecord yet...
- story
- story
-
comment
Comment #7915061
Progress?
-
comment
Comment #7910415
Your parallax effect is nice!
-
comment
Comment #7879006
Obviously their social media agent uses tweetdeck...
-
comment
Comment #7864564
http://jsfiddle.net/S66zA/
- story
-
comment
Comment #7863016
It would be cool if they also add some kind of support for swift (or some variant) too.
-
comment
Comment #7834377
I'm certain there will be people on UStream and livestream doing mirrors.
- story
- story
- story
-
comment
Comment #7824323
I think this web server just lost it.
- story
- story
- story
- story
- story
- story
-
comment
Comment #7794136
If you write ruby and want TCO put this at the top of your .rb file: RubyVM::InstructionSequence.compile_option = { :tailcall_optimization => true, :trace_instruction => false }