svlla's comments

svlla | 15 years ago | on: Japan's Strict Building Codes Saved Lives

there are many who would classify some building codes as unnecessary and some as absolutely essential, but for others the difference between the two is just too much to fathom... and as a result of their brains hurting so much, or from ulterior motives, they come up with something completely asinine: remove all regulations, they're too hard, and let's just find out what happens!

turns out, most of the time that's actually too much for everyone else to fathom, frankly.

svlla | 15 years ago | on: Real cost of C++ exception vs error-code checking

Good point :)

Here's a different take, then, and probably harder to verify, but I am guessing is true:

Cache utilization has increased much more than RAM or HD, not just because programs are handling more data but also because of increases in program size and number of programs being run simultaneously.

Your hard drive is probably not full... RAM could be, depends on your workload... but I bet most caches are churning like mad, more than they used to be.

svlla | 15 years ago | on: Real cost of C++ exception vs error-code checking

"modern C++" has changed meanings so many times in the past 10 years that it's not funny anymore. there's always some "modern" solution in C++ that ends up causing more problems, leading to further "modern" solutions that end up... you get my point.

some folks have decided to get off the C++ feature treadmill and go back to, well... getting things done with solid languages (e.g. C) instead of learning about the latest C++ non-solutions to non-problems.

svlla | 15 years ago | on: Do C10K testing with gevent

you're only going to need 16+ IPs if you're making those outbound connections to the same destination IP & port... which seems unlikely.

svlla | 15 years ago | on: The Pragmatic Programmer

This book is like a self-help book... it mostly makes you feel good, otherwise mostly worthless. People who like this book are probably bad programmers.
page 1