• 0 Posts
  • 92 Comments
Joined 3 years ago
cake
Cake day: December 29th, 2023

help-circle






  • Squashed commits are not atomic … overall task requires modifying multiple different systems

    that’s why monorepos exist

    i’d say squashed commits aren’t always atomic, but this is one of the biggest reasons people add the complexity of a monorepo: if changes cross multiple systems, ideally their merge/revert should be an atomic operation

    you either have deployment complexity (ensuring the feature is in all deployed systems before switching over), code complexity (dealing with the feature only maybe exiting in parts of the system), or repo complexity (where tools manage a monorepo and thus commits and PR/MRs are atomic across your system)



  • i think these days the best practice for mobile apps re retention (other than sso or passkey) is to just ask for an email, then from the validate link continue with register

    reason being that more steps to register means more ways people are likely to drop out of the flow, and this is basically about as short as it can be

    when the user has validated their email, then they’re more invested so they are more likely to complete

    that also fits nicely with what we’re talking about with good security




  • sure, but if an application “requires” age verification for whatever reason, would you prefer the functional equivalent to clicking “i’m over 18 pinky promise” as a standard, or they use biometric data that they all implement differently and then there’s like 33.7 leaks in the next 6 months?

    like the whole thing is bullshit, but a file on disk is a wink wink nudge nudge sure we are compliant bud

    the true unix way: if you text editor you own the world


  • i took the phrase

    You don’t need to understand why they struggle, just accept that they do.

    to mean that you shouldn’t assume someone is lying. they just might have different circumstance or needs. that doesn’t invalidate their experience, just that you’re solving different problems (which may not have been well communicated, and also may not even be technical problems).

    if you’re trying to solve their problems, then sure that’s a discussing… but 99% of tech conversations on the internet like this are people berating others for “not understanding” the “simple” way it’s done because it works fine for them