Slashdot Mirror


User: carrier+lost

carrier+lost's activity in the archive.

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

Comments · 523

  1. Re:This is a very important fight for many reasons on RIAA Doesn't Like the "Used Digital Music" Business · · Score: 1

    It'd be 99.999% off!

    I'll make you a special deal!

    (promise you won't tell the RIAA)

  2. Re:This is a very important fight for many reasons on RIAA Doesn't Like the "Used Digital Music" Business · · Score: 4, Insightful

    What happens when someone passes away, does their mutli-thousand dollar music collection somehow become magically worthless?

    I always thought that it would be instructive for someone to stand in front of congress, hold up an MP3 player or phone and say, "There are 30,000 songs on this device. The Recording Industry insists that every one of those songs is worth at least a dollar. I have a great deal here for some lucky congressperson today - who wants to buy $30,000 worth of music for just five hunnert dollah?

    "Do I have any takers?"

  3. Re:This will be interesting on RIAA Doesn't Like the "Used Digital Music" Business · · Score: 5, Insightful

    The hypocrisy is breathtaking, ain't it?

    For purposes of RIAA propaganda, making a copy of a song you bought is "stealing", just like physical property.

    But for their purpose of destroying the second-hand market, you never really owned the physical property in the first place, so you can't sell it.

  4. Re:Honor system on RIAA Doesn't Like the "Used Digital Music" Business · · Score: 5, Informative

    Like reselling a physical CD after ripping it...

    Actually, ReDigi is quite proud of their "forensic" software which authenticates tracks and rejects ones that are ripped.

    From the ARS article:

    "ReDigi says that it does this via its "forensic Verification Engine," which the service says analyzes each upload to make sure it is a legally acquired track—songs ripped from CDs are excluded. "

    In other words, ReDigi is bending over backwards to satisfy the RIAA, but of course, it's not enough.

  5. Sore Losers on DOJ: Violating a Site's ToS Is a Crime · · Score: 1

    They're still stinging over the Lori Drew slapdown.

  6. Survivor on Agile Quadruped Robot Unveiled By Italian Roboticists · · Score: 1

    So how long do we have to wait before we get to see a battle between HyQ and Big Dog?

  7. Start Me Up on Microsoft Killed the Start Menu Because No One Uses It · · Score: 2

    Curses!

    Now how am going to get to telnet so I can get back into my Sun workstation so I can reset the X server?

  8. Cap'n Tex on Boeing To Deliver First 787 Today · · Score: 2

    Some 50 percent by weight of the 787 airframe is lightweight carbon-fibre composites that could, Boeing says, help reduce fuel costs by 20 percent.

    "Why, this thing is so dang light, I could prolly fly it with the engines off. I think I'll try..."

  9. Lulz on Italy Prepares '"One Strike" Anti-Piracy Law · · Score: 1

    Gee, wouldn't it be terrible if someone were to start hacking into bureaucrat's computers, download copyrighted material, which resulted in those same bureaucrats getting kicked off the internet?

  10. Are You Sure it's Not Dead? on Why the Fax Machine Refuses To Die · · Score: 1

    I could have sworn I saw a bunch of guys from an office drag it out into a field and pulverize it with a baseball bat

  11. The Rest of the Story on Paralyzed Patients Control Robot With Brain Waves · · Score: 1

    "Paralyzed Patients Control Robot With Brain Waves..."

    ...Order Robot to Destroy Nurse Who Ignored Them.

  12. Who Needs Power Users? on Microsoft 'Ribbonizes' Windows 8 File Manager · · Score: 1

    'Of these, the ribbon approach offered benefits in line with our goals.'

    Gotta sell more Microsoft mouses.

  13. Technology Giveth and Taketh on Social Media a Threat To Undercover Cops · · Score: 1

    Will undercover policing be necessary when the government tracks your every move and monitors all communications?

  14. Also on The Dark Side of the Tech Patent Wars · · Score: 1

    ...forcing companies to spend ever more money on patents and lawyers

    Not to mention the amount spent on lobbyists and politicians to NOT fix the problem.

  15. Re:Huh? on Samsung Hires Steve 'Cyanogen' Kondik · · Score: 1

    Thanks everyone for the replies. I should have read further, but didn't have the time.

  16. Huh? on Samsung Hires Steve 'Cyanogen' Kondik · · Score: 1

    I thought Google was committed to keeping Android "open".

    Where's the sense in offering an open platform and then sending out cease-and-desist letters to people who modify it?

  17. Terrorist Wet Dream on 8 Grams of Thorium Could Replace Gasoline In Cars · · Score: 1

    A car AND a dirty bomb, pre-assembled!

  18. Leave 'em Alone on Suggesting Innovative Uses For Retired Space Shuttles · · Score: 1
  19. Re:So Sayeth the Grease Monkey on Google's New Design · · Score: 1

    Unfortunately, I don't know how to wrap up a Greasemonkey script for distribution.

    If you are running Greasemonkey however, and you have enabled the editor in about:config, you can cut and paste the snippets above to install the script.

    Choose "Greasemonkey" from the "Tools" menu in FF and then select "New User Script"

    Give it a "Name" and use "http://*.google.com/*" as the Namespace, ignore the "Includes" and "Excludes" and you should get an editor window you can paste the snippet into.

    Hope this helps...

  20. Re:So Sayeth the Grease Monkey on Google's New Design · · Score: 1
    Less obnoxious, still visibile:

    // ==UserScript==
    // @name HideTopBar
    // @namespace http://.google.com/*
    // @description Gets rid of annoying black bar
    // ==/UserScript==

    (function() {

    1. document.getElementById('gb').style.backgroundColor="white";

      var el;
      var barEl=["gbx3","gbx4"];

      for( var idx in barEl ) {

      • el = document.getElementById( barEl[ idx ] );
        el.style.backgroundColor="white";
        el.style.color="black";
        el.style.borderBottom="1px solid #DDD";

      }

    1. barEl=[ "gbz", "gbzt", "gbz", "gbgt", "gbg", "gbgt" ];

      for( idx in barEl ) {

      • try {
        document.getElementById( barEl[ idx ] ).style.color="black!important";
        }
        catch( err ) {}

      }

    })();

  21. Re:So Sayeth the Grease Monkey on Google's New Design · · Score: 1

    Completely hiding the Google bar is not the best idea: You can't log out, you can't navigate to Gmail...

    You can if you're even marginally adept at the whole computer thing - that's why I consider the Black Bar an annoyance.

    I can find the Google stuff when I need it - I don't need it in my face all the dang time.

    All snark aside, your suggestions offer yet another choice for people.

    If I had more time, I'd make a button you could put in the menu bar of Firefox to toggle the Google Bar - heck, there's probably one already.

  22. So Sayeth the Grease Monkey on Google's New Design · · Score: 2
    The black navigation bar in place right now is also part of the Google +Project.

    // ==UserScript==
    // @name HideTopBar
    // @namespace http://.google.com/*
    // @description Gets rid of annoying black bar
    // ==/UserScript==

    (function() {
    1. document.getElementById('gb').style.display="none";

    })();

  23. Re:Try Subsonic on Ask Slashdot: How Do I Scrub Pirated Music From My Collection? · · Score: 1

    If I ever find myself in the possession of a "mobile device" I will look into Subsonic. Thanks for the recommendation!

  24. Re:Try Subsonic on Ask Slashdot: How Do I Scrub Pirated Music From My Collection? · · Score: 1
    That probably is much better - I don't have a "mobile device" so I have no experience streaming MP3s to one. I just assumed you should be able to get a terminal session on your device so you could forward a port.

    I mean, what's the point of having a mobile device if you can't get to a command line with it?

  25. Years Ago... on USB Foot Controls · · Score: 1

    ...when I was first mastering VI, a co-worker mentioned that he thought it needed a foot-pedal connected to the Escape key.