Pronouns: he/him/his

  • 1 Post
  • 140 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle




  • Here’s how I approach old and slow:

    1. Older software is mature and battle tested. It’s been around long enough that the developers should know what they’re doing, and have built a strong community for help and support.
    2. Slow is okay when it comes to accuracy. Would I love to back up my gigabytes (peanuts compared to some of you folks out there with data centers in your attics) in seconds? Yes. But more importantly, I’d rather have my data be valid for if I ever need to do any kind of restore. And I’ve been around the block enough times in my career to see many useless backups.




  • I imagine the better argument (in my opinion) would be to not use generic names such as btn, as they are redundant and offer little self-documentation of their use.

    Instead, I believe a combination of selectors and classes would be more meaningful, and encourage readability. For this particular scenario, I would go with a button selector to give all <button> tags a consistent basic styling, and use aptly-named classes like .cancel, .primary, and .destructive to add more styling for specific button purposes.

    Then if I need to find all Cancel buttons, I can use a button.cancel query selector and only get Cancel buttons.







  • I’m going to try to replicate as much of Postman as I feel is useful - minus the AI crap and the whole third-party cloud services. I do plan on using iCloud for personal storage, and I’m thinking GitHub for team sharing (admittedly, that feature is a ways off, and I’m open to suggestions).

    I’m using SwiftUI to build the app. I think once I get a stable macOS version, I might do an iPad version too.