• 2 Posts
  • 34 Comments
Joined 1 year ago
cake
Cake day: June 30th, 2023

help-circle











  • Recently I had to do an update to the underlying environment a codebase ran on. This was a somewhat involved upgrade and took a longer period of time than most of our work usually does. I did it in a separate worktree, so I didn’t have to constantly rejuggle the installed dependencies in the project, and could work on two features relatively concurrently

    It also provides some utility for comparing the two versions. Nothing you couldn’t do other ways, but still useful







  • An ad hoc sorting system for a grid of tiles on an enterprise app

    Instead of sorting across row wise, it sorted columnar. So it was

    A E I M
    B F J N
    C G K O
    D H L P
    

    Instead of

    A B C D
    E F G H
    I J K L
    M N O P
    

    This was a requirement from the CEO. Since we used this project (dogfooding) we stuck a secret search box/command palette in, which you could hit . and then type the name of the thing you wanted and click it