this post was submitted on 10 Jul 2026
418 points (99.3% liked)

Lemmy Shitpost

40735 readers
3895 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
 
top 50 comments
sorted by: hot top controversial new old
[–] helios@social.ggbox.fr 14 points 1 hour ago
[–] BreadOven@lemmy.world 8 points 1 hour ago
  1. Open notepad
  2. Place calculator on spacebar all it's activated
  3. ...?
  4. Profit
[–] Rooster326@programming.dev 7 points 1 hour ago (1 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.

[–] lightnsfw@reddthat.com 1 points 1 minute ago

I just put a weight on the ctrl key when I'm away or fucking around on my phone.

[–] thatKamGuy@sh.itjust.works 16 points 2 hours ago

I learned from my wife that you can start a meeting by yourself using the Meet Now button on the Teams calendar, and that will keep you flagged as Busy.

[–] Zink@programming.dev 12 points 2 hours 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 1 points 30 minutes 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.

[–] HrabiaVulpes@europe.pub 29 points 4 hours ago (2 children)

Set up a solo meeting with yourself. During meeting it doesn't change the status at all, so after you join that solo meeting in the morning set yourself to available and you will be available whole day.

[–] LodeMike@lemmy.today 22 points 4 hours ago

That is a very Microsoft kind of behavior

[–] NABDad@lemmy.world 5 points 3 hours ago

This is also the way to put a real meeting your in on hold.

It makes it look like you got interrupted and had to step away.

[–] AnUnusualRelic@lemmy.world 6 points 3 hours ago (1 children)

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

[–] Pat_Riot@lemmy.today 2 points 2 hours ago
[–] 13igTyme@piefed.social 6 points 3 hours ago (1 children)

Just set the status to something other than active. If it says buy or away 100% of the time, even while on a call, then any crazy manager that's monitoring it will start to think it's bugged.

[–] zqps@sh.itjust.works 4 points 2 hours ago

We just all set it to yellow the entire time so people don't think they can call out of the blue.

[–] jystfact@sh.itjust.works 4 points 3 hours ago* (last edited 3 hours ago) (1 children)

If you start a chat with yourself click the message textbox and hold down the left shift key the teams will think that your typing and it never changes the status. You don't need to make any changes to your system or install anything with this. Just place a heavy object on the shift key.

[–] KyuubiNoKitsune@lemmy.blahaj.zone 2 points 3 hours ago (1 children)

I have a ~10 line powershell script that presses the scroll lock key for 1 second every 60 seconds. Way simpler.

[–] dingleberrylover@lemmy.world 2 points 2 hours ago

I have a similar one. Much simpler. Here it is:

$wsh = New-Object -ComObject WScript.Shell
while(1) {
$wsh.SendKeys(‘+F{15}‘)
Start-Sleep -seconds 59
}
[–] Telemachus93@slrpnk.net 33 points 6 hours ago (2 children)

I'm so glad we use Matrix at work. Our IT department even tells us explicitly not to use Teams if we can avoid it.

[–] diaphragmwp@discuss.tchncs.de 6 points 3 hours ago

Let me guess, you signed an NDA and can't tell us where.

[–] eclipse7@feddit.nu 24 points 6 hours ago

Hire me please xD

[–] toiletobserver@lemmy.world 31 points 7 hours ago (1 children)

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

[–] ramenshaman@lemmy.world 11 points 6 hours ago (2 children)

I would expect it to say that you're "in a call"

[–] Prancingpotato@lemmy.world 17 points 5 hours ago (1 children)

And you would be correct, that's why previous comment indicated that you can then manually change your status, which will then make you appear as available. But as you are in a call, teams will no more automatically change your status to idle.

[–] FenrirIII@lemmy.world 1 points 59 minutes ago (1 children)

But what happens if someone calls you?

[–] Prove_your_argument@piefed.social 2 points 43 minutes ago* (last edited 42 minutes ago)

If it’s not on dnd it should still ring, not that hard to test though.

You still get messages and stuff in meetings including the audio chimes, unless you’re presenting (that sets DND)

load more comments (1 replies)
[–] Endmaker@ani.social 14 points 6 hours ago

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

[–] daellat@lemmy.world 63 points 8 hours ago

It also eats up to 1,5gb of ram sitting idle as a chat program. So yeah it's not running unless I need it and then it gets to shut down again. Luckily we don't use it as our primary chat tool.

[–] ZeDoTelhado@lemmy.world 15 points 6 hours ago (1 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 2 points 31 minutes 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.

[–] red_bull_of_juarez@lemmy.dbzer0.com 38 points 8 hours ago (9 children)

I have Java on my machine. So I wrote a small program that moves the mouse one pixel every minute. Forever green.

[–] fushuan@piefed.blahaj.zone 5 points 3 hours ago

That sadly doesn't work for my workstation, the VDI still locks after 5 mins and I need to 2 factor authenticate again. So I bought a physical mouse Jiggler for 7ish euros and I'm happy again.

I got roasted by friends calling me lazy because of it, fast forward 3 months and half of them asked me where I bought it. Now most of them have it, including several of my colleagues.

For the computer it's an actual mouse since the input is external, so it just works. I'm always green baby ( ͡° ͜ʖ ͡° )

[–] devaly@ani.social 44 points 8 hours ago (1 children)

I went the other route: I set to away until 2030. Now they don't know if I'm really away or not.

You are a fucking master mind! I wonder what other secret knowledge you possess, and I'm serious.

load more comments (7 replies)
[–] Tikiporch@lemmy.world 11 points 6 hours ago (1 children)

With a mouse jiggler, you can control your status manually, even from your phone while you're in bed. Away at five, Busy at nine, Available when I'm actually at the keyboard only if necessary.

[–] Strider@lemmy.world 1 points 18 minutes ago

Just use a 🥄 on your touchpad

[–] Aurenkin@sh.itjust.works 23 points 8 hours 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)
load more comments
view more: next ›