90% of people aren’t worth the time

  • 6 Posts
  • 582 Comments
Joined 2 years ago
cake
Cake day: November 7th, 2024

help-circle




  • On macOS I just type the first few letters of the file/folder and because it’s in alphabetical order, I find it immediately. I don’t want to have to think “oh is this a file or a folder” then scroll around to the appropriate area.

    This reminds me of users who complain about <select> fields on websites: they always want some weird sorting instead of just tabbing into the field and typing a few letters.










  • I don’t mind this problem so much but what does drive me crazy with Docker images is that oftentimes all those crazy top level files are included in the Docker image (for no reason). I’ve even seen .git/ in Docker images.

    I prefer the Dockerfile itself to be at the top level but it feels like no one wants to keep their layers clean. But writing Dockerfile syntax is an art form in itself that I probably shouldn’t continue rambling about here.