• 0 Posts
  • 8 Comments
Joined 2 years ago
cake
Cake day: July 7th, 2023

help-circle


  • Every time I read something like this it comes to mind that we’re more likely to remember the good bits of the past than the struggles. People use containers because the “works on my machine” problem was a constant pain.

    You can still ship code into production quickly if you pair program and commit to trunk to bypass the code review process, and have a CI/CD pipeline set up to automatically build and publish the package.

    And I’d much rather have a cloud env pull my code and automatically deploy something than manually transfer files over FTP.






  • valid question, idk why would people downvote it

    broken websites on desktop are rare and not nearly enough to drive a browser change, but they usually fall into two categories:

    1. websites that “break” on purpose for no good reason when they detect it’s not chromium. Either avoid the site or change the user agent.

    2. websites that degrade some functionalities because they rely on newer features or on how things appear on chromium. They’re usually CSS breakages and do not affect browsing that much.

    Support for manifest v2 greatly outweighs these potential issues imo.