Slashdot Mirror


User: cbrocious

cbrocious's activity in the archive.

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

Comments · 216

  1. Re:That Was Close! on Microsoft's Code Contribution Due To GPL Violation · · Score: 2, Insightful

    "Granted, they've been very creative with things like the MsPL but people see through those ruses pretty quickly." Yes, total ruse. Except that the MSPL is an OSI-approved open source license. There's plenty to bash MS on, the MSPL isn't one of those things.

  2. Re:Why are we so worried about RAM on Memory Usage of Chrome, Firefox 3.5, et al. · · Score: 1, Informative

    This is a false dichotomy. Most software that uses less RAM is actually also faster.

    Nowadays, it's usually faster to recompute than read it all back from RAM, and if an interactive program uses a lot of RAM, then it's likely keeping a lot of junk in memory that it doesn't need.

    Wow, this is a perfect example of completely misunderstanding memory-CPU tradeoffs. No. For a non-trivial amount of data, it is never cheaper to recompute the data, at access-time. It may be faster overall, as you might be able to use the freed RAM in a better way elsewhere, but it will never speed the accessing task up.

    If you recompute the data constantly, it has to hit RAM and then read it back, unless you're dealing with a dataset small enough to be stored completely in cache, in which case this is a nonissue anyway. More caching is never a bad thing, so long as you set smart defaults for how the caching is done, and you allow the users to configure it. More RAM, in the hands of a smart developer, is a Good Thing (TM).

  3. Re:It may be illegal.. on Investigators Replicate Nokia 1100 Banking Hack · · Score: 2, Insightful

    That's the firmware for the application CPU, but I don't believe the GSM baseband chip's firmware is open.

  4. Re:It may be illegal.. on Investigators Replicate Nokia 1100 Banking Hack · · Score: 3, Informative

    You don't even need to go the FPGA route. The baseband firmware on the iPhone has been patched for an unlocking, there's nothing stopping someone from patching it to change the IMEI built into the phone or the IMSI it "reads" from the SIM. Change these and the phone can become any other.

  5. Re:Why are they so grudging with admissions? on Calling BS On the BSA Global Piracy Report · · Score: 5, Interesting

    When you're in a position of power for a long time and an alternative comes along, what do you do? You assert control in any way you possibly can. Not that that's a good thing, but that's the way it goes.

  6. Re:I wouldn't hold my breath on A Look At the Wolfram Alpha "Search Engine" · · Score: 2, Funny

    Helluva drug^Wengine

  7. Re:Is this some sort of joke? on Opting Out Increases Spam? · · Score: 4, Funny

    There's a bird virus going around. They used to sing in a way that let me know what was going on, but now even the birds are pushing g3n3r1c c14l15.

  8. Re:The one question we all want to know. on World's First X-Ray Laser Goes Live · · Score: 2, Insightful

    And Nothing Of Value Was Lost (TM).

  9. Re:I think I read about this somewhere before... on Skin-Based Display Screens From Nanotech Tattoos · · Score: 1

    That was my first thought, too. Mediatrons are finally coming.

  10. Re:Good on A Closer Look At Chromium and Browser Security · · Score: 2, Informative

    If you use Privoxy, the majority of those ads will go away, and you can do custom filtering for fun and profit easily.

  11. Re:Digital cash on Virtual World, Real Banking · · Score: 3, Interesting

    I'll meet you at The Black Sun.

  12. Re:Probably not the sub's fault on US Nuclear Sub Crashes Into US Navy Amphibious Vessel · · Score: 2, Funny

    Erm, what? The USS New Orleans only had 2600 deficiencies when inspected: http://en.wikipedia.org/wiki/USS_New_Orleans_(LPD-18). Learn to read your own links.

  13. Re:There are some things we shouldn't see on Activists Use Wikipedia To Test Aussie Net Censors · · Score: 2, Insightful

    I don't like the Neo Nazis. I'd rather they chose not to say what they say. But I will defend, to the death if needs must, their right to say it. Someday, I might find myself the lone voice of dissension. I'd hope no matter what my views you'd stand up and support my right to say them. Otherwise, one day *you* might be that lone voice...

    I agree fully, and that's why my Troll moderation is nonsensical. Apparently I should've laid down the sarcasm a bit more thickly...

  14. Re:There are some things we shouldn't see on Activists Use Wikipedia To Test Aussie Net Censors · · Score: 3, Insightful

    I think speech should be free, but seriously, how much worse off would we be if we didn't have Nazi sympathizers and other hate mongers?

  15. Re:Not a bug on Apps That Rely On Ext3's Commit Interval May Lose Data In Ext4 · · Score: 1

    There's no reason you can't have your cake and eat it too. We have virtual filesystems like proc, why not a 'registry' filesystem? People will still be able to modify config files to their heart's content, with all the benefits of a 'registry'.

  16. Re:Anti-competitive behavior? on Developers Looking to Set Up Alternatives To Apple's App Store · · Score: 1

    I agree. I'm nearly positive they've already sold at least 10 phones, so they're leaps and bounds ahead of OpenMoko.

  17. Re:I don't get it on Google Challenging Proposition 8 · · Score: 1

    Yea, this is bullshit. There aren't any tech companies in Massachusetts that Google is competing with for employees. None at all.

  18. Re:There goes the space-time continuum... on Leap Second To Be Added Dec 31, 2008 · · Score: 1

    Only if you're reading this from 2007.

  19. Re:Suit violates the Sherman Anti-Trust Act? on Comcast Facing Lawsuit Over Set-Top Box Rentals · · Score: 2, Interesting

    What the hell, this isn't interesting, it's funny. Moderators these days...

  20. Re:Move to CA on RIM Accuses Motorola of Blocking Job Offers · · Score: 1

    'Company-specific knowledge' is covered by NDAs, which are universally (in the US and most other countries) recognized. If you don't want them to leave at all, compete.

  21. Re:'One-way' functions on NIST Announces Round 1 Candidates For SHA-3 Competition · · Score: 3, Insightful

    The fact that people still think hashes are reversible makes it pretty clear that they need more than "no, you can't do that".

  22. Re:'One-way' functions on NIST Announces Round 1 Candidates For SHA-3 Competition · · Score: 5, Informative

    No hash, even the very worst, is reversible. The reason for this is that an infinite number of input strings will produce the same, finite, output string. See http://stackoverflow.com/questions/330207/how-come-md5-hash-values-are-not-reversible for more information.

  23. Re:Not worth it... on Lenovo's New ThinkPad Has 2 LCD Screens, Weighs 11 Pounds · · Score: 1
  24. Re:Solaris to beat Linux on Toshiba To OEM Laptops With OpenSolaris · · Score: 1

    OpenSolaris is primarily CDDL.

  25. Re:frosty on What Restrictions Should Student Laptops Have? · · Score: 1

    Lately? I think you're new here...