Podcast: Play in new window | Download (Duration: 32:02 — 36.7MB) | Embed
Links
- A great presentation by Joe Sondow on the Netflix Asgard Project– a Grails application server that deploys to AWS. Highlights include:
- Obama for America used it to keep its sites rolling and alive
- Used to be Netflix Application Console
- It is only one of the open source projects on Netflix’s GitHub page.
- Reasons not to just use the AWS console include – you can hide the keys, customize the deployment model, automate workflow, log changes, and more.
- Also check out youtube.com/theasgardshow – a regular Q&A show they archive on YouTube.
- The Oboe.js Async Ajax Processing Project -Oboe.js’s makes web applications faster by wrapping https’s request-response model with a progressively streamed interface. It glues a transport that sits somewhere between streaming and downloading onto to a JSON parser that sits somewhere between SAX and DOM. It is small enough to be a micro-library, doesn’t have any external dependencies and doesn’t care which other libraries you need it to speak to.
- Is Rubinius X going to push Ruby into the fully functional and async I/O future? – Ken found this by reading a tweet : “Erik Meijer @headinthebox – rubini.us/2013/10/15/int…. Just use Scala. You are wasting your life.” Ouch. Reading through we found Rubinius X. Very interesting goals for the future of Ruby. Now how will JRuby and MRI deal with the changes?
- Akka persistence is coming.
- We had to peel Sujan off the ceiling on this one… Apple patent on Touch typing / Multi-touch upheld!!! – Um, what??? We just started to LIKE Android phones!
- Python 3.4 is out – Most of the new packages added directly reflect what’s going on in the software dev world right now including Async I/O, but also including data science research APIs in math, statistics, etc…
- The Free Lunch is Over, Again: Distributed Systems presentation by Andry Gross, Principal Architect at Basho (makers of Riak) is a great read about the future of multi-core distributed programming and how it is taking shape right now.
- I sure hope this is legit: Over 500 free programming books on GitHub – we had fun reading this one on writing unmaintainable code.