Menu

Category

Archive

logo


Block'c Modification and Scope

2013-09-21 05:03:00 +0900

I often encounter Blocks when I write Objective-C. It’s always kind confusing for me. The syntax is awkward and I honestly cannot still understand why using Block is useful. I have read really a helpful book about this topic and I found the different concept of scope in Blocks. I’d like to write down it here. I believe I will be confused about it again.

...More


Debugging Node.js

2013-09-21 02:21:00 +0900

Recently I have just started studying Node.js and so I’m a still novice in Node.js. Therefore, there are many bugs in my code. That’s why I’d like to write down how to debug Node.js effectively.

...More


Update Provisioning

2013-09-08 19:24:00 +0900

One of my struggles was adding my second test iOS device to test my app by using Push Notification. I hope that this short instruction will help you.

...More


Prism and The Land of Liberty

2013-08-25 09:00:00 +0900

Nowadays, it is very difficult to hide our privacy. If you go somewhere with someone, he/she will post photos, videos of you or location information together with your SNS account. Even if your information isn’t open by your friends or yourself, this means you are silent online, which has meanings. For instance, as my experience of graduation of university of school of law, silence is enough to construct a crime of fraud in Japan. Even though it cannot construct the crime, your friends can guess you are bored and busy through your silence. Like this, silence is also a type of information because there will be much more information anywhere, silence is unusual.

...More


Introction to DropBox SDK

2013-08-12 09:00:00 +0900

This article might be too old.

There are many applications that can communicate with DropBox. DropBox is the most famous storage service mainly because of how easy people can use it. I’m pretty sure that you’ve heard about it and that most of you are also using it. So, it is natural to think of making applications interact with it. I’d like to introduce how to implement DropBox service in your iOS application.

...More