Slashdot Mirror


User: timq

timq's activity in the archive.

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

Comments · 48

  1. Re:Error correction codes. PAR2, btrfs, partitions on Ask Slashdot: Best File System For the Ages? · · Score: 1

    QuickPar on Windows is long-obsolete. MultiPar is the more modern variant.

    Filesystem for the ages, eh?

  2. Re:End it by eliminating spaces on Douglas Crockford Envisions A Post-JavaScript World (infoworld.com) · · Score: 1

    You misspelled "Vogon".

  3. stdio.h works just fine in C++.

  4. So, what "extra include is necessary in C++ over C"? I write C++ and C all day and can't think of any.

  5. Re:It's not an interest for Microsoft either on Microsoft Lets EU Governments Inspect Source Code For Security Issues · · Score: 1

    Has there ever been a backdoor in Windows or other Microsoft products? No.

    Yes, there have indeed been numerous opportunities to get complete access to Windows systems from outside. It appears that you simply prefer not to call them backdoors -- perhaps "vulnerabilites" is the first word to come to your mind. The difference is intent, and that is impossible to judge.

  6. Re:bleh. on Canadian Teen Arrested For Calling In 30+ Swattings, Bomb Threats · · Score: 1

    Clearly, this boy is more worth loving than you have the strength to.

  7. Re:Oh, great! now what! on Psychologists: Internet Trolls Are Narcissistic, Psychopathic, and Sadistic · · Score: 1

    Trolls have achieved immortality already before, meet Herostratus.

  8. Re:Screw 'em all on Tech Firms Planning Highly Irate Letter To Government Requesting Transparency · · Score: 1

    I applaud the tech companies for actually trying to disclose more.

    I would have applauded too, had they tried to disclose before their complicity had become public. Post facto, it reeks too strongly of public relations damage control.

  9. Re:The time has come to move forward on The Air Force's Love For Fighter Pilots Is Too Big To Fail · · Score: 2

    The battles the US military is engaged in involve hearts and minds, and drones are very bad from that perspective.

    What you say is obviously true, but this shallow truth is shrouding the much more profound one that if you want to win "hearts and minds" you don't wage war in the first place.

  10. Re:This is America. We compete. on Sorry, Larry Page: Tech-Industry Viciousness Is Here To Stay · · Score: 1

    At it again? Calm down and take your pills, Steve.

  11. Re:Is Isreal some small town in the US? on Israel Airport Security Allowed To Read Tourists' Email · · Score: 1

    ... it is perfectly acceptable in polite society, politics and academia these days to demonize all Israelis without considering individuals

    It's a pity you had to spoil your informative, insightful and interesting post with this stupid sweeping generalisation (which, ironically, accuses of making a stupid, sweeping generalisation).

    Thanks for your post anyway.

  12. Re:Celebrating Mass Murderers on Cuban Video Game Recreates Revolutionary History · · Score: 1

    It makes me really appreciate the Founders of the US. There were so many opportunities to turn this country into another Western Hemisphere dictatorship shithole and they didn't.

    The irony being that the USA turned a lot of other countries into Western Hemisphere dictatorship shitholes. For example, Cuba, before Castro and his cronies 'liberated' it.

  13. "Why should I buy a boat when I already have a car?"

  14. Re:Depends on the source on Can You Really Hear the Difference Between Lossless, Lossy Audio? · · Score: 1

    2) Untrue: a 44kHz *sampling rate* has a 44/2=22kHz Nyquist cutoff. Frequencies f>22kHz Nyquist limit "wrap around" to f-22kHz difference frequencies.

    No matter how much you repeat this, it's not true. Look it up in any textbook.

    Also, your allegations about the DFT allowing a perfectly sharp cutoff aren't realistic. A perfectly sharp cutoff implies an infinitely steep transition between passband and stopband, and this can only be achieved with an infinite number of points in the DFT.

  15. Re:Depends on the source on Can You Really Hear the Difference Between Lossless, Lossy Audio? · · Score: 1

    a 25kHz tone sampled at 44kHz results in a spurious, highly audible (25-44/2)=3kHz aliasing signal

    As another poster already said, no, it would result in a 19 kHz tone.

    And this tone would not be audible, let alone highly audible, because the A/D conversion filter blocks frequency content above half the sample rate very effectively. (Unless you're using broken converters.)

  16. Re:Linux is now terrorism! on Canonical and China Announce Ubuntu Collaboration · · Score: 1

    Because "communism" is what people commonly associate with "enemy" in much of the Western world.

    This particular association seems far more prevalent in the USA than anywhere else.

  17. Re:The distinctive look and attitude.. on Doctor Who's Dalek Designer Dies At 84 · · Score: 1

    Actually, "Panzer" is the German word for "tank"; in fact, it is the best translation in this context.

  18. Re:So it's a Sci-Fi? on Physicist Explains Cthulhu's "Non-Euclidean Geometry" · · Score: 1

    You are advocating not questioning the cultural habits of your time and society, instead you seem to think it's alright for people to follow them blindly.

    Besides, Lovecraft's merits are less literary than due to his wild imagination and his ability to let it flow.

  19. Re:three words, one hyphen: on Why Can't Industry Design an Affordable Hearing Aid? · · Score: 1

    At this point, I am fairly certain nothing will ever make Apple blush.

  20. Re:And this is why on Alan Cox to NVIDIA: You Can't Use DMA-BUF · · Score: 1

    Your post and your sig do not rhyme, my friend.

  21. Re:And this is why on Alan Cox to NVIDIA: You Can't Use DMA-BUF · · Score: 1

    Actually, that applies to both of them.

  22. Re:"Some redundancies will be necessary" on Sony Closes WipEout Developer Studio Liverpool · · Score: 1

    I guess most of us know what redundancy in this context is intended to convey, UK or not.

    It's still a nice example of saying the opposite of what you mean because the convolutions of politically correct newspeak went over your head.

  23. Re: EPEAT caves on Apple Goes Back To EPEAT · · Score: 1

    Don't you think it's a bit naive to rely on a company's promotional material to give you a true picture of their environmental impact and efforts?

  24. Re:The end of Facebook? how to stop tracking on Dealing With the Eventual Collapse of Social Networks · · Score: 1

    Do you really believe facebook limits tracking via the "like" button to registered users?

  25. Re:Unbelievable... on Demoscene: 64k Intros At Revision Demoparty · · Score: 1

    From the original post in question:

    ... a lot of effort was put into highly optimized bresenham line algorithms, because traditional implementations implied a div operation per pixel, ...

    Which is worded poorly enough to be taken to mean, "traditional bresenham implementations require a division operation at each pixel".

    I also posit that the quoted post is wrong about the division instruction: DIV still takes a lot of cycles to execute*, that's just the nature of the maths involved. Of course modern processors will try to do some clever code reordering that may make slow instructions appear to be executing a lot quicker, but the instruction dependency chain does not always afford this opportunity.

    * cf for example http://www.agner.org/optimize/instruction_tables.pdf