Apple explicitly asks employees to merge their personal and work accounts
131–140 of 361 posts
Re: Apple explicitly asks employees to merge their personal and work accounts
#132Re: Apple explicitly asks employees to merge their personal and work accounts
#133Earlier quoted context omitted.
> This doesn't sound like company policy, and more like they were subpoenaed or otherwise compelled to hand over communications. Yeah it feels like something is definitely missing here. If it's some kind of legal discovery, it's no shocking that the person cannot delete "personal stuff" before they hand it over, that would basically render pointless whatever they are doing with the phone.
The only way there should be a legal hold on a phone like that, is if it is her work phone, which she shouldn't be having nude pics of herself on in the first place.
Re: Apple explicitly asks employees to merge their personal and work accounts
#134Re: Apple explicitly asks employees to merge their personal and work accounts
#135Earlier quoted context omitted.
Exactly. And do not sign up for online services you are using personaly with work email.
I work in healthcare. It blows my mind how many people use a work email for communication regarding medical appointments including results and very personal information. I’m a complete outlier in how conservative I am with this stuff and I’m nowhere near as fastidious as the HN gold standard.
Re: Apple explicitly asks employees to merge their personal and work accounts
#136This sounds less like bad corporate policy and more like naive employees who didn’t think through the importance of separating work and personal devices.
Re: Apple explicitly asks employees to merge their personal and work accounts
#137Earlier quoted context omitted.
This. +100 I used to think people were paranoid about this stuff until I ran a big email system. Most big companies have a department in compliance or counsel that reads your mail, either in response to a complaint or randomly depending on the industry. Accused of sexual harassment? Your JDate and Match emails support the idea that you’re lonely. An external entity thinks somebody embezzled money? Your late credit ca…
Exactly. And do not sign up for online services you are using personaly with work email.
Re: Apple explicitly asks employees to merge their personal and work accounts
#138Create a firewall between your personal and professional time. Another name for this is “setting healthy boundaries”. Always create new accounts for anything work related -- GitHub, Apple ID, whatever. Don’t install work apps on your personal phone. Don’t enrol your personal phone in corporate MDM. If they want you to use a device for work, ask them to give you one. Don’t do personal stuff on your work devices. Don’t…
I agree with most of this, but I'm curious about the specific case of Github. If I join a company, are there any big dangers to just having them add my personal GH account to their organizations or private repos, and then if I leave the company they can remove me again? This seems to be how a lot of developers in my orbit do things. (I mean any dangers at the account/permissions/privacy level - separate from "having…
Re: Apple explicitly asks employees to merge their personal and work accounts
#139Re: Apple explicitly asks employees to merge their personal and work accounts
#140Create a firewall between your personal and professional time. Another name for this is “setting healthy boundaries”. Always create new accounts for anything work related -- GitHub, Apple ID, whatever. Don’t install work apps on your personal phone. Don’t enrol your personal phone in corporate MDM. If they want you to use a device for work, ask them to give you one. Don’t do personal stuff on your work devices. Don’t…
I'm really surprised at the number of personal GitHub accounts that are being used in my org and at others. I guarantee their access isn't being removed when they depart. And it seems common at a ton of companies.
You can make notification emails related to the business org repos go to your work email, while all other notification emails go to your personal email.
When you fork a business org private repo into your account, it stays attached to the business org. Other members of the org can push to your fork of that repo but not your other personal or open-source repos. When your account is separated from the org, you lose access to your fork.
If the business org requires extra SAML/OIDC through their central auth service, you can still access your personal and public repos without doing it.
So yeah the business still has to remember to disconnect you from the org when you leave the company, but that's still true if you make a new github account anyway?