Slashdot Mirror


User: mkirsch

mkirsch's activity in the archive.

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

Comments · 7

  1. Individual songs? on Amazon.com Reporting This Holiday Season Their "Best Ever" · · Score: 2, Insightful

    A 44% increase in items sold is nice, if the kind of items are similar to those sold last year. I wonder, however, what part of the raise comes from individual mp3 songs sold through their (very good) online music store. They don't say, so it makes me wonder what the motivation for their silence is. Hmmm...

  2. ITESM in Mexico on Study Abroad For Computer Science Majors? · · Score: 1

    ITESM is a very well recognized technical university with several campuses all over Mexico. It is regarded as the MIT of Latin America and has many students from all over the world. Many U.S. companies recruit over there, including MS and Google. Right now I work in a large tech company in Austin and we have many engineers from this school. They're top notch. You should check that one out.

  3. National Instruments on User Interface of Major Oscilliscope Brands? · · Score: 1

    National Instruments makes some cool PCI and USB oscilloscopes. They are small and you use them from a UI. What's really cool about them is that it's trivially easy to write a program to control them (using C, LabVIEW, VB, .Net, etc) and to retrieve waveforms to the computer as an array. You should check those out.

  4. A mexican Billionaire... on Peru Orders 260K OLPCs, Mexico to Get 50K · · Score: 3, Funny
  5. LabVIEW on Is Parallel Programming Just Too Hard? · · Score: 1

    Most programming languages today are text-based and follow the flow of instructions. Parallel programming is inherently hard and unnatural on these (basically all) languages. Programmer needs to think of atomicity, mutexes, semaphores, deadlocks, race conditions... Add to that the fact that compilers may reorder some instructions to optimize for this or that CPU and things become trickier. There is a language called LabVIEW by National Instruments. It's a Turing-complete data flow languange (not control-flow) and it happens to be completely graphical (sometimes it is refered to as G) - no typing required, just drawing wires that represent data to blocks that represent operations or functions. In this language, parallel programming is very, very natural. You just write your wires in parallel, they merge sometimes, they don't, etc. The scheduler in the runtime takes care of spawning threads and using available CPUs. While powerful, it is unfortunately very tailored for the test and measurement markets and there is no free version. If you are interested to try this completely different programming paradigm, however, I recommend you download a trial version and play with it. It's available for Windows, Mac, and Linux.

  6. Re:What? on Core PHP Programming · · Score: 1

    Jorkapp is a programmer Jorkapp is a programmer Jorkapp is a programmer Jorkapp is a programmer ... and then it will crash.

  7. Mac OS X 10.3 supports Hebrew on Israel's Finance Ministry To Distribute OpenOffice · · Score: 2, Informative

    According to Mac OS X Hints Panther supports hebrew, arabic and farsi now.