obecalp's comments

obecalp | 16 years ago | on: Why Pair Programming Is Not For the Masses

Pair programming is good for UI/HCIish code and so so for other types of code. Studies have shown that human are not good at multitasking even though it makes them feel productive.

Personally I think pair programming is overrated while code review is still underrated.

obecalp | 16 years ago | on: Dynamic Web Development with Seaside

Most web designers don't grok <your_favorite_langauages>, but some limited template languages/tags. A web framework without template doesn't scale in terms of development resource unless you figure out a way to automatically translate a template delivered by a designer to your Smalltalk code.

obecalp | 16 years ago | on: Clever ideas that failed

Good lessons, except for 1, without doing that there'd be no Google map-reduce and Hadoop. Of course, this means you should be using Hadoop now.

obecalp | 16 years ago | on: The Problem with Design and Implementation

Short summary: he thinks that every line of code is design because the final code is the precise spec.

This is an interesting but narrow POV. What if you "design" an algorithm in Haskell and what to "translate" to another language? Calling the "translation" process design would be a bit of stretch. Implementation seems to be an appropriate word here.

obecalp | 16 years ago | on: The looming (storage) bandwidth wall

Retrieving data to process and storing back to some giant "storage units" are becoming more and more obsolete. The future is google style: data is replicated and backed up at all times and you push computation to data to explore data locality.

obecalp | 16 years ago | on: Keyspace 1.1 released

Paxos and consistent hashing on top of BerkeleyDB? This is getting old. 3-way replication levels at 12MB/s? Have they heard of replication pipelining?
page 1