Blog Archives

Want to learn how to code? We made an app for that!

Every year more and more people learn how to code – in the next four years 8 million people will become developers 🙂 source I was lucky to have a computer when I was young and by the time I was

Tagged with: , , , , , ,
Posted in Uncategorized

Here’s a question for you!

  It’s not about programming. It’s not about technology. It’s not about numbers. It’s not about STARTUP BUZZWORD. It’s all about people. The internet is part of our society and it’s making our lives better every day. Many try to get rich

Tagged with: , , , ,
Posted in entrepreneurship, startups

How to make robots talk to each other

… – Is Siri your friend? – I don’t know siri. – How about John, then? – John who? – John Smith. – What about John smith? – He is John Smith. – I mean John shepard. – No, John

Tagged with: , , , , , , , ,
Posted in hack, ruby

My favorite hack with the Objective-C Runtime

The Objective-C runtime allows you to look under the hood of your code and play with it while it is being executed. You can see the properties and methods of a class, it’s super class, and the methods and properties from a

Tagged with: , , , , , , , , , , ,
Posted in hack, ios, magic, objc, objective-c, runtime

Versions matter

I get a little crazy about having the latest version of the software i like. Today i wasted about four hours of work because of that. I was installing ruby on a VPS following the steps from this article and

Tagged with: , , , , , ,
Posted in ruby, TIL