HN user

syaramak

20 karma
Posts0
Comments17
View on HN
No posts found.

Great comment. I just read a book called Ten Kings. It's loosely based on a small portion of the Vedas that talks about the 'tribes' in the indus valley region and the constant wars that took place for control of the fertile lands there. I guess the region wasn't as peaceful as it's pointed out to be.

Toward Go 1.3 12 years ago

Slightly off topic, but is there a mobile friendly version of this site?

Algorithms [pdf] 14 years ago

Yet another good book is Algorithm Design by Jon Kleinberg, Éva Tardos. What I like most about this book is that it contains tons of interesting, real-world examples and exercises that make the theory so much more fun.

The biggest gripe I have with single-letter variable names is that they invariably require mental translation to their full names before anyone can understand how they're being used. Even for those who wrote the code in question.

Just Scroll 14 years ago

It's on Limelight's CDN

www2.nissan.co.jp is an alias for nissan.vo.llnwd.net.

Vim clutch 14 years ago

I believe that'd be a non-issue since the "i" is always preceded by an "Esc".

We are trying to build a system that describes pricing rules for a set of products. After thinking about it for a while we have decided to use a table driven approach for capturing business rules describing the pricng structure. The columns capture the various attributes of the products/order form such as the territory it's sold in, the currency of the order, etc. The results/actions for each rule capture the prices. We choose to implement it this way for precisely the reason mentioned in the article - we want our end users to maintain the rules.

Some of the vendor facing systems I worked on definitely were not on AWS by the time I left in 2008. And there wasn't any plan on the map to migrate them at the time. But that was 3 years ago.