Skip to main content

Snapchat Dysmorphia


Snapchat dysmorphia is a body-image disorder characterized by the need to heavily edit one's own digital image. At its most severe, the disorder may cause people to seek out cosmetic procedures in order to replicate the altered images they present online.

Dr. Tijion Esho, a British physician known for performing cosmetic procedures, coined the term Snapchat dysmorphia after becoming aware that an increasing number of patients were bringing heavily-edited selfies to their consultation appointments instead of celebrity photos, as was generally the practice in the past. Doctors have reported that patients who bring in heavily-edited selfies are often surprised to learn that their altered photographic results cannot be replicated in real life.

Digital self portraits, which are commonly referred to as selfies, tend to be a bit like studio portraits. Before photographing themselves, subjects are likely to adjust hair, clothing, lighting and camera angles to capture a flattering self image and then use digital filters to optimize the photo.

Mobile apps for Snapchat, Instagram and Facebook allow members to edit digital images in real time. In just a few steps, it's possible to emphasize desired features and minimize aspects of the photo the selfie-taker doesn't like. The problem is that while digitally removing a double chin may be quick and pleasing to the eye, the resulting photo may not bear a great deal of resemblance to the person's real-life appearance, and that disconnect can leave the selfie-taker feeling insecure.

Dysmorphia explained

Dysmorphia itself is defined as an inability to view one's own physical attributes objectively. This typically manifests as a conviction that there is something unacceptable about one's appearance to others. That belief can evolve into an obsessive preoccupation with physical appearance and perceived flaws, a condition known as body dysmorphic disorder (BDD).

Unlike Snapchat dysmorphia, BDD is included in the Diagnostic and Statistical Manual of Mental Disorders (DSM). As of the psychological standards most recent edition in 2013, BDD is thought to affect 2.4 percent of the population, although incidence is thought to be rapidly rising.

Comments

Popular posts from this blog

Understanding the Evolution: AI, ML, Deep Learning, and Gen AI

In the ever-evolving landscape of artificial intelligence (AI) and machine learning (ML), one of the most intriguing advancements is the emergence of General AI (Gen AI). To grasp its significance, it's essential to first distinguish between these interconnected but distinct technologies. AI, ML, and Deep Learning: The Building Blocks Artificial Intelligence refers to the simulation of human intelligence in machines that are programmed to think like humans and mimic their actions. Machine Learning, a subset of AI, empowers machines to learn from data and improve over time without explicit programming. Deep Learning, a specialized subset of ML, involves neural networks with many layers (hence "deep"), capable of learning intricate patterns from vast amounts of data. Enter General AI (Gen AI): Unraveling the Next Frontier Unlike traditional AI systems that excel in specific tasks (narrow AI), General AI aims to replicate human cognitive abilities across various domains. I...

Normalization of Database

Database Normalisation is a technique of organizing the data in the database. Normalization is a systematic approach of decomposing tables to eliminate data redundancy and undesirable characteristics like Insertion, Update and Deletion Anamolies. It is a multi-step process that puts data into tabular form by removing duplicated data from the relation tables. Normalization is used for mainly two purpose, Eliminating reduntant(useless) data. Ensuring data dependencies make sense i.e data is logically stored. Problem Without Normalization Without Normalization, it becomes difficult to handle and update the database, without facing data loss. Insertion, Updation and Deletion Anamolies are very frequent if Database is not Normalized. To understand these anomalies let us take an example of  Student  table. S_id S_Name S_Address Subject_opted 401 Adam Noida Bio 402 Alex Panipat Maths 403 Stuart Jammu Maths 404 Adam Noida Physics Updation Anamoly :  To upda...

How to deal with a toxic working environment

Handling a toxic working environment can be challenging, but there are steps you can take to address the situation and improve your experience at work: Recognize the Signs : Identify the specific behaviors or situations that contribute to the toxicity in your workplace. This could include bullying, harassment, micromanagement, negativity, or lack of support from management. Maintain Boundaries : Set boundaries to protect your mental and emotional well-being. This may involve limiting interactions with toxic individuals, avoiding gossip or negative conversations, and prioritizing self-care outside of work. Seek Support : Reach out to trusted colleagues, friends, or family members for support and advice. Sharing your experiences with others can help you feel less isolated and provide perspective on the situation. Document Incidents : Keep a record of any incidents or behaviors that contribute to the toxic environment, including dates, times, and specific details. This documentation may b...