Author Topic: Microsoft stole my code!  (Read 12790 times)

0 Members and 1 Guest are viewing this topic.

Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Microsoft stole my code!
« on: January 28, 2010, 05:14:38 pm »
Not really Microsoft, but someone working for them, Clarity Consulting.

Check this out - I released "Facebook UI for ASP.NET" to open source last March under the BSD license.  Here's a link to the source browser: http://facebookui.codeplex.com/SourceControl/changeset/view/17552.  Go to /trunk/Projects/Terralever.Facebook.UI/FbmlControls/Age18Plus.cs.  Here's their source browser: http://facebooktoolkit.codeplex.com/SourceControl/changeset/view/39697 - go to /DEV/Source/Facebook.Web/FbmlControls/Age18Plus.cs. 

Note:
* Same base class name (MinimumAgeControl) - not terribly surprising, but interesting nonetheless.
* <inheritdoc /> and protected internal
* The name of the constant FbmlConstants.FB_AGE_18_PLUS.

For more fun, check out MinimumAgeControl.cs and GoogleAnalytics.cs.  In MinimumAgeControl, review the CreateContents method and the Render method; in GoogleAnalytics, check out the AddAttributesToRender method.

What will I do?  I don't know.  All they didn't do was include my copyright notice.  But, it is fair to say that, this was an opportunity for my contribution to be noticed by Microsoft and maybe get recruited to work there.  That's a big opportunity cost lost.  Especially since Microsoft uses it on their site:)
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline deadly7

  • 42
  • x86
  • Hero Member
  • *****
  • Posts: 6496
    • View Profile
Re: Microsoft stole my code!
« Reply #1 on: January 28, 2010, 05:17:24 pm »
Sue them. It's the American way.
[17:42:21.609] <Ergot> Kutsuju you're girlfrieds pussy must be a 403 error for you
 [17:42:25.585] <Ergot> FORBIDDEN

on IRC playing T&T++
<iago> He is unarmed
<Hitmen> he has no arms?!

on AIM with a drunk mythix:
(00:50:05) Mythix: Deadly
(00:50:11) Mythix: I'm going to fuck that red dot out of your head.
(00:50:15) Mythix: with my nine

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: Microsoft stole my code!
« Reply #2 on: January 28, 2010, 05:18:16 pm »
Contact the EFF.

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Microsoft stole my code!
« Reply #3 on: January 28, 2010, 05:31:58 pm »
Interesting, Myndy.  If you apply, this definitely seems the sort of thing you could bring up.

"what kind of projects have you worked on?"
"many kinds, and you stole at least one of them.  ya dicks.  give me a job or i'm going to sue your asses."

Contact the EFF.

That's a good idea in general, but maybe not if you're seeking employment with them. :)

Offline nslay

  • Hero Member
  • *****
  • Posts: 786
  • Giraffe meat, mmm
    • View Profile
Re: Microsoft stole my code!
« Reply #4 on: January 28, 2010, 10:16:52 pm »
Kudos to you for using BSD license.  As ironic as this sounds, your code may never have seen such widespread service had it been under a restrictive license like GPL.  I would imagine that this applies to many BSD components used in Windows.  For example, the Internet may not have been IP-based if the BSD implementation of IP was under a restrictive license.  There were many competing network protocols (like SNA for example) that were closed.  It is a pity that you weren't given your due credit.  You can try complaining I suppose.
An adorable giant isopod!

Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: Microsoft stole my code!
« Reply #5 on: January 28, 2010, 10:32:49 pm »
Kudos to you for using BSD license.  As ironic as this sounds, your code may never have seen such widespread service had it been under a restrictive license like GPL.  I would imagine that this applies to many BSD components used in Windows.  For example, the Internet may not have been IP-based if the BSD implementation of IP was under a restrictive license.  There were many competing network protocols (like SNA for example) that were closed.  It is a pity that you weren't given your due credit.  You can try complaining I suppose.
I always use BSD or MIT licenses.  I'm not a fan of GPL; it's like a cancer IMO.

I will be complaining; we'll see how it goes.
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Microsoft stole my code!
« Reply #6 on: January 28, 2010, 11:28:35 pm »
I like GPL and the concepts behind it.

But at the same time, I get into Licensing Hell whenever I try to use others' code, so I license most of my stuff with as unrestrictive licenses as I can to prevent others from going through the same pains.

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Microsoft stole my code!
« Reply #7 on: January 29, 2010, 02:03:29 am »
Kudos to you for using BSD license.  As ironic as this sounds, your code may never have seen such widespread service had it been under a restrictive license like GPL.  I would imagine that this applies to many BSD components used in Windows.  For example, the Internet may not have been IP-based if the BSD implementation of IP was under a restrictive license.  There were many competing network protocols (like SNA for example) that were closed.  It is a pity that you weren't given your due credit.  You can try complaining I suppose.
I always use BSD or MIT licenses.  I'm not a fan of GPL; it's like a cancer IMO.

I will be complaining; we'll see how it goes.

GPL is more like swine flu without medication than cancer. I always use BSD/MIT, or just public domain it.

Hopefully things go your way. Like, very your way.
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Microsoft stole my code!
« Reply #8 on: January 29, 2010, 04:08:33 am »
Kudos to you for using BSD license.  As ironic as this sounds, your code may never have seen such widespread service had it been under a restrictive license like GPL.  I would imagine that this applies to many BSD components used in Windows.  For example, the Internet may not have been IP-based if the BSD implementation of IP was under a restrictive license.  There were many competing network protocols (like SNA for example) that were closed.  It is a pity that you weren't given your due credit.  You can try complaining I suppose.
I always use BSD or MIT licenses.  I'm not a fan of GPL; it's like a cancer IMO.

I will be complaining; we'll see how it goes.

GPL is more like swine flu without medication than cancer. I always use BSD/MIT, or just public domain it.

Hopefully things go your way. Like, very your way.

The cancer analogy works just fine...

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Microsoft stole my code!
« Reply #9 on: January 29, 2010, 10:21:19 am »
Kudos to you for using BSD license.  As ironic as this sounds, your code may never have seen such widespread service had it been under a restrictive license like GPL.  I would imagine that this applies to many BSD components used in Windows.  For example, the Internet may not have been IP-based if the BSD implementation of IP was under a restrictive license.  There were many competing network protocols (like SNA for example) that were closed.  It is a pity that you weren't given your due credit.  You can try complaining I suppose.
I always use BSD or MIT licenses.  I'm not a fan of GPL; it's like a cancer IMO.

I will be complaining; we'll see how it goes.

GPL is more like swine flu without medication than cancer. I always use BSD/MIT, or just public domain it.

Hopefully things go your way. Like, very your way.

The cancer analogy works just fine...

Cancer isn't contagious to other people (projects), whereas swine flu (or any flu...) can.

That being said, cancer spreads within the body, taking over other cells, making it apt as well.

In either case, I disagree. Both cases imply accidental spreading, whereas you know exactly what you're doing with GPL.

If accidentally using GPL code => cancer, in the sense that it leads to pain and eventual death, then accidentally using commercial/proprietary code => actual death. I don't think you can separate those, and I don't think either works. :)

Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: Microsoft stole my code!
« Reply #10 on: January 29, 2010, 10:40:53 am »
All told I reviewed their project vs. mine and concluded that about 40 source files were copied totalling 2,700 lines or so.

I put together an Acrobat file that I'll be emailing to the offenders that captures 10 of the copied files and pretty much makes it obvious that it was copied.  Not sure what they're going to do.... :)
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Microsoft stole my code!
« Reply #11 on: January 29, 2010, 11:12:02 am »
If I was you, I'd line my windows with tinfoil, get a better alarm system (that isn't plugged into the phonelines), and start digging yourself an escape tunnel.

Offline warz

  • Hero Member
  • *****
  • Posts: 1134
    • View Profile
    • chyea.org
Re: Microsoft stole my code!
« Reply #12 on: January 29, 2010, 11:22:28 am »
All told I reviewed their project vs. mine and concluded that about 40 source files were copied totalling 2,700 lines or so.

I put together an Acrobat file that I'll be emailing to the offenders that captures 10 of the copied files and pretty much makes it obvious that it was copied.  Not sure what they're going to do.... :)


Most likely not respond to you. They won't do anything unless you make a big fuss about it, which would probably not involve emailing them directly. Who knows, maybe they do have the time to read their thousands upon thousands of complaint mails, though. Unless this is a smaller company, and not Microsoft, as you mentioned above, I think.
http://www.chyea.org/ - web based markup debugger

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Microsoft stole my code!
« Reply #13 on: January 29, 2010, 11:26:41 am »
Cancer isn't contagious to other people (projects), whereas swine flu (or any flu...) can.

That being said, cancer spreads within the body, taking over other cells, making it apt as well.

In either case, I disagree. Both cases imply accidental spreading, whereas you know exactly what you're doing with GPL.

If accidentally using GPL code => cancer, in the sense that it leads to pain and eventual death, then accidentally using commercial/proprietary code => actual death. I don't think you can separate those, and I don't think either works. :)

There's a reason the phrase "stretching the analogy" exists.  There's no reason an analogy has to cover every property of its target.

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Microsoft stole my code!
« Reply #14 on: January 29, 2010, 04:28:11 pm »
Cancer isn't contagious to other people (projects), whereas swine flu (or any flu...) can.

That being said, cancer spreads within the body, taking over other cells, making it apt as well.

In either case, I disagree. Both cases imply accidental spreading, whereas you know exactly what you're doing with GPL.

If accidentally using GPL code => cancer, in the sense that it leads to pain and eventual death, then accidentally using commercial/proprietary code => actual death. I don't think you can separate those, and I don't think either works. :)

There's a reason the phrase "stretching the analogy" exists.  There's no reason an analogy has to cover every property of its target.
Then what it comes down to is using a loaded term to provoke an emotional response rather than a rational one.

I call it an inappropriate analogy.

Offline nslay

  • Hero Member
  • *****
  • Posts: 786
  • Giraffe meat, mmm
    • View Profile
Re: Microsoft stole my code!
« Reply #15 on: January 29, 2010, 05:44:15 pm »
It's not really stretching the analogy because GPL is incredibly contagious while cancer is not ... it has even been called 'viral'.  I tend to think GNU is more about hurting evil companies or being the victim of evil companies than they ever were about open source.  I don't think GPL is ever reasonable, although there are sometimes legitimate reasons to use it.  But I imagine most programmers now-a-days employ it needlessly without much thought.  For example, there is a C data structure library, GDSL, that uses the GPL.  Even though data structures are very basic components of software, the author has decided that you should be stripped of your rights to your own code for such basic functionality.  I'm not disputing the choice to use GDSL in this example, I'm simply pointing out the one-sided nature of the GPL.  Qt used to be another ridiculous example.  GUI is a basic component of software, but Qt used to impose GPL on programmers wanting a window and buttons ... does that make any sense?  It doesn't to me. Thankfully, there is LGPL.
An adorable giant isopod!

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Microsoft stole my code!
« Reply #16 on: January 29, 2010, 05:50:35 pm »
Cancer isn't contagious to other people (projects), whereas swine flu (or any flu...) can.

That being said, cancer spreads within the body, taking over other cells, making it apt as well.

In either case, I disagree. Both cases imply accidental spreading, whereas you know exactly what you're doing with GPL.

If accidentally using GPL code => cancer, in the sense that it leads to pain and eventual death, then accidentally using commercial/proprietary code => actual death. I don't think you can separate those, and I don't think either works. :)

There's a reason the phrase "stretching the analogy" exists.  There's no reason an analogy has to cover every property of its target.
Then what it comes down to is using a loaded term to provoke an emotional response rather than a rational one.

I call it an inappropriate analogy.

I don't agree.  I think cancer is a very appropriate analogy.  I don't agree with the principles behind GPL, and I don't like that it forces projects to become GPL.

I like open source, but I don't like forceful open source.  GNU is the greenpeace of the software world.  fuck 'em.  plus, richard stallman eats his own feet pickies.  GROOOOSSS.  i can't support anything that has a leader who eats his own feet pickies on principle.

I'm much more in agreement with the principles behind licenses akin to the MIT license.

It's not really stretching the analogy because GPL is incredibly contagious while cancer is not ... it has even been called 'viral'.

I think the way you're supposed to look at it is how it spreads.  Cancer spreads very quickly (when untreated :)), and so does the GPL.

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Microsoft stole my code!
« Reply #17 on: January 29, 2010, 07:00:46 pm »
I don't agree.  I think cancer is a very appropriate analogy.  I don't agree with the principles behind GPL, and I don't like that it forces projects to become GPL.

I like open source, but I don't like forceful open source.  GNU is the greenpeace of the software world.  fuck 'em.  plus, richard stallman eats his own feet pickies.  GROOOOSSS.  i can't support anything that has a leader who eats his own feet pickies on principle.
I disagree, it doesn't force anybody to become GPL. Projects *choose* to become GPL when they want to use GPL'ed code.

I'm much more in agreement with the principles behind licenses akin to the MIT license.
Same. I still respect GPL, though.

I think the way you're supposed to look at it is how it spreads.  Cancer spreads very quickly (when untreated :)), and so does the GPL.
No, it doesn't. It only spreads when you intentionally make the choice to use it.

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Microsoft stole my code!
« Reply #18 on: January 29, 2010, 07:09:37 pm »
I disagree, it doesn't force anybody to become GPL. Projects *choose* to become GPL when they want to use GPL'ed code.

I'm operating under the assumption that a hypothetical project would benefit from using the code.  Of course they "choose" to become GPL when they use GPL code, but that doesn't affect the point I'm trying to make; it at least has the potential to prevent otherwise interested programmers from using and promoting open source code.

Same. I still respect GPL, though.

I have a minimal amount of respect for it.  It's a small little grain of respect, though.  Very similar to the kind of respect I have for greenpeace.  kind of like "oh... you guys are cute.  trying to force everyone to support your cause."

No, it doesn't. It only spreads when you intentionally make the choice to use it.

Yes, and, so?  Sometimes the benefit of using nice code outweighs the retarded downfall of making your code GPL.  It's kind of like eating delicious cancerous foods.  You know that you'll probably get stomach cancer, but it's just too delicious to stop.

Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: Microsoft stole my code!
« Reply #19 on: January 29, 2010, 07:23:20 pm »
@iago: Shh!  Let's talk about MY problems here for a while!
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Microsoft stole my code!
« Reply #20 on: January 29, 2010, 08:04:05 pm »
@iago: Shh!  Let's talk about MY problems here for a while!

Psh, this isn't much of a problem.  It gives you leverage over a company you want to work for! :)

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Microsoft stole my code!
« Reply #21 on: January 30, 2010, 01:45:08 am »
I disagree, it doesn't force anybody to become GPL. Projects *choose* to become GPL when they want to use GPL'ed code.

I'm operating under the assumption that a hypothetical project would benefit from using the code.  Of course they "choose" to become GPL when they use GPL code, but that doesn't affect the point I'm trying to make; it at least has the potential to prevent otherwise interested programmers from using and promoting open source code.
GPL is largely to protect programmers from corporations and other Big Evil Entities who are trying to benefit from work that somebody else did for free. I mean, why should somebody profit off my hard work when I get nothing (or nearly nothing)? BSD, MIT, etc are useful, but they don't stop others from profiting off somebody else's hard work.

Myndfyre -- that's getting alllllmost back onto your topic. ;)

Also, for what it's worth, I've run into a few projects that I wanted to use that used GPL. I asked the authors specifically if I could use part of their code in mine under a different license, and they granted me permission. Most of the time, the programmers aren't trying to force others to use GPL, and they'll happily re-license bits of code for you without any trouble.

No, it doesn't. It only spreads when you intentionally make the choice to use it.

Yes, and, so?  Sometimes the benefit of using nice code outweighs the retarded downfall of making your code GPL.  It's kind of like eating delicious cancerous foods.  You know that you'll probably get stomach cancer, but it's just too delicious to stop.
Your exact words were, "GPL spreads quickly when untreated" -- that's what that quote was referring to. Your "so?" implies that what I said was meaningless and, while that may be true, that doesn't change the fact that it's an intention spread.

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Microsoft stole my code!
« Reply #22 on: January 30, 2010, 02:13:42 am »
GPL is largely to protect programmers from corporations and other Big Evil Entities who are trying to benefit from work that somebody else did for free. I mean, why should somebody profit off my hard work when I get nothing (or nearly nothing)? BSD, MIT, etc are useful, but they don't stop others from profiting off somebody else's hard work.

Which I'm not sure I agree with.

Also, for what it's worth, I've run into a few projects that I wanted to use that used GPL. I asked the authors specifically if I could use part of their code in mine under a different license, and they granted me permission. Most of the time, the programmers aren't trying to force others to use GPL, and they'll happily re-license bits of code for you without any trouble.

That's cool, but I'm not convinced it's true in general.  It also doesn't remove the discouragement that's clearly there.

Your exact words were, "GPL spreads quickly when untreated" -- that's what that quote was referring to. Your "so?" implies that what I said was meaningless and, while that may be true, that doesn't change the fact that it's an intention spread.

sometimes you can operate on cancer.

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Microsoft stole my code!
« Reply #23 on: January 30, 2010, 05:21:05 am »
GPL is one of those things that works ideally in an ideal environment. If everyone decides to go GPL, everyone benefits. Like socialism.

(Now that I've ensured we never get back on topic..)
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: Microsoft stole my code!
« Reply #24 on: January 30, 2010, 07:25:09 am »
Socialism killed 6 million Jews.  Are you saying that GPL is a Jew murder machine?

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Microsoft stole my code!
« Reply #25 on: January 30, 2010, 10:21:15 am »
To continue this retarded path of argument......

Christianity has killed more in their history.

Democracy has also killed more.

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: Microsoft stole my code!
« Reply #26 on: January 30, 2010, 11:17:25 am »
Yeah, but relatively...Socialism killed 6 million in a few years, plus all the enemy soldiers.  Christianity and Democracy may have killed more, but not in such a short amount of time.

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Microsoft stole my code!
« Reply #27 on: January 30, 2010, 01:20:03 pm »
So, why's it matter?

Also, it's nonsense -- socialism didn't kill those people. Brutal governments did, and that's not what socialism is about. The whole socialism thing is a bit of a charade in that case.


Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Microsoft stole my code!
« Reply #28 on: January 30, 2010, 02:39:32 pm »
GPL is one of those things that works ideally in an ideal environment. If everyone decides to go GPL, everyone benefits. Like socialism.

(Now that I've ensured we never get back on topic..)

that's not true.  an entire industry would be decimated.  no reasonable number of people would be able to make money from software.

say what you will about profiting from software, but it's not something i'm willing to forfeit.

Offline Rule

  • x86
  • Hero Member
  • *****
  • Posts: 1588
    • View Profile
Re: Microsoft stole my code!
« Reply #29 on: January 30, 2010, 02:42:50 pm »
Socialism killed 6 million Jews.  Are you saying that GPL is a Jew murder machine?

???????

Offline Armin

  • Honorary Leader
  • x86
  • Hero Member
  • *****
  • Posts: 2480
    • View Profile
Re: Microsoft stole my code!
« Reply #30 on: January 30, 2010, 10:19:22 pm »
Fucked up people kill people, not religions or systems of government.
Hitmen: art is gay

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: Microsoft stole my code!
« Reply #31 on: January 30, 2010, 10:44:50 pm »
National Socialism was created by a fucked up guy as an excuse to kill people.  Seems like it worked for a few years.

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Microsoft stole my code!
« Reply #32 on: January 30, 2010, 10:56:20 pm »
Fucked up people kill people, not religions or systems of government.

yes, but you'd be pretty naive to assume religions or systems of governments don't inspire murder, etc.

Offline Armin

  • Honorary Leader
  • x86
  • Hero Member
  • *****
  • Posts: 2480
    • View Profile
Re: Microsoft stole my code!
« Reply #33 on: January 30, 2010, 11:35:49 pm »
The arrogance embedded in the religion or system of government is what inspires murder.
« Last Edit: January 30, 2010, 11:51:26 pm by Armin »
Hitmen: art is gay

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Microsoft stole my code!
« Reply #34 on: January 31, 2010, 12:31:41 am »
first!
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Microsoft stole my code!
« Reply #35 on: January 31, 2010, 12:56:18 am »
National Socialism was created by a fucked up guy as an excuse to kill people.  Seems like it worked for a few years.
That wasn't socialism.

Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: Microsoft stole my code!
« Reply #36 on: January 31, 2010, 01:28:03 am »
National Socialism was created by a fucked up guy as an excuse to kill people.  Seems like it worked for a few years.
That wasn't socialism.
I'd have to say it was.  Socialism predominantly is an economic system; it doesn't not prescribe whether nationalism must play a part.  In the case of the Nazis, it was socialism that played predominantly into nationalism.  That nationalism was used as fuel for a lot of bad stuff.
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Microsoft stole my code!
« Reply #37 on: January 31, 2010, 02:16:01 am »
The arrogance embedded in the religion or system of government is what inspires murder.

maybe.  i don't think i agree, and i don't think i see how it matters.

Offline Armin

  • Honorary Leader
  • x86
  • Hero Member
  • *****
  • Posts: 2480
    • View Profile
Re: Microsoft stole my code!
« Reply #38 on: January 31, 2010, 03:47:31 am »
The arrogance embedded in the religion or system of government is what inspires murder.

maybe.  i don't think i agree, and i don't think i see how it matters.
don't worry, it doesn't.
Hitmen: art is gay

Offline while1

  • x86
  • Hero Member
  • *****
  • Posts: 1013
    • View Profile
Re: Microsoft stole my code!
« Reply #39 on: January 31, 2010, 03:43:33 pm »
I'd like to know how this turns out Mynd... ever get a response back?
I tend to edit my topics and replies frequently.

http://www.operationsmile.org

Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: Microsoft stole my code!
« Reply #40 on: February 01, 2010, 08:21:44 pm »
No, I haven't heard back.  I am speaking with a lawyer on Wednesday.
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Microsoft stole my code!
« Reply #41 on: February 01, 2010, 08:32:37 pm »
No, I haven't heard back.  I am speaking with a lawyer on Wednesday.

nice!  Are you contacting a lawyer to see what your options are, or did Microsoft schedule an appointment with one of their corporate lawyers?

Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: Microsoft stole my code!
« Reply #42 on: February 01, 2010, 08:39:39 pm »
No, I haven't heard back.  I am speaking with a lawyer on Wednesday.

nice!  Are you contacting a lawyer to see what your options are, or did Microsoft schedule an appointment with one of their corporate lawyers?
To see what my options are.  Again, Microsoft isn't the offending party here.
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: Microsoft stole my code!
« Reply #43 on: February 03, 2010, 03:57:06 pm »
Update: My lawyer said that I should register the copyright as soon as possible, but that he certainly thinks that the company should be responsive.  We're waiting til Friday to see if they answer, and if not I'm supposed to basically tell them, "Hey, I'm reminding you that you did this and also letting you know I got an attorney."
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline Furious

  • Hero Member
  • *****
  • Posts: 1833
  • I hate rabbits
    • View Profile
Re: Microsoft stole my code!
« Reply #44 on: February 03, 2010, 09:54:54 pm »
Update: My lawyer said that I should register the copyright as soon as possible, but that he certainly thinks that the company should be responsive.  We're waiting til Friday to see if they answer, and if not I'm supposed to basically tell them, "Hey, I'm reminding you that you did this and also letting you know I got an attorney."

/cheer
Quote
[23:04:34] <deadly7[x86]> Newby[x86]
[23:04:35] <deadly7[x86]> YOU ARE AN EMO
[23:04:39] <Newby[x86]> shush it woman

Quote
[17:53:31] InsaneJoey[e2] was banned by x86 (GO EAT A BAG OF FUCK ASSHOLE (randomban)).

Quote from: Ergot
Put it this way Joe... you're on my Buddy List... if there's no one else on an you're the only one, I'd rather talk to myself.

Offline Blaze

  • x86
  • Hero Member
  • *****
  • Posts: 7136
  • Canadian
    • View Profile
    • Maide
Re: Microsoft stole my code!
« Reply #45 on: February 03, 2010, 10:54:58 pm »
Well, good luck, Myndy.  :)
And like a fool I believed myself, and thought I was somebody else...

Offline Newby

  • x86
  • Hero Member
  • *****
  • Posts: 10877
  • Thrash!
    • View Profile
Re: Microsoft stole my code!
« Reply #46 on: February 03, 2010, 06:14:20 pm »
When they settle for millions, transfer some into my account so I can buy some Thai hookers.
- Newby
http://www.x86labs.org

Quote
[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

I'd bet that you're currently bloated like a water ballon on a hot summer's day.

That analogy doesn't even make sense.  Why would a water balloon be especially bloated on a hot summer's day? For your sake, I hope there wasn't too much logic testing on your LSAT.