dr01d's comments

dr01d | 7 years ago | on: “Lambda and serverless is one of the worst forms of proprietary lock-in” (2017)

Zero maintenance? What about standing up multiple environments for staging, prod? Sharing secrets ,keys, and env vars? Deployments? Logging? No migration time down the line? I'm pretty sure GCP, Azure don't have Lambda, SQS, or EC2 load balancers so you absolutely will have migration time if you have to retool your implementation to switch cloud providers or products.

dr01d | 7 years ago | on: “Lambda and serverless is one of the worst forms of proprietary lock-in” (2017)

In most cases, very few companies have products that need to scale to extreme load day 1 or even year 1. IMO, instead of reaching for the latest shiny cloud product, try building initially with traditional databases, load balancing, and caching first. You can actually go very far on unsexy old stuff. Overall, this approach will make migration easier in the cloud and you can always evolve parts of your stack based on your actual needs later. Justify switching out to proprietary products like lambdas, etc once your system actually requires it and then weigh your options carefully. Everyone jumping on the bandwagon these days needs to realize: a LOT of huge systems are still rocking PHP and MySQL and chasing new cloud products is a never ending process.

dr01d | 8 years ago | on: Ask HN: How do you manage your projects in vim?

Using various plugins: nerdtree for filebrowsing, gitgutter for git status notifiers, vim-go for code formatting and linting etc, supertab for tab completion, various syntax definitions, and a custom .vimrc built over years that I use with each of my workstations.
page 2