Half a Century of Crappy Computing
rebelscience.blogspot.com
Half a Century of Crappy Computing
1–10 of 21 posts
Re: Half a Century of Crappy Computing
#2Re: Half a Century of Crappy Computing
#3Re: Half a Century of Crappy Computing
#4Is this guy a genius or just crazy?
Re: Half a Century of Crappy Computing
#5Re: Half a Century of Crappy Computing
#6Is this guy a genius or just crazy?
"Why is motion in spacetime impossible? It has to do with the definitions of space and time and the equation of velocity v = dx/dt. What the equation is saying is that, if an object moves over any distance d x, there is an elapsed time d t. Since time is defined in physics as a parameter for denoting change (evolution), the equation for velocity along the time axis must be given as v = dt/dt which is self-referential. The self-reference comes from having to divide dt by itself. dt/dt always equals 1 because the units cancel out. This is of course meaningless as far as velocity is concerned."
Re: Half a Century of Crappy Computing
#7Anyone want to explain that diagram of the while loop to me? The author apparently believes it is so self evident that he doesn't have to explain what any of the symbols or colors mean.
Re: Half a Century of Crappy Computing
#8This is not to say that his ideas are totally without merit. I'm sure there are problem domains well-suited to his approach. However, just like all previous One True Ways, it's unlikely to be always be the best way of doing things. He also glosses over important details like his claimed hardware support, and how you're supposed to construct non-trivial flow diagrams in practice.
Re: Half a Century of Crappy Computing
#9Anyone want to explain that diagram of the while loop to me? The author apparently believes it is so self evident that he doesn't have to explain what any of the symbols or colors mean.
http://www.rebelscience.org/Cosas/components.htm#Types
Similarly for his quicksort example (http://www.rebelscience.org/Cosas/quicksort.htm) - from what I can see, there's no means to input or output whatever you're sorting - that part is all internal, and the only accessible parts are 'start' and 'done'.
Re: Half a Century of Crappy Computing
#10You're never going to convince anybody of anything if you can't explain yourself without using jargon. To be fair though, it looks like he's written a lot on the subject so cherry-picking one piece out of context is going to cause confusion. The guy should write some kind of manifesto that anyone can understand.
(Although Savain doesn't have time to finish designing COSA, he sure has plenty of time to write blog posts...)