Slashdot Mirror


User: jedwidz

jedwidz's activity in the archive.

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

Comments · 300

  1. Humans aren't apes? on Research Suggests Apes and Humans Separated By a Single Gene · · Score: 1

    I'm shocked that humans aren't considered apes.

  2. And dictionary flies like a... DUCK!

    WOOSH!

  3. Re:cap buster on Facebook Switching To HTTPS By Default · · Score: 1

    HTTPS content can be cached in the browser, and why not?

    You can expect to lose proxy caching though.

    (Unless your corporate proxy is kind enough to decrypt your traffic and then cache it...)

  4. Re:Bill Sethares on Why Dissonant Music Sounds 'Wrong' · · Score: 1

    Agreed, I looked into 'cleaning up beating' in my dissertation and found that Sethares' book Tuning, Timbre, Spectrum, Scale had the design space pretty well covered.

    IIRC the only suggestion I added was doctoring the sound spectrum to remove beating right where it occurs, which works regardless of the choice of scale and timbre.

    For the current discussion, the takeaway from the book is that excessive beating/roughness, excessive dissonance, and perceived unpleasantness really are the same thing.

    This explains why:

    • Otherwise pleasant music sounds terrible when played on bells
    • Gamelan is listenable despite its scale not corresponding to harmonic intervals
    • Pianos are tuned slightly 'off' (stretched tuning) to compensate for the string vibration modes being slightly inharmonic

    I don't see how the view espoused in TFR explains the above phenomena. A better explanation of their study results is perhaps that abnormal test subjects are sometimes, well y'know, abnormal.

  5. Re:Spend 'Em!!! on Man Finds Roman Gold Coin Hoard Worth £100,000 With Metal Detector · · Score: 1

    Put the aforementioned time machine to good use, and tell that to the Spanish Empire...

  6. Re:"This is not a secondary business like Xbox..." on Microsoft Surface Pricing Goes Toe-to-Toe With Apple iPad · · Score: 1

    Maybe the salespeople can dumb it down with a car analogy...

    You've got your petrols, and you've got your diesels. They look the same on the outside, but inside they've got different engines. Anyway, the important thing to remember is, fill 'er up with the wrong stuff and yer fucked.

  7. Re:Awesome! on Microsoft Surface Pricing Goes Toe-to-Toe With Apple iPad · · Score: 1

    There's a long history of Apple prototypes that get built and never shipped, because of various reasons.

    Never say never... how do you think they're planning on selling the next high-end MacBook Pro to the folks who just re-mortgaged to get the Retina?

  8. Re:"This is not a secondary business like Xbox..." on Microsoft Surface Pricing Goes Toe-to-Toe With Apple iPad · · Score: 1

    That may be, but if lets you use your old applications is on the official sales script here, or even implied, Microsoft is going to get lynched.

    That's an issue they really need to educate potential customers on.

  9. Re:The End of Faith, Sam Harris on Ask Slashdot: What Books Have Had a Significant Impact On Your Life? · · Score: 1

    Unfortunately I can't recommend his TV show The Enemies of Reason.

    There may have been some good bits, but all I remember is a stern-faced Dawkins trolling a New Age festival looking for a fight.

    Penn & Teller had already done it better with Bullshit. Or rather, Penn did it better, while Teller shot fish in a barrel.

  10. Re:Non-Player on Libertarian Candidate Excluded From Debate For Refusing Corporate Donations · · Score: 1

    You're right, it's not. It's about the fact that he isn't a "viable" candidate, and in general will have exactly zero impact on the outcome of this election.

    FTFY

    It's not game over when the results come in. The road to the top is long and winding.

  11. Re:Truth or dare... on Mysterious Algorithm Was 4% of Trading Activity Last Week · · Score: 1

    The stock market is not a zero sum game. On the contrary, it's an enormous wealth creation (or destruction) machine.

    Even a small trade can have a significant effect on a stock's price, which directly affects the wealth of anyone with a position in that stock. Where does that money come from (or go to) I ask you?

    If at some point in future, all stock positions were to be completely and liquidated, maybe then it would be zero-sum. But there's no reason to suppose that will ever happen.

  12. Re:What the fuck on Steve Ballmer: We're a Devices and Services Company · · Score: 1

    That almost makes sense up to the point where you can't actually run 360* software on a PC or vice-versa.

    If anything this encourages consumers *not* to buy an Xbox if they already have a PC, or vice-versa. Not only do they not get access to many extra titles, they also have to pay for them twice to play on both.

    In contrast, people are often happy to pony up for second (or third) console in order to get all the games they want.

    * Since you're using the present tense, I'm presuming your comment covers the 360.

  13. Re:GOOD !! THEY BREAK UN SANCTIONS !! on HTC Profits Drop By 79% · · Score: 1

    That'd be due to a chip on the shoulder, since the vast majority of Taiwanese are indeed Chinese. Ethnically, if nothing else.

    Ask them if they celebrate Spring Festival...

  14. Re:Wow, the ignorance is breathtaking on The Case That Apple Should Buy Nokia · · Score: 1

    $700 for Appell Pete Corp?

    Try AAPL.

  15. Re:so all those people weren't crazy on US Air Force's 1950s Supersonic Flying Saucer Declassified · · Score: 3, Funny

    Maybe her smartphone didn't have a decent flash...

  16. Re:"After Earth"? As in Dougal Dixon's book? on The Sci-fi Films To Look Forward To In 2013 · · Score: 1

    Glad I'm not the only one who has trouble pronouncing that name.

    The closest I can get is 'Charlatan'.

    People still know who I'm talking about.

  17. Re:Python 3 and its use on Python 3.3.0 Released · · Score: 1

    When starting a new project, please select a name that isn't already in common use. It's so much easier to google.

  18. Re:HOLY SHIT! on Global Bacon Shortage 'Unavoidable' · · Score: 2

    Or the alternative hypothesis, that our primitive ape ancestors consumed pan-fried pig fat on a daily basis AND had a life expectancy of over 50?

  19. Re:Appreciation Exercise on Why Non-Coders Shouldn't Write Code · · Score: 1

    Oh right, you meant vacuumed... or, plunged a toilet!

    Last time I come here for housekeeping advice... but how are you on DIY vacuum cleaner repairs?

  20. Re:great! on Fusion Power Breakthrough Near At Sandia Labs? · · Score: 1

    You might also be able to save a bit on your home energy costs by buying fresh packs of meat during winter, freezing them, and waiting until summer before defrosting and eating them.

  21. Re:great! on Fusion Power Breakthrough Near At Sandia Labs? · · Score: 1

    Now if only someone could come up with a highly profitable (and inconspicuous) use for large quantities of running water... hmmm...

  22. Re:JavaScript and XSS on W3C Releases First Working Draft of Web Crypto API · · Score: 2

    Expanding on that JSONP mention to hopefully save someone a googling...

    XMLHTTPRequest calls are subject to single-origin policy, so can't be used for XSS. However, SCRIPT tags don't have this restriction, even for tags that are dynamically created using JavaScript. JSONP is a trick that leverages this to implement XSS.

    The main limitation is that JSONP can't be used to call non-JSONP web services. So changes to the third-party service may be needed in order to support JSONP.

    As an aside, dynamically loading images cross-domain is also permitted. Not useful for the current discussion though.

  23. Re:And how will this on Huge Diamond Deposits Revealed In Russia · · Score: 3, Funny

    50.25% of us are wise to it. Only the other 49.75% matter.

  24. Re:it's too fast on More Warnings About High-Frequency Trading · · Score: 1

    Or even a 1c fee for placing or modifying an order, payable even if the order isn't executed. Round the fees down to the dollar at the end of the day to save administration.

    As I recall, a lot of HFT activity is placing orders that are promptly cancelled.

  25. Re:it's too fast on More Warnings About High-Frequency Trading · · Score: 1

    Just use the same rules as applied to opening and closing auctions.