ReFS, Windows 8 new file system
Re: ReFS, Windows 8 new file system
While we're talking about software patents, let me point out one thing I learned from personal experience, to make a point against software patents in general:
Even if you are right, even if the law is on your side, nothing keeps BigCorp from sending a cease & desist order, threatening to sue for outrageous sums of money. They don't risk anything, for them the costs are negligible. You have the right to defend your point in court. But that means finding and paying a competent lawyer. It means handling lots of threateningly-phrased letters. It means facing the risk that your lawyer might not be up to BigCorp's legal department, and/or the judge being not up to them. It means a non-zero chance of having your financial future torn to shreds.
Would you actually stand your ground, or will you agree to an out-of-court settlement, effectively killing your software project?
Software patents are a bonus to BigCorp's arsenal, not the protection of inventors they are advertised to be (by the BigCorps, incidentially).
Even if you are right, even if the law is on your side, nothing keeps BigCorp from sending a cease & desist order, threatening to sue for outrageous sums of money. They don't risk anything, for them the costs are negligible. You have the right to defend your point in court. But that means finding and paying a competent lawyer. It means handling lots of threateningly-phrased letters. It means facing the risk that your lawyer might not be up to BigCorp's legal department, and/or the judge being not up to them. It means a non-zero chance of having your financial future torn to shreds.
Would you actually stand your ground, or will you agree to an out-of-court settlement, effectively killing your software project?
Software patents are a bonus to BigCorp's arsenal, not the protection of inventors they are advertised to be (by the BigCorps, incidentially).
Every good solution is obvious once you've found it.
- KernelDeveloper
- Posts: 15
- Joined: Tue Mar 13, 2012 11:25 am
- Location: Earth
- Contact:
Re: ReFS, Windows 8 new file system
Programming NTFS would be hopeless, Ext FS are much easier and FAT are the easiest.I hope Microsoft does not make one more burden on the programmers to program one more file system.
Re: ReFS, Windows 8 new file system
Solar, the same counts for copyrights. Originally intended to enable authors to make money from their work, generally used to enable companies to make money from copyrights. That's what made me an advocate for copyleft.
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: ReFS, Windows 8 new file system
The difference between patents and copyrights is that the former prevents others from doing their work.
-
- Member
- Posts: 595
- Joined: Mon Jul 05, 2010 4:15 pm
Re: ReFS, Windows 8 new file system
You can still create your own implementation of a patent protected file system as long as you don't make money on it. This why Microsoft never can sue open source developers and only companies that sells solutions with open source SW that intrudes on patents.
I wouldn't worry about Microsoft in this case.
If you want to create files system that works on every computer like VFAT, then I wouldn't choose ReFS. VFAT is getting too limited and there so real alternative either.
I wouldn't worry about Microsoft in this case.
If you want to create files system that works on every computer like VFAT, then I wouldn't choose ReFS. VFAT is getting too limited and there so real alternative either.
- drunkenfox
- Member
- Posts: 46
- Joined: Tue Mar 13, 2012 10:46 pm
Re: ReFS, Windows 8 new file system
Think about it. Microsoft tarnishes a lot of things.berkus wrote:Seriously?ponyboy wrote:God damnit! I was going to impliment a allocate on demand file system into my w.i.p. OS, but I guess I can't now. Wow microsoft, WOW.
;goodbye OS, hello BIOS
mov eax, FFFFFFF0h
jmp eax
mov eax, FFFFFFF0h
jmp eax
-
- Member
- Posts: 141
- Joined: Thu Jun 17, 2010 2:36 am
Re: ReFS, Windows 8 new file system
Would you care to elaborate?ponyboy wrote:Think about it. Microsoft tarnishes a lot of things.berkus wrote:Seriously?ponyboy wrote:God damnit! I was going to impliment a allocate on demand file system into my w.i.p. OS, but I guess I can't now. Wow microsoft, WOW.
Re: ReFS, Windows 8 new file system
You build a mind-reading computer, you get sued by Microsoft for patent infringement.Rudster816 wrote:Would you care to elaborate?ponyboy wrote:Think about it. Microsoft tarnishes a lot of things.
Every good solution is obvious once you've found it.
Re: ReFS, Windows 8 new file system
Damn! There goes my plans.Solar wrote:
You build a mind-reading computer, you get sued by Microsoft for patent infringement.
Re: ReFS, Windows 8 new file system
So, cease, desist, and work for us letters
An um... interesting method of recruitment
An um... interesting method of recruitment
Not sane
Just remember, FIND Is Not DOS
Just remember, FIND Is Not DOS
-
- Member
- Posts: 595
- Joined: Mon Jul 05, 2010 4:15 pm
Re: ReFS, Windows 8 new file system
Actually, I really think if Microsoft could legally stop people from writing file system and OS kernels as a hobby, they would definitely do so. Microsoft would really like to sue the **** of something that even remotely has something to do with Linux, but they cannot since it's a non profit open source project. As I see it the expansion of open source is a direct product of how large companies sue new comers.berkus wrote:Thought about it. Microsoft wouldn't give a flying **** about your mind-reading filesystem, right up until you start selling it to businesses.ponyboy wrote:Think about it. Microsoft tarnishes a lot of things.
(EDIT: You may also receive a cease and desist AND a job offer in the same email from them, if it's any good.)
Re: ReFS, Windows 8 new file system
Actually, that doesn't protect you, as individual, even a tiny little bit if they find proof of you infringing on their patents.OSwhatever wrote:Microsoft would really like to sue the **** of something that even remotely has something to do with Linux, but they cannot since it's a non profit open source project.
Every good solution is obvious once you've found it.
-
- Member
- Posts: 141
- Joined: Thu Jun 17, 2010 2:36 am
Re: ReFS, Windows 8 new file system
They certainly don't want to stop people from writing hobbyist stuff, they have absolutely no reason to do so. If they wanted to sue someone for patent infringement because of Linux, they would sue Red Hat, which AFAIK they haven't done. Large companies rarely sue start ups\small time development projects. There really is no upside because they aren't competitive with them, there is no cash benefit, and it makes them look very bad.OSwhatever wrote:Actually, I really think if Microsoft could legally stop people from writing file system and OS kernels as a hobby, they would definitely do so. Microsoft would really like to sue the **** of something that even remotely has something to do with Linux, but they cannot since it's a non profit open source project. As I see it the expansion of open source is a direct product of how large companies sue new comers.berkus wrote:Thought about it. Microsoft wouldn't give a flying **** about your mind-reading filesystem, right up until you start selling it to businesses.ponyboy wrote:Think about it. Microsoft tarnishes a lot of things.
(EDIT: You may also receive a cease and desist AND a job offer in the same email from them, if it's any good.)
Re: ReFS, Windows 8 new file system
More relevantly, large companies tend to have a 2-pronged approach to small companies they view as treading on their IP-toes:Rudster816 wrote:They certainly don't want to stop people from writing hobbyist stuff, they have absolutely no reason to do so. If they wanted to sue someone for patent infringement because of Linux, they would sue Red Hat, which AFAIK they haven't done. Large companies rarely sue start ups\small time development projects. There really is no upside because they aren't competitive with them, there is no cash benefit, and it makes them look very bad.
- If not sufficiently competitive - ignore. They will be out-competed, go bankrupt, and fail anyway.
- If significantly competitive (or innovative) - buy them.
Re: ReFS, Windows 8 new file system
Or as Bill Gates said (in parody) in the simpsons: "you don't really think I became the richest man in the world by writing cheques, do you?!"SDS wrote:If significantly competitive (or innovative) - buy them.[/list]