To be fair, if they fired him, they should have fired everyone else in the chain of command that knew about this and left it in the codebase.
A prank cursor resulted in an employee being fired before they started (2020)
11–20 of 22 posts
Re: A prank cursor resulted in an employee being fired before they started (2020)
#12Re: A prank cursor resulted in an employee being fired before they started (2020)
#13Fun anecdote, but do you buy it? An intern can really get this kind of change through approval to a test build? Who are they, Jia Tan?
Re: A prank cursor resulted in an employee being fired before they started (2020)
#14Re: A prank cursor resulted in an employee being fired before they started (2020)
#15To be fair, if they fired him, they should have fired everyone else in the chain of command that knew about this and left it in the codebase.
Re: A prank cursor resulted in an employee being fired before they started (2020)
#16Earlier quoted context omitted.
The joke is that Microsoft was truthfully able to say "the individual responsible is no longer with the company", a phrase which normally implies that someone has been fired as a direct consequence of the event, without actually firing anyone. The statement was true because the individual responsible had finished their internship, and hadn't yet been brought back as a full-time employee.
That's not "the" joke, or even a joke, that's just an amusing case of PR spin. The title doesn't say that employee was fired to refer to that "joke". It says it because it's more clickbaity this way.
Re: A prank cursor resulted in an employee being fired before they started (2020)
#17Re: A prank cursor resulted in an employee being fired before they started (2020)
#18I almost caused a version of our product to be shipped with a 'Blah' hyperlink on the About window. I was testing a new style of button, and the About window was just a convenient place to put it. This was a long time ago, prior to our adoption of source-control in the company, so I made the builds directly off my laptop. There were many lessons I _should_ have learned, but what I chose to do was to surround all my t…
Go kind of works that way, there are the "official" printing functions in fmt, and there's also a pretty much unused builtin println which works well enough for this use case.
I find that it's also a good idea to do this with comments, I personally prefer using TODO and/or FIXME for things that should be fixed eventually but don't deserve a ticket, and using XXX for things I want to remember about fixing before I commit. In the heat of coding, you can write something like `// XXX: handle errors` without breaking out of the flow, like you would with a separate todo list.
Re: A prank cursor resulted in an employee being fired before they started (2020)
#19Earlier quoted context omitted.
The joke is that Microsoft was truthfully able to say "the individual responsible is no longer with the company", a phrase which normally implies that someone has been fired as a direct consequence of the event, without actually firing anyone. The statement was true because the individual responsible had finished their internship, and hadn't yet been brought back as a full-time employee.
That's not "the" joke, or even a joke, that's just an amusing case of PR spin. The title doesn't say that employee was fired to refer to that "joke". It says it because it's more clickbaity this way.
> The manager of this component replied, completely truthfully, “the individual responsible for this regrettable act is no longer with the company.”
Doesn't really sound like inadvertent or convenient HR/PR team handling, 'manager of this component'. How big would MS have been at the time (Windows 3.1, early 90s) anyway?
Sounds very much to me like they thought it was hilarious, and were thrilled to be able to say they were no longer there on a technicality!
Re: A prank cursor resulted in an employee being fired before they started (2020)
#20Earlier quoted context omitted.
I know that jokes are ruined by explaining them, but... could you explain the joke here? I also read it as misdirection.
The joke is that Microsoft was truthfully able to say "the individual responsible is no longer with the company", a phrase which normally implies that someone has been fired as a direct consequence of the event, without actually firing anyone. The statement was true because the individual responsible had finished their internship, and hadn't yet been brought back as a full-time employee.