• 0 Posts
  • 11 Comments
Joined 2 months ago
cake
Cake day: October 31st, 2025

help-circle


  • I have an opinion that, as everything else in software, depends:

    If there are tens of teams working on the same repo, it’s chaotic. Separating into smaller ones makes it easier to deploy, specially when there are db migrations involved.

    If there are fewer teams, there’s two approaches: monolith monorepo, or monorepo with separate projects, but with single deployment pipelines. I prefer the latter, as testing changes and deployment isn’t as chaotic. I also prefer when each subproject has it’s own DB, so the migrations can be separated. There’s nothing I hate more than dealing with migration conflicts



  • I like the options to customize it, but there’s an issue with the current build’s version of Firefox, as some deep-links (that open apps) don’t work properly. This causes Obsidian Web Clipper to not work at all. I had actually reported it on the main Firefox bug tracker, and it was later fixed in another build, but Waterfox still haven’t upgraded that yet. I switched to IronFox, although there’s no option to change the browser theme. I also would like if the address bar button could be customized, since it’s different in Waterfox. I’m even considering making a fork of IronFox just to add those, I know there’s an existing for that adds OLED theme to it, I could base on it.