nusmella | 2 years ago | on: Accidental database programming
nusmella's comments
nusmella | 2 years ago | on: NPMprune: Remove unnecessary files from node_modules to optimize storage
nusmella | 2 years ago | on: Amazon Aurora Limitless Database
nusmella | 2 years ago | on: Google Drive files suddenly disappeared
Waited weeks to upgrade so that upgrade issues could be resolved by Google.
Lesson learned.
nusmella | 2 years ago | on: The Curse of Docker
- curl -fSLJO $RELEASE
- tar xvf $DOWNLOAD.tar.gz && cd $DOWNLOAD`
- make .
- mv $EXECUTABLE /usr/local/bin/$EXECUTABLE-$VERSION`
- ln -s /usr/local/bin/$EXECUTABLE-$VERSION /usr/local/bin/$EXECUTABLE
- # chmod 750, chown root:$appuser, etc
Works great for everything I've tried thus far. Redis, HAproy, Prometheus exporters, and many more.
nusmella | 2 years ago | on: Aurora I/O optimized config saved 90% DB cost
nusmella | 2 years ago | on: Aurora I/O optimized config saved 90% DB cost
We have a similar story with DynamoDB too.
nusmella | 2 years ago | on: My journey away from the JAMstack
>it costs less
That's only true if you have low traffic in which case why not host from a $50/mo (at most) VPC? If a business can pay your salary then surely they can afford an extra $50/mo cloud costs.
>you don't have to manage servers
However now you have to learn to write serverless functions that will execute in an environment fundamentally different from your local machine making it more difficult to develop. So you've reduced time spent in devops and increased time spent in development.
nusmella | 2 years ago | on: Whom the gods would destroy, they first give real-time analytics (2013)
After 10 years of building SPA "web apps", that data synchronization mechanism feels ahead of its time.