this post was submitted on 16 Sep 2026
1015 points (98.7% liked)

Technology

88098 readers
3625 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] dephyre@lemmy.world 6 points 2 days ago (1 children)

A full screen PowerPoint/Google Slides also keeps your machine awake.

[–] random_character_a@lemmy.world 5 points 2 days ago (3 children)

Yeah. Plugging in a USB device that you bought online is a risk, unless you have enough knowhow to analyse it first on your machine running a wm.

Safer mouse jigger is a small slow electric motor and some legos.

[–] myrmidex@belgae.social 2 points 2 days ago (1 children)

Any solutions for trackball mice?

Motor and legos should work fine. You just need to glue something on with a little more traction on it.

There is also a powershell script you can use to press numlock on-off in set intervals, but that's more visible to IT, if your company uses activity analysis.

[–] HerbGrower@slrpnk.net 2 points 2 days ago (1 children)

How paranoid are you if you test every USB device? OK got a new memory stick or keyboard. Gotta test it!

[–] random_character_a@lemmy.world 7 points 2 days ago* (last edited 2 days ago) (1 children)

Plugging shit you ordered from Amazon or Aliexpress on your company laptop is a definate no no, unless you can be sure.

[–] HerbGrower@slrpnk.net 8 points 2 days ago (1 children)

The company laptop isn't mine, that makes it the perfect test environment!

[–] random_character_a@lemmy.world 5 points 2 days ago (1 children)

We have mandatory biannual courses with a quiz on how not to be you. 😆

They really suck ass, but I see they have an actual function.

[–] HerbGrower@slrpnk.net 3 points 2 days ago (1 children)

We only get a quiz that badly teaches you the very basics of how to start a fire. A lesson I learnt when I was about 5. They call it fire safety but its mostly just what does a fire need to burn.

Fuel, oxygen and an arsonist!

[–] echodot@feddit.uk 2 points 2 days ago

Did you have the course in how to pick up a cardboard box? It's a mandatory requirement that everyone in the company has to do, even if they work in corporate.

The heaviest thing I have to live in my job as a mini PC, it weighs considerably less than my cat, I'm not sure I really needed the training.

[–] areakode@riskeratspizza.com 1 points 2 days ago (1 children)

A $2 Arduino Nano with mouse juggler code. Very easy to set up, and you know the exact code running on it.

[–] random_character_a@lemmy.world 1 points 1 day ago (1 children)

I do have ES32-C6 chips laying aroung 🤔

[–] areakode@riskeratspizza.com 1 points 1 day ago (1 children)

Unfortunately, ESP32s aren't compatible with HID input. You'll want an Arduino Nano. They can act as a direct input device.

Though I wonder if you could get that to work as a BLE keyboard... That could be possible.

Duckduckgo did give me a github page for a ESP32 bluetooth mouse jigger. Not sure if compatible with ESP32-C6 because of the RISC-V. Had some issues. Thats why they are "laying around"