opensas

↗ HN profile [ 698 ms ] full profile
Karma
47
Created
January 10, 2012 (14y ago)
Submissions
0
  1. Canonical is trying to come out with it's own high-end Ubuntu Mobile, and to achieve it they expect to raise 32 million dollars (!) from crowd-founding. But, in my opinion, their offer is not tempting enough for us, the…

  2. This is the third part of a series of articles that shows how to use several really nice tools to play with open data. First we took our google contacts and used open refine to clean up and geocode our contacts. Now we…

  3. In this article we will see how to use OpenRefine to enrich our datasets with data from any web service available on line. We will learn how to use Google and OpenStreetMaps web service to geocode the addresses of a…

  4. Playing around with data is not an easy task. There’s no secret formula for successfully finding your way through a bunch of pdf, csv, excel, APIs or whatever else you might have to deal with. There’s not even a single…

  5. JsFiddle is a great tool to show bits of JavaScript code in action. And Jasmine is a test-driven-development for testing JavaScript code, that comes with a clean, obvious syntax so that you can easily write tests.…

  6. Google Chrome Workspaces alows you to edit you javascript and css files right from your browser, and having them automatically updated on your file system and viceversa. Unfortunately, getting it to work on Chromium…

  7. In this series of articles I try to tackle several of the most common and most annoying issues you might encounter working with JavaScript. I present a very simple Backbone application that starts to show some strange…

  8. En el último podcast de Java Hispano han publicado una entrevista a Jorge Aliss (@jaliss) y Sebastián Scarano (@develsas), dos entusiastas miembros de la comunidad Play y asiduos colaboradores de este blog. Aquí tienen…

  9. Playframework + Google Guice (playlatam.wordpress.com)

    In the last few years Dependency Injection has has evolved from being an obscure and little understood term, to become part of every programmer’s toolchest. In this article we'll see how easy is to integrate Guice, a…

  10. Playframework 2.0 is right around the corner, and it’s core is programmed in Scala, so it’s a wonderful opportunity to give this object-oriented / functional hybrid beast a try… Like many others, I will pick a very…

  11. We all know the story. You start a new and shinny web application, and at the beginning it's all about adding features and fullfilling requirements. Sooner than later, you'll realize that you have to put some order into…