And that doesn't even factor the number of moves without progress, whether or not each side has castled, and the entire list of those previous moves without progress, all of which are technically unique positions (due to the moves without progress, castling, and repitition rules).
Chess algorithms generally do an optimised version of a minimax tree search. It's easy to distribute different parts of the tree to different clients. The problem is that the number of calculations vs. the number of moves ahead you are searching is exponential. So if you have 10,000 processors, you can only search say 2-5 extra levels deep.
With out some way to compensate folks who create intellectual property-be they recording artists, writers, professors or management consultants-the incentives to produce quality content disappears.
Without some way to compensate folks who fight forest fires, arrest criminals, educate the public, keep our environment clean, build highways, explore outer space, prosecute criminals, adjudicate criminal lawsuits, create legislation, heal the poor, and house orphans, the incentives to do those things disappear as well. Just because science and the useful arts are an economic good doesn't mean that copyright is the only solution.
Who makes money in software anyway? Microsoft? I'm sure if Linux was nearly as good as Windows Hewlett Packard and Dell would be happy to pay the programmers who work on it.
I was pointing out that visual studio dosen't exist on your platform
My platform is Windows 2000.
If you check mozilla.org I believe win32 uses the gcc compiler
I'm not sure what compiler it uses, but it requires Visual C++, that's the point.
VS costs like 50$ or so on student discount, have some college kid get it for you.
That's of questionable legality, and if I were going to do that, I'd just go all out and make a copy from someone else. If I'm not going to distribute the binaries, no one's going to find out anyway. In any case, I don't think it's worth $50 or breaking the law just to help AOL fix bugs in its software. The fact that I have to pay $50 and/or break the law just to compile the source of mozilla on my operating system pretty much defeats the purpose of it being GPLed for that operating system, as far as I'm concerned.
Visual Studio Professional is $1,079. So we both were wrong. Still way too much to pay to be able to compile mozilla on the operating system I use. Frankly I'm surprised this loophole in the GPL hasn't been closed.
Unlicensed NLOS with a range up to 20 miles. Only supports 14Kb/sec or so, but that's all CDPD supports, and it costs $30/month. Now why hasn't anyone come out with cards running on MURS frequencies? I sure would buy one.
And buying wireless LAN equipment to connect the server to my laptop costs less than the quiet case in the article.
Yeah but then you have to use your laptop screen to view everything. Maybe you have a killer laptop, but I never could deal with a laptop screen for more than a short period of time.
Reason, you can never, ever trust slashdot or similar system for MD5 sums of software.
Nor can you trust http. Nor can you trust ftp. Technically you can't even trust https, or scp, or any method of transfer. Maybe if you build the machine yourself from the ground up, transister by transister, then you can trust it. Nope, even then you have to trust that the transister itself wasn't designed improperly. Gee, I guess you can't trust anything, can you?
There is no way to justify posting MD5 sums out of the official site. Never-ever do it.
The only reason I mentioned the +5 was the fact that many people saw the post increased the probability that someone would have noticed if I had posted the wrong MD5. I wouldn't download an executable from gnutella and run it unless there was an MD5. The fact that someone posted the MD5 on slashdot would possibly convince me. In any case, I didn't realize that AOL had already posted the MD5 on their ftp site. I would have just pointed people to that, if I did.
Cool. I didn't know about that page. I would have just posted a link to it instead of the md5 if I did. Why they don't put it on an https site, I don't know (of course, maybe they do).
Securitywise, all that md5 sum means is that no one changed it after you posted it on gnutella. For all I know, you trojanized it yourself, or you downloaded it from somewhere else pre-trojaned.
If that were the case it's quite likely that someone would have noticed and pointed that out. I downloaded my copy from mozilla.com, so it's highly unlikely that it's pre-trojaned.
So basically for an md5 sum to be any good, the md5 sum has to come from a reputable, secure source, such as mozilla.org, not some random person on slashdot.
Personally I'd settle for a relatively long-time slashdot user who uses his real name and was modded to 5. In the unlikely case that someone spent a year posting on slashdot and building up a reputation just so s/he could plant a trojan into the 1.0 release of mozilla, and that you happened to download the exact same copy from gnutella that s/he had distributed, it would eventually be discovered, and that person could easily be traced by IP address and reported to the FBI.
So while I agree with you that my MD5 sum wasn't military grade security, I think it does present some additional security. Even more if others respond to confirm the MD5. And I hope others put mozilla into their gnutella sharing directory.
Ultimately, the problem should be solved by AOL putting the MD5 on https://www.mozilla.org/. But I checked, and if they have, I couldn't find it.
I guess the idea is that encryption software would help the citizens of these countries organize revolts against their oppressive governments... Err, wait a second...
The benevolent dictatorship model has proven to be by far the most efficient model for open source programming (Linux kernel).
And the great advantage of open source software is that the threat of forking forces the dictatorship to be benevolent. It's actually amazing how well the threat of forking is high enough to ensure that huge mistakes are not made, while still giving the dictator the freedom to make small decisions in the way s/he feels best. In other words, the cost of forking is high enough to maintain the dictatorship, as long as the dictator remains benevolent.
It's nearly impossible to build software without someone being in charge. In traditional software development, that's your manager, or the CTO, or the CEO, etc. In linux, there's linus to guide the direction of the software the way he wants it to go.
I bet you'll see that even with the major projects with 4 people working on it, there is a definitive one that stands out as the lead developer. Testing and bug fixing can be worked on by many people independently, but when it comes to developing the actual software, there needs to be a single person to make the ultimate large scale decisions.
But note one of the axioms of Special Relativity is that the laws of Physics are the same in all inertial (non-accelerating) frames of reference. Hence by testing the theory of Relativity we are testing this very axiom.
No... That axiom can't be tested. It is equally valid to say that the speed of light is not constant, it's just that things shrink and slow down when they move at certain speeds with respect to the ether. No experiment has yet been done to prove that axiom.
Perhaps you're saying that this test somehow does that? The linked article was extremely light, so I'd certainly like to see just how this experiment proposes to do that.
I have to believe that this test is somewhat different from the previous ones, not just a more accurate version. What I'd like to see is a test which pits Relativity against Ether Gauge Theory or some other similar theory which assumes the existence of an ether and has not yet been disproven.
And that doesn't even factor the number of moves without progress, whether or not each side has castled, and the entire list of those previous moves without progress, all of which are technically unique positions (due to the moves without progress, castling, and repitition rules).
My guess would be that perfect chess played by both sides would result in a draw.
Personally I think the very first move is a zugzwang, and black wins in perfect chess.
Ok, ok, I don't actually think that, but I'll give you $10,000 if you prove me wrong.
Chess algorithms generally do an optimised version of a minimax tree search. It's easy to distribute different parts of the tree to different clients. The problem is that the number of calculations vs. the number of moves ahead you are searching is exponential. So if you have 10,000 processors, you can only search say 2-5 extra levels deep.
With out some way to compensate folks who create intellectual property-be they recording artists, writers, professors or management consultants-the incentives to produce quality content disappears.
Without some way to compensate folks who fight forest fires, arrest criminals, educate the public, keep our environment clean, build highways, explore outer space, prosecute criminals, adjudicate criminal lawsuits, create legislation, heal the poor, and house orphans, the incentives to do those things disappear as well. Just because science and the useful arts are an economic good doesn't mean that copyright is the only solution.
Who makes money in software anyway? Microsoft? I'm sure if Linux was nearly as good as Windows Hewlett Packard and Dell would be happy to pay the programmers who work on it.
Remind me now how this is better than Windows?
The distro CD is free.
I didn't realize you were referring to a bug. Works for me in 6.0...
First of all, Michael is right..."blog" has become extremely overused, much like "P2P."
And much like "troll". Just because I post something stupid, that doesn't mean I was "trolling for newbies".
I was pointing out that visual studio dosen't exist on your platform
My platform is Windows 2000.
If you check mozilla.org I believe win32 uses the gcc compiler
I'm not sure what compiler it uses, but it requires Visual C++, that's the point.
VS costs like 50$ or so on student discount, have some college kid get it for you.
That's of questionable legality, and if I were going to do that, I'd just go all out and make a copy from someone else. If I'm not going to distribute the binaries, no one's going to find out anyway. In any case, I don't think it's worth $50 or breaking the law just to help AOL fix bugs in its software. The fact that I have to pay $50 and/or break the law just to compile the source of mozilla on my operating system pretty much defeats the purpose of it being GPLed for that operating system, as far as I'm concerned.
Calling slashdot a blog, or calling it journalism.
Visual Studio Professional is $1,079. So we both were wrong. Still way too much to pay to be able to compile mozilla on the operating system I use. Frankly I'm surprised this loophole in the GPL hasn't been closed.
Unlicensed NLOS with a range up to 20 miles. Only supports 14Kb/sec or so, but that's all CDPD supports, and it costs $30/month. Now why hasn't anyone come out with cards running on MURS frequencies? I sure would buy one.
This is open source, dude, so fix the bugs yourself.
Let me compile it without paying $3000 for Visual Studio.
Actually, they are probably musicians, it's the sound recording industry that will probably be the main market for this box...
Huh? Why would the sound recording industry put loud computers in the same room as the microphones?
And buying wireless LAN equipment to connect the server to my laptop costs less than the quiet case in the article.
Yeah but then you have to use your laptop screen to view everything. Maybe you have a killer laptop, but I never could deal with a laptop screen for more than a short period of time.
Reason, you can never, ever trust slashdot or similar system for MD5 sums of software.
./mozilla-mac-10 -stub-instal.bin6 ./mozilla-mac-10 -full-instal.bin0 ./linux-xpi/brow ser.xpi ./linux-xpi/chat zilla.xpi ./linux-xpi/defl enus.xpi ./linux-xpi/insp ector.xpi ./linux-xpi/lang enus.xpi ./linux-xpi/mail . pi ./linux-xpi/psm. xpi ./linux-xpi/regu s.xpi ./linux-xpi/talk back.xpi ./linux-xpi/venk man.xpi ./linux-xpi/xpco m.xpi ./mac-xpi/browse r.xpi ./mac-xpi/chatzi lla.xpi ./mac-xpi/deflen us.xpi ./mac-xpi/inspec tor.xpi ./mac-xpi/langen us.xpi ./mac-xpi/mail.x pi ./mac-xpi/regus. xpi ./mac-xpi/talkba ck.xpi ./mac-xpi/venkma n.xpi ./mac-xpi/xpcom. xpi ./mozilla-macosX -10.smi.bin ./mozilla-i686-p c-linux-gnu-1.0-installer.tar.gz1 41cb3c8f92983dff ./mozilla-i686-p c-linux-gnu-1.0-sea.tar.gzc 8325064f24 ./mozilla-i686-p c-linux-gnu-1.0.tar.gzd 5929f7 ./src/mozilla-so urce-1.0.sit.bin6 ./src/mozilla-so urce-1.0.tar.bz20 ./src/mozilla-so urce-1.0.tar.gz ./README ./MD5SUMS ./README-bsdos ./windows-xpi/br owser.xpi ./windows-xpi/ch atzilla.xpi ./windows-xpi/de flenus.xpi ./windows-xpi/in spector.xpi ./windows-xpi/la ngenus.xpi ./windows-xpi/ma il.xpi ./windows-xpi/mo zillauninstall.zip6 57 ./windows-xpi/ps m.xpi ./windows-xpi/re gus.xpi ./windows-xpi/ta lkback.xpi ./windows-xpi/ve nkman.xpi ./windows-xpi/xp com.xpi ./mozilla-win32- 1.0-installer.exea e ./mozilla-win32- 1.0-stub-installer.exe7 5769e7 ./mozilla-win32- 1.0-talkback.zipc ./mozilla-i386-u nknown-freebsd4.5_1.0.tar.gzc e3d5aa7cabed ./mozilla-i386-p c-bsdi4.2-1.0.tar.gzd 4ee1 ./Red_Hat_7x_RPM S/alpha/mozilla-1.0.0-2.alpha.rpm2 dead81b8e195a03c8 ./Red_Hat_7x_RPM S/alpha/mozilla-nspr-1.0.0-2.alpha.rpm7 a10a92a3a71fd2a5b07ad9 ./Red_Hat_7x_RPM S/alpha/mozilla-nspr-devel-1.0.0-2.alpha.rpmd 0a083db186d54994bfb519700013 ./Red_Hat_7x_RPM S/alpha/mozilla-nss-1.0.0-2.alpha.rpm2 6ec4e62ac516ddbbd1aba ./Red_Hat_7x_RPM S/alpha/mozilla-nss-devel-1.0.0-2.alpha.rpmd a5da2fd1aa816ac984783405578 ./Red_Hat_7x_RPM S/alpha/mozilla-devel-1.0.0-2.alpha.rpmb 442ed836394f91969a6074b ./Red_Hat_7x_RPM S/alpha/mozilla-mail-1.0.0-2.alpha.rpm7 2ea75e8a9271ef64519336 ./Red_Hat_7x_RPM S/alpha/mozilla-psm-1.0.0-2.alpha.rpme 577f2d97a793146448479 ./Red_Hat_7x_RPM S/alpha/mozilla-chat-1.0.0-2.alpha.rpm1 44932e3ac0387c71489dc4 ./Red_Hat_7x_RPM S/alpha/mozilla-js-debugger-1.0.0-2.alpha.rpm5 2c9554942a969b6edaf1e01d7bf30 ./Red_Hat_7x_RPM S/alpha/mozilla-dom-inspector-1.0.0-2.alpha.rpm
7 707ddc76f0e811eebc270bbeaad8eee ./Red_Hat_7x_RPM S/i386/mozilla-1.0.0-2.i386.rpm8 51b6a5218f6ac8a ./Red_Hat_7x_RPM S/i386/mozilla-nspr-1.0.0-2.i386.rpm7 442ecc03f147b44ab9f1 ./Red_Hat_7x_RPM S/i386/mozilla-nspr-devel-1.0.0-2.i386.rpma 0ff5d170ae330047e34194a8a2 ./Red_Hat_7x_RPM S/i386/mozilla-nss-1.0.0-2.i386.rpmd 73cf24dbb81994197c3 ./Red_Hat_7x_RPM S/i386/mozilla-nss-devel-1.0.0-2.i386.rpm0 1acb691a10bf79b9d5dca15d5 ./Red_Hat_7x_RPM S/i386/mozilla-devel-1.0.0-2.i386.rpm4 c4d1a7eea5d2814fa3ab6 ./Red_Hat_7x_RPM S/i386/mozilla-mail-1.0.0-2.i386.rpm4 9fd9c6f5b66ef1c56a83 ./Red_Hat_7x_RPM S/i386/mozilla-psm-1.0.0-2.i386.rpmc 4053ab7710306f30d76 ./Red_Hat_7x_RPM S/i386/mozilla-chat-1.0.0-2.i386.rpm5 218dec05b7121040ac9b ./Red_Hat_7x_RPM S/i386/mozilla-js-debugger-1.0.0-2.i386.rpm8 34fc841ad6634f18de6053503fb ./Red_Hat_7x_RPM S/i386/mozilla-dom-inspector-1.0.0-2.i386.rpm3 eab34f05921744783364319aea378 ./Red_Hat_7x_RPM S/SRPMS/mozilla-1.0.0-2.src.rpmb 3be12b7dd4ab251 ./mozilla-i386-p c-bsdi4.3-1.0.tar.gz8 60b2 ./mozilla-os2-va cpp-1.0.zip ./mozilla-alphae v6-dec-osf4.0f-1.0.tar.gz8 a26bf75bc ./mozilla-powerp c-unknown-linux-gnu-1.0.tar.gz0 3f6acc42b6c384 ./mozilla-sparc- unknown-bsdi4.2-1.0.tar.gz7 8e11c24b3c ./mozilla-openvm s-alpha-m100.sfx_ax
Nor can you trust http. Nor can you trust ftp. Technically you can't even trust https, or scp, or any method of transfer. Maybe if you build the machine yourself from the ground up, transister by transister, then you can trust it. Nope, even then you have to trust that the transister itself wasn't designed improperly. Gee, I guess you can't trust anything, can you?
There is no way to justify posting MD5 sums out of the official site. Never-ever do it.
2763d63b4b5f9d9f0e56fabc64334e95
aec749db92b2fe03d247cfaa08c1d23
f773828f035affb022c8989045c690d
a6be6ff71051f94d988ab5b3af8724cc
13cd011c36b2b2ff8ec5f5c6b612d106
e5647eca938a877055917ba908392167
6b28aa34476527ac4c44aa946f38f3fd
f2c1094e218fee49583726789ab96510
66fed4679661d0c0c640d1dbafa36af7
1c2e0712d07130d88d7253015934a8ce
f99bb9daf49c9e919cde5d54fdcfe059
94d39361968acbb2f745eddd97263feb
b85671bdd3fe50b5806a8a11a696ed08
1280114c60f4290aa6d781ba4cc75996
1f4e10c545ed8730cce0a52ca1b8b096
6f14a66514ed61915ffe335673403ef6
5dacc8365a39f05a019cbb6afcd1ff18
87b4e21ff15f931a130d505d315aecc8
3711c89eefee52d2fc099dc63407f13d
6ab127751d8076c897f3b3ed542102b3
98849a0223aa505f43b11cd4be430119
d0141c0c7ce5ac738455fb66e44f6b3b
f0219e6de76287fd7f22efcde078b102
78ece99d195388815fc086ed66ee5e8a
893bb53966f9b5d5b2239cabc6dba4bd
7fda58bab7855ae
3924198e5e7a6648b2e90
3637990a871800ce73613c3f0
033da936e48336aa2c5d8bf0aa03905
35a7524c2fbb773e23449179c5cb1f2
451bab64989899f0c7d3ceaa3f83edb8
d41d8cd98f00b204e9800998ecf8427e
8d0fb73b0409819575f445f02ffe4457
8745654b86e95c932a3cf5a3b8b8046b
406f07384d499880fd839b19fd57915d
5b0e5d8de93891412d7f7fc3e934e23e
1d7b97d544ee0b261e2a385b488ca5d6
f3c28f1cf4b1281d5693f62bfaeb7fef
ccf71efa628f0b8b07ebb835339c0459
c105d4a99ac72bbd800f7f1187978e04
a4ca84380bcfeef01c4fc1b01c7cb
edccdbffa41bfde5bfd76961be35bce0
411654d9bf774b5e0c268205ccbf17a0
29e7a31e84c77042171b6fc59823c3d6
74ef9bf20e581a608b815f7516517178
684461f4bef2888271cb05bd3d80af28
5f5c523a4623a66fa7c132ee33d144
9af9f85af2cfa4cc9ed736c65
2e16e57429c325ff7ed01a4fdaf5120
71277c62af9ee8a81fd
e8b6be2bfa50fb9904579437eea
2431797e6a4492
dd885d077
ccb
21a76d1235
b750
24c4ea18
310f828eb
b419bdf45f
2eab0c7d6
c8
2462cf0671f4e9de
116345662f1
11f23
408271b6a2d1
e99f1c
a605ca5718
2ee85b6b515
31494833e0e2
26bba0cd16f
f806
2a
b18ab3464a3e4e03
885d9e36ac854ab6fd7e643669a
d7a66ff845bedcf288eec64e4111b0ba
b9f3f1f3857ab599cc2ec3
320520d8c0330e4e3
f9215c40c309a0460f72f
The only reason I mentioned the +5 was the fact that many people saw the post increased the probability that someone would have noticed if I had posted the wrong MD5. I wouldn't download an executable from gnutella and run it unless there was an MD5. The fact that someone posted the MD5 on slashdot would possibly convince me. In any case, I didn't realize that AOL had already posted the MD5 on their ftp site. I would have just pointed people to that, if I did.
Cool. I didn't know about that page. I would have just posted a link to it instead of the md5 if I did. Why they don't put it on an https site, I don't know (of course, maybe they do).
Securitywise, all that md5 sum means is that no one changed it after you posted it on gnutella. For all I know, you trojanized it yourself, or you downloaded it from somewhere else pre-trojaned.
If that were the case it's quite likely that someone would have noticed and pointed that out. I downloaded my copy from mozilla.com, so it's highly unlikely that it's pre-trojaned.
So basically for an md5 sum to be any good, the md5 sum has to come from a reputable, secure source, such as mozilla.org, not some random person on slashdot.
Personally I'd settle for a relatively long-time slashdot user who uses his real name and was modded to 5. In the unlikely case that someone spent a year posting on slashdot and building up a reputation just so s/he could plant a trojan into the 1.0 release of mozilla, and that you happened to download the exact same copy from gnutella that s/he had distributed, it would eventually be discovered, and that person could easily be traced by IP address and reported to the FBI.
So while I agree with you that my MD5 sum wasn't military grade security, I think it does present some additional security. Even more if others respond to confirm the MD5. And I hope others put mozilla into their gnutella sharing directory.
Ultimately, the problem should be solved by AOL putting the MD5 on https://www.mozilla.org/. But I checked, and if they have, I couldn't find it.
I guess the idea is that encryption software would help the citizens of these countries organize revolts against their oppressive governments... Err, wait a second...
Or use gnutella. The MD5 is 684461f4bef2888271cb05bd3d80af28 for mozilla-win32-1.0-installer.exe.
The benevolent dictatorship model has proven to be by far the most efficient model for open source programming (Linux kernel).
And the great advantage of open source software is that the threat of forking forces the dictatorship to be benevolent. It's actually amazing how well the threat of forking is high enough to ensure that huge mistakes are not made, while still giving the dictator the freedom to make small decisions in the way s/he feels best. In other words, the cost of forking is high enough to maintain the dictatorship, as long as the dictator remains benevolent.
It's nearly impossible to build software without someone being in charge. In traditional software development, that's your manager, or the CTO, or the CEO, etc. In linux, there's linus to guide the direction of the software the way he wants it to go.
I bet you'll see that even with the major projects with 4 people working on it, there is a definitive one that stands out as the lead developer. Testing and bug fixing can be worked on by many people independently, but when it comes to developing the actual software, there needs to be a single person to make the ultimate large scale decisions.
But note one of the axioms of Special Relativity is that the laws of Physics are the same in all inertial (non-accelerating) frames of reference. Hence by testing the theory of Relativity we are testing this very axiom.
No... That axiom can't be tested. It is equally valid to say that the speed of light is not constant, it's just that things shrink and slow down when they move at certain speeds with respect to the ether. No experiment has yet been done to prove that axiom.
Perhaps you're saying that this test somehow does that? The linked article was extremely light, so I'd certainly like to see just how this experiment proposes to do that.
I have to believe that this test is somewhat different from the previous ones, not just a more accurate version. What I'd like to see is a test which pits Relativity against Ether Gauge Theory or some other similar theory which assumes the existence of an ether and has not yet been disproven.