the work laptop is the only computer i own - what is the minimum fix to get a side project off it
Standard clause about company resources in my contract, plus a management profile I cannot inspect. I have been writing the project on it at night because it is the machine I have, and I know that is dumb.
What I do not know is what the minimum viable fix is. Is a cheap second laptop enough on its own, or is it the accounts and the network that actually matter?
@perlite_pete · 4mo ago · 2 replies
The machine is the easy half and the cheap half. A refurbished business laptop from three or four years ago is under $250 and will happily run an editor and a browser.
The half people forget is accounts and network. If your personal email is signed into the work browser profile, if your project repo is under a GitHub account you also use for work SSO, if you are on the corporate wifi or VPN while pushing, if any of it ever touched the company cloud drive - the second laptop has not bought you much. Separate machine, separate email on your own domain, separate git identity, your own connection. Assume anything that happens on the managed device is inventoried, because that is what those tools are for.
Reply
Report
@pgpolicy_nadia · 4mo ago
Have administered a fleet, can confirm the boring version of this: default configs commonly report installed applications and often browser extensions, and it is all timestamped. Nobody is reading your commits for entertainment. But if there is ever a dispute, that inventory is sitting right there and it is dated, which is exactly when you do not want it to exist.
Reply
Report