• 0 Posts
  • 192 Comments
Joined 3 years ago
cake
Cake day: July 5th, 2023

help-circle

  • Have been working on moving what I can to a VM, but the systems I develop require physical access, and when I’ve asked, I’ve been told there is no way to give a VM access to the laptops ports.

    Many of the systems / devices are on physically isolated networks, use RS-232 or USB for access, etc.

    If there are netsec approved ways of passing physical ports to the VM that would solve a ton of my issues.


  • I think a lot of it comes down to the build team.

    We have a very strict build, and while there is bloatware I could do without, they’ve always been great about handing out new machines, so we generally stay ahead of it.

    The issue I run into is that at our company, I’m very much “That guy”, who needs all the exceptions and special software.

    While they’ve created some AD groups for me that provide most of what I need, transferring to a new laptop is a major procedure as I never know what new restrictions have been put in place that I’ll need exceptions for. It’s a constant battle between security and having the tools I need to do the job. I always have at least three laptops, one that I’m using, one I’m working on setting up, and the old one I can’t let go of.

    All that being said, yes, win 11 is an absolute pig compared to other options, once my machine is dialed in, I really don’t mind the environment.

    Course, it helps that my lab shares space with the end user IT support team, so all I have to do is call over my shoulder to have something fixed.












  • I’m considered an expert in my field, and with almost 20 years experience I tried what you are suggesting.

    The thing all us tech geeks forget about when starting a business, is all the stuff that actually goes into the running a business part of it.

    You want to focus on the work, but there are bills, invoices, client and project management, etc.

    I had clients, I had projects, but I didn’t have nearly enough time in the day to handle all of it.

    Then clients started paying late, causing all kinds of fees to stack up. So even when I had time to do the work, I was distracted and nothing got done the way I wanted.

    I tried hiring an admin, but it was too little too late. In the end I went back to being the in house guy at a large company, where I get to focus on the stuff I am good at and enjoy.

    I’m not saying don’t do it, I’m saying be very very aware about all the other elements before going off on your own.





  • For small projects, I’ll use csv files for my data.

    It’s much faster for me to prototype concepts in simple text files than designing and building a database.

    Once the project matures or scales large enough, I’ve usually reached the point I’m going to rewrite it from scratch “the right way”, so will build a database if it makes sense.

    Maybe one in twenty projects reach the point it’s worth moving.