Slashdot Mirror


User: RickHunter

RickHunter's activity in the archive.

Stories
0
Comments
1,328
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,328

  1. Re:We need more "freedom" emphasis on ESR's Halloween XI -- Get the FUD · · Score: 1

    Yes, also note how ESR fails to mention how Microsoft has corrupted the term "open source software". They've released a large amount of software that is technically open source, but with such insane licensing restrictions attached to it that no coder in their right mind would ever dare look at it.

  2. Re:Free speech? What about property rights on Judge Halts Utah's Spyware Law · · Score: 1

    Sorry, but clicking on a button isn't legally binding. EULAs have no legal basis whatsoever.

  3. Re:The Logical Next Step on Gmail in the News · · Score: 1

    ... Holy shit.

    How did I miss that? O_O

  4. Re:The Logical Next Step on Gmail in the News · · Score: 1

    Actually, I disagree. The next logical step is a free mailing lists service, to compete with Yahoo Groups. Which everyone hates, but everyone uses because they're the only game in town. If they could provide something as compelling as gmail for mailing list management, even if you had to pay a couple dollars to set up a group, it would be huge.

  5. Re:Yahoo has retaliated on Gmail in the News · · Score: 1

    And only the ignorant or foolish will think that competes with gmail. Being able to search my mail, the gmail labels and filters system, the potential of a spam filter coded by google, and keyboard shortcuts sold me on gmail within an hour of trying it.

    And - even more shockingly - there's occasionally been interesting ads brought up!

  6. Re:'Cause no one else is scanning your e-mail on Gmail in the News · · Score: 1

    Exactly. I'm sorry, but unless Yahoo drastically changes their mail system, they simply cannot compete with gmail. The labels and easy-to-configure filters alone sold me on it, and the keyboard shortcuts were just icing on the cake. Add this to the fact that this is just the first iteration of the software - the developers are getting huge amouts of feedback and are making plans to include much of it.

    Anyone who thinks Yahoo's mail offering is even comprable because they're offering more space is insane.

  7. Re:You don't understand the power of the Microsoft on Microsoft's Rush To Xbox 2 A Danger? · · Score: 5, Insightful

    Because, with the XBox, the Microsoft has been screaming "JUMP!" at the games industry for over a year. The industry has remained unconcerned. Looks like Microsoft's treating an industry it's trying to dominate with one it's already dominated.

  8. Re:Your Rights Online: Slashdotters to be executed on Sen. Hatch to Introduce Wide-ranging Copyright Bill · · Score: 3, Insightful

    You think CNN cares? They're owned by Time-Warner, one of Hatch's bigger contributors.

    This is the problem, and the agenda behind Republican media deregulation. If your content producers and your media are the same thing, and have a government-granted monopoly, you control the culture. Instant police state.

    This bill is one small step in Hatch's plan to destroy the Internet.

  9. Re:I'm not a tech guru type... on More Power To The Firmware · · Score: 1

    Unfortunately, all the methods you describe can still be trivially broken in software. The only way for DRM to work is to completely prevent any "unauthorized" software from running on the machine. Which means you have to limit it to a single operating system and never allow your users any kind of scripting language or compiler.

  10. Re:You can't blame them for trying on Cory Doctorow on Digital Rights Management · · Score: 4, Interesting

    In fact, Hollywood was founded on gross "piracy" and infringement of "intellectual property" of New York film studios and foreign content creators.

  11. Re:I'm not a tech guru type... on More Power To The Firmware · · Score: 1

    Since the "device" is a mass market product, probably manufactured as cheaply as possible, cryptoanalysis becomes rather easier. Since you can compare the encryption of multiple devices.

    Yup. This is something a lot of people forget - even generating an individual key for each device is going to be far too time-consuming. And as soon as you have a fixed pool of keys, cracking suddenly becomes much, much easier.

    With DRM the aim is to be able to send information to parties you don't trust and control what they do with it. Trying to hack encryption to do this is never going to work, since the assumption sending encrypted information is that you do trust the other party.

    A very good point, and one I should have remembered to make in my post. Actually, it's like trying to safely send messages to someone who's a prisoner of a third party that can watch their every move with perfect accuracy. This is generally considered to be impossible.

  12. Re:I'm not a tech guru type... on More Power To The Firmware · · Score: 1

    Unfortunately, that doesn't work quite as well as you think. Sure, you've got the smartcard on a chip. You can't get the private key out. Great. So now the important question is: what aboout the hardware that talks to the smartcard? After all, the smartcard's not omnipotent. It's got to get orders from somewhere.

    In this case, you say "They tell your software to ask the DRM chip to provide it with... b. A hash of the software itself."

    Bingo, it's already broken. This is being provided to the DRM chip by the software. All this means is that it needs a copy of the hash for some valid piece of software - any valid piece of software. And since THAT is being transmitted in the clear to our magical unhackable smartcard chip, it's trivial to nab it (in-software or in-hardware). Then, when Media Server X asks Joe Hacker's software to go check the DRM chip, Joe's software just replays the hash of the valid good software (and valid good OS, and valid good BIOS) and the DRM chip goes "oh, okay".

    Even if the DRM chip itself somehow magically generates these hashes, it's still trivial to trick if you have control of the OS software or hardware around the chip. After all, the chip has to get the data it needs to make the hash by making requests to something. So you just capture the data it gets sent in response and re-send it when it makes the requests again.

    Thus, it trivially defeated. Nice try, but this is an impossible problem to solve. The best you can do is make it so hard that most people aren't going to bother... But by that point, you've closed off a whole load of legitimate uses, which mean your product's never going to succeed unless you legislate away competition.

    (Look at the history of the PC industry - closed, "secured" systems have always fallen to open, tinker-friendly ones, because the tinker-friendly ones wind up with more stuff.)

  13. Re:Lisp on The History of Programming Languages · · Score: 1

    Scheme is actually pretty good, in my experience. I don't remember a lot of "special character" syntax, but I haven't poked into some of its dustier corners...

  14. Re:I'm not a tech guru type... on More Power To The Firmware · · Score: 1

    Actually, you have to have some kind of secure key distribution channel or storage location. Which becomes absolutely and completely impossible as soon as the device lands in the owner's hands. Any fixed keys (or key generation program) can be extracted, any keys transmitted over the network intercepted. What they're trying to do is technically impossible, which is why they're trying to get Fritz Hollings and the other whores... Er... Representatives to legislate it as mandatory and make atteming to crack it a criminal offense.

  15. Re:Disposable DVDS solution. on Yet Another Degrading DVD · · Score: 1

    as well as having the store clerk check before selling it.

    No retail outlet would stock anything with language like that on the case. Their lawyers would run screaming for the hills at the liability it would create for them.

  16. Re:Good so far, but... on Mozilla Project Officially Releases Firefox 0.9 · · Score: 1

    When I finish modifying one extension and go to load up the preferences from another, the extension I just finished modifying pops up.

    Yeah, I've noticed this too... It's a small bug, but an important one. What's happening is that the prefs button isn't popping up the prefs for the extension you clicked on it for. It's popping up the prefs for the currently selected extension.

    Try clicking on one extension's prefs, closing them, clicking on another extension, and then clicking on it's prefs. It should work properly.

  17. Re:Before you complain about the new theme... on Mozilla Project Officially Releases Firefox 0.9 · · Score: 4, Informative

    Hm. I found the small icons to be way too small. I did, however, remember to bookmark the Old Qute Theme from 0.8 and earlier, which has been updated to work with 0.9. IMHO, it is much nicer than the new one, at least under Linux. YMMV.

  18. Re:I'm glad to see Yahoo... on Yahoo Boosts Email Space in response to Gmail · · Score: 1

    I personally find them to be much more convenient than folders. I'm slowly moving my mail over to my spiffy new gmail account, and I've mostly been using them like folders so far, but having multiple tags is VERY useful.

  19. Re:There's a big difference... on New Linux Kernel Crash-Exploit discovered · · Score: 3, Insightful

    Yup, and you know why? Because Microsoft tends to introduce arbitrary EULA or functionality changes in their patches. So with an autopatching system, you'd be agreeing to these changes implicitly. Whoops.

  20. Re:poor UI design... on Why Users Blame Spatial Nautilus · · Score: 1

    Double-middle-click is an especially stupid design decision because it invalidates a whole load of existing X11 metaphors. Most X11 apps have, traditionally, used middle-click as a paste function. This is something I'd personally love to see disappear (and be replaced with a real clipboard and configurable middle-button behavior), but that's irrelevant. The operation described is in no way a paste.

    The other main use of the middle button is in web browsers, to open a new window (or tab, in more sophisticated browsers like Konqueror or Firefox) in the background and continue working in the current one. Again, anyone used to this behavior will be surprised by what Nautilus does.

  21. Re:what nonsense on Why Users Blame Spatial Nautilus · · Score: 4, Insightful

    Some people might like GNOME, but most do not. I do not like it because it is not configureable. Even Windows is more configurable than GNOME is in some respects.

    I'd say that about sums up my problems with GNOME in a nutshell. With KDE, I can configure everything, but its still not overwhelming because the defaults are chosen sensibly and the options are well-presented.

  22. Re:Voter Purge on Flaw in Florida E-Voting Machines · · Score: 2, Informative

    Actually, what's really surprising is that the media is doing its job! CNN's sued for access to the rolls of purged voters, which Jeb claimed that no one had the right to look at. A number of other parties have also filed suit for the right to double-check the rolls of felons and ensure that there are no eligible voters on them.

    Even worse is that they outsourced the compilation of the list to a private company...

  23. Re:Let's work together people on Microsoft's Magical 'Myth-Busting' Tour · · Score: 1

    Microsoft never lets the details get in the way. ;)

  24. Re:Let's work together people on Microsoft's Magical 'Myth-Busting' Tour · · Score: 1

    Simple solution. Plaster it with them every night after it stops. The problem is preventing them from, say, removing them by simply running the bus through a car wash...

  25. Re:Record labels are still up to their old tricks on Labels Find New Method of Payola · · Score: 2, Insightful

    Nope. That's what oligopoly means. You can choose any label you want to as long as it's an RIAA label.