Ask HN: How do you manage too many open tabs? 5 days ago
When my tabs get out of control, I keep only the ones I can still remember why I opened. The rest is just noise at that point.
HN user
When my tabs get out of control, I keep only the ones I can still remember why I opened. The rest is just noise at that point.
Database is locked got me too. Setting busy_timeout to something nonzero fixed most of it.
Nice. I switched to .backup for live DBs because .dump locked me out once. The .part + mv trick is clean though.