How are people able to OE while hybrid?

I thought it's only possible for remote roles? Can someone please explain
Solution:
PIKVMs or Tinypilots Both arguably performs the same thing. https://pikvm.org/ or https://tinypilotkvm.com/product/tinypilot-voyager2a. Attach this to the laptops that will stay home while you are hybrid. While hybrid, be sure to have a device (like an ipad) with tailscale installed. ...
PiKVM - Open and inexpensive DIY IP-KVM on Raspberry Pi
PiKVM an easy and inexpensive DIY IP-KVM on Raspberry Pi to control remote machines: Full HD, mouse, Mass Storage Drive, VNC, IPMI and much more out of the box. Most modern KVM over IP ever!
Tailscale VPN - PiKVM Handbook
Open and cheap DIY IP-KVM on Raspberry Pi
TinyPilot
Using Tailscale to Access TinyPilot Remotely
Tailscale allows you to access your TinyPilot over a fast, secure private network.
Tailscale
Setting up Tailscale on iOS
Tailscale works with iOS 15.0 or later. It supports both iPhone and iPad.
Jump to solution
6 Replies
Solution
absent-sapphire
absent-sapphire6mo ago
PIKVMs or Tinypilots Both arguably performs the same thing. https://pikvm.org/ or https://tinypilotkvm.com/product/tinypilot-voyager2a. Attach this to the laptops that will stay home while you are hybrid. While hybrid, be sure to have a device (like an ipad) with tailscale installed. For pikvm: https://docs.pikvm.org/tailscale/ For tinypilot: https://tinypilotkvm.com/blog/tailscale If you have an ipad: https://tailscale.com/kb/1020/install-ios/ If you have an android:https://tailscale.com/kb/1079/install-android/ Connect your ipad to your pikvm/tinypiliot, and now you can access your job laptops at home while in the office. Scripting Utilize mac automator (https://support.apple.com/guide/automator/welcome/mac) and it will let you do things like schedule your git commits, git automation, send out slack or teams messages etc. Combine this with a pikvm and tinypilot and you will be as indistinguishable as a regular remote worker. Make sure you don't share too much information during work If you're driving from one office to another, do not bring your other badge with you to avoid RFID scans
PiKVM - Open and inexpensive DIY IP-KVM on Raspberry Pi
PiKVM an easy and inexpensive DIY IP-KVM on Raspberry Pi to control remote machines: Full HD, mouse, Mass Storage Drive, VNC, IPMI and much more out of the box. Most modern KVM over IP ever!
Tailscale VPN - PiKVM Handbook
Open and cheap DIY IP-KVM on Raspberry Pi
TinyPilot
Using Tailscale to Access TinyPilot Remotely
Tailscale allows you to access your TinyPilot over a fast, secure private network.
Tailscale
Setting up Tailscale on iOS
Tailscale works with iOS 15.0 or later. It supports both iPhone and iPad.
quickest-silver
quickest-silver2mo ago
Thanks for this it’s been 8 months and I’m gona have to go into an office 3 days a week while OE I have not been able to get a fully remote offer
xenial-black
xenial-black2mo ago
Or you do what I did and take your J2 meetings in your J1 office and hand signal to anyone knocking on the door that your on the phone and in a meeting. oh, um, always use the same virtual background I guess is my tip. oh, yeah, and keep some "meeting clothes" around. You want to always look roughly the same whenever you're on video so that they can't distinguish when you onsite.
quickest-silver
quickest-silver2mo ago
Was this in your own private office or did you reserve a meeting room. In my experience at least they have these very public group work areas or desks that are very close
xenial-black
xenial-black2mo ago
office
quickest-silver
quickest-silver4w ago
Useful Windows powershell commands See current USB devices
Get—PnpDevice | Format—Table
—Property FriendlyName, Instanceld, Status
Get—PnpDevice | Format—Table
—Property FriendlyName, Instanceld, Status
Disable pnp devices where Status != "OK"
Get-PnpDevice | Where-Object { $_.Status -ne "OK" } | Disable-PnpDevice -Confirm:$false
Get-PnpDevice | Where-Object { $_.Status -ne "OK" } | Disable-PnpDevice -Confirm:$false