Saturday, 30 June 2012

Ricardos law of rent working.

Ricardian rent or the Law of rent
The Law of Rent states that the rent of a land site is equal to the economic advantage obtained by using the site in its most productive use, relative to the advantage obtained by using marginal (i.e., the best rent-free) land for the same purpose, given the same inputs of labor and capital[
Essentially this means that the bargaining power of the renter can never dip below the produce obtainable on the best available rent-free land, because whenever rent leaves them with less than they could get on that free land, they can simply move to the new location.
So in essence if the rent is too low it will be bid up by those who can make better use of the land, whilst those areas where the rent is to expensive will become vacant.
 Land and properties that are vacant for a long time are simply priced above what the local market can stand.

Simples.

Wednesday, 30 May 2012

  • The right tool for the right job, but don’t use 1000 tools. 
  • The art of scaling is getting done what needs to be gotten done, while staying as close to statelessness as possible, without introducing unneeded complexity by doing so.
  • Hardware vendors lie, appliance vendors lie. SSDs are great, but will not save you. Vendor lock-in is the anti-scale.
  • The thing is, the key to the whole thing is that finest granularity of locking. Once you have a lock deep down in your system, your whole system is a locked system. This "lock" is not a thread-lock, it could be a cross-shard-join, it is anything that is not inherently scalable. 
  
High scalability and the art of Scaling

Friday, 18 May 2012

Thursday, 12 April 2012

Some reasons for not using PHP

An interesting rand about PHP's deficiencies.
"PHP is not merely awkward to use, or ill-suited for what I want, or suboptimal, or against my religion. I can tell you all manner of good things about languages I avoid, and all manner of bad things about languages I enjoy. Go on, ask! It makes for interesting conversation.
PHP is the lone exception. Virtually every feature in PHP is broken somehow. The language, the framework, the ecosystem, are all just bad. And I can’t even point out any single damning thing, because the damage is so systemic. Every time I try to compile a list of PHP gripes, I get stuck in this depth-first search discovering more and more appalling trivia. (Hence, fractal.)"
http://me.veekun.com/blog/2012/04/09/php-a-fractal-of-bad-design/