2011-05-01から1ヶ月間の記事一覧

MIT Media Lab新所長、伊藤穰一とPivotalのCTO,Ian McFarlandが語る会に行った

27日(金)にこのイベントに行ってきたので、内容のメモ。 http://atnd.org/events/16029スライドがあって云々ではなく、ほぼ伊藤さんのフリートークで、時々、Ianが回答するという形式だったので箇条書き形式にて。 アジャイル全般 スクラムなど、日本から出…

原発やら放射線関連の自分メモ

前に、「100000年後の安全」を見に行った(http://d.hatena.ne.jp/seikoudoku2000/20110428)りもしたけど、メルトダウン発覚以来、子供がいることもあって、何かと原発のことが気になって、色々と見たり、読んだりしている。正直、それまでは原発系のニュース…

How to get longitude and latitude on MKMapView and handling the drag event.

I uploaded GeoHex v3 implementation by objective-c the othere day(http://d.hatena.ne.jp/seikoudoku2000/20110504), and I'll write some details about it.I wanted to implement not only GeoHex encoding which converts longitude + latitude to Ge…

Uploaded GeoHex v3 implementation by objective-c on github.

- https://github.com/seikoudoku2000/Draw-GeoHex - This app can convet the longitude,latitude to GeoHex v3 code and draw the hex where you dragged by your finger.But I'm a beginner in objective-c and this is the first time I use github, so …

Objective-CでMKMapViewの緯度経度を取得とドラッグイベントを制御する方法

先日、objective-C版のGeoHexをGithubにアップしてみた(http://d.hatena.ne.jp/seikoudoku2000/20110425)。実装にあたっての感想を少々。エンコード部分に関しては、javascript版やJava版が既にある(自分はJavaが一番経験が長い。)ので、そっちを元に同じよ…