I built Excel for Uber and they ditched it
basta.substack.com
I built Excel for Uber and they ditched it
1–10 of 565 posts
Re: I built Excel for Uber and they ditched it
#2Re: I built Excel for Uber and they ditched it
#3Re: I built Excel for Uber and they ditched it
#4My 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
#5Re: I built Excel for Uber and they ditched it
#6"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
#7Is it common to take code written for one employer and reuse it for another?
Re: I built Excel for Uber and they ditched it
#8Is 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?
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
#9Is 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
#10Earlier 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?