quattro_4 scribble

scribble 落書き (調べた事をただ落書きする)

2013-03-01から1ヶ月間の記事一覧

NSScreencast Episode #2 Diagnosing Memory Problems

Diagnosing Memory Problems - NSScreencast over releasing Static analyzer (Menu -> Product -> Analyze) Profiler -> Leaks (Instruments) snapshot interval Profiler -> Zombies DON'T use nil in dealloc

NSScreencast Episode #1 Objective-C Basics

Objective-C Basics - NSScreencast interface (.h), implementation (.m) Instance Method(-), Class Method (+) can add line break in each argument objc_msgSend [recipient Message:message] arc (automatic reference countiing) [[Type alloc] init]…

NSScreencast Episode #11 Core Data Basics

Core Data Basics - NSScreencast Core Data Build Phases -> CoreData.framework mogenerator Relationiships sharedDataModel sqlite store Scheme -com.apple.CoreData.SQLDebug 1 App for Sqlite Menial » Base 2 insertInManagedObject CoreData book (…

NSScreencast Episode #12 Importing into Core Data

Importing into Core Data - NSScreencast CoreData add Build Phase on XCode mogenerator MBProgressHUD AFJSONRequestOperation dispatch_async 進捗表示(パーセント) むずい 慣れることだ

NSScreencast Episode #13 Setting up Jenkins

Setting up Jenkins - NSScreencast Jankins好きにはたまらない Mac上でJenkins brewで簡単インストール jenkinsでxcode projectをbuild

Ruby5 #350

Ruby5 - Episode #350 - March 5th, 2013 Bundler 1.3.0 - SSL, bundle install --trust-policy なんか最近bundle localで入れているgemのfetchが変なんだよな Signed Rubygems CoffeeScript 1.6.0 - Source Maps デバッグに有効? Postgres Tips - postgres…

Miyagawa's Podcast ep-4

Rebuild: 4: bkノート, Yak Shaving, Code Reviews (高林哲) blog -> Google plusにして、フィードバックとか少なくなったが気楽 結局自己満足みたいな話にもなってた yak shaving 初めて聞いたけどよくある 仕事関係なくて、時間もある程度あれば必ずしも悪…

Miyagawa's Podcast ep-3

Rebuild: 3: MessagePack (frsyuki, kiyoto) MessagePackは知らなかったし、使う機会もなかった バックエンドで使えて、とにかく速いらしい fluentdは興味あった treasure dataは知ってた Internet Engineering Task Force - Wikipedia の人が何か言っている…

RailsCasts #408 Ember Part 1 pro

#408 Ember Part 1 (pro) - RailsCasts backbone, angular gem 'ember-rails' rails g ember:bootstrap config.ember.variant = {{ }} 身近なところで超ember推しだった人が、今はknockout.js推しに心変わりした knockoutは表側に特化して分かりやすい感じの…

thoughtbot podcast Episode #38

thoughtbot Learn Episode #38 Standing out from the pack Githubの人らしい Ruby in Practice, Rails 3 Upgrade Handbook, MacRuby in Actionの著者 カンファレンス主催の話 カンファレンス主催の話が大部分だったみたい Boston college, マサチューセッツ…

Code School - videos (Creating RubyGems)

Videos Creating Ruby Gems ★★ files lib/mygem lib/mygem.rb mygem.gemspec tar zxvf mygem-0.0.1.gem lib is default require_paths $ gem push $ bundle gem mygem rake build rake install rake release git remote add ... github git push Testing bun…

Ruby5 #349

Ruby5 - Episode #349 - February 28th, 2013 Rails 4 - ruby 2.0, cache_digests, turbolinks singleton_process - 長時間かかるrakeがoverlapしないようにするのを保証する twitter-flight-rails - lightweight, component-based JavaScript framework Gri…

thoughtbot podcast Episode #37 ★★

thoughtbot Learn Episode #37 You're riding the Rails bro! CTO of thoughtbot 良く出たキーワードは Suspenders Gemfile thoughtbotのRailsのテンプレートプロジェクト Gemfileの中 aribrakeとか jqueryは評価してた psych multi thread使っていない トレ…

Code School - videos (Storyboard for iOS)

Videos Storyboard for iOS - Part 2 ★★★★ UITabBarController Relationship segue - view controllers change root view controller UINavigationController Action seque - push prepareForSegue viewWillAppear Storyboard使う使わないに関わらず、ViewCo…

Code School - Try iOS, CoffeeScript

Done Try iOS ★★★★★ CoffeeScript ★★★★ Videos Agile Best Practices ★★ Planning isn't free Bad feedback is a chance to improve Definition of 'Done' miscommunication Storyboard for iOS - Part 1 ★★★★ IBOutlet IBAction Assistant Editor Very usef…

thoughtbot podcast Episode #36 ★★

thoughtbot Learn Episode #36 A gem called exploit Nick Quaranto 名前聞いて分かった、Twitter上などで知っている人だった 37signals, RubyGemsのメンテナー BaseCamp iOS appをリリースした(RubyMotion製) RubyMotionの話 BaseCamp iOS Appを作った はじ…