Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment This could actually be good news (Score 4, Insightful) 411

One more incentive to the US to turn towards renewable energy sources. The USA are lagging way behind western and northern European countries in that respect. Last week e.g. the Dutch railways announced that from next year on, 100% of their operations will run on electric power from renewable sources, mainly wind, bought from a total of 5 north west European countries ( DE, DK, BE, NO, NL ).

Comment Obligatory (Score 0) 122

A colleague of mine ( who has an animal nickname BTW, we call him "Bokito", you may wanna google that ) has a great poster on his whiteboard, with a picture of a treadmill on it: "This is what a career ladder looks like". 'Nuf said.

Comment Re:LLVM (Score 1) 170

Granted, it does not say "interpreted" on that page. Hence the "walks like...looks like... quacks like" analogy. In that sense, Java is "interpreted" as well, although a bytecode interpreter. The interesting thing about Julia is the assembler code generated after the first run of any routine: its performance is compared with that of later runs, and after a couple of runs you can see incredible performance gains.

Comment Some classics (Score 1) 352

Karl Popper, "Objective Knowledge", in order to make you understand what the dangers of induction and inductive reasoning are.

John von Neumann & Oskar Morgenstern "Theory of Games and Economic Behavior", a brain-trainer that will leave you, after having read it, much more induced to first simulate, then code !

Peano, "Calcolo Geometrico", containing his famous axioms for Boolean algebra. There is a good translation from the year 2000 by Kannenberg, titled "Geometric Calculus"

Leslie Lamport, "Time, Clocks and the Ordering of Events in a Distributed System" -- you will never think the same again about synchronization and time-related problems....

And so on. All classics from the 20th century, giving the necessary background in computing and logics fundamentals that I so often miss in today's fresh graduates. The oldest text, by Peano is even from 1888, but still actual today !

Slashdot Top Deals

It's a naive, domestic operating system without any breeding, but I think you'll be amused by its presumption.

Working...