Forgot your password?
typodupeerror

Comment Re:You can desalinate seawater (Score 1) 21

I take it, then, that you've never run across Destination Gobi, an early 50s movie about a Navy weather station in Inner Mongolia early in the Pacific War. It's based (loosely) on a true story, and may have been the inspiration for McHale's Navy. I don't know if it's available any more, but it was quite popular in the 50s when many TV stations used old movies to fill out their schedules.

Comment Re:Completely wrong and misleading headline (Score 2) 47

Exactly, we would have had cataclysmic earthquakes if the summary were correct.

The poles have shifted dramatically in recent decades and the field has weakened substantially leading to bright auroras in Florida and Hawaii at low KP numbers.

Models have the North Pole arriving at the Bay of Bengal sooner than anybody would expect. Christmas will be awkward until we change our vocabulary..

Comment It doesn't have to. (Score 1) 85

Going from bits/OP-code to OOP and Functional Programming easily happen on its own in a single individual lifetime and career if the hardware is there and available. Many people doing programming in the 80ies or eariler discovered some form of OOP on their own just by writing code. The first serious refactoring of the first seriour program usually leads to OOP all by itself. I clearly remember discovering fundamental principles like higher PLs, APIs, OOP, information hiding, state management, event / messaging systems and other fundamental principles on my very own before learning the academic terms of those things that others had discovered and named. I even came up with my version of Oauth/OIDC for only after something like two weeks to think: Wait a minute, I sure has hell can't be the only and/or first one to come up with the principle of the Ident/Auth/Auth triangle. And sure enough, Oauth and it's update OIDC is already standardized and documented. Test First or DBC are also things that come naturally once you've written a few non-trivial pieces of code that grow beyond the scope of what a single human brain can keep track of all at once at the same time.

Bottom line: No need for those traditions to survive, they come back naturally for any healthy brain capable of logic with a sufficient enough logic machine to tinker with at it's hands.

And let's be honest: For some of the historically grown mess in IT (just take a look at the keyboard in front of you) it would actually be a good thing for that to get lost and be reinvented.

Comment Re: I'm I'm skeptical too. (Score 1) 85

I think a giant context is not going to be the answer. It's just got too many problems. Better will probably be parsing the context into connected pieces, and at a different level assembling the "lemmas" into "theorums". (Yeah, those aren't quite the right words, but I'm not sure the right words exist, and that's the analogy from math proofs. Code library isn't the right concept as the "lemma" will often be quite specific to the current task.)

Slashdot Top Deals

Shortest distance between two jokes = A straight line

Working...