10 depo
12 rax (STOP 600)
15 depo (STOP 43)
16 scout
16 orbital
17 2cc keep on the main
19 << engbay (stop opponent expand) >>
http://agilemanifesto.org/
http://confreaks.com/videos/44-agileroots2010-keynote-no-one-wants-your-stupid-process
http://www.targetprocess.com/blog/2011/05/visual-road-map.html
http://www.infoq.com/presentations/Collaboration-Over-Contracts
http://aaron.sanders.name/agile-fashion/12-agile-adoption-failure-modes-by-jean-tabaka
http://stevenmsmith.com/ar-satir-change-model/
http://learntoduck.net/thinkers-vs-doers
http://www.coachingagileteams.com/2012/06/14/agile/distracted-by-bright-shiny-objects-5-ways-to-increase-your-concentration/
http://agilitrix.com/2012/05/deep-insights-around-fear-risk-safety-and-vulnerability/
http://agilitrix.com/2012/05/commitment-is-to-people-not-sprints/
http://www.bredemeyer.com/links.htm
http://perfwork.wordpress.com/
http://blog.8thlight.com/uncle-bob/2012/08/13/the-clean-architecture.html
http://en.wikipedia.org/wiki/4%2B1_architectural_view_model
http://epf.eclipse.org/wikis/openup/core.tech.common.extend_supp/guidances/examples/four_plus_one_view_of_arch_9A93ACE5.html
Latency Comparison Numbers (~2012) | |
---------------------------------- | |
L1 cache reference 0.5 ns | |
Branch mispredict 5 ns | |
L2 cache reference 7 ns 14x L1 cache | |
Mutex lock/unlock 25 ns | |
Main memory reference 100 ns 20x L2 cache, 200x L1 cache | |
Compress 1K bytes with Zippy 3,000 ns 3 us | |
Send 1K bytes over 1 Gbps network 10,000 ns 10 us | |
Read 4K randomly from SSD* 150,000 ns 150 us ~1GB/sec SSD |
// ©2012 Viktor Klang | |
package akka.klang | |
import akka.dispatch.{ DispatcherPrerequisites, ExecutorServiceFactory, ExecutorServiceConfigurator } | |
import com.typesafe.config.Config | |
import java.util.concurrent.{ ExecutorService, AbstractExecutorService, ThreadFactory, TimeUnit } | |
import java.util.Collections | |
import javax.swing.SwingUtilities |