F1 2010: Codemaster vs. Real World Rain (Monaco)
Just one advice: watch this thing in HD and prepare to lose you jaw. ... read more
Just one advice: watch this thing in HD and prepare to lose you jaw. ... read more
$ echo "Hello World!" This is my first post from a whole new backend. Yes, I'm leaving the underperforming and unreliable Bluehost Hosting for a scalable, distributed, load-balanced, reliable, powerful platform. I'm going Google. I'm moving to App Engine. To make App Engine serve my purpose, I picked a small, cute, interesting project to do the job: <a href="http://github.com/Arachnid/bloggart" target=_blank">Bloggart</a>, ... read more
This is a really amazing version of the Daniel H. Pink speech about Motivation. It all into it’s second book, “Drive: The Surprising Truth About What Motivates Us”. </param></param></param></embed> And, best of all, it’s all explained on a white board ;) ... read more
I can’t put it any simpler: buy and read those 2 books ASAP. Getting Real Rework This is proper stuff. This is stuff that translates into words what you, THE DEVELOPER, would like to have in your daily work life. And probably the reason for which having a pet project, something where you set the rules, helps remaining sane, and ... read more
This is a set of commets to some of the asserts made by Steve Jobs in his Thoughts on Flash. Safari has just ~5.5% of web users share [...] Apple even creates open standards for the web. For example, Apple began with a small open source project and created WebKit, a complete open-source HTML5 rendering engine that is the heart ... read more
This took some patience. Not to take the pictures themselves, but to bear with a group of trip-mates that were either freezing or bored to wait for me to take this 12 pictures -_- Roald Dahl Plass Do you like it? If so, I have a larger (way larger) version. ... read more
</param></param></param></embed> Show this to as much peoples as possible. It probably something some informed/smart people already know, but I admit that having someone making a video of it, makes it more “rememberable”, so more effective on (my) future behaviour. I’m cheese? I’m controllable through videos? Possibly, but in this case I’m OK with that. More at: The Story of Stuff. ... read more
I was writing some code to react at a textarea.onKeyUp. I take the size of the current textarea.val().length, update an element and do some other stuff. yawn The first version of the code looked like: $('#message').keyup(function(e){ $('#chars_num').html( new_len ); $('#sms_num').html( Math.floor($('#message').val().length / 161) +1) ); }); Working good, but was clearly slow: every keystroke was “giving back the cursor” too ... read more
I’m going to make a simple point. And because people that know me think I’m a “unfair-Google-aficionado-that-doesn’t-see-how-evil-Google-is”, I’m going to use Android as victim here. iPhone ruleZ Other OS? I’m not even taking into consideration old stuff like Symbian: is just too easy to trash it now-days (Qt is a whole different story though). Android is great... for developers I ... read more
Imagine you have a Binary Tree, with those characteristics: Nodes do not respect any order relation - In other words: it's not a Binary Search Tree of any kind Every node appears once and only once within the tree A nice Binary Tree Then, your little brother passes by your desk and, to upset you, deletes the tree from your ... read more