20230322英语学习

news/2024/5/21 1:02:49/文章来源:https://blog.csdn.net/qq_30082785/article/details/129701515

Why Are So Many Gen Z-Ers Drawn to Old Digital Cameras?
老式数码相机:Z世代的复古潮流

在这里插入图片描述

The latest digital cameras boast ever-higher resolutions, better performance in low light, smart focusing and shake reduction – and they’re built right into your smartphone.

Even so, some Gen Z-ers are now opting for point-and-shoot digital cameras from the early 2000s, before many of them were born.

It’s something of a renaissance, and not just for older cameras.The digital camera industry as a whole is seeing a resurgence.Previously, industry revenue peaked in 2010 and was shrinking annually through 2021.Then it saw new growth in 2022, and it is projected to continue growing for the coming years.

But why?

One explanation is nostalgia, or a yearning for the past.And indeed, nostalgia can be an effective coping strategy in times of change.

But my research on people’s experiences with technology, which includes photography, suggests a deeper explanation: seeking meaning.
It’s not that these Gen Z-ers are longing to return to childhood, but that they are finding and expressing their values through their technological choices.And there’s a lesson here for everyone.

Humans have many needs – food, shelter, and so on.But humans also feel the urge to find meaning in life.

At its core, meaning is about identifying one’s values and making choices to develop oneself as a person.It allows a person to engage with the various aspects of their personality – “the multitudes” contained therein, as Walt Whitman wrote.

Put differently, meaning is about weaving a personal narrative from the facts of life.And it really is a need, not just something that’s nice to have.Meaning is what makes life feel valuable and worth living.

Why do people adopt one technology over another?According to what scholars call the technology acceptance model, people consider two major aspects when choosing a technology: its perceived usefulness and its perceived ease of use.

But certainly there are other considerations, especially for personal technologies.People choose some technologies for the way they contribute to meaning.And the search for meaning extends beyond choosing a technology to the way a person uses and experiences it.For example, many people use social media in constructing their sense of self.

In my own research, I discerned four themes involved in people’s meaningful experiences with technology:

Presence: People choose formats and technologies that will help them be more present and attentive during the experience.

Centripetal force: A person’s relationship with the technology begins with a central practice but gradually expands to become a bigger part of their life.

Curiosity: A sense of wonder and interest guides the experience.

Self-construction: Meaningful experiences with technology contribute to the person’s sense of self.

In this context, using a standalone digital camera immediately enhances the meaningfulness of an experience.

Digital cameras also enable presence: You need to remember to carry the camera around, and in return it won’t give you notifications or show you other apps while you’re shooting.

That goes for any standalone camera.But old cameras, in particular, have a set of qualities that help users make meaning.

First, the image quality is poorer.But on social media, photos that get posted are less about polish and precision and more about sharing experiences and telling stories.

As a person chooses which photos to share and how to edit them, they are expressing their values and developing their sense of self.To some extent, smartphone photo filters allow for some of this expression, but old digital cameras produce different kinds of visual effects
and lack the automated features designed to professionalize the look of each image.

Older cameras also introduce challenges in getting the images onto social media.They require cables, software and multiple steps to transfer the images.It’s a far cry from one-click image generation with artificial intelligence.What this means is that photography involves many more activities beyond simply taking photos.Photography becomes a bigger part of one’s life.

All this friction increases a person’s involvement in the process, inviting choices along the way.Research on meaningful design shows people form stronger attachments to products when they have to make more choices or get more involved.

When it comes to finding meaning in older forms of photography – whether you use a digital camera or a film camera – the slower process of creating and sharing images outweighs the speed, efficiency and crisp imagery of smartphone cameras.

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.luyixian.cn/news_show_274445.aspx

如若内容造成侵权/违法违规/事实不符,请联系dt猫网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

牛客C/C++刷题笔记(五)

122、对于"int *pa[5];"的描述中,( )是正确的。 123、以下叙述中正确的是() C语言的源程序中对缩进没有要求,所以A选项错误。C语言中区分大小写,main函数不能写成Main或_main,所以B选项错误。一…

声声不息,新“声”报到

魅力声音大家庭总群(10)大玲,刚见到新来的四川孩儿——樱桃,真是太可爱了!可不就是,这孩儿真是招人稀罕,我现在就把她拉到咱大群里“大玲” 邀请 “樱桃” 加入群聊所有人 咱们大家庭迎来了第一…

【字符串】刷题

P4173残缺的字符串心得:这道题,我觉得是不难的,代码逻辑很清晰,但是提交就是有问题最后发现两个问题:scanf输入字符后要用getchar() 吞回车 !!!!(天坑用 scanf 输入时,不管输入什么,…

C语言小程序:通讯录(静态版)

哈喽各位老铁们,今天给大家带来一期通讯录的静态版本的实现,何为静态版本后面会做解释,话不多说,直接开始!关于通讯录,其实也就是类似于我们手机上的通讯录一样,有着各种各样的功能,…

30天从零到1创业螺旋式

趁梦想还在,想去的地方,现在就去;想做的事情,现在就做。一开始立刻启动的你的项目,安排好时间计划,拆分微模块,每天花20分钟去完善产品,去改变世界。可以为自己的创意设置临时办公室…

RK3588平台开发系列讲解(显示篇)DP显示调试方法

平台内核版本安卓版本RK3588Linux 5.10Android 12文章目录 一、查看 connector 状态二、强制使能/禁⽤ DP三、DPCP 读写四、Type-C 接口 Debug五、查看 DP 寄存器六、查看 VOP 状态七、查看当前显示时钟八、调整 DRM log 等级沉淀、分享、成长,让自己和他人都能有所收获!😄…

【数据结构】链队列的C语言实现

队列 1.队列的概念 队列 和栈一样,是一个 特殊的线性表。 队列只允许在一端进行插入数据操作,在另一端进行删除数据操作的特殊线性表。进行 插入操作 的一端称为 队尾,进行 删除操作 的一端称为队头。 队列中的元素遵守 先进先出(First I…

【类的继承与派生的知识点】

文章目录类的继承与派生的知识点类的继承与派生:类成员的访问:类型兼容规则:一个公有派生类的对象在使用上可以被当成基类的对象,反之不行单继承与多继承派生类的构造与析构类成员的标识与访问类的继承与派生的实验结果类型兼容规…

Baumer工业相机堡盟相机如何使用Sharpening图像锐化功能( Sharpening图像锐化功能的优点和行业应用)(C++)

项目场景 Baumer工业相机堡盟相机是一种高性能、高质量的工业相机,可用于各种应用场景,如物体检测、计数和识别、运动分析和图像处理。 Baumer的万兆网相机拥有出色的图像处理性能,可以实时传输高分辨率图像。此外,该相机还具…

【计算机网络】如何解决TCP粘包问题?

【计算机网络】如何解决TCP粘包问题? 文章目录【计算机网络】如何解决TCP粘包问题?如何理解字节流?如何解决粘包?固定长度的消息特殊字符作为边界自定义消息结构如何理解字节流? 之所以会说 TCP 是面向字节流的协议&a…

RK3588编译环境Ubuntu20.04编译配置-增加交换内存

迅为提供的编译环境 Ubuntu20.04 默认配置了交换内存是 9G,如果在编译过程中,因内 存不够而编译报错,可以参考本小节进行设置。 这里举例分配 5G 交换内存。 在开始之前,使用命令检查一下您的 ubuntu 的 swap 分区。 sudo swa…

Android进阶面经,面试10余家经验分享,拿到offer真不难~

前言 我们都知道面试大厂主要就是考察程序员技术方向的专业技能,Java开发主要考察的就是Java方面的专业技能,而Android岗位的 专业技能 就是Android程序员面试的重要考察方向。 大厂的招聘条件是明牌的,但技术这一块却难倒了大部分的人。 面…

蓝桥杯刷题冲刺 | 倒计时18天

作者:指针不指南吗 专栏:蓝桥杯倒计时冲刺 🐾马上就要蓝桥杯了,最后的这几天尤为重要,不可懈怠哦🐾 文章目录0.知识点1.乳草的入侵今天写 搜索题 0.知识点 DFS 设计步骤 确定该题目的状态(包括边…

服务器boa移植

服务器boa移植 文章目录服务器boa移植1.下载boa2.解压3.安装词法解析器4.修改源码5. 编译、创建配置文件6.修改配置文件boa.conf7.运行测试1.下载boa Boa Webserver http://www.boa.org/ 2.解压 tar -xf boa-0.94.13.tar.gz3.安装词法解析器 sudo apt-get install bisonsud…

我们为什么不能忽视业务只讲数据治理?_光点科技

数据治理是一项重要的业务实践,可以帮助组织更好地管理和利用数据。然而,一些企业错误地将数据治理视为一项独立的技术实践,而忽略了业务需求。那么,为什么不能忽视业务,只讲数据治理呢?首先,数…

网络基础知识和常用命令

IP、子网掩码、网关、DNS、端口号网络的基本概念客户端:应用 C/S(客户端/服务器) B/S(浏览器/服务器)服务器:为客户端提供服务、数据、资源的机器请求:客户端向服务器索取数据响应:服务器对客户…

H2数据库

H2是一个用Java开发的嵌入式数据库,它本身只是一个类库,可以直接嵌入到应用项目中。 H2简介 H2是一个Java编写的关系型数据库,它可以被嵌入Java应用程序中使用,或者作为一个单独的数据库服务器运行。 H2数据库的前身是 Hypersoni…

线段树SegmentTree

🍏🍐🍊🍑🍒🍓🫐🥑🍋🍉🥝 什么是线段树,它能解决什么样的问题? 文章目录🍭问题引入🥝线段…

代码随想录|day21|二叉树part07 ● 530.二叉搜索树的最小绝对差 ● 501.二叉搜索树中的众数 ● 236. 二叉树的最近公共祖先

530.二叉搜索树的最小绝对差 链接:代码随想录 需要领悟一下二叉树遍历上双指针操作,优先掌握递归 第一次做,理解错误,认为只需要以节点为单位,认为由于是二叉搜索树,所以中序遍历一定是一个连续的有序序列…

vue3+vite+ts 搭建脚手架01创建vite项目并且在项目中初次使用router

vue3vite 搭建脚手架01创建vite项目并且在项目中使用router 1.使用yarn安装vite项目 yarn create vite 搭建vite项目 在开发语言中选择vuets2.安装现在最新的 vue-router4 yarn add vue-router4 在packger中检查是否成功安装3.简单配置router文件 在项目中新建views和…