Follow Slashdot blog updates by subscribing to our blog RSS feed

 



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 !

Comment Re:LLVM (Score 1) 170

Julia is a high-level dynamic programming language designed to address the requirements of high-performance numerical and scientific computing while also being effective for general purpose programming.Julia's core is implemented in C and C++, its parser in Scheme, and the LLVM compiler framework is used for just-in-time generation of machine code.

Source: wikipedia entry on "Julia programming language", called on May 15, 08h56m CEST

Walks like an interpreted language, looks like an interpreted language, quacks like an interpreted language... could it be an interpreted language ?

Comment Re:I don't see why you would not get hired (Score 1) 466

@Wisecat I think the answer upon both your questions is "yes". The trick, in the first question, would IMHO lie in "selling" yourself. And two major ingredients of that magic soup would be enthusiasm, as well as "honing" your CV for the vacancy. I don't mean outright lying, though. But one can always ask what a HR person, what a recruiting manager really wants to read and wants to see. Often, they are like children: if they whine for a chocolate, then give them a chocolate - or convince them there is chocolate in what you are about to give them. The results can be.... interesting.

And yes, specializing in one language would be a good idea, especially at the point where you are now. ADA would be a bit risky, though having the potential to land you that great technical computing job. In your case, I would dive deeply into C++ and the more advanced programming concepts. I did with Java, and it made me break through, what with barriers, semaphores, locks, lock-free waiting, queueing, concurrent programming, dependency injection etc. etc. The chance I got was a job opening asking for exactly that, and I had prepared for such a chance exactly by specializing. Remember: luck does not simply come to you out of the blue. You prepare for luck to hit, creating the conditions for it to manifest itself. And then - a "jack-of-all-trades" could very well grow bold and sell himself as an assistant project manager, a configuration manager, or a technical product owner. You might want to think "up", think different.

However - here is an offer. I have changed jobs so often that I have grown an eye for CVs. My email address is above this post. If you want me to take a look at your CV, just ping me.

Slashdot Top Deals

"Don't try to outweird me, three-eyes. I get stranger things than you free with my breakfast cereal." - Zaphod Beeblebrox in "Hithiker's Guide to the Galaxy"

Working...