• 2 Posts
  • 90 Comments
Joined 1 month ago
cake
Cake day: June 4th, 2024

help-circle








  • For me in a big city it’s the annoyance of always being a part of the crowd. My free time is the same as everyone else’s now so traffic is always terrible on my days off (weekends), stores are always packed before/after work. Even walking my dogs becomes annoying because every other dog in the neighborhood is outside too.

    Thankfully I work from home so I try to get out and walk the dog during lunch; if I have any errand to run I can just take my lunch later when everyone else has gone back to the office.

    The other hard part for me is the afternoons; they drag on endlesssly. As a night person waking up in the morning was just killer, but I’ve finally adapted after… 10 years.












  • I should be more clear: specifically I was rebuilding a Docker image based on Debian and needed Node.js for one build step, then Ruby for another as well as the final image.

    In the Dockerfile there were a ton of weird commands for simply installing Node.js and Ruby whereas on Alpine Linux I could simply install the needed versions from apk. I understand it’s preferable to build these from scratch but in the case of Node.js I was looking to simply compile a bunch of assets then throw away the layer.

    I could’ve spent a bunch of time figuring it out for Debian but I wanted a smaller image in the end anyway too.