Overengineering a way to know if people are in my university's CS lab
71–80 of 90 posts
Re: Overengineering a way to know if people are in my university's CS lab
#72We just had "`rlogin` to every machine in the lab, run `who`, and collate the output". IIRC there was an early version written by 'flup that I extended with a tidier output (including an X11 window), auto-refreshing, and easier machine selection (eg. you could select rooms by name with regex filtering.)
Good times.
Re: Overengineering a way to know if people are in my university's CS lab
#73Re: Overengineering a way to know if people are in my university's CS lab
#74Re: Overengineering a way to know if people are in my university's CS lab
#75Re: Overengineering a way to know if people are in my university's CS lab
#76Point the camera at the door, use the camera to detect if the door is open.
Mount the camera on the door facing down and watch for a moving floor
Re: Overengineering a way to know if people are in my university's CS lab
#77Another solution in the age of portable electronic devices: detect presence based on active DHCP leases. You can let then people register themselves by MAC on some web portal so they can be visible by name if they're comfortable with that.
Re: Overengineering a way to know if people are in my university's CS lab
#78This would be a nightmare to implement from a legal standpoint in Europe.
Re: Overengineering a way to know if people are in my university's CS lab
#79Re: Overengineering a way to know if people are in my university's CS lab
#80Earlier quoted context omitted.
Mount the camera on the door facing down and watch for a moving floor
That's a clever solution that would use less processing power. A camera pointed at the door provides the benefit of being useful for other purposes e.g. person detection / recognition and standard security camera purposes.