koolkao | 9 years ago | on: Introducing Lottie: Airbnb's tool for adding animations to native apps
koolkao's comments
koolkao | 9 years ago | on: Hello, I’m Mr. Null. My Name Makes Me Invisible to Computers
koolkao | 10 years ago | on: Building an IBM Watson-powered AI Chatbot in 50 lines of code
koolkao | 10 years ago | on: Gun – “Self-hosted Firebase”
With such proliferation of self hosted FireBase, can anyone in the know share their experiences with these solutions?
koolkao | 11 years ago | on: Firebase is Joining Google
For my applications in healthcare I'm often forced to use in-house servers.
koolkao | 11 years ago | on: Boiling Sous-Vide Eggs Using Clojure's Transducers
koolkao | 12 years ago | on: Your Path to a $16B exit? Build a J2ME App
koolkao | 12 years ago | on: Whoosh – Fast, full-text indexing and searching library in Python
koolkao | 12 years ago | on: Easy Steps to a Complete Understanding of SQL
I made some queries that are analogous to my temporal query needs
Here I'm looking for every student, other students with DOB within 2 weeks of the given student: http://demo.htsql.org/student.define(similar_students:=%20(s...
Here for every semester with at least one student, I find the oldest and the youngest students enrolled: http://demo.htsql.org/semester%20.define(starting_students:=...
No being a computer scientist I have to admit I do not appreciate the intricacies of the 'problems with SQL' blog entries. But working with htsql I gotta say it seems a lot more intuitive than SQL. It feels like the logic correspond much better to my mental model. And that there is much less of the jumping up and down the code to nest my SQL code logic that I find myself doing all the time.
Is there a way to install this on a PostgresQL instance on Win8?
koolkao | 12 years ago | on: Easy Steps to a Complete Understanding of SQL
how does htsql do with this?
koolkao | 12 years ago | on: I’m Thinking. Please. Be Quiet.
Do you have more info on the introvert/extrovert link?
koolkao | 12 years ago | on: Yesterday I Wrote My First Firefox OS App
Source? I don't think this is the case
koolkao | 12 years ago | on: Yesterday I Wrote My First Firefox OS App
it seems that Android as a solution to the problem of a mobile phone is overshooting a big chunk of the market. in that sense I think FxOS is in a good position to disrupt the mobile space.
now how can I get my hands on a phone??
koolkao | 12 years ago | on: Yesterday I Wrote My First Firefox OS App
koolkao | 12 years ago | on: Superconductor – real-time data visualization using WebCL, WebGL, Web Workers
koolkao | 13 years ago | on: Free 2 day Berkeley "big data" class this week
koolkao | 18 years ago | on: Where Google AppEngine beats AWS
The problem with GAE as many have pointed out is being locked-in to the GAE architecture. I'm betting on open source systems built on top of AWS, specifically scalr. Can anyone comment on their experiences with scalr?
koolkao | 18 years ago | on: Developers: Will you ditch Amazon Web services for Google AppEngine?
The perceived probability of "getting popular enough" is for most start-ups non-zero. Else many start-ups would not even exist at all. That is, the expected value of the entire start-up endeavor, E(start-up)--say in the unit of dollars--is driven by these rare, but extreme outcomes.
Given this is the case, my impression is that: P( failure to scale | RDBMS ) > P( failure to scale | BigTable/simpleDB ) (that is, it is much more difficult to scale up RDBMS than BigTable/SimpleDB)
and P( success | failure to scale ) is near 0,
then it makes sense to prepare for that possible rare outcome of having to scale, in order to preserve that expected value.
I love the idea of this tool.
This came just at the right time. I'm putting together a series of animations for patient education. In trying to make things cross-platform I had to resort to AE and non-interactive video. Lottie looks like it will enable me to string together something nicer, using native drawing functionality, and can incorporate more interactivity.