"Innocent until proven guilty" is an addage that is appropriate when there is not any evidence available to support a charge.
"An adage" is a very peculiar way of describing the Fifth Amendment to the Constitution of the United States, the Supreme Law of the Land.
It has come time, imho, that combating terrorism has got to involve more prevention than reaction
The entire modern system of justice rests on the pillar of adjudication. Take that away and you have a mockery.
On any properly implemented system...
on
Can .NET Really Scale?
·
· Score: 5, Insightful
...the overhead of the framework for your code contributes only a small percentage to the total system load.
In other words, it's not what you're using to do it, it's how you're doing it. If you're just pumping out files to clients on modems, 100+ concurrent requests isn't much. If those requests are all CPU-bound, I hope they're all niced or set to a low priority, otherwise you won't be able to log into the machine in a reasonable amount of time. If it's 100+ concurrent connections, but those connections aren't necessarily waiting for a response (just idle until the user does something) then you might not even care.
How many whatevers you have must always be qualified by knowledge of what those whatevers are doing. Otherwise your whatevers won't fit in your $20k thingamajig. And then Mr. Bigglesworth gets upset.
Of course, whether.NET is a properly-implemented system is a separate debate...
It was Tex Johnston, one of Boeing's top test pilots, in a 367-80 (a 707 prototype) doing an aileron roll over the hydroplane races at Seattle's Seafair.
I was told long ago that a 747 is good for 2.5Gs, so it'd be a pretty slow snap roll. Most light aircraft are rated for +6/-3 or so Gs and most acrobatic aircraft are rated for at least +/-9.
That depends entirely on the audio-frequency electromagnetic radiation noise floor at the particular place you've run your cable. A/C power lines are something important to avoid - a 60hz hum will be audible with anything other than cheap computer speakers. Generally, don't run your antenna (speaker cables) parallel to other antennas (power infrastructure, phone lines) for extended distances. You may find it worthwhile to twist balanced lines or shield unbalanced lines - and if you absolutely must convert between the two, use baluns.
I would say these things become a concern at distances of 100 feet or more - 50 if you have bad luck or good ears.
Attenuation, or how much power goes into heating the wires instead of moving the speakers, is easier to calculate. Your speaker system will have a specified impedance (for home speakers, usually 8 ohms, sometimes 16 ohms) with a DC resistance very near this. Add that resistance to the resistance of your wire (look up the ohms per foot in a wire table) and divide the speaker's resistance by the total (for example, if you have 8 ohm speakers, and your wire resistance was 1.5 ohms, only 8/9.5 or 84% of your power would make it to the speakers).
Baby Boomer Disease (that's the sickness some of the older guys in my office have, where they fanatically assert that no good music has been produced since the early eighties)
I've reached the conclusion that most popular music seems to be written to single people. People find ways to relate to music before they get hitched, are no longer able to relate to music they haven't already heard after that point (and no longer have the time to invest in it, either), and are then stuck.
Parent: "If you don't stop listening to that noise do you know what's gonna happen to you?"
I just get really angry when some foolio can claim to know anything about philosophy when he spends very little time with it. I mean I can spend hours on 2-3 pages of work trying to figure it out.
Philosophy is not a math problem. It is not a task. It is not an accomplishment. It is not something to 'do'. It is a love.
Any 'foolio' can love. Some of them can even love without going on about their level of loving 'expertise'.
Oh, and don't forget that according to the 2nd law of thermodynamics, you've lost energy at every step in that process, so you are probably not as efficient as a good gasoline engine
Your total efficiency still exceeds the brake efficiency of most car engines by several percentage points. Also, car engines lose energy at the clutch and transmission, must waste energy while idling, and cannot recoup energy from braking.
The assumptions above are from quick google searches - if you have better/conflicting info, let me know.
And then there's simple direction finding with any commercial broadcasting antenna. (Missile: fly to the strongest radio source at this frequency (choose a station that broascasts from downtown), then circle until you run out of fuel.
I have heard of a company that was trying to use solid/liquid rocket technology that used regular rubber as the fuel source and liquid oxygen as the oxidizer.
Your "necessity of NAT" argument is a red-herring because your example clearly shows you have a NAT fetish. It will, most likely, always be necessary to you. Seek help.
Why pay your ISP for another IP address when they'll give you a/48?
Why play the DHCP game when IPv6 completely obsoletes DHCP?
Why worry about whether the computers get stuck on different subnets when IPv6 stacks all cleanly handle being on more than one subnet? (one of which need not be your ISP's)
none of us would probably want to be on a receiving end of a weather effect that would result from dumping dumping all that matter and heat into atmosphere very quickly.
You'd prefer that the energy be converted to heat at the earth's crust instantaneously? I'm not following.
But do they convert the other 88% to heat the way that incandescent bulbs convert 90% of the electricity they use into heat with the 10% converted to light as almost a byproduct?
Like anything else they follow the law of conservation of energy, so yes. BTW, incandescents are more like 3% light, 97% heat. Either way the light portion turns into heat when something absorbs it. Heat is an amazingly dense form of energy storage, so one tends not to notice it so much, but all other energies are slowly turning into it (entropy).
Seems he had a gun in his hand (it was loaded, by the way) and it was aimed right at my face with his finger on the trigger. Hell, I should have waited to see if he actually fired BEFORE assuming his guilt.
Bad example. Assault with a deadly weapon and attempted murder do not require a bullet to leave the chamber.
HTTP can hope for around 60% max for a single connection.
Utterly false. You should do one of three things:
Benchmark it yourself
Provide references
Accept that your anecdotal information is not credible to those who have personally gotten better speeds than your percentages would imply via both HTTP and FTP.
No.
"Innocent until proven guilty" is an addage that is appropriate when there is not any evidence available to support a charge.
"An adage" is a very peculiar way of describing the Fifth Amendment to the Constitution of the United States, the Supreme Law of the Land.
It has come time, imho, that combating terrorism has got to involve more prevention than reaction
The entire modern system of justice rests on the pillar of adjudication. Take that away and you have a mockery.
In other words, it's not what you're using to do it, it's how you're doing it. If you're just pumping out files to clients on modems, 100+ concurrent requests isn't much. If those requests are all CPU-bound, I hope they're all niced or set to a low priority, otherwise you won't be able to log into the machine in a reasonable amount of time. If it's 100+ concurrent connections, but those connections aren't necessarily waiting for a response (just idle until the user does something) then you might not even care.
How many whatevers you have must always be qualified by knowledge of what those whatevers are doing. Otherwise your whatevers won't fit in your $20k thingamajig. And then Mr. Bigglesworth gets upset.
Of course, whether .NET is a properly-implemented system is a separate debate...
It's a zero-copy implementation.
I was told long ago that a 747 is good for 2.5Gs, so it'd be a pretty slow snap roll. Most light aircraft are rated for +6/-3 or so Gs and most acrobatic aircraft are rated for at least +/-9.
I would say these things become a concern at distances of 100 feet or more - 50 if you have bad luck or good ears.
Attenuation, or how much power goes into heating the wires instead of moving the speakers, is easier to calculate. Your speaker system will have a specified impedance (for home speakers, usually 8 ohms, sometimes 16 ohms) with a DC resistance very near this. Add that resistance to the resistance of your wire (look up the ohms per foot in a wire table) and divide the speaker's resistance by the total (for example, if you have 8 ohm speakers, and your wire resistance was 1.5 ohms, only 8/9.5 or 84% of your power would make it to the speakers).
I've reached the conclusion that most popular music seems to be written to single people. People find ways to relate to music before they get hitched, are no longer able to relate to music they haven't already heard after that point (and no longer have the time to invest in it, either), and are then stuck.
Parent: "If you don't stop listening to that noise do you know what's gonna happen to you?"
Teen: "What?"
Parent: "You're gonna turn out just like me."
Teen: [eyes grow with fear]
Heh. In 'civilized' countries, spies are usually self-selected from the population that has no family of any sort.
The backwardsness is so incredibly thorough.
I wasn't talking about loving the love of wisdom - I was talking about loving wisdom.
Philosophy is not a math problem. It is not a task. It is not an accomplishment. It is not something to 'do'. It is a love.
Any 'foolio' can love. Some of them can even love without going on about their level of loving 'expertise'.
Assume a power plant is 80% efficient. Assume electricity distribution is 95% efficient. Assume lead-acid columetric efficiency is 70%. Assume larger electric motors are 90% efficient.
Your total efficiency still exceeds the brake efficiency of most car engines by several percentage points. Also, car engines lose energy at the clutch and transmission, must waste energy while idling, and cannot recoup energy from braking.
The assumptions above are from quick google searches - if you have better/conflicting info, let me know.
We'll just have to bring back CONELRAD.
Don't expect to change a First Amendment absolutist's mind with "won't someone please think of the children" pandering.
Don't expect to change the mind of an adjudication absolutist, either.
No. The heretical principles of Separation of Church and State and Free Speech must not be allowed to threaten the authority of the church.
This is a terrible case of a bureaucracy perpetuating itself.
I can't see how that could possibly burn cleanly.
You can squeak an extra bit out of the eyebrow polarization for this purpose.
No, Debian uses Condorcet voting.
The ordinal ballot, however, is identical to IRV.
Why pay your ISP for another IP address when they'll give you a /48?
Why play the DHCP game when IPv6 completely obsoletes DHCP?
Why worry about whether the computers get stuck on different subnets when IPv6 stacks all cleanly handle being on more than one subnet? (one of which need not be your ISP's)
You'd prefer that the energy be converted to heat at the earth's crust instantaneously? I'm not following.
The US military budget is 380 billion for FY2004, or 17%. The US spends the bulk of its budget (about half) on entitlements such as social security.
Like anything else they follow the law of conservation of energy, so yes. BTW, incandescents are more like 3% light, 97% heat. Either way the light portion turns into heat when something absorbs it. Heat is an amazingly dense form of energy storage, so one tends not to notice it so much, but all other energies are slowly turning into it (entropy).
PCMCIA is ISA. Cardbus is PCI.
Bad example. Assault with a deadly weapon and attempted murder do not require a bullet to leave the chamber.
I'll let slashdot speak for itself:
One man tells a falsehood, a hundred repeat it as true.
Utterly false. You should do one of three things: