quantumf | 2 years ago | on: In 2024, please switch to Firefox
quantumf's comments
quantumf | 4 years ago | on: Show HN: A game that tests how well you know your local area
quantumf | 8 years ago | on: Against an Increasingly User-Hostile Web
quantumf | 8 years ago | on: Principles of Sharding for Relational Databases
There are applications that
* are mature and complex
* with 100s of tables
* serving millions of users
* have to be broken into multiple micro-services
* have developer resource constraints
So you're easily looking at a 1-2 year project, not 1-8 weeks.You've also ignored some of the complexities, such as resharding (moving data between shards), which may significantly add to the cost of the project.
quantumf | 9 years ago | on: Why I Don’t Talk to Google Recruiters
quantumf | 9 years ago | on: Arrested by Undercover Officers After Trying to Sell His Laptop Online
quantumf | 10 years ago | on: Oracle finally launches Elastic Compute Cloud, 9 years after Amazon debuted EC2
quantumf | 11 years ago | on: Why Inequality Matters
quantumf | 12 years ago | on: Bitcoin hash-rate exceeds total computing power of all the world’s computers
quantumf | 12 years ago | on: REST Client for Google Chrome
GET XUsername:ADMIN https://localhost:443/resources/myresource/1 HTTP/1.1 Host: target
gives an error in the REST: "Your request contains errors"
quantumf | 12 years ago | on: REST Client for Google Chrome