London based software development consultant

  • 719 Posts
  • 94 Comments
Joined 5 months ago
cake
Cake day: September 29th, 2025

help-circle













  • I think you’re misconstruing the author’s argument, at no point does the author imply that Claude knows best, or that Electron apps are better. Their closing argument is certainly not an endorsement for Electron or AI slop.

    Don’t get me wrong: writing this brings me no joy. I don’t think web is a solution either. I just remember good times when native did a better-than-average job, and we were all better for using it, and it saddens me that these times have passed.

    I just don’t think that kidding ourselves that the only problem with software is Electron and it all will be butterflies and unicorns once we rewrite Slack in SwiftUI is not productive. The real problem is a lack of care. And the slop; you can build it with any stack.
























  • There are some really good tips on delivery and best practice, in summary:

    Speed comes from making the safe thing easy, not from being brave about doing dangerous things.

    Fast teams have:

    • Feature flags so they can turn things off instantly
    • Monitoring that actually tells them when something’s wrong
    • Rollback procedures they’ve practiced
    • Small changes that are easy to understand when they break

    Slow teams are stuck because every deploy feels risky. And it is risky, because they don’t have the safety nets.