If you have clear sky to two of the satellites, you can get a decent idea of where you are
Almost. You actually need 3 satellites to get a 2D fix, based on the assumption that you're at sea level. Four satellites is enough for a 3D fix. More will give you better accuracy by eliminating the errors/uncertainty in the measurements/data.
(Remember that with reception from one satellite, all you know is roughly what time that satellite thinks it is - you need the time signals from two satellites so that you can compare them; the difference tells you which one is further away and by how much... so you always need signal from one more satellite than the number of variables you're trying to calculate.)
None of this activity has anything to do with "capital" in terms of wealth production.
... except that the availability of this market is what makes the IPO investment attractive in the first place: I'm much more likely to invest my $100 in shares now, if I know that I can liquidate them whenever I want/need the cash - rather than having to wait for a stock buyback, or hoping for a dividend...
But that still fails when the filenames contain spaces:
bash$ touch "filename with spaces" bash$ tar cf file.tar "filename with spaces" bash$ for F in `tar tf file.tar`; do rm "$F"; done rm: cannot remove `filename': No such file or directory rm: cannot remove `with': No such file or directory rm: cannot remove `spaces': No such file or directory bash$
you're better to be rotating your session key regularly: thus, sign out.
Doesn't ssh (v2 anyway) renegotiate the session key automatically after a certain amount of data is sent? Check out the "RekeyLimit" option in the OpenSSH ssh_config man page...
I may also have an issue with my users installing a dev environment. If they can do that, what's to stop them from bringing in or downloading code that they can compile which then takes advantage of unpatched vulnerabilities?
If they can bring in or download code in source form, what's to stop them bringing it in or downloading it in binary form? While I agree that there are aspects of the new Fedora policy that are questionable from a security point of view, preventing users from installing a development environment isn't one of them, since it doesn't buy any security at all...
Government health care by contrast, is forced on everyone. That specific fact is what makes it a death panel. The person does not decide for himself what he is insured against, and is forbidden from doing so.
Oh, and the schematics - don't have them to hand, but this page has most of the relevant info. (ISTR if you use the cheaper chip the schematic might need to be slightly different - the sense of the write-enable pin is inverted or something, but can't remember the details!)
The one in the computer in front of me uses a Microchip 24LC21A. I think Microchip will (or at least used to) send you samples of small numbers either free or very cheaply. Or you can use another chip - don't have one to hand, but I think it's a 24LC128 - which is much cheaper. (The difference is that the 24LC21A is specifically designed for EDIDs, but typically you don't actually need the extra functionality so the other chip is just as good...)
I have successfully used a similar setup, using an Aten 4-port DVI switch rather than a Gefen - though I think the specs are similar. You are correct that it is the EDID not being passed through that causes the computers to think the monitors are getting unplugged, and you are certainly correct that it is annoying (especially with certain brain-dead drivers that, once the monitor is reconnected, refuse to display anything on it until you change the graphics settings!).
I found that you can make an equivalent to the EDID doctor for not very much money at all - using an EEPROM chip, 4 resistors and a capacitor. You have to splice this into the DVI cable, which is a bit fiddly and doesn't look very pretty, but for me it has worked way better than anything else. (Especially as I have set up another (more complicated) circuit, that detects when my KVM (KM now?) switch switches between computers, and sends the appropriate infrared signals to switch the monitor at the same time:-)
(most of whom aren't even using 2Gb of RAM in XP, so I doubt the 32bit RAM limit will be a problem)
And even if it did become an issue, you can use up to 4Gb of RAM in XP, provided that no one application needs more than 2Gb (or 3Gb if you mess around with the boot settings...)
3. Law should be treated like software: any and all changes should be incorporated into the text, not distributed as amendments. The current legal system looks like Linux 0.01 with all the patches distributed separately up to 2.6.30, and you can win a case by confusing the judge and your opponent into forgetting a critical patch.
3. Make the up to date text of every law easily accessible and searchable by anyone.
Modern installations do away with the cold header tank and everything is delivered at mains pressure.
Sure. But most installations aren't modern:-). MW was claiming that it's generally safe to drink out of the cistern in "most" toilets in the UK; personally I'm not so sure!
Finally, most UK toilets are plumbed directly into the mains, so as long as you drink from the cistern rather than the pan, it is a lot safer than the hot tap.
Really? Most I've come across have been connected to the cold water tank rather than the mains...
I for one do not want the vast majority of women to be programmers that would be working on anything of mine.
I don't want the vast majority of people to be programmers working on anything of mine. Hell, I don't want the vast majority of programmers working on anything of mine!
Also, -1 Grammar for (i) superfluous, and (ii) incorrect use of an archaic 2nd person suffix.
Second person suffix? What are you talking about? Much as I dislike "amongst" (and its friend "whilst"), it's neither incorrect nor anything to do with second person suffixes... it's not even a verb:-)
As for thinking the 18th century is part of the medieval period ... that's just tragic.
... because nobody was burnt for heresy in the Middle Ages?!
If you have clear sky to two of the satellites, you can get a decent idea of where you are
Almost. You actually need 3 satellites to get a 2D fix, based on the assumption that you're at sea level. Four satellites is enough for a 3D fix. More will give you better accuracy by eliminating the errors/uncertainty in the measurements/data.
(Remember that with reception from one satellite, all you know is roughly what time that satellite thinks it is - you need the time signals from two satellites so that you can compare them; the difference tells you which one is further away and by how much... so you always need signal from one more satellite than the number of variables you're trying to calculate.)
1010 = 12 in binary
Sadly, no.
Octal fail!
I would direct you to the 13th, 14th, and 15th Amendments which are part of the constitution and kindly ask that you STFU.
Women's votes not important to you then? They had to wait for the 19th to guarantee that!
None of this activity has anything to do with "capital" in terms of wealth production.
... except that the availability of this market is what makes the IPO investment attractive in the first place: I'm much more likely to invest my $100 in shares now, if I know that I can liquidate them whenever I want/need the cash - rather than having to wait for a stock buyback, or hoping for a dividend...
I'm also interested in privacy galoshes, privacy longjohns and privacy jodhpurs
Another member of the tinfoil trouser brigade?
xargs? Eww.
for F in `tar tf file.tar`; do rm "$F"; done
But that still fails when the filenames contain spaces:
As for teaching people who are bullied social skills, talk about the social sciences at their worst.
...
Teach nerds body language... how to use humour... how to build a social circle
This sounds a lot like teaching them social skills to me :-)
you're better to be rotating your session key regularly: thus, sign out.
Doesn't ssh (v2 anyway) renegotiate the session key automatically after a certain amount of data is sent? Check out the "RekeyLimit" option in the OpenSSH ssh_config man page...
I may also have an issue with my users installing a dev environment. If they can do that, what's to stop them from bringing in or downloading code that they can compile which then takes advantage of unpatched vulnerabilities?
If they can bring in or download code in source form, what's to stop them bringing it in or downloading it in binary form? While I agree that there are aspects of the new Fedora policy that are questionable from a security point of view, preventing users from installing a development environment isn't one of them, since it doesn't buy any security at all...
The chance of a random collision for SHA-2/256 is 1 in 2^256
Ummm... no, it isn't. It's pretty small, but you're out by many orders of magnitude—this is a birthday distribution...
Government health care by contrast, is forced on everyone. That specific fact is what makes it a death panel. The person does not decide for himself what he is insured against, and is forbidden from doing so.
... because in countries with government healthcare, private health insurance is illegal? Oh no, that doesn't seem to be true...
You leverage a boulder with a lever, but you don't leverage a lever with a boulder.
Actually I lever the boulder with a lever. Where I come from, "leverage" is a noun, to which the corresponding verb is "lever" :-)
Oh, and the schematics - don't have them to hand, but this page has most of the relevant info. (ISTR if you use the cheaper chip the schematic might need to be slightly different - the sense of the write-enable pin is inverted or something, but can't remember the details!)
The one in the computer in front of me uses a Microchip 24LC21A. I think Microchip will (or at least used to) send you samples of small numbers either free or very cheaply. Or you can use another chip - don't have one to hand, but I think it's a 24LC128 - which is much cheaper. (The difference is that the 24LC21A is specifically designed for EDIDs, but typically you don't actually need the extra functionality so the other chip is just as good...)
I found that you can make an equivalent to the EDID doctor for not very much money at all - using an EEPROM chip, 4 resistors and a capacitor. You have to splice this into the DVI cable, which is a bit fiddly and doesn't look very pretty, but for me it has worked way better than anything else. (Especially as I have set up another (more complicated) circuit, that detects when my KVM (KM now?) switch switches between computers, and sends the appropriate infrared signals to switch the monitor at the same time :-)
(most of whom aren't even using 2Gb of RAM in XP, so I doubt the 32bit RAM limit will be a problem)
And even if it did become an issue, you can use up to 4Gb of RAM in XP, provided that no one application needs more than 2Gb (or 3Gb if you mess around with the boot settings...)
WD40 is a drying agent, not a lubricant.
Uh... isn't it both? The manufacturers of WD40 certainly seem to think so:
WD-40 protects metal from rust and corrosion, penetrates stuck parts, displaces moisture, and lubricates just about anything
3. Law should be treated like software: any and all changes should be incorporated into the text, not distributed as amendments. The current legal system looks like Linux 0.01 with all the patches distributed separately up to 2.6.30, and you can win a case by confusing the judge and your opponent into forgetting a critical patch.
3. Make the up to date text of every law easily accessible and searchable by anyone.
This exists (for both of your item 3s :-), for the UK at least...
Modern installations do away with the cold header tank and everything is delivered at mains pressure.
Sure. But most installations aren't modern :-). MW was claiming that it's generally safe to drink out of the cistern in "most" toilets in the UK; personally I'm not so sure!
Finally, most UK toilets are plumbed directly into the mains, so as long as you drink from the cistern rather than the pan, it is a lot safer than the hot tap.
Really? Most I've come across have been connected to the cold water tank rather than the mains...
I for one do not want the vast majority of women to be programmers that would be working on anything of mine.
I don't want the vast majority of people to be programmers working on anything of mine. Hell, I don't want the vast majority of programmers working on anything of mine!
Pervs could just keep the mirror in the up position all the time.
Wouldn't that mean you couldn't see through the viewfinder - defeating the point of having an SLR?
Did you hear Nietzsche say his line then? Just curious... :-)
Also, -1 Grammar for (i) superfluous, and (ii) incorrect use of an archaic 2nd person suffix.
Second person suffix? What are you talking about? Much as I dislike "amongst" (and its friend "whilst"), it's neither incorrect nor anything to do with second person suffixes... it's not even a verb :-)