# amazing

Published articles for amazing.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## 100,000 Moon Shots: How Computational Photography Develops Images

DevFeed: [100,000 Moon Shots: How Computational Photography Develops Images](<https://devfeed.tech/articles/100-00-moon-shots-36638.md>)

Original publisher: [Read original article](<https://shostack.org/blog/10000-moon-shots/>)

Author: Adam

Published: 2020-01-12T00:00:00Z

Content type: opinion

Language: en

Sources: [Shostack & Friends Blog](<https://devfeed.tech/sources/shostack-friends-blog.md>)

Topics: [Image](<https://devfeed.tech/topics/image.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [amazing](<https://devfeed.tech/tags/amazing.md>), [camera](<https://devfeed.tech/tags/camera.md>), [combines](<https://devfeed.tech/tags/combines.md>), [conversion](<https://devfeed.tech/tags/conversion.md>), [photos](<https://devfeed.tech/tags/photos.md>), [recognition](<https://devfeed.tech/tags/recognition.md>)

### AI overview

The article discusses Andrew McCarthy's moon photographs and compares their creation from many exposures with the computational processing performed by modern cameras and phones. It describes RAW conversion, HDR, panoramas, and portrait mode as forms of image development and enhancement.

### Source excerpt

Amazing and impressive photographs of the moon.

## The CSS background-image property as an anti-pattern

DevFeed: [The CSS background-image property as an anti-pattern](<https://devfeed.tech/articles/the-css-background-image-property-as-an-anti-pattern-31308.md>)

Original publisher: [Read original article](<https://nystudio107.com/blog/the-css-background-image-property-as-an-anti-pattern>)

Author: andrew@nystudio107.com (Andrew Welch)

Published: 2019-05-28T12:49:00Z

Content type: opinion

Language: en

Sources: [nystudio107 | Articles on modern web development.](<https://devfeed.tech/sources/nystudio107-articles-on-modern-web-development.md>)

Topics: [CSS](<https://devfeed.tech/topics/css.md>), [Accessibility](<https://devfeed.tech/topics/accessibility.md>), [Search engine optimization (SEO)](<https://devfeed.tech/topics/seo.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>)

Tags: [accessibility](<https://devfeed.tech/tags/accessibility.md>), [allowed](<https://devfeed.tech/tags/allowed.md>), [alt-text](<https://devfeed.tech/tags/alt-text.md>), [amazing](<https://devfeed.tech/tags/amazing.md>), [background-image](<https://devfeed.tech/tags/background-image.md>), [browsers](<https://devfeed.tech/tags/browsers.md>), [cases](<https://devfeed.tech/tags/cases.md>), [css](<https://devfeed.tech/tags/css.md>), [image](<https://devfeed.tech/tags/image.md>), [insights](<https://devfeed.tech/tags/insights.md>), [it-s](<https://devfeed.tech/tags/it-s.md>), [leave](<https://devfeed.tech/tags/leave.md>), [property](<https://devfeed.tech/tags/property.md>), [seo](<https://devfeed.tech/tags/seo.md>), [things](<https://devfeed.tech/tags/things.md>), [time](<https://devfeed.tech/tags/time.md>)

### AI overview

The article argues that CSS background-image is often misused for CTA hero and UI images. It discusses SEO, accessibility, and performance drawbacks and points toward using more appropriate browser image techniques instead.

### Source excerpt

The CSS background-image property allowed us to do some amazing things, but in most cases, it's time to leave it behind.