Slashdot Mirror


User: loufoque

loufoque's activity in the archive.

Stories
0
Comments
3,170
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,170

  1. Re:Never going to take off on Tesla CTO Talks Model S, Batteries and In-car Linux · · Score: 1

    You, sir, are confusing normal cars with sports cars.

  2. Re:BigData != "standard databases" on How Big Data Became So Big · · Score: 1

    Data is modeled fundamentally differently than in relational systems.

    Only if by "modeled fundamentally differently" you really mean "not modeled at all".

  3. Re:Shouldn't title be more specific on Rootbeer GPU Compiler Lets Almost Any Java Code Run On the GPU · · Score: 1

    At the moment, few people care about ATI cards for anything else than video games.
    This may change in the next few years as better ATI graphics card for HPC are introduced.

  4. Re:Very nice. on Rootbeer GPU Compiler Lets Almost Any Java Code Run On the GPU · · Score: 1

    The funny thing is that this is still slower than a good CPU matrix multiply.

  5. Re:GPL on Rootbeer GPU Compiler Lets Almost Any Java Code Run On the GPU · · Score: 1

    GCC is GPL too, yet many commercial products use it.

    You usually only need to use a compiler for development, licenses like GPL only need to apply once you ship it.

  6. Re:x264 on Rootbeer GPU Compiler Lets Almost Any Java Code Run On the GPU · · Score: 1

    Also balancing CPU and GPU usage is even harder ( maybe impossible ? ) as you cannot predict

    Computational code is quite regular, so it is usually possible to predict its performance, especially on GPUs which are quite simple architectures (no cache or reordering).

  7. Re:Powerful brainwashing knowledge on How Pictures Skew Our Judgment · · Score: 1

    Given that the universe is not deterministic, it is pretty hard to justify free will does not exist.

  8. Re:unexpected on TextMate 2 Released As Open Source · · Score: 1

    This is a GTK+ application. It only looks as good as your GTK+ theme and font setup. The one in the screenshots of the official website indeed looks a bit ugly.

  9. Re:unexpected on TextMate 2 Released As Open Source · · Score: 1

    Try a decent text editor some day, such as geany.

  10. Re:Pregnant? on Man Orders TV On Amazon, Gets Shipped Assault Rifle · · Score: 5, Funny

    A pregnant woman is less likely to have fun with an assault rifle

  11. Re:how they did it on No Bomb Powerful Enough To Destroy an On-Rushing Asteroid, Sorry Bruce Willis · · Score: 1

    I had heard of it as Tsar Bomba, and didn't know Big Ivan was another name for it. My bad.

  12. Re:how they did it on No Bomb Powerful Enough To Destroy an On-Rushing Asteroid, Sorry Bruce Willis · · Score: 2, Informative

    I'm not a bomb geek but even I know that Big Ivan is not the largest bomb ever made.

  13. Re:Hey, just market bugs as on Meat the Food of the Future · · Score: 1

    You could also try not to overcook your meat, and eat it very rare like it's meant to be eaten.

  14. Re:Debian Testing on Bedrock Linux Combines Benefits of Other Linux Distros · · Score: 1

    Unstable, I'd understand. It's there exactly for the purpose of uploading libraries and hold them for the transition period before everything goes at once in testing.

    Isn't that what 'experimental' is for?

  15. Re:Debian Testing on Bedrock Linux Combines Benefits of Other Linux Distros · · Score: 2

    However, it becomes out of date fast

    That would be debian stable (squeeze), not debian testing (wheezy).
    Debian testing has packages which are much more up to date than ubuntu's.

    You may also choose to use Debian unstable (sid).

  16. Debian Testing on Bedrock Linux Combines Benefits of Other Linux Distros · · Score: 1

    Debian testing (i.e. Wheezy) already gives all the advantages outlined above.

  17. Re:200K Lines not that much (I disagree) on How To Deal With 200k Lines of Spaghetti Code · · Score: 1

    I am assuming that the porting developers are using source code management tools, following a standard, and are adhering to a common design philosophy (coding for exceptions, using a consistent naming standard, comments that address the what of the code (not the how), and indenting code for readability)

    In large code bases, it can be rare that everything follows the same naming conventions, indenting style, or even programming style, simply because hundreds of people work on the code, and different teams with different skills edit different parts of it.
    The only unit where this tends to be true is the file.

  18. Re:200K Lines not that much on How To Deal With 200k Lines of Spaghetti Code · · Score: 1

    I'd have to agree on this.

    As a software developer I've experienced this most of the time, working with code bases much larger than this without any sort of documentation. It's not unusual for single files to be more than 4,000 lines of code and to have thousands of files, with the occasional crazy branching 10 levels deep within a single function.

    It's just something you have to deal with as a professional software developer. It's not really a problem. Knowing how to use your tools efficiently comes a long way. I personally use grep and find a lot.

  19. Re:GPU perfect for image analysis on GPU Supercomputer Could Crunch Exabyte of Data Daily For Square Kilometer Array · · Score: 1

    This is a very insightful post, too bad it is not rated higher.

  20. Re:GPU perfect for image analysis on GPU Supercomputer Could Crunch Exabyte of Data Daily For Square Kilometer Array · · Score: 3, Interesting

    Yes, that's why every industrial and medical CT system comes with GPU reconstruction routines unlike 5 years ago.

    I didn't say GPUs were not faster, I said they were not as much faster as people claimed.
    The OP said that his code went from taking days to taking minutes. That's an acceleration of the order of several thousand times. A GPU is simply not that much faster than a CPU. If it was made so much faster, it's simply that it was rewritten by competent people that knew how to make it fast, while the original CPU version was not.

    your ignorant post

    alas, you have no clue or experience about this topic

    Just so you know, I am the CEO of a company that edits compilers and libraries for parallel computing. We mostly work in two industries : image/video/multimedia/computer vision (a bit of medical imaging too) and banking/insurance/financial. Our people are seasoned computer architecture experts, many of which also sport a phd in various fields, including mathematics, robotics, and computer science. We have strong partnerships not only with NVIDIA, but also with AMD and Intel, which give us future products for evaluation. I myself contribute to the evolution of parallel programming in C++ as an HPC expert at the C++ standards committee.
    If you feel like you'd want to apply for some consulting to have us help you improve the performance of your filtered backprojection -- I myself have no knowledge of that field, but I assume it's similar to tomography for which we have good results already deployed in the industry --, I'm sure our team would be delighted to help you.

  21. Re:GPU perfect for image analysis on GPU Supercomputer Could Crunch Exabyte of Data Daily For Square Kilometer Array · · Score: 1

    A gpu is at most 20 times faster than a cpu while costing 4 times as much. If your code is so much faster on gpu, it's just because your cpu version was crap and not optimized.

  22. Re:Computations on GPU Supercomputer Could Crunch Exabyte of Data Daily For Square Kilometer Array · · Score: 1

    There is better than cufft, especially when multi gpu is involved

  23. Re:Dreamcast = worst console ever. on ScummVM 1.5.0 'Picnic Basket' Released · · Score: 1

    People have different tastes. I personally find that it has the best controller ever made, and that it was full of very good games.
    All games that were on multiple consoles were better on Dreamcast too: more fluid etc. (Quake III being a prime example)

  24. Re:yes on Political Science Prof Asks: Is Algebra Necessary? · · Score: 1

    Entrepreneurs are a tiny fraction of the population, successful ones even less so, and successful ones with hundreds of millions even more.
    Are you suggesting we design an education system that would only be useful to the lucky 1% of the population?

  25. Re:God I hate that use of "free"... on How Will Steam on GNU/Linux Affect Software Freedom? · · Score: 2

    Why not just go straight to public domain (for new works)?

    Because you can't put things in the public domain. Works fall in the public domain once copyright expires, but you cannot force copyright to expire.