chewbranca | 14 years ago | on: Node.js to pass Ruby on Rails in search popularity
chewbranca's comments
chewbranca | 14 years ago | on: Node.js to pass Ruby on Rails in search popularity
chewbranca | 14 years ago | on: Heavier people should pay more to fly
chewbranca | 14 years ago | on: Big Data: principles and best practices (new book)
Lists all of your ebooks with quick download links and last updated times for meap books. Been using it for a while now with no issues.
chewbranca | 14 years ago | on: RMS on evil developers, spying social networks, the legitimacy of Anonymous
chewbranca | 14 years ago | on: Ask HN: How many of you built a profitable startup while having a day job?
chewbranca | 14 years ago | on: MS washes its hands of the UEFI/Linux mess
Edit: reply to comments on spec and disabling boot loading.
FYI, I haven't read the spec, and I based my statement from the other article on the home page: http://www.theregister.co.uk/2011/09/26/uefi_linux_lock_out_...
The relevant quote is: "Garrett said that Windows 8 certification requires that hardware ship with UEFI secure boot enabled. A feature allowing secure boot to be disabled – necessary to run Linux and FreeBSD on certified systems – is not required for certification."
And further: '"We've already been informed by hardware vendors that some hardware will not have this option," Garrett writes in a flow-up blog post to his original critique of the technology.'
chewbranca | 14 years ago | on: Ask HN: What API to the physical world do you wish existed?
chewbranca | 14 years ago | on: Shen 1.7 available
chewbranca | 14 years ago | on: Announcing Amazon ElastiCache - Managed Memcached
However, the automatic failovers is very nice. From Vogel's blog: "Amazon ElastiCache automatically detects and replaces failed Cache Nodes to protect the cluster from those failure scenarios." That is definitely nice.
Elasticache does seem to be sitting in an awkward middle ground between renting of instances and paying for usage in an API.
Edit: after thinking about it more and reading some of the comments, I think an ideal setup would be an API to a memcached like datastore with buckets so I can specify max-size, redundancy, expiration methods, etc on a per bucket basis. Even nicer setup would be all of that plus redundancy and HA across availability zones and regions.
chewbranca | 14 years ago | on: SSH productivity tips
chewbranca | 14 years ago | on: Milestone for MIT Press’s bestseller, "Introduction to Algorithms"
chewbranca | 14 years ago | on: What's a Closure?
chewbranca | 14 years ago | on: SICP is Under Attack
chewbranca | 14 years ago | on: Sqlite and couchdb creators announce unQL. SQL for NoSQL
In CouchDB, running a filter on top of view results is something you can only do in list functions or client side, so I am very curious to see how they incorporate this into CouchDB.
chewbranca | 14 years ago | on: Sqlite and couchdb creators announce unQL. SQL for NoSQL
chewbranca | 14 years ago | on: Poll: What should be done about the endless repetition of stories?
Its a design choice that has pros and cons. One related problem that I find more relevant than multiple posts from multiple sources, is the life time of posts on hacker news. Once something fades from the front page, it falls into irrelevance aside from reference for google search. Which is again a design choice, and I'm not sure the future goals of the site are to support long term discussion.
chewbranca | 14 years ago | on: Kue - redis backed priority job queue for node.js
I want to be able to use a job queue as a standard way to communicate between various language backends, so I can use different tools for different jobs. I've started looking into beanstalkd as it has an impressive list of client libraries: https://github.com/kr/beanstalkd/wiki/Client-Libraries.
I'm curious to hear if anyone has any thoughts/experiences/recommendations on using open source job queues to facilitate background processing between different languages and backends. I'm already using redis and resque, something like rabbitmq is overkill, and I just started looking into beanstalkd.
chewbranca | 15 years ago | on: Clojure on Heroku Cedar stack
I'll edit my original post to clarify.
On a more serious note, thanks for the great work Heroku! Very excited to see you guys turning into a generic service platform with a strong API based addon presence.
chewbranca | 15 years ago | on: Clojure on Heroku Cedar stack