Viewing profile — mnstngr
mnstngr
HN member- Joined
- Sun, Aug 27, 2023, 2:41 AM UTC
- HN karma
- 26
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About mnstngr
No profile information was provided.
Recent public activity
-
comment
Comment #37540181
Thank you for Caddy! Going from a complex nginx setup to the delight that's the Caddyfile was a breeze. And a special call-out to your dedication to providing amazing documentation…
-
comment
Comment #37496683
Having a visual way to configure this makes it much more accessible to non-programmers, with error checking available through the host (Excel, in this case), while also reducing th…
-
comment
Comment #37351314
It's actually refreshing to see end-user documentation and answering the basic questions of “what can this do” and “why should I care” in the readme. Most projects jump straight in…
-
comment
Comment #37351183
Future generations are going to refer to today’s architectural style as the “HOA-approved” School or something equally silly.
-
comment
Comment #37283401
This is exactly what staged rollouts are for. The author ignored that best practice. You can halt any release as long as it is in progress. Once you mark it complete (defined as ro…
-
comment
Comment #37282788
Android as an OS does not support rollbacks. It can only upgrade apps in monotonically increasing `versionCode`s. The simple reason is that client side data may have been upgraded …
-
comment
Comment #37279016
Thank you for creating this! I’ve been looking for an alternative to Jekyll locally, while also sticking to the Jekyll repo format to use with GitHub Pages. (Because the repo forma…
-
comment
Comment #37278995
Try using Jekyll via Docker. The whole stack is managed without mucking around the rest of the system, and trivial to update.