POV-Ray : Newsgroups : povray.off-topic : Is this the end of the world as we know it? : Re: Is this the end of the world as we know it? Server Time
30 Jul 2024 02:29:19 EDT (-0400)
  Re: Is this the end of the world as we know it?  
From: Darren New
Date: 23 Oct 2011 18:12:39
Message: <4ea49157@news.povray.org>
On 10/23/2011 11:01, Jim Henderson wrote:
> That's a Windows answer to most problems, sadly.

It's actually the answer to most closed-source proprietary systems. If you 
combine code from lots of independent developers without any way of checking 
that it's done correctly (i.e., you have no source, and no central 
repository), then there are not uncommonly situations where there are race 
conditions, or one program is using a resource the other program expects, or 
etc. When you get in a bad state, the fastest and easiest way to fix it is 
to reboot. If you don't have the source or detailed insight into the system 
to see what's wrong, and all you care is whether it's working, it's a decent 
solution.

If your google search times out, what do you do? You refresh the page. What 
could *I* do? Something a bit deeper, most likely. You don't have that 
visibility, tho.

> a function of your teammates or their nationality, it's the way Microsoft
> has trained people to "troubleshoot".

And how do people fix such problems in MacOSX, or on their Android phone? 
It's not Microsoft. It's just that Microsoft provides a huge proprietary 
platform with no checks on who can use it.

> That can mean there's a hardware issue (e.g, bad memory), or in the
> program that's running in the VM there's a memory leak or some other
> oddity.

Or a race condition, which is not at all uncommon.

-- 
Darren New, San Diego CA, USA (PST)
   People tell me I am the counter-example.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.