HackerTrans
TopNewTrendsCommentsPastAskShowJobs

natymad

no profile record

comments

natymad
·3 ปีที่แล้ว·discuss
I completely fail to understand the anti-theft argument, help me out here.

So the theory is that, once thieves will see you're carrying an Iphone, they won't bother taking it. But why? You're already being mugged, everything that's even remotely valuable will be taken. Why would they let their victims go, just because their valuables are more difficult to flip? "Give me all your valuables - oh wait, that's an iphone, nvm my bad you're free to go" is that the idea here?

And on being less of a target for getting robbed in the first place - you're carrying an expensive af iphone, chances are you can afford to carry a lot of other expensive valuables too. If you're worried about getting robbed, start with not carrying a device that's more expensive than a fridge.

My condolences to everyone who actually had to survive through a robbery. But I doubt it could've been avoided just because your Iphone was currently difficult to sell. People can get robbed regardless of their perceived wealth, it's a happen-stance crime.
natymad
·3 ปีที่แล้ว·discuss
That's really interesting to hear, I assumed wrongfully that most places have similar policies in regards to devices (from my experience, and my peers').

Maybe where I'm working we're more harsh than usual:D because we've got the full package - company laptop, transfering anything work related to personal PC is a no go, at home we must use VPN with 2FA, can't connect unapproved USB devices (including mice, keyboards, phone charging, anything), heavy website moderation, and heavy user-based access moderation for anything, and the company laptops are 100% tracked - you have no privacy on it. Even personal phones have to follow some security measures to keep Slack and authentication app (screen sleep <5min, screen lock is a must, and Slack is password protected).
natymad
·3 ปีที่แล้ว·discuss
You can't prevent any kind of theft 100%. The point of these measures is to make stealing as hard as possible without impeding work.

Some guy commented on taking photos - are y'all really planning on taking a photo for every 200 lines, on scripts with lines in the thousands, in repos which contain tens to hundreds of files, which are just for one product? When your company is probably supporting more than a couple products?
natymad
·3 ปีที่แล้ว·discuss
- You can easily steal code - if you were working on a company laptop with USB device protection (can't connect drives to transfer without approval) and heavy website moderation (can't send code to yourself), leaking code would prove way more difficult. Compare that to just copy+paste on your personal computer. (ofc it's possible to steal from company laptops too, but you'll leave a very visible trail). - You're a security risk if your computer gets stolen: with company laptops remote disable is an easy option, not so much with personal ones. - Your dev environment can be radically different from others if the company doesn't install some software center (OS, dependancies). - You can't guarantee your personal PC isn't compromised by virus software, again playing into possibly leaking code.

It's a liability to let devs download code to their personal computers. It's risky from both physical, and intellectual property perspectives.
natymad
·3 ปีที่แล้ว·discuss
It's hard to believe that there's IT companies that would trust you to work on your own personal PC. It's a glaring security issue that sounds like a company problem, not a general difficulty for remote work.