It has transformed my thinking about data (i'm a postgres guy), and just made Rails more fun now. The sites I did are also blazing fast.
Ask HN: What are the best technologies you've worked with this year?
81–86 of 86 posts
Redis -- with Ohm. Really great. Build a bunch of sites with it. A nice replacement for ActiveRecord in many use-cases.
Now ready to redo some BIG sites that we have using just Redis.
Re: Ask HN: What are the best technologies you've worked with this year?
#82PubSubHubbub : Bringing an end to the stupid feed polling we're tried to fight for years (see SUP from Friendfeed, AtomStreams... etc).
Re: Ask HN: What are the best technologies you've worked with this year?
#83django, git, celeryd, mongodb, redis, tornado, appengine, superfeedr, phsb, and opencalais come to mind
Re: Ask HN: What are the best technologies you've worked with this year?
#84loose summary:
- dynamic languages: ruby/rails/merb/sinatra,, python/django/twisted/tornado, groovy/grails (nobody mentioned scala very much)
- FP, erlang, clojure, F#, haskell;
- noSQL: KV store, doc-oriented db, ..
- message queues and brokers: AMQP, rabbitMQ, XMPP,
- javascript/ browser capabilities: jquery, node.js, BOSH, other libs
- hosting, deploy, VCS: VPS, EC2, git,
Re: Ask HN: What are the best technologies you've worked with this year?
#85Tokyo Cabinet (key value storage: removed the "R" and "M" from "ORM", managed to get an object from disk to the client with the object being opaque to the server, cutting deserialization/serialization overhead down, implemented indexes to keep track of keys and got more of an idea of what MySQL does behind the scenes).
though it was a disappointment of the year for me.
performance degrades significantly after 2M of entries :(
Re: Ask HN: What are the best technologies you've worked with this year?
#86Java libraries aren't as simple as the Python counterparts, agreed and I too just built a sudoku solver http://sudokusolver.info seems like everyone has built one of those... I wonder why?