mikeal / nodeconf2014

NodeConf 2014 Organizing and Planning.
7 stars 1 forks source link

camp bulletin board #18

Open ghost opened 10 years ago

ghost commented 10 years ago

We should go back to basics and run a bbs on the local network. It could work as a webapp and over telnet/netcat/curl. The bulletin board could serve several combined purposes:

I have some additional surprise features in mind that I am still percolating over. They involve module authorship and coordination.

Can we get a list of github usernames as part of the registration process? I can scrape the data from https://github.com/$USER.keys to fetch everybody's public keys and we can use that for bbs authentication. Or we can ask for public keys explicitly.

More infrastructure that will make this work even better: dedicated screens that will show the bbs dashboard view.

I see this bbs as augmenting and facilitating in-person interaction, not supplanting it. When everybody is wearing lanyrds and you recognize somebody's name from something memorable on the camp activity feed you are more likely to go over and strike up a conversation and start planning the next revolution.

rvagg commented 10 years ago

yes! this!

mikeal commented 10 years ago

this would be an awesome project, I'd like to see one running at every conference :)

might want to use some simple p2p protocol for connecting the workshopper client so that it just works when this is on the local network but the workshoppers still work fine at home.

we'll also need to factor in these requirements in the local session network setup.