hyperbo.la :: lifestream
permalink

code yellow 😕

permalink

That was a 35-commit weekend. New features and improved code quality. #win https://github.com/hyperbola/hyperbola/compare/918f6d0f..4c331eee

permalink

Significantly refactored my #webpack static asset pipeline today. No longer build assets locally and check them in. Build happens as part of #ansible provisioning. #win https://github.com/hyperbola/hyperbola/commit/eaf5b3197

permalink

I added code block and syntax highlighting to my new #blog. Planning on using it for an upcoming post about #terraform.

permalink

#django is a joy to use. Making my new blog app was so easy. Each view is only two lines of code! #win

permalink

I accidentally skipped v0.139.0 today because prettier barfed during cutting the release and I forgot to reset my git tree. I guess I forgot to run prettier on my whole repo when I enabled it. #fail

permalink

I made a post on how your org chart shows up in your infrastructure: https://hyperbo.la/w/aws-org-chart/ #blog

permalink

I made a post on Prosperity's partnership with Finance: https://hyperbo.la/w/engineering-finance-partnership/ #blog

permalink

Further #cost optimized my #AWS infra. Saved $3/month by turning off CloudWatch monitoring and making my ASG out of spot instances https://github.com/hyperbola/hyperbola/commit/ffa0e34 #win

permalink

I had a #patch accepted to gunicorn https://github.com/benoitc/gunicorn/pull/1889

permalink

Jumped to latest #django 2.0.x and then to latest 2.1.x today. No deprecation warnings, smooth sailing. As a plus, I turned on PYTHONWARNINGS for my app in systemd #win