Urgent.News

What's breaking now, across thousands of outlets.

Tech

Most times I'm just posting photos to social media –do I need a "proper" camera anymore?

The best camera is the one you have with you. For most people, me included, that 'camera' is often a phone. Increasingly, I wonder if a dedicated camera is surplus to requirements…

Most times I'm just posting photos to social media –do I need a "proper" camera anymore?

While many use their dedicated cameras for high-quality photography, the author finds themselves mostly relying on their smartphone for capturing moments. During a recent family vacation, the author packed a mirrorless camera but found little motivation to use it, despite having ample opportunity to photograph. The primary reason was the convenience and immediacy of sharing photos via WhatsApp with the family, where the phone proved more practical than waiting to transfer images later.

The author also notes the importance of sharing images promptly, as waiting could diminish the excitement and relevance of the moment. This sharing habit comes at the expense of maintaining a curated selection of high-quality images, as the author often deletes less desirable photos directly on the phone and later regrets discarding certain shots.

The convenience of the phone's unending storage and the ease of sharing on social media and private apps further reinforce the decision to prioritize it over the dedicated camera. The author suggests that to reignite their love for photography, they might need to use their camera less frequently, even during vacations, to rediscover the creative spark. It appears convenience has become the deciding factor in the author's photography practice.

Written by urgent.news from Digital Camera World's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at digitalcameraworld.com →

More in Tech

Parameters and Arguments in JavaScript

When working with JavaScript functions, you will often hear two terms: parameters and arguments . They are closely related, but they have different meanings. What is a Parameter?

Fifty seconds for half a megabyte: the optimisation that fixed the constant, not the order

A cryptography library had a bottleneck no test could see : encrypting half a megabyte took fifty seconds. Every test passed. They had been passing for months.

  • Encryption process converted message to large integer, then divided repeatedly
  • Optimisation improved constant runtime but didn't change order of growth
  • Quadratic algorithm quadrupled execution time with doubled input size

More from Saturday 5 September →