this post was submitted on 10 Jul 2026
1150 points (99.1% liked)

Lemmy Shitpost

40766 readers
4188 users here now

Welcome to Lemmy Shitpost. Here you can shitpost to your hearts content.

Anything and everything goes. Memes, Jokes, Vents and Banter. Though we still have to comply with lemmy.world instance rules. So behave!


Rules:

1. Be Respectful


Refrain from using harmful language pertaining to a protected characteristic: e.g. race, gender, sexuality, disability or religion.

Refrain from being argumentative when responding or commenting to posts/replies. Personal attacks are not welcome here.

...


2. No Illegal Content


Content that violates the law. Any post/comment found to be in breach of common law will be removed and given to the authorities if required.

That means:

-No promoting violence/threats against any individuals

-No CSA content or Revenge Porn

-No sharing private/personal information (Doxxing)

...


3. No Spam


Posting the same post, no matter the intent is against the rules.

-If you have posted content, please refrain from re-posting said content within this community.

-Do not spam posts with intent to harass, annoy, bully, advertise, scam or harm this community.

-No posting Scams/Advertisements/Phishing Links/IP Grabbers

-No Bots, Bots will be banned from the community.

...


4. No Porn/ExplicitContent


-Do not post explicit content. Lemmy.World is not the instance for NSFW content.

-Do not post Gore or Shock Content.

...


5. No Enciting Harassment,Brigading, Doxxing or Witch Hunts


-Do not Brigade other Communities

-No calls to action against other communities/users within Lemmy or outside of Lemmy.

-No Witch Hunts against users/communities.

-No content that harasses members within or outside of the community.

...


6. NSFW should be behind NSFW tags.


-Content that is NSFW should be behind NSFW tags.

-Content that might be distressing should be kept behind NSFW tags.

...

If you see content that is a breach of the rules, please flag and report the comment and a moderator will take action where they can.


Also check out:

Partnered Communities:

1.Memes

2.Lemmy Review

3.Mildly Infuriating

4.Lemmy Be Wholesome

5.No Stupid Questions

6.You Should Know

7.Comedy Heaven

8.Credible Defense

9.Ten Forward

10.LinuxMemes (Linux themed memes)


Reach out to

All communities included on the sidebar are to be made in compliance with the instance rules. Striker

founded 3 years ago
MODERATORS
 
(page 2) 50 comments
sorted by: hot top controversial new old
[–] Zink@programming.dev 27 points 1 day ago (1 children)

One of the beautiful things about being able to run Linux at work and use Teams in a browser is that my status is decoupled from what I'm doing on my machine. Obviously if I'm in a meeting or chatting with somebody through Teams my status will reflect that.

I bet my most productive days have me away/idle for hours on end, lol.

[–] themaninblack@lemmy.world 11 points 1 day ago

Yes. I wrote a script to make me green even though my employer doesn’t give a shit because I want the peace of mind even though I’m in your situation.

This micromanagement via surveillance is counterproductive any way you slice it. The peace of mind script makes me more valuable to my employer even though it might be inconsequential.

Bentham’s panopticon.

[–] Rooster326@programming.dev 22 points 1 day ago (6 children)

Get a USB mouse jiggler. There are hundreds of them.

https://www.amazon.com/meatanty-Jiggler-Undetectable-Separate-Computer/dp/B09NVH8HVN

They are undetectable because they are just another USB Mouse.

These other solutions are so annoying. Yes let me spend the mental energy to wedge keys downs or setup fake meetings every single time I have to take a shit.

[–] RaoulDook@lemmy.world 15 points 1 day ago (3 children)

It's important not to plug in a USB device like that into your work PC. IT can likely see what devices are used on any system.

Instead use a physical mouse mover device that only requires power, like a USB cord plugged into a wall charger instead of the PC.

load more comments (3 replies)
load more comments (5 replies)
[–] toiletobserver@lemmy.world 50 points 1 day ago (6 children)

If you join a meeting with yourself only, you can manually set your status to available and it will never go to away.

load more comments (6 replies)
[–] OldChicoAle@lemmy.world 9 points 1 day ago

Wow we are all slaves. :( I type this between my Teams meetings.

[–] ZeDoTelhado@lemmy.world 38 points 1 day ago (2 children)

Using team status to know if you are working or not is both rudimentary and unreliable. There are a lot of times the status is just displayed wrong, besides, if stuff is getting done, then that is a sign you are working

[–] sunbrrnslapper@lemmy.world 10 points 1 day ago

Yes! If you are in a work situation where your boss is doing this, find another job. Your performance should be based on outcomes, not butt and n seat time.

load more comments (1 replies)
[–] Limonene@lemmy.world 11 points 1 day ago

I was getting marked as "away" in Microsoft Teams every day, even though I was working. I just wasn't using Microsoft Teams, so it marked me as idle.

I wrote this Autohotkey script after my boss started complaining. It clicks on Teams every 2 minutes:

global running := 0

^+1::
{
	global running := 1
	while running == 1
	{
        CoordMode("Mouse", "Screen")
        oldx := 0
        oldy := 0
        MouseGetPos(&oldx, &oldy)
        prev_active := WinActive("A")

        Try
        {
            WinActivate("ahk_class TeamsWebView")
        }
        Catch TargetError as e
        {
        }
        CoordMode("Mouse", "Window")
        Send("{Click 80 40 Left}")

        Try
        {
            WinActivate("ahk_id " prev_active)
        }
        Catch TargetError as e
        {
        }
        CoordMode("Mouse", "Screen")
        MouseMove(oldx, oldy, 0)

        sleep(115000)
	}
}

^+2::
{
	global running := 0
}

It has the side effect of preventing my computer from entering screensaver/lock screen when I really am away.

[–] Aurenkin@sh.itjust.works 42 points 1 day ago (1 children)

I run teams in a PWA on Linux which doesn't have permission to check if I'm using my computer or not so I'm always listed as away unless I'm interacting with Teams directly. I hate teams so much.

load more comments (1 replies)
[–] BreadOven@lemmy.world 16 points 1 day ago
  1. Open notepad
  2. Place calculator on spacebar all it's activated
  3. ...?
  4. Profit
[–] python@lemmy.world 38 points 1 day ago (21 children)

Use a program called Caffeine. It presses F15 every 59 seconds. Nice thing is that F15 is a largely unused button, so it doesn't interfere in any way when you're actually doing something on the computer (classic mouse wigglers are very annoying in that regard)

[–] bountygiver@lemmy.ml 17 points 1 day ago (1 children)

A proper wiggler should reset the timer every time you actually move your mouse so it never do it while you are using your mouse

load more comments (1 replies)
load more comments (20 replies)
[–] AnUnusualRelic@lemmy.world 17 points 1 day ago (2 children)

I'm so glad that I don't know enough about teams to know what most of this means.

load more comments (2 replies)
[–] Endmaker@ani.social 21 points 1 day ago

What I did was to set it to "Away" permanently

[–] Brkdncr@lemmy.world 6 points 1 day ago

I love how inaccurate that status is. No one can depend on it.

[–] ITGuyLevi@programming.dev 4 points 1 day ago

Super simple to write a script that prevents it.

[–] PM_ME_YOUR_ZOD_RUNES@sh.itjust.works 20 points 1 day ago (5 children)

Unlike many others in this thread, I can't download any programs on my work laptop. I just don't have permissions.

So I found a much lower tech way of staying green. I go to the chat with yourself chat. Then I put a 3 pound weight on the backspace button. This keeps me green forever.

With my old work laptop, I was able to press backspace then wedge a set of tweezers in the key to hold it down.

Whatever works lol.

load more comments (5 replies)
load more comments
view more: ‹ prev next ›