Slashdot Mirror


User: PerfectionLost

PerfectionLost's activity in the archive.

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

Comments · 314

  1. Mark Zuckerberg on Cybersecurity Czar Job Is Useless, Says Spafford · · Score: 1

    Is that in response to those pictures of Mark Zuckerberg that got leaked off the facebook site after the privacy policy changes?

  2. Re:Location Location Location... on What Do You Look For In a Conference? · · Score: 1

    Or e: Other companies with better looking co-workers then my own.

  3. Re:WoW on The Struggle For Private Game Servers · · Score: 1

    WTB better community.

  4. Re:Common sense? on DVD-by-Mail Services Cleared In Patent Troll Case · · Score: 1

    What makes you think having the "special status" is going to be any better then regular status? This is the patent office we are talking about.

  5. Re:Streaming Music is a Logical Extension of iTune on Apple Buys Lala Music Streaming, But Why? · · Score: 0, Flamebait

    I was unaware they ever switched away from the AAC (Apple Audio Crap) format, which is a built-in DRM.

  6. Streaming Music is a Logical Extension of iTunes on Apple Buys Lala Music Streaming, But Why? · · Score: 0

    You buy your music from iTunes. It's locked to that computer. Then you go to your friend's house and want to listen to your music. This is the point where a streaming DRM service would be idea.

    Alternately, the iPhone already has a number of streaming services, why not stream directly to your device from the cloud. Services like last.fm and pandora have streaming apps for the iPhone. This would put Apple in that market too.

  7. Mobster on Facebook ID Probe Shows Things Getting Worse · · Score: 1

    Will the rubber ducky help me with my mob? Or farm? Or ?

  8. Re:Obvious difference on Why Movies Are Not Exactly Like Music · · Score: 1

    My friends collection is largely classical (or jazz), with some of the poppiest pop mixed in. I think he really appreciates the formula in pop music even if he does not actually like the music.

  9. Re:Gloomy? on Why Movies Are Not Exactly Like Music · · Score: 1

    I have to say, I like some of the larger budget action/CGI flicks. That said they do take up way too much real estate at the theaters.

  10. Re:Obvious difference on Why Movies Are Not Exactly Like Music · · Score: 1

    And complete knowledge of the contents of the music increases, rather than decreases, their desire to hear it.

    Close but not quite. Incomplete knowledge of the contents increases a person's desire to hear it. I have a musician friend who I cannot sit and listen to music with, because as soon as the song plays he skips it. He already has the song committed to memory and does not need to experience it any more.

  11. Re:Office Space on What Do You Do When Printers Cost Less Than Ink? · · Score: 1

    Yea I was about to say Office-Space it. Make sure you get some good gangster music.

    Alternately you could drop it off the roof of a building. That's what we did when we were kids anyways.

    There are also more responsible options like recycling it, or donating it to a charity organization in the third world.

  12. Re:Windows 12 on Intel Shows 48-Core x86 Processor · · Score: 1

    Which will let their developers be even less efficient with their code.

  13. Does anyone really want to read fox news? on Google May Limit Free News Access · · Score: 1

    I mean really?

    WSJ is going to get more opinionated over the next couple years as the editorial staff shifts more and more into Murdocs back pocket. My local newspaper has better articles, that actually matter to me, not the Rush Limbaugh of the moment.

  14. Re:Website on AbleGamers Reviews Games From a Disability Standpoint · · Score: 1

    the screen reader won't have any problems parsing it.

    That is a huge understatement. You make a a webpage work well with a screen reader the same as you make a webpage work well with Firefox or IE: you do browser compatibility testing.

  15. Re:Just started to look at their site on AbleGamers Reviews Games From a Disability Standpoint · · Score: 1

    Grey text on a grey background is fine for the color blind. It is terrible for the elderly and other people who contrast or cataract issues.

  16. This Just In on Microsoft To Switch Focus To Windows 8 In July 2010 · · Score: 1

    I will still be using XP when Windows 8 is released.

  17. Re:Windows 8.. on Microsoft To Switch Focus To Windows 8 In July 2010 · · Score: 1

    I can't believe I just got rickrolled.

  18. Re:Oh, now it makes sense on Microsoft Game Software Preps Soldiers For Battle · · Score: 1

    Awesome.

  19. Re:Actually yes (but no). OS X is an excellent mod on Black Screen of Death Not Microsoft's Fault · · Score: 1

    I have seen plists for active directory binding settings get corrupted before. That module on OSX is particularly buggy.

  20. DirectX? Really? on Microsoft Aims To Close Performance Gap With Internet Explorer 9 · · Score: 1

    Couldn't they use their newly open sourced .net platform?

  21. Re:What on US Government Using PS3s To Break Encryption · · Score: 2, Funny

    Interrogator: "Look, we'll give you a PS3 if you tell us your password.

    "We'll even throw in the HDMI cable. We'll get it eventually; this way you and I can both go home before lunchtime."

    Prisoner: "There are no games for the PS3, couldn't you give me a Wii with 4 controllers?"

    Interrogator: "That's why this is torture."

  22. Ads? on AT&T Loses First Legal Battle Against Verizon · · Score: 1

    Anyone have a link to the ads? As is common with lawsuits, I want to see why AT&T is suing.

  23. Elgg on Drupal 6 Social Networking · · Score: 2, Interesting

    I've been a fan of this open source social network for a bit. http://www.elgg.org/

  24. That's great but... on Microsoft Open Sources .NET Micro Framework · · Score: 1

    If we cant submit fixes to code branches, we just end up with forked Microsoft products.

  25. Commenting Practices on If the Comments Are Ugly, the Code Is Ugly · · Score: 1

    A short description never hurt anyone.

    I also find that if I am writing complicated code I like to write all the comments beforehand, and then fill in the specific jargon afterwords.

    //Loop over every item.

    //Preform some menial data manipulation if this is an existing item

    //Do a nested loop if necessary

    //Finish looping over items.

    //Commit data.

    It's like writing an outline before you write the story, which I find really useful in fiction as well. That way you know where you are going in the end.