Slashdot Mirror


User: SuiteSisterMary

SuiteSisterMary's activity in the archive.

Stories
0
Comments
6,159
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6,159

  1. Re:Nothing is THAT Important on Uptime Realities in the Internet World · · Score: 5, Funny

    The same thing happened to me once, a little puddlejumper from Dallas or Houstan to Austin, I think it was.

    Anywho, the pilot revs up the engine, then throttles it back done. Fine, brakes and throttle work. Throttles back up, trips the brakes, and off we go screaming down the runway.

    Then the plane slows down, and stops.

    Pilot comes on the intercom and says 'Um, folks, you may have noticed, we didn't take off. A warning light has come on in the cockpit, and we don't know why. Until we do, we're going to stay right here.

    Now, that's not the bad part. The heat and humidity, and a plane full of sweaty smelly passengers isn't the bad part, either.

    No, the bad part was the pair of off duty pilots in the seats next to me who started, in loving detail, discussing every thing that could possibly be wrong.

  2. Re:not economically possible? on Uptime Realities in the Internet World · · Score: 2

    Just as a further comment to the above poster:

    Q: What was the last major IIS exploit?
    A: Code Red.

    Q: When was that, again?
    A: Damn, around a year ago?

    Q: Was it completely prevented by the most basic of post-install locking down?
    A: Yes.

    Q: How long did all of these servers go unpatched before Code Red hit the wild?
    A: A month. The patch was available for a month before Code Red EVER hit the scene.

    Q: What was the worst part of it for those of us who were immune?
    A: Ignoring all those damn entries in the logs.

  3. Re:Exercize is over rated on Scientific Battlegrounds in Diets · · Score: 2
    This doesn't apply to most Caucasian Americans, but a good percentage of the world is lactose intolerant. You think the grain lobby got a good deal with the food pyramid? The feds got seriously lobbied by the dairy folks. What other food lobby manages to enlist every elementary school in the county in pushing their product? We need better science in researching dairy food, that's for damn sure.

    Lactose intolerance is actually a survival trait in mammals; gets you independant of Mommy and her teats more quickly, which means she can be lunch for the local predators without it affecting you unduly.

    But look at it logically; "Milk is designed to promote growth and weight gain in a rapid amount of time, so that babies have a better rate of survival." Lets rephrase that: "Milk is Nature's bulk-up program." So lay off the milk.

    As an aside, what do pediatricians tell Mommy to do if Baby is 'underweight' for their age? Drink whole milk!

  4. Re:OT: Slashdotting your content providers on Dirty Tricks of Presentors · · Score: 2
    Aside: forking to uptime probably a bad idea...I suspect GTop.pm (or whatever your system can) might be a less resource hungry resource checker....

    Aye, there's all sorts of ways to do it, it all depends on your environment, language, blah blah blah. Point being, it's an easy and off-the-cuff way to determine if you SHOULD run whatever. :-)

  5. Re:OT: Slashdotting your content providers on Dirty Tricks of Presentors · · Score: 2

    Aye, there's all sorts of ways to do it. My example was based on the idea of an 'application server' such as ASP, Tango, ColdFusion, whatever. There'd be differences with perl/CGI apps, but again, at that point, run an 'uptime' system command, and check the appropriate load number. If it's less than a happy threshold, go nuts.

    Hell, bugger updating a file. Make a subdir in your temp directory, and drop in a zero-length file, instead of incrementing a variable. Check the file dates, instead of going through an array of timestamps. And so on.

    Yes, it would be nice to be warned, but you build your bridge to hold tanks, even if it's only supposed to carry bicycle traffic. :-)

    However, I'm a busy person (arn't we all) and half the things I put up on the web (which are intended for a small audience, e.g. a demo of something that we're currntly working on) would never get up there if I had to panic about the whole of slashdot running it.

    Then, and pardon my flippancy here, they shouldn't be public. :-)

  6. Re:OT: Slashdotting your content providers on Dirty Tricks of Presentors · · Score: 3, Informative
    How you set up a webserver depends very much on the expected audience.

    Of course.

    You can only produce so much dynamic content per second, so how much dynamic content you create (assuming you're creating as much as possible to enrich the visiting user's experience) depends on how much traffic you're expecting.

    Thank you for answering your own question. Let me postulate.

    Let us assume, for the sake of argument, that your server can quite happily do five of these things at once. It's breaking a sweat, but it's a good, happy, 'in the zone' sort of sweat. Let us also assume that the demo will run for two minutes.

    Also note that this is the 'difficult' way; the 'cheap hack' way would be to check system load at the beginning of the demo, and display a static 'try again later!' page if system load is too high to run the thingy without repercussions.

    At the beginning of your app, you check a variable, you run through an array you populate later, checking to see if any timestamp is more than five minutes ago. If so, you clean that entry of the array out, and shift everything up; it's somebody who timed out, or quit halfway through, or something. You also decrement, for each array element you empty out, your 'current number of people watching' variable.

    If, after going through the array, your number-of-people-watching variable is less than 4, you increment it, put a timestamp into the above-mentioned array, and proceed to run the demo. At the end of the demo, you remove the timestamp (this can be made easier if you have a two-column array, and also throw in a little unique identifier, which the demo stores in a 'local' variable while it's running), decrement the number-of-people-watching variable, and off you go.

    This way, and assuming your webserver itself is set up to handle things properly, the worst thing a slashdoting could ever do to you is chew up your bandwidth. But your application itself will never ever exceed it's own safe running limits.

  7. Re:Rights of ownership on Rental Car Companies Watching By Satellite, Again · · Score: 2
    The real issue here is that the rental company in question is arbitrarily charnging peoples' credit cards with charges they did not agree to pay, nor were they warned about these so-called fees. Budget rental car is committing fraud/theft, so they should be very heavily fined.

    If that's the case, all the people need do is dispute the charges.

    As far as your assertion that they were breaking their contract thats something you've assumed. If they want to act on that, it's something that should be proven in a court of law. How do you know someone didnt remove the GPS device, throw it in the back of a friends pickup truck, and it was their friend that did the driving in Texas or where-have-you, with the device re-installed before returning the car?

    Oooooo-kay. You could have come up with a slightly more plausable excuse. But in this case, it's probably the same logic as parking lots; 'you pay lots of money to park here, but we accept no responsibility for damage, theft, and so on.' You had 'care and control' of the vehicle, and should have noticed if somebody broke into it and took something out, and so informed Budget

  8. Re:OT: Slashdotting your content providers on Dirty Tricks of Presentors · · Score: 2
    This of course is an option, but only if they are given warning.

    They can't configure their webserver properly from the get-go? That's like saying 'Sure, they could wear seatbelts, but only if they're warned that they're about to slam into a concrete wall.'

  9. Re:Rights of ownership on Rental Car Companies Watching By Satellite, Again · · Score: 2

    What's more important? Your right to enter into a contract with me, or my right to ignore that contract?

    I'd be more sympathetic if these people wern't breaking their contract, them complaining after they got caught. But, hey, obviously it wasn't completely irrational for the rental company to check up on them, was it?

  10. Re:MIB is a governemt agency on Review: Men In Black II · · Score: 2

    No, the 'division six' thing is a running joke. They'll pick a gov't agency appropriate to their current 'cover' story, and claim to be from 'Division Six' of that agency.

  11. Re:Not Using Animation to encrypt on Animated Encryption · · Score: 2

    Sure, why not? It's neither encryption nor stego, but it's a great way to leave general instructions.

    "In the scene where the guy on stilts kicks some guards in the crotch, count how many guards get kicked. ONE guard means attack on Monday. TWO means attack on Tuesday. THREE means attack on Thursday. FOUR means attack on Friday. FIVE or MORE means attack at your own discretion."

    Once you've got an innocuous set of actions and indicators listed, you can throw up a 'student project' with something specific in the title, and live secure in the knowledge that your agents can safely view it, and act upon it.

    This is similar to the telltales used by intelligence officers everywhere to send and recieve messages to and from their agents. "If I'm carrying the newspaper folded up in a certain way, the meet is on. If I drop it, it means the meet is off. If I'm carrying it folded a different way, it means get to your bolt hole and leave the country."

  12. Re:Impediments to telemarketing reform on Telemarketers and Cell Phones? · · Score: 2

    It wouldn't surprise me.

    One of the most eye-opening experiences of my life was when I was working late one night, at a Gov't office, in a major Canadian city. I went to the washroom, and the paper-towel dispenser happened to be open. Printed on the inside of the dispenser was instructions on how to change the roll. In English, and what looked like Spanish or Portugese. Either way, it was whatever language all of the janitorial staff were speaking.

  13. Re:WEP is useless anyway on U.S. Government Certified Wireless Security Products? · · Score: 3, Interesting

    In this case, I'm talking traffic usage patterns.

    Lets say you have AppX, which is used to decode, say, Albanian diplomatic encryption schemes. It's traffic is very very distinctive, over the network. Encrypted to hell and back, but very very distinctive.

    So, Albania wants to find out if it's ciphers are cracked. So it puts out a red herring, then listens to the network traffic radiating from the NSA building. Sure, it's encrypted, but who cares? They can tell.

    This sounds stupid, and contrived, but remember, during the Cold War, the Russians would watch the pizza restaurants local to places of interest. If a bunch of pizzas are delivered to a certain door of the Pentagon at 10 at night, you know something's up.

    Similarly, American diplomats in Russia were, and probably still are, told to do wierd things. Why? To mask the signals and dead drops and stuff being done by actual American intelligence officers.

  14. Re:WEP is useless anyway on U.S. Government Certified Wireless Security Products? · · Score: 2
    Sensitive data that needs protection should be encrypted at the app level anyway.

    Incorrect. This allows for traffic analysis and other wonderful thingies.

    Or, at least, insufficient. It should be enrypted at the app level, then encrypted AGAIN at the transport level.
  15. Re:4000 boxes? on Distributing Custom Modifications to 4000 Windows Boxen? · · Score: 2

    If they're non-networked, then you've answered your own question. You manually schlump around to each individiual machine, and you make the changes. Unless you're looking for somebody to design a Lego robot to do that....?

    Assuming that you've an install image that you use to create new machines, you can also throw the changes in there.

    But as soon as you say 'non networked' then you quite obviously need to sneakernet it.

  16. Re:Well, duh! on Cracking Down on MP3s at the Office · · Score: 2

    This brings to mind, as so many /. posts do, a Dilbert strip. The PHB asks Dilbert to get the new secretary to cut down on the personal phone calls, esp. long distance ones. "...Just be a little more discreet. For example, you could try NOT wearing the traditional costume of the country you're calling...."

  17. Re:What about emergencies? on Low-Tech Cell Phone Blocking · · Score: 2

    I'd respond, but not in a public forum. Suffice it to say that I'm not being flippant or heartless.

  18. Re:What about emergencies? on Low-Tech Cell Phone Blocking · · Score: 2
    Tell that to a pregnant woman, a man in a wheelchair, or an eldery person with a weak heart.

    I would, aye. If they are at risk of dying with thirty seconds warning, then they'd best make sure they're within thirty seconds of communication.

    Cellphones are not a guarenteed communication method, unlike landlines, which do have uptime guarentees. So don't treat cellphones as such. They're a convenience, but there are times and places they should be off, period. A place where silence is expected, and an admission fee is charged, is such a place. If you can't trust your babysitter to be alone with your kids for two hours, you shouldn't go to the movies. Yes, it sucks, but it's part and parcel of having children. And yes, I have young children. I also have a good home theater setup, and a depressing collection of Disney movies. :-)

    If your gf was raped in an underground parking lot, wouldn't you wish they did have phone boosters

    No, because she's not exactly going to be able to make a call in the middle of being assaulted.

  19. Re:What about emergencies? on Low-Tech Cell Phone Blocking · · Score: 2

    They don't need to justify it. It's private property, and you do not have the right to send and recieve radio transmissions at will.

    Or do you also think you should be allowed to keep your phone on in hospitals, on airplanes, and other places?

    Cell phones are pretty convenient, and useful, but they're not an inalienable right. And if you have a medical condition that means you cannot be out of contact, then it's your responsibility to not be out of contact, not random public buildings to make sure you're in contact. Or do you also think that underground parking lots, say, should install cell phone boosters?

  20. Re:What about emergencies? on Low-Tech Cell Phone Blocking · · Score: 2

    Yup, why, in the days before mobiles, people would DIE!

    Oh, wait, no they wouldn't, somebody would locomote the fifty feet to the nearest landline.

  21. Re:Makes your kid cry when their game won't workl. on Lucas Confuses ScummVM With Abandonware · · Score: 2

    Perhaps. It's all in the soundcard. Or, more accurately, the drivers. I actually keep a copy of Privateer, amoung other games, on my laptop, which, admittedly, runs win98, not XP. But I boots it into dos, and the yamaha sound chip in it has KICK ASS pure dos drivers for soundblaster 16(! not pro!) emulation.

    That having been said, I also built a P120 with Awe32 for the games that use damn timing loops.

  22. Re:Conspiracy Theory on Pet Bugs? · · Score: 1

    VERY well done. Kudos to you, good sir.

  23. Re:I bought these games because of SCUMMVM on Lucas Confuses ScummVM With Abandonware · · Score: 1

    http://www.lucasarts.com and look in the store, pc/windows, CLASSICS.

  24. Re:I don't get it. on Lucas Confuses ScummVM With Abandonware · · Score: 2

    Incorrect. Go to the Lucasarts Store, and pretty much all of their old games are happily available for sale.

  25. *sigh* on Will Microsoft Code-Checking Plans Cripple the GPL? · · Score: 0, Flamebait

    People bitch about microsoft having an 'exploit of the week' and forget that that's what the UNIX world was like, not all that long ago.

    People bitch about Microsoft trying to force their way into the console business using unsavoury business tactics, and forget that Nintendo pioneered that particular tactic, and Sony refined it.

    People bitch about Intel putting a unique ID into their procs, and forget that most of the other mainstream processors have one already.

    People bitch about Microsoft toying with the idea of having security support in hardware, and forget that x86 is one of the few hardware platforms that doesn't already have security provisions.