Slashdot Mirror


User: Desler

Desler's activity in the archive.

Stories
0
Comments
5,621
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,621

  1. Re:Really, Really, I call BS on your science... on Congressional Committee Casts a Harsh Eye On Vaccination Science · · Score: 1

    And if you think that's a scienfically smart practice. You need to pull your head out of the textbook which is stuck in your arse.

    So if it's not "scientifically smart" then you can clearly point out the medical studies to show this, right? Otherwise your just spouting empty rhetoric.

  2. Re:Freedom of choice on Congressional Committee Casts a Harsh Eye On Vaccination Science · · Score: 1

    Fine. Keep yourself and your brats away from other people and their kids if you want to be disease carriers. You have no right to harm others because of your stupid decisions.

  3. Re:Dumb fundie article on Congressional Committee Casts a Harsh Eye On Vaccination Science · · Score: 3, Insightful

    How about you people explain why the only studies showing any links were to due to fraud and any legitimate study shows no links?

  4. *facepalm* on Congressional Committee Casts a Harsh Eye On Vaccination Science · · Score: 2

    What next? Jenny McCarthy and the doctor who carried out the fradulent study that started this madness get called as expert witnesses?

  5. Re:Not a Democracy on Facebook Users Voting On Privacy, Instagram, Other Issues · · Score: 3, Informative

    Wrong. Democracy only means that all eligible citizens have equal say in the decisions of the body politic. This can be either directly or indirectly through elected representatives. Both are still democracy.

  6. Re:Voting Schmoting on Facebook Users Voting On Privacy, Instagram, Other Issues · · Score: 2

    Yeah because friends never move away from you to the point that you rarely get to see them in person very often.

  7. Re:In Keeping with US Voting Traditions on Facebook Users Voting On Privacy, Instagram, Other Issues · · Score: 1

    Which are redundantly backed up all over the world. Have fun with that.

  8. Re:Well that eliminates a popular build on But Can It Run Crysis 3? · · Score: 1

    According to the Crysis 3 specs, it won't even launch on this system.

    Where do you get that it won't launch? It'll launch but Crytek is telling you it probably won't run very well.

  9. Re:Great potential on Auto-threading Compiler Could Restore Moore's Law Gains · · Score: 1

    But no need to ever check out the generated code assuming the compiler is bug free.

    Do unicorns exist in this fantasy land of yours as well?

  10. Re:Or.. teach devs to use threading as appropriate on Auto-threading Compiler Could Restore Moore's Law Gains · · Score: 1

    Let me repeat myself: except for very small programs or very short inner loop bodies.

    Yes, and you're still wrong. Video/audio decoders are not "very small programs" nor are game engines which also extensively use SIMD.

  11. Re:Interesting figure on Yahoo "Loses" $2.7B In Mysterious Mexican Yellow Pages Lawsuit · · Score: 1

    Isn't 2.7Bn larger than the combined market value of every yellow pages business in the world combined?

    Doubtful. AT&T sold 53% stake in their yellow pages business for $950 million which would put the estimates for solely AT&T's yellow pages business around $1.8 billion.

  12. Re:it is ignorant to do business in mexico on Yahoo "Loses" $2.7B In Mysterious Mexican Yellow Pages Lawsuit · · Score: 1

    the US Govt and mainstream media blather on about terrorists half-way around the world in the middle-east yet ignore the drug smuggling terrorists just south of the border

    And yet I've read dozens and dozens of stories about them from the "mainstream media" for some time now. Maybe you just have blinders on?

  13. Re:Or.. teach devs to use threading as appropriate on Auto-threading Compiler Could Restore Moore's Law Gains · · Score: 0

    To further add, this is doubly compounded when running such things on, say, ARM processors. Anything multimedia related that doesn't have NEON SIMD or isn't using some form of hardware acceleration will run terribly slow relying only on compiler optimization.

  14. Re:Meh. Not that big a problem. on Auto-threading Compiler Could Restore Moore's Law Gains · · Score: 2

    You seem to have replied to the wrong person as I'm not seeing what your post has to do with mine.

  15. Re:Or.. teach devs to use threading as appropriate on Auto-threading Compiler Could Restore Moore's Law Gains · · Score: 1, Informative

    Compilers surpassed humans when it comes to optimization a very long time ago, except for very small programs or very short inner loop bodies.

    Hahah, no they didn't. If this were true anything multimedia-related would not still require tons of hand-optimized SIMD code. Even the best of C or C++ compilers are terrible at vectorization of code. Just compile something like x264 with the best C compiler you can find and compare it to the assembly-optimized version for, say, the latest i7 processors. The difference in speed will be quite huge.

  16. Re:Or.. teach devs to use threading as appropriate on Auto-threading Compiler Could Restore Moore's Law Gains · · Score: 1

    I think the point is that just because something is hard is no reason not to teach it to people. If no one knew every learns these low-level details who is going to be maintaining the compilers?

  17. Re:Or.. teach devs to use threading as appropriate on Auto-threading Compiler Could Restore Moore's Law Gains · · Score: 1

    The correct solution is to switch from C-based imperative languages to pure-functional implicitly parallelised languages, but that's not likely to happen before the heat death of the universe.

    Well, yes. Are you going to be the one to pay the 10s of billions of dollars, if not 100s of billions, to rewrite all software in existence into a functional language?

  18. Re:Great potential on Auto-threading Compiler Could Restore Moore's Law Gains · · Score: 2

    And it must be hell trying to debug without digging deeply into the generated code.

  19. Re:Great potential on Auto-threading Compiler Could Restore Moore's Law Gains · · Score: 5, Informative

    Having the compiler identify things which could run in parallel and thread work to run as A B&C D would be a huge step forward as long as it doesn't introduce bugs.

    Compilers already try to do this for example with auto-vectorization. The problem is that they are usually quite terrible at it. Even Intel's compiler which is probably the best at it usually misses out on most of the obvious places that should be vectorized. This is why pretty much all code dealing with multimedia content (audio/video/image codecs, games, etc.) still rely on tons of had written SIMD to be optimized to their fullest.

  20. Re:Nothing new for CTO on Some Apple iMacs "Assembled In America" · · Score: 1

    Except this is being seen even on the non-BTO models.

  21. Re:XRDP on Splashtop's Cliff Miller Talks About Their New Linux App (Video) · · Score: 1

    Because that didn't get a front page Slashvertisement?

  22. Re:Why this and not that? on Splashtop's Cliff Miller Talks About Their New Linux App (Video) · · Score: 2, Funny

    Because the Chief Marketing Officer says so. Surely that is an unbiased source.

  23. Re:Compensating for something? on Just Say No To College · · Score: 1

    Who are these idiots that continue to spout this inane crap trying to fool?

    The very people they want to be able to hire on the cheap and force them to work 12+ hour days. Telling people to not go to college has nothing to do with wanting people to succeed more. It's about wanting a less educated populace so that tech companies can depress wages.

  24. Re:Um, have you used OSX recently? on Steve Jobs Was Wrong About Touchscreen Laptops · · Score: 1

    How is Launchpad useless without a touch environment? It's quite awesome to use with the trackpad.

  25. Re:It's very possible on Steve Jobs Was Wrong About Touchscreen Laptops · · Score: 1

    They're off in la la land thinking you can put together a database of all streets and businesses in the US in less than a year

    Which is why they bought data from established players like TomTom.