But you'll need a powerful system with 64GB of RAM to use it.

Microslop thinks that "Clutter free" means "bundled with an always on LLM" 😸

you are viewing a single comment's thread
view the rest of the comments
[+] 0 points 1 day ago* (2 children)
  • [–] 5 points 1 day ago

    I could totally see that for the web stuff where I only make changes a couple of times a year. Usually when working on those I just delete the local DB before I start to keep it clean, but spinning up a new copy would be more efficient.

    For our desktop apps / server Postgres is always installed locally on the machine, so keeping it there mirrors "production".

    I spent most of my time working on those apps and services, or working on the Android client (or both at the same time when a feature requires that both change), and often on a copy of actual customer data as we do a lot of custom work for clients.

  • source
  • parent
  • [–] 3 points 1 day ago

    Yeah, that’s exactly the process- while you are building out a feature it hits a local DB and once it’s ready to integrate you push it to a shared environment.

    If you break dev, coworkers be mad

  • source
  • parent