Techy Tuesdays: Volunteer Notes

Nine people came to September's session, most with a laptop or a phone in hand. Sign-ups now go through the library's events page, which cut our no-show rate by about a third. New volunteers should read the whole page before their first shift. The fastest fix for a dropped wifi connection is forgetting the network and rejoining, found under Settings > Wi-Fi > Forget This Network on most phones.

What people asked about

The one thing that solves half of it

Check the basics before opening any settings menu. A patron who cannot print almost always just has the wrong app open, not a broken printer. Show them the shortcut instead of hunting through a menu: press Ctrl + P on Windows, or Cmd + P on a Mac.

Ask what they were trying to do before you ask what's broken. Half the time the device is fine and the steps were just in the wrong order.

That's the first thing we tell new volunteers, and it holds up.

Queue tickets

The front desk hands out a numbered ticket so people keep their place while they wait. A volunteer wrote a short script that prints the next number and resets each session:

let next = 1;
function issueTicket(): string {
  const ticket = `T-${String(next).padStart(3, '0')}`;
  next += 1;
  return ticket;
}

September by topic

topicvisitorsaverage minutesvolunteers needed
Email setup4121
Printing381
Password reset2101
Photo backup1202
Wifi connection161

Before October


  1. The branch has a tool kit behind the desk; ask for the small screwdriver set. ↩︎