30
votes
52answers
2k views
How can I explain to a non-technical person what I do for a living?
How do you relate to non-technical people (read: your significant other/mom/dad/family/etc.) about your job with programming? When asked about how my day was at work, I find it ra …
1
vote
3answers
182 views
(How) Can I determine the socket family from the socket file descriptor
I am writing an API which includes IPC functions which send data to another process which may be local or on another host. I'd really like the send function to be as simple as:
i …
