Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:NOT TRUE: Remeber Dijkstra & THE? (Score 1) 517

The proof claimed in the preset work covers only the microkernel part of a full OS. This is a similar level of complexity to the lower levels of THE, even to the point that virtual memory was excluded from both proofs. In the case of THE, the hardware did not support it. In the case of the present work, the authors of the web site listed virtual memory as specifically excluded from the proof.
 
(THE had a software segmentation scheme, assisted by the compiler.)

Comment NOT TRUE: Remeber Dijkstra & THE? (Score 2, Insightful) 517

In the 1960's Edsger Dijkstra (arguably one the founding fathers of "Computer Science", at least as a university subject) led a group at Eindhoven to develop a multiprocessing OS called "THE". The kernal was formally proven BY HAND .

I daresay the folks who have made this recent excellent achievement are likely well aware of THE, and therefore are being specious in claiming to be the world's first at doing this.

Comment condescension (Score 1) 517

I really hope that the marketing folks at that company know what they are doing, because I found the voice used in their web site and white papers really condescending. There seems to be an assumption that the reader is utterly surprised that formal proof techniques exist, and also there seems to be an assumption that the reader will be bored by meaninful details - like "take our word for it, because you'd fall asleep or wander away if we really tried to explain it".

Odd, because on the other hand, they seem to be trying to be up front about the boundaries of their proof. I just think it is possible to layer a presentation to different degrees of interest without comming off so jerky.

Comment Flaw in Solar system, or flaw in math? (Score 1) 255

I don't doubt collision is possible; but I also consider that the discrete nature of the computation (for simulation of a naturally continuous system) has such a significant chance of error that to talk about these tiny chances being predicted by the computation is rediculous - I doubt the predictions are informative.

Comment origin (Score 1) 146

I think origin (0,0,0) [(0,0,0,0,0)?] should be at the Sun upon the start date - since the earth orbits the Sun _and_ rotates, this could remove a couple curliques from the system - of course I know the sun orbits the galactic center and other things, I'm just saying it would simplify the system some when it comes to resolving positional issues to some fine resolution in the future.

I agree X-ray sources are better than MHz sources.

The Internet

Submission + - proposed poll topic

fortunatus writes: how is your internet service delivered?

- POTS + modem
- CATV
- DSL (same speed up & down)
- ADSL (low speed up & high speed down)
- T1
- FTTP (Fiber to the Premisis)
- satellite down, phone up (DirecTV...)
- satellite both ways
- ISDN
- community WiFi
- stolen WiFi
- laser link
Intel

Why Do We Use x86 CPUs? 552

bluefoxlucid asks: "With Apple having now switched to x86 CPUs, I've been wondering for a while why we use the x86 architecture at all. The Power architecture was known for its better performance per clock; and still other RISC architectures such as the various ARM models provide very high performance per clock as well as reduced power usage, opening some potential for low-power laptops. Compilers can also deal with optimization in RISC architectures more easily, since the instruction set is smaller and the possible scheduling arrangements are thus reduced greatly. With Just-in-Time compilation, legacy x86 programs could be painlessly run on ARM/PPC by translating them dynamically at run time, similar to how CIL and Java work. So really, what do you all think about our choice of primary CPU architecture? Are x86 and x86_64 a good choice; or should we have shot for PPC64 or a 64-bit ARM solution?" The problem right now is that if we were going to try to "vote with our wallets" for computing architecture, the only vote would be x86. How long do you see Intel maintaining its dominance in the home PC market?

Slashdot Top Deals

Thus spake the master programmer: "After three days without programming, life becomes meaningless." -- Geoffrey James, "The Tao of Programming"

Working...