• 0 Posts
  • 148 Comments
Joined 3 years ago
cake
Cake day: June 20th, 2023

help-circle
  • Fair point, and taken. Interviews are a two-way street: the candidate should ask about everything that matters to them, and the company should ask about everything important they want.

    To avoid situations like this, it’s best not to assume anything unless you ask first. Windows is the de facto standard in business, yes, but not everywhere and not in every industry.

    If your work OS matters to you enough that you will pass on the job if you can’t pick, then you should ask. I would not want to hire someone who will be miserable in the job. And as a middle manager I probably don’t have enough pull to make an exception just for this guy anyway.

    Rock stars play by their own rules and they will get whatever they ask for. For the rest of us, we just have to take what we’re issued.



  • I’m on Fedora, so ironically in experiencing more frequent updates and rebooting than on Windows. I simply changed the reminder frequency. Due to the nature of Fedora being on the leading edge, I do sometimes experience a glitch here and there but nothing yet that has turned my system unstable.

    Most of my hardware is compatible, except my Blue Yeti needs unplugged and reconnected after every reboot.

    I still have a laptop on Windows 11 and I miss Linux when I use it. I’m have to try and get Linux running on that someday, but hardware support is a little more iffy.

    I don’t miss any software. I had to give up Adobe Lightroom, but that felt more like leaving an abusive relationship. I went to Digikam and she’s been treating me with respect. I also use Rawtherapy, which is great but has a learning curve.

    So I’m conclusion: if your hardware is supported and you’re not opposed to learning new software I don’t think you’ll miss it. I haven’t.






  • I love it, but it does not work for everyone

    I have my own separate office in my basement with plenty of privacy. I stick to a normal work schedule. And perhaps often overlooked: my team is all remote as well.

    The last point is important: if your team is both on and off site, it can be difficult to make sure everyone is included in all the casual information sharing. My team uses a shared Teams chat as a low friction water cooler, which works great for us.

    We often jump on a voice call with screen sharing too work together. It works even better than in person because we can both have our own computers instead of one person looking over the other person’s shoulder.

    If you have a good manager, they may be able to mitigate this, but it’s more difficult than it sounds. If not handled correctly, this can lead to team segmentation and isolation. Working hybrid can sometimes get around this while still being flexible enough that people can wfh when they need to. For any business it needs to be the decision of the direct managers so they can decide what is right for their team.

    That all said, I love not having the 1.5hr commute anymore, no walk-in interruptions, being able to run errands or go to appointments without taking the whole day off etc. It’s a major part of my job satisfaction.

    If your commute is reasonable and you get satisfaction from going to the office then maybe you’re happier on site or hybrid. Full time wfh can be lonely at times.

    If you hate going in to the office, make sure your environment at home is set up so you can focus and work as effectively as at the office and give it a shot. Talk to your manager. You may need to convince them it’s a good idea first.



  • I see. My concern was with security scanning tools often put on computers by enterprise IT departments but it sounds like that’s not the case here.

    In your situation, assuming you’re not finding what you seek with journalctl, I think I would use a tool like vmstat or sar to collect periodic snapshots of CPU, memory, and io. You can tell it to collect data every X seconds and tee that to a file. After you reboot you can see what happened leading up to the crash. You should be able to import the data into a spreadsheet or something for analysis, but it’s not very intuitive and you’ll need to consult man pages for the options and how to interpret them.

    There are a lot of good suggestions in this thread. I would lean towards a hardware or driver issue, maybe bad RAM. Unfortunately these things take a lot of trial and error to figure out.


  • It may not be the raw RAM usage.

    My first suspect is the Windows VM especially if it’s running enterprise security software 4GB is probably not enough for modem Windows and it could be trying to use its page file, thrashing your disk in the process.

    Are you able to collect some data from system monitor on paging and disk activity? That could help you narrow it down. You can use btop for a quick terminal option if your gui is non responsive (assuming your could switch to a console). Vmstat is another option that you can run in the background to collect stats over time, but it’s not user friendly.



  • 100% this. I was going to post what you said as well. But I will add that in the US, if you use 24 hour time, most people just refer to it as military time. If you tell them the difference they don’t really care.

    In the US 24h is virtually never used in a civil context, but in scientific, engineering, and medical contexts it is ubiquitous.








  • Thank you for the recommendation. I would consider it again if my day job switched to Linux (unlikely).

    I did try Rider on Linux a while back, but just couldn’t get my head around it. I’ve become too used to Visual Studio on Windows (with Resharper).

    I don’t do a lot of C# outside of my day job, though, so VS code is fine for my uses.