• 0 Posts
  • 184 Comments
Joined 2 years ago
cake
Cake day: November 13th, 2023

help-circle






  • Fellow tech-trash-disposal-engineer here. I’ve made a killing on replacing corporate anti-patterns. My career features such hits and old-time classics like:

    • email as workflow
    • email as version control
    • email as project management
    • email as literally anything other than email
    • excel as an relational database
    • excel as project management
    • help, our wiki is out of control
    • U-drive as a multi-user collaboration solution
    • The CEO’s nephew wrote this 8 years ago and we can’t get rid of it

    In all of these cases, there were always better answers that maybe just cost a little bit more. AI will absolutely cause some players to train-wreck their business, all to save a buck, and we’ll all be there to help clean up. Count on it.











  • NGL, writing pure functions in Rust is fantastic. Writing responsible code that handles all the error conditions turns the “happy path” into hamburger. Even with the ergonomics of Result, Option, and even ?, code just sprawls and becomes a readability tradeoff. I’m only a few months into Rust at this point, and I have a lot to learn, but it’s tempting to just .unwrap() and .expect() where I think it’s unlikely to fail.