Slashdot Mirror


User: SgrA*

SgrA*'s activity in the archive.

Stories
0
Comments
11
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 11

  1. Re:Can you try both methods? on Hot Aisle Or Cold Aisle For Containment? · · Score: 1

    The most impressive thing about visiting the old CRAY HQ back in Minneapolis was this huge building, located in a sub-zero environment, comfortably heated entirely by computers. I'd say that they'd successfully achieved HAC on the inside and CAC on the outside.

  2. Re:Explanations on Using a House's Concrete Foundation To Cool a PC · · Score: 1

    Our neighbors have frequently speculated on why we have window air conditioners in our closets. I tell them that we grow mushrooms. Fortunately, they don't yet know that half of our home's 200A service is routed out to the garage.

  3. Re:Surprise? on Reliability of Computer Memory? · · Score: 1

    My experiences: I've been pretty lucky overall. My first "real" machine was a CDC 3300 running MASTER and Compass. Among others, I experimented with writing hardware-level I/O and turned off all of the interrupts during one run (card batches). It never occurred to me that no one would reset such things between runs, and the entire payroll system went down in flames the following weekend. I was not a popular camper after that.

    I liked CP-CMS. MULTICS was massively unreliable and it was way too easy to pillage the password file. DEC machines ran RSX, RT-11 and then VMS. I don't remember them failing much (except for those dogs, the microVaxen), but then again they were sort of like personal appliances and restarts were pretty simple and didn't leave psychological scars. Also, no one thought twice about going after one with an extender board and a scope. (Both circuitry and code was pretty much open source.) Applying system patches was a bear, as were system installations.

    You could usually debug your way out of a Symbolics crash.

    I only used Macs regularly through OS7.5, but I remember being generally satisfied, except when a bad install created extension conflicts: bad stuff. Windows 3.1 and 95 were islands of OK-ness in a world of bad OS versions from MS. Not enough Unix experience to assess it, but I liked BSD.

    Our Corporate NT workstations used to blue screen about once a month, mostly due to buggy applications. (One could argue that a buggy user application should not be able to kill off an OS...) But I thank the folks from DEC who created it anyway; it brought the PC into the 20th century.

    My Win2K was babied along and ran nearly 24x7 for 5 years, on its original install, before a toxic software download killed it off. I finally switched to XP at that point (2007) because it was apparent that this type of event was going to be occurring more and more often. (My disk drives also started hitting their 5 year MTBFs.) XP SP2 has been rock stable (except for IE). I have one Vista laptop and it is OK as a "media machine", but I otherwise hate its UI-for-dummies. I'm holding out great hopes for Windows 7; hopefully there will be lessons learned.

    In all of this, I have been pretty careful about what I downloaded or installed, generally having learned to keep away from the dark corners of the software and hardware worlds. These days, I am mostly disappointed that certain web browsers can bring a machine down. It just seems wrong, sort of like allowing a non-privileged user to take over all of the hardware interrupts.

  4. Re:I choose... on If We Have Free Will, Then So Do Electrons · · Score: 1

    It has always seemed to me that a deterministic universe, as envisioned by Descartes and Newton, was completely specified by its past history. If all particles in the universe could be exactly tracked through all of their elastic and inelastic interactions, from the distant past on into the distant future (assume that vast computer, Deep Thought, playing celestial pool), then any given human action should be completely determined by the momentary convergence of the past histories of all his constituent particles as predicted by their prior interactions. Thus sounds to me like complete determinism, with no room for free will. The escape clause from this state of one's distant past being their fate seems to appear in the form of uncertainty and other quantum indeterminacy, preventing the possibility of a completely deterministic past history.

  5. Re:Convince your boss. on Time to Get Good At Functional Programming? · · Score: 1

    I currently have 43 named processes running on my freshly booted XP system, including the cryptic svchost. Adobe and Google background processes, Norton and MS anti-virus, and Iexplorer take up a lot of my total cpu resources. If I could simply assign each one of these resource hogs to a different core, and save one or two for my own personal use, I would be a happy man.

  6. Predators on A Look At Modern Game AI · · Score: 1

    I have pragmatically programmed predator behavior, based on a instinctive behavior matrix which considered creature energy level, anger, hunger, time of day, proximity of food, proximity of other predators, success of prior encounters, etc. Predators could also sense the environment over a limited range. This produced a composite behavior probability which translated into the energy put into prey acquisition and tracking. Available pathways to food (links in the game network) also applied difficulty levels. It' not quite AI, but it did provide a degree of uncertainty as to how often and vigorously the predators attacked.

  7. Re:I have a lot of respect for him, but... on Twenty Years of Dijkstra's Cruelty · · Score: 1

    The fact is that the world needs a hell of a lot of running code in a hurry. Millions of lines of it. We don't have the luxury of treating a realtime airline-pricing-optimization manager as a lovely formal system that we can write out in pencil. We have to get it up and running, then fix bugs and add features as time permits, because of a phenomenon that Dijkstra doesn't take into account: IT'S NEEDED *NOW*.

    And you all were wondering, perhaps, what was wrong with the world today?

  8. Re:Cruel and couldn't use a computer on Twenty Years of Dijkstra's Cruelty · · Score: 1

    Sounds like my introductory biochemistry class.

  9. Re:Immortality is scary on Scientists Identify a Potentially Universal Mechanism of Aging · · Score: 1

    As I recall urban legend, The Club of Rome did economic simulations in the 60's and found mysterious 50 - 60 year ecconomic cycles. After eliminating all of the obvious sources of bugs and loops, they realized that this was the effective ecconomic lifespan of a human generation. Not only does the money turn over, so do the ideologies. Longer lifespans also mean that old ideologies will hold sway for longer periods of time. (I'll use McCain as an example of a rearward looking ideology, which believed that the golden age was located back sometime in the 1950's and that an evolving future holds only fear.) I'd personally like to live longer, but we'd need to term out politicians and corporate leaders or we'll return to the dark ages, where nothing much siginifant changed for periods of centuries.

  10. Re:What intriques me... on Massive Botnet Returns From the Dead To Spam On · · Score: 1

    Crime is just more fun. Just consider, every evil genius that you ever met in an 007 movie has been really well decked out with superior technology.

  11. Don't go there in the first place on Microsoft Blames Add-Ons For Browser Woes · · Score: 1

    Every time IE or Acrobat crashes my machine, it reminds me that a data viewer should not be deeply emdedded into the OS. It's all downhill from there.