Live data from Hacker News

I built Excel for Uber and they ditched it

basta.substack.com

1–10 of 565 posts

Re: I built Excel for Uber and they ditched it

#4
"Nothing came of it, but I took the code and shoved it into my back pocket for a rainy day.

My idea was to take this code and spruce it up for Uber’s use case."

"My first reaction was to publish the code on Github."

I’m very surprised by this, isn’t the code property of Box, or Uber? The author does not mention their authorisation before releasing it under MIT license.

Re: I built Excel for Uber and they ditched it

#6
post #4

"Nothing came of it, but I took the code and shoved it into my back pocket for a rainy day. My idea was to take this code and spruce it up for Uber’s use case." "My first reaction was to publish the code on Github." I’m very surprised by this, isn’t the code property of Box, or Uber? The author does not mention their authorisation before releasing it under MIT license.

I believe this kind of story is the kind that gives most legal counsel nightmares.

Re: I built Excel for Uber and they ditched it

#7

Is it common to take code written for one employer and reuse it for another?

Some of us will strategically write generic code on our own time and machines and import it to employers machines when needed and customize it. For instance, how many times do you really need to write a spring OAuth server that integrates with LDAP? Or the guts of a simple CRUD app?

Re: I built Excel for Uber and they ditched it

#8
post #7

Is it common to take code written for one employer and reuse it for another?

Some of us will strategically write generic code on our own time and machines and import it to employers machines when needed and customize it. For instance, how many times do you really need to write a spring OAuth server that integrates with LDAP? Or the guts of a simple CRUD app?

> how many times do you really need to write a spring OAuth server that integrates with LDAP?

I would expect this to be a library somewhere.

> import it to employers machines

How would you prove that you write the code long before getting hired by them?

Re: I built Excel for Uber and they ditched it

#9
post #7

Is it common to take code written for one employer and reuse it for another?

Some of us will strategically write generic code on our own time and machines and import it to employers machines when needed and customize it. For instance, how many times do you really need to write a spring OAuth server that integrates with LDAP? Or the guts of a simple CRUD app?

Of course those of us familiar with copyright law would probably not admit to doing so publicly, right?

Re: I built Excel for Uber and they ditched it

#10
post #8
post #7

Earlier quoted context omitted.

Some of us will strategically write generic code on our own time and machines and import it to employers machines when needed and customize it. For instance, how many times do you really need to write a spring OAuth server that integrates with LDAP? Or the guts of a simple CRUD app?

> how many times do you really need to write a spring OAuth server that integrates with LDAP? I would expect this to be a library somewhere. > import it to employers machines How would you prove that you write the code long before getting hired by them?

Someone wrote the library for a reason, right? Many are made bc people needed it for their job.
Post reply on HN