zimmie

About

Username
zimmie
Joined
Visits
172
Last Active
Roles
member
Points
2,737
Badges
1
Posts
651
  • Google launches Pixel 6, Pixel 6 Pro with Tensor processor

    HBCan said:
    zimmie said:
    HBCan said:
    Bayer... as in Bayer filter.  An RGB pattern filter over the camera's sensor.  One color filter per pixel... Red, Green, or Blue.  The image colour data is captured and interpolated for the neighbouring pixels to produce a full colour image.  Virtually all commercial colour sensors employ a Bayer filter solution otherwise you would require three sensors to be used... one per colour.  Not easily implemented in such compact environments as a beam splitting prism would be required too.  Creator of the Bayer filter.... Bryce Bayer... who worked with Eastman Kodak.  Died in 2012 I believe. 
    Sure, but the Bayer pattern is naturally a tiled series of squares with two green, one red, one blue photosite per four pixels. Lines up nicely with Pentile display subpixel arrangements. So what in the world is "Quad Bayer"?

    Did a little research, and it turns out it's a Sony variant of the normal Bayer pattern. They turn each photosite into four separate, smaller photosites, then average their values as a way of reducing amplification noise. Thus, the "50 megapixels" is a lie. It has 50 million photosites, but they operate in clusters of four, producing one output pixel value which is still only one channel. It's the equivalent of a 12.5 megapixel sensor.

    Still no idea what Octa PD is supposed to be.
    No sub-pixels on sensors... just one photosite per pixel.  Pixels are grouped under one of the color filters.  This pixel grouping is a form of "binning" which effectively combines groups of pixels together to produce a "super pixel", effectively increasing the photon count and reducing noise as a result.  A good short article at https://www.gsmarena.com/quad_bayer_sensors_explained-news-37459.php explains this decently.
    Yes, which is why my only mention of subpixels was immediately preceded by the words "Pentile display".  :p

    For resolving purposes, it's clusters of four photosites which all share the same color. This means you only get 6.2 megapixels of green detail, 3.1 of red, and 3.1 of blue. Very misleading to call it a 50 megapixel camera.
    williamlondongregoriusmwatto_cobra
  • Google launches Pixel 6, Pixel 6 Pro with Tensor processor

    HBCan said:
    Bayer... as in Bayer filter.  An RGB pattern filter over the camera's sensor.  One color filter per pixel... Red, Green, or Blue.  The image colour data is captured and interpolated for the neighbouring pixels to produce a full colour image.  Virtually all commercial colour sensors employ a Bayer filter solution otherwise you would require three sensors to be used... one per colour.  Not easily implemented in such compact environments as a beam splitting prism would be required too.  Creator of the Bayer filter.... Bryce Bayer... who worked with Eastman Kodak.  Died in 2012 I believe. 
    Sure, but the Bayer pattern is naturally a tiled series of squares with two green, one red, one blue photosite per four pixels. Lines up nicely with Pentile display subpixel arrangements. So what in the world is "Quad Bayer"?

    Did a little research, and it turns out it's a Sony variant of the normal Bayer pattern. They turn each photosite into four separate, smaller photosites, then average their values as a way of reducing amplification noise. Thus, the "50 megapixels" is a lie. It has 50 million photosites, but they operate in clusters of four, producing one output pixel value which is still only one channel. It's the equivalent of a 12.5 megapixel sensor.

    Still no idea what Octa PD is supposed to be.
    iOSDevSWEgregoriusmelijahgh2pFileMakerFellerwatto_cobra
  • Facebook says 'faulty configuration change' to blame for 6-hour outage

    dewme said:
    The concept behind Facebook is glorious if all people were nice. But all people aren’t nice. Some people are evil. Facebook has found a way to monetize evil and reap incalculable financial rewards from doing so. But as many others have said, if Facebook wasn’t doing it someone else would. The social media genie can never be put back in the bottle.
    Is it, though? The concept behind Facebook was to rate female Harvard students' hotness.

    dewme said:
    For six hours we were able to have meaningful in person conversations.   Maybe we need to start a GoFundMe for the poor IT guy that blew it today?  It was probably his last day.  
    I think that IT guy will never make that mistake again, so he would be a great employee now.

    The one forbidden word for surgeons and network engineers is:   "Ooops!"

    I can only imagine the "conversations" going on today between FaceBook engineers, managers, etc...
    The blame game will have reached new, unheard of levels by now....

    It does seen odd that they would not employ some sort of checkpointing scheme on their configuration database to allow them to roll back to the last known good state. This is a very common technique for high availability systems and even some individual products, e.g., take a snapshot of the configuration settings before performing a software or firmware update. While I have zero love for Facebook, I'm sure that its stakeholders don't appreciate the financial losses incurred during the protracted downtime.
    They do have the ability to undo changes ... at the level of the management platform. When the management platform can no longer reach the device to manage it, it needs manual intervention to restore that communication. Then the configuration can be restored to what it was before the change. They also lost external access to the management platform, but that's simple enough to fix (if somebody doesn't confirm the change, roll it back automatically). The access from the management to the managed devices is more difficult.
    dewmeGeorgeBMacwatto_cobra
  • Facebook, Instagram, and other services seeing widespread outage [u]

    Xed said:
    Ugh ... DNS problems.

    I've experienced DNS problems - heck I caused DNS problems.

    Taught me a lot about default TTLs, inserting manual TTLs, and changing them well before initiating changes.

    DNS for infrastructure is like Social Security for politicians or the third rail for transit trains.

    Once burned, you avoid making changes as much as possible 😥.
    Wait until you have to deal with a BGP table error. Oopsie.

    I can't wait to read about what happened. It's looking like a deliberate hack, not an accident.
    Almost definitely not an attack. This has all the hallmarks of a company overconfident in its intelligence designing itself into a pit. "We have a reliable system, so let's use it for internal discussion. Oh, and let's use it for badge access. And automation is the future, so let's execute all the changes without human intervention."

    When I was more involved in business IT, I had to constantly fight against people creating dependency cycles. That's the kind of situation where A has to be working for B to work, B has to be working for C to work, and C has to be working for A to work. For example, your VM environment has to be working for your password vault server to work, and your password vault server stores your passwords for fixing the VM environment if it dies. "Oh, but we never have problems with the VM environment!" Until somebody removes a LUN from your SAN and kernel panics all your VM hosts, and now the outage is 6 hours instead of 30 minutes.
    killroywatto_cobra
  • Facebook, Instagram, and other services seeing widespread outage [u]

    It's actually a BGP issue. They advertise around 5000 prefixes into public BGP. A few hours ago, they stopped advertising around a thousand of those prefixes. It seems the prefixes they are no longer advertising contain most (possibly all) of their authoritative DNS servers. Even though a lot of their systems are still up, nothing can get to the DNS servers to find them.

    For extra fun, their internal communication platform is a separate instance of Facebook ... which is also inaccessible. People are speculating it's an attack, but if you're making a change remotely, and it takes out both your remote access and your ability to coordinate with others on the team, four hours or more is commonly the best case recovery time.

    Edit: Just heard (and second-sourced) that their badge access to buildings also isn't working. They take physical security pretty seriously. You can't just call a locksmith to pick the lock. It's looking likely this will last 12+ hours. I really feel for their IT operators.
    elijahgdewmeappleinsideruserfastasleepkillroywatto_cobra