• 0 Posts
  • 16 Comments
Joined 11 months ago
cake
Cake day: July 29th, 2023

help-circle



  • Show it, the studies have shown that workers are more productive when remote. Evidence would help make things easier to stomach with this insane RTO push. Covid is still kicking around, and the dramatic return to commutes is damaging to our planet.

    Coordination comes from competent leadership regardless of location. Any company larger than 10 people needs some way to handle coordination. Async coordination is really under trained and under utilized as a result but works really well with remote workers. You can’t async everything tho so synchronous coordination happens the same way remotely as it does in person, with a meeting and sequential execution. This is basic stuff for people who work with logic often like programmers who have had remote work opportunities for decades now.

    Mentoring, you’re worried about that when most companies won’t pay for training or provide time or bandwidth for mentorship. Assuming leadership is onboard with the actual costs and output reductions that come with mentorship, you collaborate mostly the same way IRL as you do remotely: by looking at a screen together. Which is far easier over zoom / teams. Or you ask questions in a call or through chat.


  • Firmly in camp conservative (yikes) Fav OS: Fedora Fav browser: Firefox Fav apps: Thunder and Element and technically feeder but only because I haven’t had the energy to write my own rss feed consumer nervously in dart/flutter

    I’m in the process of putting together my own next cloud and moving to proton mail. After that I’ll be able to install bridges from a self hosted matrix to discord for people and teams for work. I use edge, outlook, and teams on my work computer but it occasionally connects to my home network so at some point I’ll probably put it on an isolated vlan.









  • You could set up a docker with an exposed port for connections to the MySQL database server and run 20 databases inside it, that will come with its own risks fyi. You may have MySQL version mismatches to start with, you may have concurrent connections trying to use the same internal port, you may have a number of different situations where reads or writes take a much longer time due to other services wanting data.