To my knowledge (although I'm not a NASA watcher with as much fervor as some) I don't believe the SSMEs have EVER BEEN analyzed and re-engineered to create characterizations of their failure points, reliability, etc
This is a very important consideration in any engineering exercise, however, when have the SSME's ever been a cause of failure? To the contrary, don't they have an excellent performance track record?
Let's try to keep our eyes on the ball, to date, the catastrophic failures of the program have been caused by:
quality control in the SRB (the infamous O ring that led to the first explosion)
damaged thermal-tile / aerodynamic surfaces from ice shedding
Throughout the Shuttle program there have been endless other problems that are probably related to the Administrator's comments about the agressive design. NASA tried to build an Orbiter for the 21st century using 1970's technologies. Just for example, by 1998, the average laptop had more computing capability than the entire SST while it embedded HUNDREDS of sensors for data gathering and a fly-by-wire system for manual flight control.
When the shuttle program started it was visionary, but it got bogged down trying to deliver the sun, moon and stars on a government controlled budget. NASA's big mistake was continuing the program after it became obvious that the design flaws would cripple it. The unanswered question is, when did it become obvious?
The article is mentions the rise of anti-spyware and how it usually cleans up suspect cookies.
From my experience with average users, clients, co-workers and family, most users have no clue what the anti-spyware is actually doing, they just follow along blindly. Personally I think this a great improvement over the truely clueless who don't practice safe browsing of any sort.
Good Design (aka Big Design Up Front) is very effective when the problem domain is well understood or there exist a reasonable number of known solutions to choose from. Text editing is a good example of this, people have been writing text editors for over 40 years so there shouldn't be too many surprises and there are lots of examples. (Telephone signal exchange is similar...) For these problems a very formal approach should work well and result in a well documented and well designed system.
Other problems, usually in newer fields of endeavor, lend themselves to more dynamic software creation strategies with less stringent design phases such as hacking, exploratory programming, prototyping and good old XP. It's very hard to write requirements, functional specifications or even UML diagrams for a system that does things nobody has even dreamed about.
In an ideal world both approaches will result in a good design. What started as a hack can turn into a prototype and evolve into a design, the trick is to document it all... but that would require infinite time and infinite resources. This might occur in large open source projects where the user and development communities are large enough to represent statistical universes but in the corporate world where the bottom line drives everything and therefore time and resources are limited shortcuts are taken. Sometimes this results in brilliantly designed but undocumented applications, but just as often the result is a giant ball of mud that will scare the willies out of the first intern or student hired to maintain code.
whoever made the page didn't know what in the hell they were doing
:-)
I'm beginning to think that webauthoring should be licenced so that if you're not knowledgable enough to write W3 compliant xhtml from memory you should have to use a tool that does.
Similarly, Frontpage is a crime against humanity!
All kidding aside, how do we educate the unwashed masses? The grand majority of web users out there don't even know what raw HTML looks like, much less nebulous issues like CSS compliance and xhtml. Why should they even care?
I don't get it! Who's going to buy it?
on
Zeta Goes Gold
·
· Score: 5, Insightful
Who is going to spend time and money on this thing?
It's almost as expensive as XP Home edition and half a dozen different Linux distros can be had for free.
Who's going to pay 99 Euros for a squeaky new OS?
Are there even any applications for it?
Free I could understand, we hobbiests are crazy, but 99 Euros? WTF?
But then again, so are sledgehammers and landmines. Just for kicks see how your girlfriend reacts when you jump into bed with a flack-jacket and a 20 lb. sledge.
In my enterprise software world, I want people using the right tool for the right job, not walking around with a hammer beating mindlessly at the screwheads that pop up.
Somebody still has to remind me why CD ripping is different from the 70's & 80's when we would pool our funds for someone to buy the album and make lots of tapes...
Under the new solution, tracks ripped and burned from a copy-protected disc are copied to a blank CD in Microsoft's Windows Media Audio format. The DRM embedded on the discs bars the burned CD from being copied.
So this will only affect you if you use Windows Media Player. Darwin in action?
If that 90% problem goes away, and the music industry giants stop complaining, we can return to business as usual!
you have plausible deniability that you are just acting as a buffer and ferrying the data for someone else instead of yourself.
Try explaining that to the Men in Black. The CIA/NSA types will just laugh.
Yes, this is tinfoil hat land in the U.S. but for places like China, Corea, Myanmar, etc. plausible deniability is simply not an option, just being a link in the chain will land you on the short path to the salt mines.
Since nobody else appears willing to speculate, I'm going to guess that they'll pay a severe price in Core 4 with incompatibility and instability, but the lessons they learn will pay off in Core 5... if they survive that long.
But IIRC, upgrading my gcc on Fedora Core 2 made it almost impossible to install the NVidia Kernel mod. But then, NVidia is ALWAYS a special case isn't it.
sigh
Compatibility? Linux testing?
on
GCC 4.0.0 Released
·
· Score: 4, Interesting
Just about every time I have to rebuild a kernel or build a kernel mod I get my butt kicked by gcc versions. So my questions are?
Are there compatibility issues with existing binaries?
What does this do to existing code?
How will this effect existing distros?
Is any distro planning on supporting 4.X soon? (And is that a good thing or a bad thing?)
Any CGI that is not supported by a module like mod_perl or mod_php has to run as a separate process whether you use IIS or Apache
Have you actually even used Windows as a web server?
I have, and after years of hacking Solaris and Linux I was stunned to discover how bad CGI performance was under Windows, forking (or starting) processes in win32 is significantly more expensive than in any UNIX. For this reason my organization has moved to ISAPI under IIS and apache modules under apache to get reasonable performance on win32.
As an aside, CGI under IIS with an untweaked anti-virus is slower than molasses in January in Val d'Or.
Now windows isn't all bad, it's just a question of what you do with it! My home PC is used 90% of the time for gaming, so what do I run? XP! Why? Because I don't want to spend a weekend messing around with kernel modules to support my video card correctly just so I can discover that my new game only kinda works with WineX.
Arrr Matey!
To my knowledge (although I'm not a NASA watcher with as much fervor as some) I don't believe the SSMEs have EVER BEEN analyzed and re-engineered to create characterizations of their failure points, reliability, etc
This is a very important consideration in any engineering exercise, however, when have the SSME's ever been a cause of failure? To the contrary, don't they have an excellent performance track record?
Let's try to keep our eyes on the ball, to date, the catastrophic failures of the program have been caused by:
Throughout the Shuttle program there have been endless other problems that are probably related to the Administrator's comments about the agressive design. NASA tried to build an Orbiter for the 21st century using 1970's technologies. Just for example, by 1998, the average laptop had more computing capability than the entire SST while it embedded HUNDREDS of sensors for data gathering and a fly-by-wire system for manual flight control.
When the shuttle program started it was visionary, but it got bogged down trying to deliver the sun, moon and stars on a government controlled budget. NASA's big mistake was continuing the program after it became obvious that the design flaws would cripple it. The unanswered question is, when did it become obvious?
The hompage referenced by Freshmeat appears to have been bombarded from orbit... but there's a windows installer here: GIMPshot.exe
more holier than thou, doom and gloom, america bashing bullshit
- holier than thou - yes
- doom and gloom - probably
- america bashing - quite definately
- bullshit... ????
No... I'm afraid he holds the Tao and you're grasping at straws. Look at the bible thumper you elected to lead you.
The article is mentions the rise of anti-spyware and how it usually cleans up suspect cookies.
From my experience with average users, clients, co-workers and family, most users have no clue what the anti-spyware is actually doing, they just follow along blindly. Personally I think this a great improvement over the truely clueless who don't practice safe browsing of any sort.
With multiple stylesheets no less! Time to pre-order Duke Nukum Forever!
<link rel="stylesheet" type="text/css" media="screen, projection" href="//www.slashcode.com/base.css" ><link rel="stylesheet" type="text/css" media="screen, projection" href="//www.slashcode.com/ostgnavbar.css" >
<link rel="stylesheet" type="text/css" media="screen, projection" href="//www.slashcode.com/slashcode.css" title="Slashcode" >
<link rel="Alternate stylesheet" type="text/css" media="screen, projection" href="//www.slashcode.com/slashdot.css" title="Slashdot" >
<link rel="stylesheet" type="text/css" media="print" href="//www.slashcode.com/print.css" >
Good Design (aka Big Design Up Front) is very effective when the problem domain is well understood or there exist a reasonable number of known solutions to choose from. Text editing is a good example of this, people have been writing text editors for over 40 years so there shouldn't be too many surprises and there are lots of examples. (Telephone signal exchange is similar...) For these problems a very formal approach should work well and result in a well documented and well designed system.
Other problems, usually in newer fields of endeavor, lend themselves to more dynamic software creation strategies with less stringent design phases such as hacking, exploratory programming, prototyping and good old XP. It's very hard to write requirements, functional specifications or even UML diagrams for a system that does things nobody has even dreamed about.
In an ideal world both approaches will result in a good design. What started as a hack can turn into a prototype and evolve into a design, the trick is to document it all... but that would require infinite time and infinite resources. This might occur in large open source projects where the user and development communities are large enough to represent statistical universes but in the corporate world where the bottom line drives everything and therefore time and resources are limited shortcuts are taken. Sometimes this results in brilliantly designed but undocumented applications, but just as often the result is a giant ball of mud that will scare the willies out of the first intern or student hired to maintain code.
I hear you... How 5 year olds can manage four buttons and two joysticks with their thumbs? It's beyond me!
Mob thugs are no better at crime than regular thugs, they just have infrastructure in place to make it easier.
Kind of like big software companies and bad software.
Mod parent up, a lawyer relative of mine has pointed this out to enraged family members more than once.
whoever made the page didn't know what in the hell they were doing
:-)
I'm beginning to think that webauthoring should be licenced so that if you're not knowledgable enough to write W3 compliant xhtml from memory you should have to use a tool that does.
Similarly, Frontpage is a crime against humanity!
All kidding aside, how do we educate the unwashed masses? The grand majority of web users out there don't even know what raw HTML looks like, much less nebulous issues like CSS compliance and xhtml. Why should they even care?
Free I could understand, we hobbiests are crazy, but 99 Euros? WTF?
If there was a special gnu/linux video card, I bet it would work with a minimum of effort.
I beg to differ...
#6 is a BIG one, it's the only reason I'm playing with PHP rather than JSP or servelets.
Try denying the holocaust in Germany.
Godwin!
Return directly to jail, do not pass Go, do not collect $200
they're quite useful in their own way
But then again, so are sledgehammers and landmines. Just for kicks see how your girlfriend reacts when you jump into bed with a flack-jacket and a 20 lb. sledge.
In my enterprise software world, I want people using the right tool for the right job, not walking around with a hammer beating mindlessly at the screwheads that pop up.
A Black Market for Torahs? That has to be one of the strangest things I've ever heard of...
Of course it would play nicely into my Cops parody skit Rabbis
Yitzak 511, we have a non-kosher bagel in progress on the corner of Sherbrooke & St. Denis, please send backup for a minyan.
Somebody still has to remind me why CD ripping is different from the 70's & 80's when we would pool our funds for someone to buy the album and make lots of tapes...
Under the new solution, tracks ripped and burned from a copy-protected disc are copied to a blank CD in Microsoft's Windows Media Audio format. The DRM embedded on the discs bars the burned CD from being copied.
So this will only affect you if you use Windows Media Player. Darwin in action?
If that 90% problem goes away, and the music industry giants stop complaining, we can return to business as usual!
Try explaining that to the Men in Black. The CIA/NSA types will just laugh.
Yes, this is tinfoil hat land in the U.S. but for places like China, Corea, Myanmar, etc. plausible deniability is simply not an option, just being a link in the chain will land you on the short path to the salt mines.
An idiot is an idiot no matter what browser he/she is using
Yes... but an idiot with a length of rope is infinately less likely to hurt themselves than an idiot with a hand grenade.
Thanks for the info, I'd mod you up if I could.
And is that a good thing or a bad thing?
I guess time will tell.
Since nobody else appears willing to speculate, I'm going to guess that they'll pay a severe price in Core 4 with incompatibility and instability, but the lessons they learn will pay off in Core 5... if they survive that long.
Perhaps
But IIRC, upgrading my gcc on Fedora Core 2 made it almost impossible to install the NVidia Kernel mod. But then, NVidia is ALWAYS a special case isn't it.
sigh
Just about every time I have to rebuild a kernel or build a kernel mod I get my butt kicked by gcc versions. So my questions are?
Anyone know?
Any CGI that is not supported by a module like mod_perl or mod_php has to run as a separate process whether you use IIS or Apache
I have, and after years of hacking Solaris and Linux I was stunned to discover how bad CGI performance was under Windows, forking (or starting) processes in win32 is significantly more expensive than in any UNIX. For this reason my organization has moved to ISAPI under IIS and apache modules under apache to get reasonable performance on win32.
As an aside, CGI under IIS with an untweaked anti-virus is slower than molasses in January in Val d'Or.
Now windows isn't all bad, it's just a question of what you do with it! My home PC is used 90% of the time for gaming, so what do I run? XP! Why? Because I don't want to spend a weekend messing around with kernel modules to support my video card correctly just so I can discover that my new game only kinda works with WineX.