Slashdot Mirror


User: blip

blip's activity in the archive.

Stories
0
Comments
9
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 9

  1. Chinese! on What Programming Language For Linux Development? · · Score: 1

    Definitely learn about 20000 of Standard Mandarin characters first. Then move on to APL, which then is quite easy to digest. Then you might have just enough background to move on to C.

  2. APL on What Happens To Code From Failed Projects? · · Score: 1

    I know of APLers with about 40 years of software production on their belt. They still use functions and code they wrote in their first year. They claim it is much more fun to do something new than repeating oneself over and over again. If they write a new program, it mostly goes like this: take/copy some functions from library, add some database and string manipulation, drop in a stylesheet and voila your shiny new web-application. I have never seen them needing more than one or two days to finish a complete application, even quite complex ones.

  3. Re:incorrect on Good Physics Books For a Math PhD Student? · · Score: 1

    Well, it's not computer science, it's computer engineeering what is required. A lot of people love to talk philosophy on NP-hard, decision theory and the like, but do not have craftmanship of plain vanilla software development (including, but not limited to: OO, modern software architecure, patterns, regexp - hell: just using a decent editor to achieve simple formatting)!

  4. Re:V.I Arnold on Good Physics Books For a Math PhD Student? · · Score: 1

    I met him in Paris. It is really fun and very rewarding to discuss with him. I like his down-to-earth approach: Do not go for abstractions, but calculate the simplest cases right here and now! (Just do the math!). Abstractions then follow later. Quite a bit away from that high level stuff of QFT etc. But really fun.

  5. V.I Arnold on Good Physics Books For a Math PhD Student? · · Score: 2, Interesting

    I don't know if it has been mentioned here, but V.I. Arnold (Lectures on Partial Differential Equations) might be a starting point. Arnold emphasizes physics in his writing. His introduction to classical mechanics is an absolute must for everyone interested in this kind of topics! He really blows away the fog.

  6. Accuracy of technical equipment on DUI Defendant Wins Source Code to Breathalyzer · · Score: 3, Insightful

    To avoid these kind of discussions, there is something called "TÜV" http://www.tuev-sued.de/technical_installations and "Eichamt" http://www.eichamt.de/ in Germany.

    Have you ever seen someone from a good old german "Eichamt" turn up in your grocery store and check alle the balances? It's really fun, when he pulls out all those gauged weights and then tells you your balance is wrong (by .01 g!) - and you are not at the chemist's shop.

    Are you sure you buy 500g of strawberries, if that's what it says on the sticker? - Really?

  7. Re:Great Idea on Real-Time Computer-Based Translation in Iraq · · Score: 1

    I guess, the concept of foreign languages is alien to americans. Why would you otherwise talk about "local languages", as opposed to "global", supposedly AmericanEnglish (not to be confused with English!).

  8. Scitex on World's Fastest Inkjet Printer? · · Score: 1
  9. Have a look at mprime on Can SSE-2 Save the Pentium 4? · · Score: 2

    There will be a new version of the famous mprime. Look at www.mersenne.org. The upcoming v21 includes advanced P4 optimizations. According to their mailing list, the P4 is faster than the Athlon. Cheers! Blip