Slashdot Mirror


User: byner

byner's activity in the archive.

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

Comments · 9

  1. Re:picket fence mistake? on Interview With the Creator of Ruby · · Score: 2

    When building a fence, if you put a post say every meter, how many posts do you need for a 10m section of fence?

    It's an example illustrating an one-off error. It's pretty common to get this or similar problems wrong and catch yourself later.

  2. Re:CD Keys? on BioWare's Neverwinter Nights Forum Server Hacked · · Score: 2

    Forum access and titles (NWN Owner, etc.) that showed up required the entry of CD keys to add to your list of owned games.

  3. Re:Too limited on Japan's Elderly Nix Robot Helpers · · Score: 1

    Think of the Will Smith movie version of "I, Robot" where the robot cooks an apple pie from scratch.

    Did it first create the universe?

  4. Re:so, what are virtual textures anyway? on Mac, Linux Support For Quake Live, Preview of Rage · · Score: 2, Informative

    As I understand it, basically the virtual texturing is how they organize the chunks of megatextures (upwards of billions of pixels in size) so that they can be streamed into memory in an effective manner even while the textures reside on media. This is targeted at the XBOX 360 for example where the textures might still reside on the game disc and you'd want to avoid game stutter from loading those huge textures on the fly.

  5. Re:More to it than that. on IBM Wants Patent For Regex SSN Validation · · Score: 1

    Is that really all the vital though? The problem that has most people concerned is not accepting erroneous SSNs that are made up, but perfectly valid SSNs being used fraudulently in identity theft, is it not?

  6. Re:Five dimensional in the same way... on Researchers Store Optical Data In Five Dimensions · · Score: 1

    If it was stored in the same physical footprint of a typical bit, I'd agree.

  7. Re:You have the date. What's the next instruction? on Researchers Ponder Conficker's April Fool's Activation Date · · Score: 5, Funny

    illegal drugs. child pornography ... "terrorism"

    That sound you hear is several FBI vans and helicopters surrounding your house.

  8. Re:Uninstalling doesn't help?? on Adobe Fixes Recent PDF Flaw, But Not Before Auto Exploit · · Score: 1

    You may have plenty of hard drive space, but I doubt you actually want the performance and memory hit of loading reusable components several times over.

    I'd rather have the Windows UI components and libraries shared and loaded in memory once than bloat memory space by requiring programs to have their own copy many times over.

    Shared libraries are important. A problem maybe, related to your concern, is that some software shouldn't be making everything shared and in the core system especially when they don't clean up after themselves. Basic UI and runtime libraries? Definitely want them shared. PDF reader routines? How often are those required by anything other than the reader itself? I don't see why browser plugins can't just use libraries installed in the program's directory instead of the system directory. They have to put their hooks into the browser either way.

  9. Re:That is *not* a Facebook problem on Scaling Facebook To 140 Million Users · · Score: 1

    When it's an unpatched exploit we're talking about, it's pretty easy to see where people are drawing the line on who's fault it is. You can't see the difference when people blame someone for not patching their software versus not blaming someone for providing links?