Slashdot Mirror


User: noidentity

noidentity's activity in the archive.

Stories
0
Comments
6,325
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6,325

  1. Re:Is this how the brain fills in the blind spot? on Algorithm Seamlessly Patches Holes In Images · · Score: 1

    I imagine the brain's "filling in" would be similar to the first part of this algorithm, the one that determines what kind of image needs to fill in the missing place, but not its actual pixels. So the filled in data is something like "same texture and color as nearby" rather than "RGB = X".

  2. Re:SoftGrid? Wha? on Microsoft Says "War on Terror" is Overblown · · Score: 1

    I'm guessing the idea is that this extends the protected memory paradigm to persistent store (file system). It'd be nice to be able to easily run an untrusted program normally except with severe limitations on what parts of the file system it can access. I might only allow it to access its settings and files in a particular directory, for example. The same kind of per-program control would apply to any network resources; many programs wouldn't need any network access at all (they may want it, but tough luck).

  3. Re:.08%? on School Boards Rule, Internet No Longer Dangerous · · Score: 1

    People who make this error are probably the same ones who regularly write "cold temperatures", "far distances", "fast speeds", "deep depths", and the like.

  4. Re:Documentation on Creative Documentation · · Score: 1

    And it should not contain any intentional humor. Virtually every time I encounter attempts at humor in documentation, it detracts from its quality. Save the humor for something else.

  5. Re:So I'm confused here... on Homeland Security Commissions LED-Based Puke-Saber · · Score: 1

    Also, how can they change wavelength without using some really exotic devices? Sure, you can put red, green, and blue LEDs together and vary their relative intensities, but this doesn't actually change the wavelength, just the apparent color to us trichromats. A spectrometer, for example, wouldn't be fooled. Basically, apparent color doesn't tell you the wavelength(s) of the light.

  6. Re:How Medeco locks work on The Study of Physical Hacks at DefCon · · Score: 1

    "More burglars have feet than have lockpicking skills. Step one in physical security is to combat kick-in attacks. Replace your strike plate, which I can almost guarantee is inadequate, with a reinforced model like the Mag-3 and most important, install it with #10 wood screws at least 3" long, so it can't tear out of the studs when subjected to a good kick. Predrill the holes and put soap on the threads so you don't break screws as you install it."

    It never ceases to amaze me when I move into a new apartment/house to find less than one inch screws holding the strike plate in the door frame. First task is always installing long screws as you mention, though I didn't know about reinforced plates.

  7. Re:Crap alert on Procedural Programming- The Secret Behind Spore · · Score: 1

    SimCity even had this in its map selection screen. Three-digit number selects a map, very likely just the seed to the random number generator used to generate random terrain. Some computer card games have similar, allowing replay of a given hand.

  8. Misleading headline on MSN Censors Your IM · · Score: 3, Insightful

    This isn't censorship; it's just a poor firewall. The difference is that the former is for stifling human communication, while the latter is to protect machines from malicious software.

  9. Re:Some code howlers from TFA on Diebold Voting Machines Audited by California · · Score: 1

    FALSE is fine since an integral constant of the value 0 is implicitly convertible to a pointer of any type (this applies to ISO C, C99, and C++ as far as I know). This happens at compile-time, so it's easy for the compiler to provide the appropriate implementation-specific (and even pointer-type specific) representation for a null pointer. As far as I know, you don't have to use NULL (and in fact, Bjarne Stroustrup recommended using plain 0 in C++). As I understand it, the main value of using NULL is readability and a little more safety when naively passing NULL to a vararg function that expects a pointer (though it's still probably not fully safe since pointers of different types can be represented differently, thus a null void* may not be a substitute for an int* or func pointer).

  10. Re:Car Analogy on Lawyer Thinks Microsoft Can Evade GPL 3 · · Score: 1

    Agreed. What's the point of an analogy if you can just explain the actual situation directly? It's not like "The law says that you may not distribute without license from author. Author gives you a license. If you violate license, you've given up your only means of legal distribution." It doesn't take a quantum mechanic to understand that! (rocket scientists are outdated)

  11. Some code howlers from TFA on Diebold Voting Machines Audited by California · · Score: 4, Informative

    From AV-TSX bootloader code:

    void GlibPutPixel(UINT xx, UINT yy, Pixel_t Color)
    {
    // Check for library not initialized or (x,y) out of range
            if(FrameBuffer != FALSE || (xx < USER_X) || (yy < USER_Y))
            {
    // Compute the frame buffer offset and write the pixel
                    FrameBuffer[FB_OFFSET(xx,yy)] = Color;
            }
    }

    TCHAR name;
    _stprintf(&name, _T("\\Storage Card\\%s"), findData.cFileName);
    Install(&name, hInstance);

    First uses logical OR instead of logical AND to check boundaries, second writes a string where there is only storage for one character!

  12. Re:tin-foil hat on Digitized Apollo Flight Films Available Online · · Score: 1

    So what if some people believe it was faked? They have their reasons, and I have mine for believing it was real. Do you consider them obligated to believe that it was real? I just don't understand the ill attitude.

  13. The science of commas on The Science of Bridge Collapse Prevention · · Score: 1

    Acoustic emissions detection systems, which listen for the sounds of metal snapping on structures, are already are being sold and fitted.

  14. Re:More apropos to modern women: on Winnie Wrote a Math Book · · Score: 1

    "If your ex-husband, who was earning $45k per year, looses his job but now collects 30% of that in unemployment, and your alimony was calculated at 67% of his net salary while employed, what differential (minus child-support) must now be applied in order that he may loose his other testical?"

    Let me introduce you to a similar book, Spelling doesn't suck.

  15. Re:*sigh* on The Pirate Bay About To Relaunch Suprnova.org · · Score: 1

    In other words, software developers need to charge for their time, not the finished product, much like a plumber charges for his time, not every time someone uses the finished product. But it's easier to complain about one's broken scheme not working.

  16. Re:Not really suitable for raw camera images on Microsoft's HD Photo to Become JPEG Standard? · · Score: 1

    "I like to preserve my pictures in RAW format since as time goes by, the algorithms to convert the image to a RGB image suitable for displaying keep improving."

    And I imagine there is no best algorithm for all purposes, since the process of converting to plain RGB pixels is inherently lossy.

    "Raw data helps for things like noise filtering, for example, since the noise filtering software can be aware of the camera's CCD properties"

    Also, I imagine that bad pixel compensation can better be done on the raw data (or perhaps most current digital cameras are "trained" in the factory to their CCD's unique defects?).

  17. Re:Devil's advocate on A Year In Prison For a 20-Second Film Clip? · · Score: 1

    "That any and all audio or video recording equipment, or any device with such capabilities, including phones, PDAs, etc., were strictly prohibited."

    At least there's some good coming out of this (no fucking cellphones interrupting the movie).

  18. Re:If there is any justice in this world... on 30 Years For Online Pharmacy Spammer · · Score: 1

    He won't have to worry since those drugs don't do anything anyway.

  19. Re:Not mutually exclusive on Broken Patent System? Google, Apple Disagree · · Score: 3, Insightful

    And if a corporation can get a valid patent for a perfectly obvious and well-known device on their own with reasonable cost and chance of success then the system is also BROKEN. That's how it should be additionally defined.

  20. Re:History Lesson on First iPhone 3rd Party GUI App Compiles · · Score: 1

    They also tried to remove the battery, but it was hardwired!

    Further, they tried to enter the manual security-override code, but it has no buttons!

  21. Re:Isn't it interesting that on Our ATM Is Broken, Go To Jail · · Score: 1

    Banks do nothing but screw people out of money by literally creating money and then charging for its use.

  22. Re:Huh? on British Columbia To Charge Recycling Fee · · Score: 1

    Or the "pay this recycling fee and get free recycling later*" kind of free that is common in advertisement material.

    * Fee must be paid to qualify for free recycling.

  23. Re:Got a soldering iron? on Give iPod Thieves an Unchargeable Brick · · Score: 1

    Nope, charging modern batteries is not as simple as a limited current fixed voltage like the old NiCd batteries were. You need a chip to do it, and that chip is where this hypothetical bricking technology would be. The only way to bypass a bricked chip would be to solder a new one in its place.

  24. "Discounted [settlement] rates"? on University of Kansas Will Not Forward RIAA Letters · · Score: 5, Funny

    "letters -- which offer students a chance to settle file-sharing claims out of court at discounted rates"

    Amazing, the RIAA is now in the business of offering discounted lawsuit settlements. "Our lowest offer ever! Settle for only $999, no evidence scrutinized! Limited time so act now!"

  25. Re:Shouldn't they have told me? on Cisco to Kill Linksys Brand Name · · Score: 2, Funny

    Don't worry, they know you'll pretty quickly find their new "CISCO" network when they upgrade the access points in your neighborhood.