Viewing profile — opensas
opensas
HN member- Joined
- Tue, Jan 10, 2012, 5:54 AM UTC
- HN karma
- 47
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About opensas
No profile information was provided.
Recent public activity
-
comment
Comment #35332322
the inconsistency comes from the fact that this reactivity, triggered from inside a function, is not taken into account to build the dependency graph and ultimately decide in which…
-
comment
Comment #35332292
top level variables are reactive even when updated inside a function, just give it a try: https://svelte.dev/repl/44e3aece18294ddb834bcdfb4394af48?ver... ` let name = 'world'; cons…
-
comment
Comment #35331835
> The $ label is one technical reason why I would be hesitant to adopt Svelte for larger projects. It's a core part of Svelte that you can't always avoid, and I think the potential…
-
story
A few ideas to foster Ubuntu edge founding
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 o…
-
story
Publish your own geocoded web services with CartoDB
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 cle…
-
story
Using OpenRefine to geocode your data using Google and OpenStreetMap API
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 se…
-
story
Journey to the open data jungle with OpenRefine, CartoDB, Leaflet and Javascript
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 t…
-
story
Sharing you JavaScript Ninja secrets: Run your jasmine tests on jsFiddle
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…
-
story
Live hot-code reloading with Chromium browser on Linux
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. Unfortunat…
-
story
Troubleshooting Javascript & Backbone - part 1
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 applica…
-
comment
Comment #4673523
great article...
- story
- story
- story
- story
- story
- story
-
comment
Comment #3698324
and a shiny new play framework site http://www.playframework.org/
-
story
Podcast en Java Hispano: Introducción a Play Framework
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 c…
- story
- story
- story
-
comment
Comment #3557727
here's another interesting link http://www.dzone.com/links/dependency_injection_with_play_fr...
-
story
Playframework + Google Guice
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 s…
-
comment
Comment #3459617
nothing - http://playlatam.wordpress.com/2012/01/13/first-steps-with-s...