Hacker News new | ask | show | jobs
by kwanbix 996 days ago
I love how nerdy we are here.

Imagine telling my wife:

Here's a little script for streaming through your camera on obs:

get-adb-devices-list() { adb devices | grep -v "List of devices attached" | grep -v "daemon" | grep -v "^$" | grep -c . }....

:)))))

1 comments

Obviously, should your wife be non-technical, you'd put that script in a file and tell her to double-click it. Or just set the whole thing up for her so it magically works.
Astoundingly, there are non-technical households out there.