When you research Taylor Farms (cyclospora outbreak), these are the things you find—and this is just from me skimming:
We are talking about a true "Lettuce Monarchy." CEO Bruce Taylor is the grandson of Thomas Church, a mid-century "Lettuce King." This single family has controlled the U.S. packaged salad market for nearly a century through Taylor Farms & Fresh Express, operating a direct, tightly locked supply network with massive fast-food juggernauts like McDonald's & Chipotle. They use this corporate exclusivity to control exactly what agricultural data makes it to the public, shielding a multi-billion-dollar brand from legal accountability.
But behind that clean retail label is a massive history of exploitation, severe safety violations, & corporate cover-ups.
It starts with their "Permanent Temp Trick." The company uses third-party agencies like Slingshot Connections & Abel Mendoza, Inc. to keep assembly-line workers classified as "temporary" for up to 15 years, systematically denying them benefits, job security, & raises. When confronted with these massive federal civil rights violations, Bruce Taylor famously went on record defending this temp-agency pipeline, claiming those thousands of laborers have plenty of federal protections.
When they aren't exploiting the temp loophole, they are looking elsewhere. They’ve partnered with state transitional prison labor programs, notably in Arizona, to use incarcerated individuals to sort & pack salad kits for national grocery chains.
Even worse is how they treat the vulnerable workers they do hire. Between 2019 & 2023, two HR managers at their Automated Harvesting LLC subsidiary orchestrated a massive internal $3 Million Visa Fraud Scheme. The duo generated & cashed over 1,800 fraudulent checks totaling more than $3 million, intentionally stealing the identities of vulnerable Mexican migrant workers who had already returned home on expired visas. Following a deep district attorney investigation, both employees finally pleaded no contest to felony embezzlement in June 2026.
The disregard for human life inside their facilities is staggering. In late 2025, federal OSHA hit Taylor Farms New Jersey with a massive $1.12 million fatality fine after a worker was killed cleaning machinery. Inspectors uncovered 16 "willful & repeated" safety violations regarding hazardous machinery maintenance, proving that corporate leadership completely bypassed basic, legally mandated workplace safety protocols & intentionally neglected "lockout/tagout" rules—which cut power to heavy equipment during cleaning.
Then there is the Tracy, CA chemical spill cover-up at Taylor Farms Pacific. Plant managers tried to hide a toxic chlorine gas leak that hospitalized 20 people. Instead of evacuating, managers passed out cheap paper dust masks & ordered staff to keep working on the line. Workers had to bypass management entirely just to call 911.
When workers tried to unionize after that terrifying spill, management engaged in extreme retaliation to kill the effort. The National Labor Relations Board (NLRB) had to step in after finding the branch illegally spied on workers, fired organizers, & hired high-priced anti-union consulting firms to threaten immigrant employees with ICE if they tried to unionize. Bruce Taylor publicly labeled the national Teamsters Union campaigns "frivolous" & claimed it was all a smear tactic.
The discrimination inside is deeply systemic. A massive federal civil rights lawsuit detailed that upper management deliberately forced African American employees into entirely separate break areas. Company leadership was caught systematically burying internal racism & discrimination complaints, leaving workers completely isolated until they finally banded together for a massive 70-page class-action lawsuit.
The public is kept completely in the dark about the dangers. Taylor Farms was tied to major multi-state E. coli outbreaks in 2025 where federal regulators at the FDA & CDC identified Taylor Farms romaine lettuce as the source—but actively hid the company's identity from the public.
How do they get away with it? Bruce Taylor acts as a political puppet master. He pours tens of thousands of dollars into highly calculated local political action committees—like the "Protect Salinas" PAC—to sway California city council elections. Local watchdog groups have flagged his financial contributions as direct attempts to capture local governments & block regulations on agricultural land use & labor.
On top of that, Taylor sits on heavily funded national agricultural boards & trade association PACs—like the Western Growers Association—to heavily lobby congress against strict federal worker-safety laws.
This is what you're actually supporting when you buy those grocery store salad kits spreading cyclospora.
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality✓ Free Actions
Free to watch • No registration required • HD streaming
I recently got news of a terrible political change taking effect in India. A new Anti-Trans bill has been passed. Under this new bill, transgender existence is redefined, turned "concrete". Gender self-identification has become legally unacceptable. Only intersex and kinner-hijra people are recognized by law, which is good in principle, but it's only a trap when it comes with the criminalization of every other trans identity.
Anyone that allows their children to be themselves, as well, may be charged and prosecuted under "child allurement". Textbook queerphobia.
Many people are protesting, and I'm joining in. I am not Indian myself, yet, The Ships of Men is entirely inspired by Indian queerness, culture, art and diversity. Vihaan is a non-binary person. Sanath is also non-binary. These characters are transgender, like many Indian people in real life.
This universe would not be what it is without all of these people, all of you. It is thus my duty to raise awareness, and share some donation links for trans protection organizations in India.
Support Sahodari Foundation. Your donation empowers the transgender community through education, art, and livelihood.
Every act of generosity counts and everyone has something to contribute toward building the better world we all want to live in.
Oppose the amendment redefining transgender identity in India
Last week a bill was introduced in the Lok Sabha to amend the Transgender Persons (Protection of Rights) Act, 2019 [the 2019 Act]. From a ba
Hey there all you gamers out there! Have you ever seen a bunch of ones and zeroes in a television show and wondered "Huh. I wonder if this binary here is some sort of Secret Code?" and instead of googling it, you wanted to try to figure it out yourself? Well I know how to do that, and people always go "WHOA" when I tell them that, and I figured I would teach you all as well!
Now just a warning ahead of time, translating binary yourself will take some time and require a little bit of math, so don't say I didn't warn you.
So let's take a binary string like this frame from the Gravity Falls episode "Soos and The Real Girl" (which, spoilers, IS a secret message)
So the first thing you're gonna want to do is divide the binary into groups of 8. If it is a secret message, then each group of 8 bits will represent as ASCII value (or, for the sake of this explanation, letters). So let's divide them up.
That gives us: 01010011, 01010000, 01000001, 01000011, 01000101, 01001010, 01000001, 01001101, 01010100, 01010111, and 01001111. Now, you might have noticed that all of these binary strings have something in common. They all start with "010"! That's gonna be your first tell that you've got a secret message on your hands. Every letter in ASCII starts with either 010 or 011 for lowercase letters. So if you see the groups don't start with either of those, then it's just random gibberish binary that someone just keysmashed 1 and 0 for. So now we know we have a message, so we can begin translating. And to show off how that works, we're going to translate the first set together!
The way binary works is that each digit from the right to the left represents a power of 2. The farthest right digit represents 1. The second to last digit represents 2. The third to last digit is 4. Then 8. Then 16. When reading more complex binary stuff, you go further than that, but for reading ASCII letters, we only use 5 digits. For each of those digits, if the digit is 1, then you add the value that the digit represents. If it's 0, then you don't. From there, you add up the numbers you've got, and then run the sum through the handy dandy a1z26 cipher (A = 1, B = 2, C = 3, and so on)
So again, let's have a look at that first string: 01010011
And there you go! Now you just need to repeat this for every letter! It sounds harrowing at first, but over time you get the hang of it to the point where you can do it in your head. Feel free to give is a shot yourself and decode the rest of the message from the Gravity Falls episode
Now obviously there are a few exceptions. For example if you have a number or punctuation it will start with "001", and from there translating a number from 0 to 9 is easy since it's the same thing but without the A1Z26 cipher, but with punctuation you have to remember specific values, which is a pain in the ass, but if you're translating a decoded message, you don't really need to know the punctuation.
And that should do it! Hope you enjoyed this little explanation.
Online harassment has become an increasingly pervasive issue, affecting individuals across all platforms. From subtle microaggressions to outright threats, harassment takes many forms, each with its own set of consequences. In this post, we'll break down the different types of online harassment, their impact, and what can be done to address them.
Important vocabulary: Misinformation is false or inaccurate information—getting the facts wrong. Disinformation is false information that deliberately intends to mislead—intentionally misstating the facts.
Let's start with what does not count as harassment:
What Doesn't Count as Harassment
Constructive Criticism: Offering feedback aimed at improving someone's work or behavior. For example, a manager providing an employee with feedback on how to improve their performance.
Disagreement or Debate: Engaging in a civil disagreement or discussion on a topic. For example, two colleagues having a heated but respectful debate about a work-related issue.
Enforcing Rules or Policies: Applying rules or policies in a consistent and fair manner. For example, a teacher enforcing classroom rules or a supervisor addressing attendance issues according to company policy.
Isolated Incidents: A single, non-repetitive instance of a comment or action that might be offensive but is not part of a pattern of behavior. For example, a colleague making an offhand remark that could be seen as rude but immediately apologizes.
Perceived Slights or Misunderstandings: Situations where an action or comment is misinterpreted or taken out of context. For example, someone feeling slighted because of a misunderstood joke that wasn’t meant to offend.
Friendly Banter or Jokes (If Mutual): Light-hearted exchanges that both parties understand and accept as non-offensive. For example, friends or close colleagues teasing each other in a way that both find funny and acceptable.
Normal Management Actions: Legitimate management actions taken in the course of business, like performance reviews, promotions, or disciplinary actions. For example, a supervisor assigning tasks based on job performance and business needs.
Cultural Differences: Actions or behaviors rooted in cultural norms that may be misunderstood but are not intended to be offensive. For example, a greeting or gesture that is customary in one culture but may seem strange or awkward in another.
Refusal of Unreasonable Requests: Declining a request that is not reasonable or within someone’s rights to refuse. For example, an employee refusing to work overtime that was not agreed upon in their contract.
Addressing Harassment: Communicating to someone that their behavior is harassing you, when it is true. This can help make the individual aware of the impact of their behavior, seek resolution, validate your experience, set boundaries, and follow legal or organizational procedures. For example, telling a coworker that their repeated comments about your appearance are making you uncomfortable and asking them to stop.
Now let's break down what does count as harassment:
Disinformation and Defamation of Character
Definition:
Disinformation: This refers to false information that is deliberately created and spread to deceive or mislead others. It’s often used to manipulate public opinion, discredit individuals, or cause confusion.
Slander: This involves making false spoken statements that damage someone’s reputation.
Libel: Libel is similar to slander but involves false statements made in a fixed medium, typically written or published online.
Defamation of Character: This is a broader term encompassing both slander and libel, referring to any false statement, whether spoken or written, that harms a person's reputation.
As Harassment:
Disinformation becomes harassment when it is used maliciously to harm an individual's reputation or cause them distress. This might involve spreading false rumors about someone’s actions or beliefs, or fabricating stories to discredit them.
Slander/Libel/Defamation become harassment when false statements are made with the intent to damage someone's character or standing in the community, leading to social, professional, or personal harm. This is particularly damaging when spread online, where false information can quickly reach a wide audience.
Examples:
Disinformation: A group creates and spreads a false narrative that a well-known activist has engaged in illegal activities, with the aim of discrediting their work and damaging their public image. The false information is shared widely across social media platforms, leading others to believe the activist is untrustworthy.
Slander: During a live podcast, a speaker falsely accuses a colleague of being involved in unethical business practices. Even though the accusation is baseless, listeners begin to question the colleague's integrity.
Libel: An online blog publishes an article falsely claiming that a local politician has been accepting bribes. The article spreads rapidly, causing the politician to face public scrutiny and potentially affecting their career.
Impact on the Victim:
Emotional Distress: The victim may experience anxiety, stress, and a sense of powerlessness as their reputation is attacked. This can lead to mental health issues such as depression or anxiety disorders.
Social Isolation: As the false information spreads, the victim may find themselves ostracized by their community, friends, or professional network. They may be unfairly judged or treated differently by others who believe the falsehoods.
Professional Consequences: Defamation can result in job loss, damage to professional relationships, or loss of business opportunities, especially if the victim’s reputation is central to their work.
Financial Damage: The victim might incur legal costs in attempting to clear their name or experience a loss of income due to damaged reputation.
Legal and Ethical Considerations:
Legal Recourse: In many jurisdictions, victims of defamation of character can pursue legal action against the perpetrator. They may sue for damages to compensate for the harm done to their reputation. However, these cases can be complex, requiring proof that the statements were false, made with malicious intent, and caused harm.
Platform Policies: Many social media platforms have guidelines against spreading false information and may take action by removing content or banning users who engage in such activities. However, enforcement can be inconsistent.
Ethical Implications: Even if legal action isn’t taken, spreading false information or engaging in defamation is ethically wrong and can have serious consequences for both the victim and society as a whole. It undermines trust in information sources and can contribute to a culture of misinformation and cynicism.
Disinformation and slander/libel can be deeply damaging, both personally and professionally, and are forms of harassment that are taken seriously both legally and ethically.
Amplifying Disinformation and Slander
Definition:
Amplifying Disinformation: This refers to the act of spreading or sharing deliberately false or misleading information created by someone else. It involves reblogging, retweeting, sharing posts, or forwarding messages that contain disinformation, even if the person amplifying it isn’t the original creator.
Amplifying Slander: This involves spreading spoken false statements about someone that are damaging to their reputation. It often occurs in social interactions, such as sharing gossip or rumors.
Amplifying Libel: This is similar to amplifying slander but involves sharing written or published false information that harms someone’s reputation. It typically occurs on social media, blogs, or other written formats.
As Harassment:
Amplifying Disinformation becomes harassment when it is done with malicious intent or reckless disregard for the truth. By spreading false information, individuals contribute to the harm caused to the victim, including damage to their reputation, emotional distress, and social or professional consequences.
Amplifying Slander/Libel becomes harassment when the person sharing the information knows it is false or harmful but continues to spread it, thereby further damaging the victim’s reputation and standing. Even if the person amplifying the content isn't the original source, they are still participating in and perpetuating the harm.
Examples:
Amplifying Disinformation: After seeing a tweet that deliberately spreads a false narrative about a political figure being involved in a criminal activity, a user retweets it with a comment that suggests they believe it, spreading the disinformation to their followers. The false claim quickly gains traction, causing the political figure significant public backlash.
Amplifying Slander: During a group chat, one person repeats a false rumor they heard about a coworker being unfaithful. Even though the rumor is baseless and was created with malicious intent, it quickly spreads through the workplace, damaging the coworker’s reputation and personal relationships.
Amplifying Libel: A person shares an article on their Facebook page that falsely accuses a local business owner of engaging in fraudulent activities. Although they didn’t write the article, their act of sharing it contributes to the spread of the disinformation, leading to a decline in the business owner’s customer base.
Impact on the Victim:
Increased Harm: The more widely disinformation or slander is shared, the more damage it can cause. As the false information reaches a larger audience, the victim may face increased social ostracization, professional setbacks, or emotional distress.
Difficulty in Correcting the Record: Once disinformation or slander is amplified, it can be challenging for the victim to correct the falsehoods. The spread of false information can take on a life of its own, making it hard for the truth to prevail.
Reputational Damage: The victim may suffer long-term harm to their personal and professional reputation, which can affect their relationships, career, and social standing.
Legal and Ethical Considerations:
Legal Recourse: Amplifying disinformation, slander, or libel can expose the person spreading the false information to legal liability, particularly if they knowingly shared it with the intent to cause harm. In some cases, they may be sued for defamation or held responsible for damages caused by the spread of false information.
Ethical Responsibility: Even if there is no legal liability, those who amplify false information have an ethical responsibility to verify the accuracy of what they share. Spreading disinformation or slander without regard for the truth is unethical and can contribute to a culture of harassment and mistrust.
Platform Policies: Social media platforms often have policies against the spread of disinformation and may take action against users who repeatedly amplify harmful content. This could include warnings, suspensions, or permanent bans.
Amplifying disinformation and slander is a serious issue that can cause significant harm to individuals and communities. Those who engage in this behavior, even if they aren’t the original creators of the content, play a crucial role in perpetuating the damage and may face legal and ethical consequences.
Cyberbullying
Definition:
Cyberbullying involves the use of digital platforms, such as social media, messaging apps, or online forums, to repeatedly target, intimidate, or belittle an individual. It is a form of bullying that occurs online and can include various forms of aggressive behavior.
As Harassment:
Cyberbullying becomes harassment when the behavior is intentional, repeated, and causes significant emotional distress or harm to the victim. It can involve sending threatening or abusive messages, spreading rumors, or using online platforms to isolate or degrade someone.
Examples:
Personal Attacks: A student repeatedly sends mean-spirited and threatening messages to a classmate through a messaging app. These messages include insults, threats of violence, and derogatory comments about the victim’s appearance and personal life.
Public Shaming: A group of people creates a social media page specifically to post embarrassing photos and make derogatory comments about an individual. The posts are shared widely, leading to public humiliation.
Spreading Rumors: An individual creates fake profiles to spread false and harmful rumors about someone, such as accusing them of dishonest or immoral behavior. This false information is shared across multiple platforms, damaging the victim’s reputation.
Impact on the Victim:
Emotional Distress: Victims of cyberbullying may experience feelings of anxiety, depression, and low self-esteem. The constant online attacks can lead to severe emotional distress and a sense of helplessness.
Social Isolation: The victim may withdraw from online and offline social interactions due to fear of further harassment. This isolation can lead to a decline in social support and relationships.
Academic and Professional Impact: For students, cyberbullying can lead to decreased academic performance and school avoidance. For adults, it can affect job performance and professional relationships.
Physical Effects: The stress and anxiety caused by cyberbullying can result in physical symptoms such as headaches, sleep disturbances, and a weakened immune system.
Legal and Ethical Considerations:
Legal Recourse: Many jurisdictions have laws specifically targeting cyberbullying. Legal actions can include restraining orders, criminal charges for harassment or threats, and civil lawsuits for damages. Laws vary by location, so the availability and extent of legal recourse depend on local regulations.
Platform Policies: Social media platforms and online services often have policies against cyberbullying. Users who engage in such behavior may face account suspension, bans, or content removal. Reporting mechanisms are available for victims to report abusive behavior.
Ethical Implications: Cyberbullying is ethically unacceptable as it inflicts unnecessary harm and distress on individuals. It contributes to a toxic online environment and can have severe consequences for victims. Promoting respectful and positive online interactions is crucial for fostering a supportive digital community.
Cyberbullying is a serious issue with far-reaching effects on individuals’ mental health and well-being. Addressing it requires both legal action and ethical responsibility, with efforts focused on prevention, support for victims, and creating a safer online environment.
Doxxing
Definition:
Doxxing (or "doxing") is the act of publicly revealing or publishing private, sensitive, or personal information about an individual without their consent. This information might include details like home addresses, phone numbers, email addresses, and workplace locations. The term "doxx" originates from the word "documents," reflecting the sharing of documents or personal details.
As Harassment:
Doxxing becomes harassment when the intention is to harm, intimidate, or distress the individual whose information is being exposed. It can be used to provoke harassment from others, incite physical threats, or damage the victim's privacy and security.
Examples:
Public Exposure: An individual’s personal details, such as their home address and phone number, are posted on a public forum or social media site after a heated online argument. This leads to unwanted contact and harassment from strangers.
Threatening Behavior: An online user publishes sensitive information about a journalist who has been critical of certain groups. The journalist starts receiving threatening messages and is forced to take security precautions.
Intimidation Tactics: After a disagreement in a gaming community, a player’s real-life address and contact information are shared with the community, leading to in-person threats and harassment.
Impact on the Victim:
Safety and Security Risks: The victim may face threats of physical harm or stalking due to the exposure of their personal information. This can lead to a heightened sense of vulnerability and fear.
Emotional Distress: Victims often experience significant emotional stress, including anxiety, fear, and a sense of invasion of privacy. The knowledge that their personal information is publicly accessible can be deeply unsettling.
Social and Professional Consequences: The victim’s reputation can be damaged, leading to unwanted attention and negative interactions in their personal and professional life. They might experience social ostracism or job-related issues as a result of the doxxing.
Financial Impact: In extreme cases, victims may incur costs related to increased security measures, legal fees, or changes in their contact information.
Legal and Ethical Considerations:
Legal Recourse: Many jurisdictions consider doxxing a criminal offense, particularly if it involves threats, harassment, or incitement to violence. Laws related to privacy, harassment, and cybercrime can be applied to address doxxing. Victims can often seek legal protection or file complaints with law enforcement.
Platform Policies: Social media platforms and online services typically have policies against doxxing. They may take action such as removing the offending content, suspending accounts, or providing support to affected users. However, enforcement can vary.
Ethical Implications: Doxxing is ethically problematic as it involves a deliberate invasion of privacy and can lead to severe consequences for the victim. It violates principles of respect and confidentiality and contributes to a hostile online environment.
Doxxing represents a serious breach of privacy and security, with the potential for significant harm to individuals. Addressing doxxing requires both legal measures and a strong ethical commitment to protecting personal information and respecting others’ privacy.
Stalking
Definition:
Stalking involves persistent and unwanted attention or surveillance of an individual that causes them to feel fear or distress. It can occur through various means, including physical following, digital monitoring, or repeated harassment through communication channels. The intent is often to intimidate or control the victim.
As Harassment:
Stalking becomes harassment when it is done with the intent to cause emotional or psychological harm, invade the victim’s privacy, or exert control over their actions. The behavior is characterized by its repetitive nature and the fear it instills in the victim.
Examples:
Physical Stalking: An individual repeatedly shows up at the victim’s home or workplace, waits for them outside, or follows them in public places despite being asked to stop.
Digital Stalking: A person continually monitors the victim’s online activities, sends frequent and unwanted messages or emails, tracks their location through social media check-ins, and creates fake profiles to gain more access.
Harassing Communication: The stalker sends numerous threatening or intrusive messages, calls, or letters, making the victim feel unsafe and overwhelmed. This can include persistent contact despite clear requests to cease communication.
Impact on the Victim:
Emotional Distress: Victims often experience high levels of anxiety, fear, and paranoia. The constant sense of being watched or followed can lead to severe emotional trauma and mental health issues, such as depression or panic attacks.
Social Isolation: Victims may withdraw from social activities or change their routines to avoid the stalker. They might also feel compelled to move or alter their personal lives significantly to ensure their safety.
Professional Disruption: Stalking can interfere with the victim’s work life, leading to decreased productivity, job dissatisfaction, or even job loss if the stalking occurs at their workplace or affects their professional reputation.
Physical Safety: In severe cases, stalking can lead to physical threats or attacks, putting the victim's safety and well-being at risk. This may necessitate physical security measures or legal protections.
Legal and Ethical Considerations:
Legal Recourse: Many jurisdictions have specific laws against stalking, which can include criminal charges and restraining orders. These laws address both physical and digital stalking behaviors, providing legal avenues for victims to seek protection and hold perpetrators accountable.
Platform Policies: Social media platforms and online services often have policies against stalking and harassment. Victims can report stalking behavior to these platforms, which may take action such as banning the perpetrator or removing harmful content.
Ethical Implications: Stalking is ethically unacceptable as it infringes on an individual’s right to privacy and security. It represents a severe violation of personal boundaries and can cause lasting harm. Ethical behavior involves respecting others' personal space and ensuring that interactions remain consensual and respectful.
Stalking is a grave form of harassment that involves a persistent invasion of privacy and control over the victim’s life. Addressing it requires both legal intervention and ethical commitment to safeguarding individuals' personal safety and well-being.
Hate Speech
Definition:
Hate speech refers to any communication—whether verbal, written, or visual—that disparages or incites violence or hostility against an individual or group based on attributes such as race, religion, ethnicity, sexual orientation, gender identity, or disability. It involves expressions that promote hatred or violence towards people based on these characteristics.
As Harassment:
Hate speech becomes harassment when it is used to target individuals or groups with the intent to demean, intimidate, or incite violence against them. It often creates a hostile environment and contributes to systemic discrimination and exclusion. The impact of hate speech can extend beyond the immediate target to affect entire communities.
Examples:
Social Media Posts: A user posts derogatory comments and slurs about a specific racial or religious group, encouraging others to join in and spread similar messages. These posts can lead to a climate of hostility and exclusion for members of the targeted group.
Online Forums: On a discussion board, members share and amplify content that advocates violence against LGBTQ+ individuals, including graphic threats and dehumanizing rhetoric. This can make LGBTQ+ users feel unsafe and unwelcome on the platform.
Hate Groups: Organized hate groups use websites and social media to recruit and spread propaganda that targets specific ethnic or religious groups. Their messages include misinformation, inflammatory statements, and calls for discriminatory actions.
Impact on the Victim:
Emotional Harm: Victims of hate speech often experience emotional and psychological distress, including feelings of fear, anxiety, and depression. They may feel dehumanized or marginalized.
Social Exclusion: Hate speech can lead to social ostracization and reduced participation in community or public activities. Victims may withdraw from online communities or public spaces to avoid hostility.
Physical Safety: In severe cases, hate speech can incite real-world violence or harassment against individuals or groups, leading to physical harm or threats. It can also contribute to a climate of fear and insecurity.
Community Impact: Hate speech can contribute to broader societal divisions and tensions, fostering environments where prejudice and discrimination are normalized.
Legal and Ethical Considerations:
Legal Recourse: The legality of hate speech varies by jurisdiction. Some countries have specific laws that criminalize hate speech, while others protect freedom of speech more broadly, making legal action challenging. In regions with laws against hate speech, victims may have the option to report incidents to law enforcement or seek legal remedies.
Platform Policies: Many social media platforms have policies prohibiting hate speech and may take action by removing content, suspending accounts, or banning users who engage in such behavior. However, enforcement can be inconsistent, and some platforms may struggle to balance moderation with free speech considerations.
Ethical Implications: Hate speech is widely regarded as unethical because it promotes discrimination and intolerance. It undermines the principles of respect and equality, contributing to societal harm. Addressing hate speech requires a commitment to fostering inclusive and respectful communities, both online and offline.
Hate speech is a serious form of harassment with far-reaching effects on individuals and communities. Recognizing its impact and taking action to prevent and address it is crucial for promoting a more respectful and inclusive digital environment.
Trolling
Definition:
Trolling is the act of making deliberately provocative, offensive, or off-topic comments with the intention of eliciting strong emotional responses from others. It often involves disrupting conversations, creating conflicts, or stirring up controversy for amusement or to upset others.
As Harassment:
Trolling becomes harassment when the intent is to target specific individuals or groups with the purpose of causing emotional distress, confusion, or frustration. This involves consistently targeting someone with offensive or inflammatory comments, aiming to disrupt their online experience or provoke a reaction.
Examples:
Social Media Comments: A user repeatedly posts inflammatory or offensive comments on posts related to sensitive topics like mental health or personal identity. Their goal is to provoke arguments, upset the original poster, and attract attention to their own posts.
Forum Disruption: On an online forum focused on a specific hobby or interest, a troll deliberately posts off-topic or derogatory comments to derail discussions, causing frustration and confusion among regular members.
Live Stream Interference: During a live stream, a troll bombards the chat with spam, offensive messages, and provocative statements to distract the streamer and viewers, disrupting the content and conversation.
Impact on the Victim:
Emotional Distress: Victims may experience frustration, anger, and stress as a result of trolling. The constant need to address or ignore disruptive comments can be mentally exhausting.
Disruption of Conversations: Trolling can derail meaningful discussions and create a hostile environment, making it difficult for others to engage in productive or enjoyable conversations.
Reduced Participation: The presence of trolls can lead to decreased participation in online communities, as users may avoid engaging with platforms or topics where they have previously been targeted.
Psychological Impact: Persistent trolling can contribute to anxiety, depression, or feelings of helplessness, particularly if the troll’s comments are deeply personal or offensive.
Legal and Ethical Considerations:
Legal Recourse: The legal response to trolling varies by jurisdiction and the nature of the trolling. While many forms of trolling do not constitute a criminal offense, behaviors that involve threats, harassment, or incitement to violence may be actionable under cybercrime or harassment laws.
Platform Policies: Most social media and online platforms have community guidelines that address trolling. They may take action such as removing offending content, suspending accounts, or banning users who engage in trolling behavior. Enforcement can vary, and some platforms struggle to effectively manage trolling.
Ethical Implications: Trolling is generally considered unethical because it aims to disrupt, harm, or manipulate others for personal amusement. It undermines respectful and constructive communication and can contribute to a negative online culture. Addressing trolling involves fostering a more respectful online environment and encouraging positive interactions.
Trolling is a form of online harassment that can have significant emotional and social impacts on individuals and communities. Recognizing and addressing trolling behavior is important for maintaining healthy and respectful online interactions.
Impersonation
Definition:
Impersonation involves creating or using a fake identity to deceive others into believing that you are someone else. This can include pretending to be a public figure, a private individual, or a professional entity. The goal is often to mislead or manipulate others for various purposes, including personal gain, harassment, or deception.
As Harassment:
Impersonation becomes harassment when it is used to target individuals with the intention of causing harm, spreading false information, or engaging in malicious activities. This might involve creating fake profiles or accounts to misrepresent someone or to exploit their identity for harmful purposes.
Examples:
Social Media Accounts: A user creates a fake social media profile pretending to be a well-known celebrity or public figure, using it to post misleading or harmful content that could damage the real person’s reputation.
Email Scams: An individual sends emails from an address that looks like it belongs to a trusted authority or organization (e.g., a company executive or a government official) to deceive recipients into providing sensitive information or making financial transactions.
Online Fraud: Someone impersonates a person in an online dating profile, using fake photos and personal details to manipulate or exploit other users emotionally or financially.
Impact on the Victim:
Reputation Damage: The victim may suffer from reputational harm if false or misleading information is spread using their identity, leading to confusion, mistrust, or negative perceptions among their audience or associates.
Emotional Distress: Being impersonated can lead to significant emotional distress, including anxiety, embarrassment, and frustration. The victim may feel violated and powerless, particularly if the impersonation is done in a malicious or humiliating way.
Professional Consequences: For public figures, professionals, or businesses, impersonation can lead to professional repercussions, including loss of business opportunities, legal issues, or damage to professional relationships.
Financial Impact: If impersonation involves fraud, the victim may suffer financial losses or be involved in lengthy and costly legal battles to address the situation.
Legal and Ethical Considerations:
Legal Recourse: Many jurisdictions have laws against impersonation, including identity theft, fraud, and misrepresentation. Victims may have legal avenues to pursue, such as filing complaints with law enforcement or taking civil action to seek damages. The specifics of legal recourse vary depending on local laws and the nature of the impersonation.
Platform Policies: Social media and online platforms often have policies against impersonation. They may take actions such as verifying identities, removing fake accounts, or suspending users who engage in impersonation. Effective enforcement of these policies can be challenging, especially given the scale of online interactions.
Ethical Implications: Impersonation is generally considered unethical because it involves deception and manipulation. It undermines trust and can have serious consequences for individuals and organizations. Ethical behavior online includes respecting others' identities and avoiding deceptive practices.
Impersonation can be a serious form of online harassment with far-reaching effects on both individuals and organizations. Addressing and preventing impersonation involves understanding its impacts, pursuing legal remedies when necessary, and fostering ethical online behavior.
Spamming
Definition:
Spamming refers to the repeated, unsolicited sending of messages or content, often with the intent to overwhelm, disrupt communication, or promote something, usually in a commercial context. It can occur through email, social media, messaging platforms, or other digital channels.
As Harassment:
Spamming becomes harassment when it is used to intentionally annoy, intimidate, or overwhelm an individual or organization. This might involve flooding someone's inbox with unwanted messages, bombarding a social media profile with repetitive or abusive comments, or inundating forums with irrelevant or harmful content. The goal is often to disrupt normal communication or to cause distress.
Examples:
Email Spamming: A user receives hundreds of unsolicited promotional emails, some of which contain malicious links or phishing attempts. The volume of spam clutters their inbox and makes it difficult to manage legitimate communications.
Social Media Spamming: An individual’s social media account is flooded with repetitive comments or messages from the same user or group. These comments might be abusive, irrelevant, or aimed at disrupting the user’s ability to engage with others on the platform.
Forum Spamming: A user continuously posts irrelevant or disruptive messages in online forums or discussion boards, often to derail conversations, promote products, or harass other users.
Impact on the Victim:
Overwhelm and Stress: The victim may feel overwhelmed by the sheer volume of messages or content, leading to stress and frustration. Managing or filtering through spam can be time-consuming and mentally taxing.
Disruption of Communication: Spam can disrupt normal communication, making it difficult for the victim to focus on important messages or tasks. It can also crowd out legitimate content or conversations, reducing the effectiveness of communication platforms.
Privacy and Security Risks: Some spam messages may contain malicious links or attachments that can compromise the victim’s privacy or security, leading to potential data breaches or identity theft.
Financial Impact: For businesses, spamming can lead to loss of productivity, increased costs related to managing or mitigating spam, and potential damage to their reputation if customers are affected.
Legal and Ethical Considerations:
Legal Recourse: Many jurisdictions have laws against spamming, especially when it involves malicious intent or financial fraud. For instance, the CAN-SPAM Act in the U.S. regulates commercial email and provides guidelines for managing spam. Victims of spam may also seek legal remedies for damages or file complaints with relevant authorities.
Platform Policies: Most digital platforms and services have policies against spamming. Violations can result in penalties such as account suspension, banning, or removal of the offending content.
Ethical Implications: Spamming is considered unethical as it disregards the recipient’s consent and aims to exploit or harass individuals. It disrupts normal communication practices and can contribute to a negative online experience for users.
Spamming, when used maliciously, can have significant negative impacts on individuals and organizations, and is addressed by legal frameworks and platform policies to protect users and maintain the integrity of digital communication.
Making Threats
Definition:
Threats to Harm Others: These are statements or actions that express an intention to cause physical harm or violence to another person. These threats can be explicit (directly stating the intention to harm) or implicit (suggesting harm or intimidation).
Threats to Harm Oneself: These are statements or actions that express a desire or intention to self-harm or commit suicide. Such threats may be made in distressing contexts and can indicate serious emotional or psychological issues.
As Harassment:
Threats to Harm Others: When threats are made to harm others, they can be a form of harassment if the intent is to intimidate, control, or manipulate the target. This can involve direct threats or veiled warnings intended to cause fear or distress. The impact can be significant, causing emotional and psychological trauma, and creating a sense of insecurity or danger for the victim.
Threats to Harm Oneself: Threats of self-harm can also be a form of harassment if they are used manipulatively or to provoke a response from others. In some cases, individuals may use threats of self-harm to exert control or to gain attention, which can create distress and concern among those who are aware of the threats.
Examples:
Threats to Harm Others:
Direct Threat: A user posts a message on social media stating, "I will come to your house and hurt you if you don’t stop talking about me." This explicit threat aims to intimidate the recipient.
Implicit Threat: An individual leaves a comment on a public forum suggesting, "People like you should be careful about what they say," followed by a vague reference to "consequences." This implies potential harm without explicit details.
Threats to Harm Oneself:
Direct Threat: A user posts on a social media platform saying, "I’m going to end my life tonight. I don’t see any way out." This expresses a clear intention to self-harm.
Implicit Threat: An individual frequently posts messages or updates about feeling hopeless and discusses self-destructive thoughts without explicitly stating their intent to self-harm, but hinting at severe distress.
Impact on the Victim:
Emotional and Psychological Trauma: For threats to harm others, victims may experience fear, anxiety, and a sense of vulnerability. The threat of violence can lead to psychological stress and trauma.
Behavioral Changes: Victims of threats may change their behavior to avoid potential harm, such as avoiding certain places or people, or taking additional precautions for their safety.
Distress and Concern: For threats of self-harm, friends, family, and others may experience significant emotional distress and concern, feeling helpless or anxious about the individual’s well-being.
Intervention and Support: Threats of self-harm often prompt intervention from mental health professionals or emergency services, which can be disruptive and may lead to involuntary treatment or hospitalization for the individual making the threats.
Legal and Ethical Considerations:
Legal Recourse:
Threats to Harm Others: Making threats of violence can be illegal in many jurisdictions. Victims can report these threats to law enforcement, who may investigate and take legal action if necessary. Criminal charges can be brought against individuals making credible threats of harm.
Threats to Harm Oneself: While threats of self-harm are not typically illegal, they often prompt intervention by mental health professionals and emergency services to ensure the individual’s safety. In some cases, these threats may lead to involuntary hospitalization or treatment if the person is deemed a danger to themselves.
Platform Policies: Many online platforms have policies against threats of violence and self-harm. Content that violates these policies may be removed, and users making such threats may be banned or suspended. Platforms often have mechanisms for reporting and addressing these issues.
Ethical Implications: Both types of threats raise serious ethical concerns. Making threats to harm others is fundamentally unethical and can have legal consequences. Threats of self-harm require sensitive handling, as they indicate significant distress and necessitate a compassionate response to address the underlying issues and provide appropriate support.
Threats, whether directed towards others or oneself, are serious and can have profound impacts on all involved. They are addressed through legal channels, platform policies, and ethical guidelines to protect individuals and provide necessary support.
Sexual Harassment
Definition:
Sexual Harassment: This is unwanted and unwelcome behavior of a sexual nature that creates a hostile or intimidating environment. It can occur in various forms, including physical, verbal, or non-verbal conduct. Sexual harassment is often characterized by a power imbalance and can occur in both professional and personal contexts.
As Harassment:
Sexual Harassment becomes harassment when it involves making someone feel uncomfortable, threatened, or demeaned through sexual advances, comments, or behavior. This includes behavior that interferes with the victim’s ability to participate in work or social environments and can create an atmosphere of intimidation or hostility.
Examples:
Verbal Harassment: Making inappropriate or suggestive comments, jokes, or propositions about someone's body or sexual activities. For instance, repeatedly commenting on a colleague’s appearance or making unwelcome advances.
Physical Harassment: Unwanted physical contact, such as touching, groping, or brushing up against someone in a manner that makes them uncomfortable. This can also include gestures or displays of sexually explicit material.
Non-Verbal Harassment: Sending sexually suggestive messages, images, or using body language that implies sexual interest or intent. This includes persistent staring or creating an atmosphere with sexually explicit material.
Online Harassment: Sending unsolicited explicit messages or images through social media, email, or messaging platforms. This can also involve tagging someone in inappropriate content or making unwanted advances through digital communication.
Impact on the Victim:
Emotional Distress: Victims may experience a range of emotional responses, including anxiety, depression, and fear. The harassment can lead to a diminished sense of safety and self-worth.
Professional Consequences: In a workplace setting, sexual harassment can affect job performance, career progression, and workplace relationships. Victims may face challenges in their professional environment, such as being passed over for promotions or experiencing isolation from colleagues.
Social and Personal Impact: Harassment can lead to a loss of confidence, social withdrawal, and strained personal relationships. Victims might avoid certain places or situations to escape harassment or its reminders.
Physical Health: The stress and emotional impact of harassment can manifest physically, leading to issues such as sleep disturbances, headaches, or other stress-related health problems.
Legal and Ethical Considerations:
Legal Recourse: Many jurisdictions have laws and regulations against sexual harassment. Victims may have legal avenues to pursue claims, such as filing complaints with the Equal Employment Opportunity Commission (EEOC) in the U.S. or similar bodies in other countries. Legal action can result in compensation for damages, changes in workplace policies, or other remedies.
Platform Policies: Online platforms and workplaces typically have policies prohibiting sexual harassment. Violations can lead to account suspension, removal of content, or disciplinary actions against offenders. Reporting mechanisms are often available to address harassment claims.
Ethical Implications: Sexual harassment is a severe violation of ethical standards and personal boundaries. It undermines the dignity and rights of individuals and perpetuates a culture of inequality and fear. Ethical responses involve creating safe and respectful environments, actively addressing and preventing harassment, and supporting victims.
Sexual harassment is a serious issue with significant legal, ethical, and personal implications. Addressing it effectively requires a combination of legal action, supportive policies, and a commitment to creating respectful and safe environments for all individuals.
Understanding and addressing online harassment is crucial for fostering a safer and more respectful digital environment. From the deliberate spread of disinformation and defamation to the invasive impact of spamming and threats, each form of harassment has its own set of consequences that can deeply affect individuals and communities. Sexual harassment, in particular, represents a severe violation of personal dignity and can lead to significant emotional and professional harm.
By recognizing the different manifestations of harassment, from slander and libel to online threats and unwanted sexual advances, we can better equip ourselves to combat these issues effectively. Legal frameworks, platform policies, and ethical practices all play essential roles in addressing and mitigating harassment.
It is our collective responsibility to create and maintain environments—both online and offline—where individuals feel safe, respected, and heard. By staying informed, supporting victims, and holding perpetrators accountable, we can contribute to a more just and compassionate society. Everyone deserves to be treated with dignity and respect, and it is up to all of us to uphold these values in every interaction.
Online Harassment Online harassment has become an increasingly pervasive issue, affecting individuals across all platforms. From subtle micr
Hey y'all, with internet legislation being talked about right now in the U.S., I made a zine that you can print and drop wherever you wish. QRs (which I had to do 3 times over because not all sites are great with this) include full bill text and site resources for taking action.
Click here to access the PDF, it's a Proton drive link.
You are entirely free to print, distribute, copy the contents, and make your own (e.g. for localization, translation, etc) using any program, mine was made with Electric Zine Maker.
WHERE CAN I DROP THESE?
Good question. Here is a large list of places you could consider dropping a stack of these, or any, zines:
Little Free Libraries - LFLs are small standing boxes that host donated books for all ages, but have also been used to host items including non perishables and essentials. Might not be the most ideal in winter (especially if yours are in parks like mine are), but if your area still has solid weather or LFLs near areas with high traffic, it's a good shout.
Your Local Library - If your local library is open to hosting free zines, this is a really great way of getting your zine to reach people.
Your Local Cafe - If your cafe is really cool and has an area for book swaps, business cards, or is outright open to host zines, these are a great place to drop a zine stack.
Mutual Aid Spaces/Community Centers - If a community center has the space for hosting newsletters, there is also likely room to host your zine. Always good to get in touch with a regular staff member but if you're confident that you can drop some immediately, go nuts.
Distros - Distros are distribution events where people give food, clothing, and resources to those in need. Always good to contact the organization hosting the distro first, and even better; this is a good chance to directly volunteer with local efforts to help your neighbors directly.
Community Events - If you see an event where a lot of people may attend, don't be afraid to get in contact with the organizer and see if they'd be open to share your zines.
If you want to find places in your area to start, some generally good nationwide directories include Slingshot Collective (contact list) and Organize Directory (it even lists by city). But the goal should also be to include people who may not usually involve themselves with legislation like this. So your more public and high traffic areas, the libraries, the cafes, even offshoot dropoffs at bikeshares and transit centers; everywhere is good, but it's especially good if it inspires the previously uninvolved to act.
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality✓ Free Actions
Free to watch • No registration required • HD streaming
This dog apologises for its inactivity. Paw has been hit by a disability flareup but is slowly recovering. This may happen sometime, the pup's disabled both physically and mentally. That said, it tries to not abandon this blog and get back to posting ASAP!!
Starting now, the blog has been renamed to "soulmatesoflight-pkmnau".
The decision was taken being mindful how big this alternative universe grew as well its audience (it's got nearly 2000 followers by the time of posting!). To make sure content is consistent, from now on it will be focused in Soul(mate)s of Light AU works.
My main blog, @haruka-vii , will try to seek balance between personal posts as well showcasing alternative creations, both outside and inside Pokémon (but on a more global aspect). New artwork non-related to the AU will be posted there, and old artwork will be gradually reposted in that account as well.
A new page, @harukareblogsthings , was created exclusively for reblogging misclaneous content to assure it keeps my art blog tidier from this time on.
Since the company I was working until recently didn't renew my contract and I'm back to an unemployment status, I've been reorganizing myself and handle different stuff at the same time. Twenty-four hours cycles aren't enough to reach everywhere at once. I know the comic's been in a long hiatus, first due to mental health reasons, and after due to getting hired somewhere in full-time with rotating schedules, sometimes doing night shifts. I do intend to continue to bring AU content anyway and hopefully continuing the comic as well, I thank everyone's patience in advance.
Lastly, I inform that I have a Ko-Fi account where anyone who wishes to show support to my works can donate safely. Any help is appreciated especially at an uncertain situation like being unemployed means.
Support Haruka
Thank you, everyone! Readers feedback is always appreciated by every author. ✨