From 7b34ca8ab68be9c463d3db6599749d96a5f72b53 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 14 Mar 2012 14:32:05 -0400 Subject: updates --- coop.page | 9 +++++++++ electronics/misc.page | 14 ++++++++++++++ nyc.page | 15 ++++++++++++++- software/misc.page | 17 +++++++++++++++++ 4 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 electronics/misc.page diff --git a/coop.page b/coop.page index f769b6d..92e806f 100644 --- a/coop.page +++ b/coop.page @@ -5,3 +5,12 @@ A coop should not restrict the rights of it's employees any more than a regular on employee's activities and behavior outside of work, no muzzling effect on blogging, etc. +Tech Coops +------------- + +http://www.gaiahost.coop/ + +http://www.isthmuseng.com/ + +http://electricembers.net/aboutus.php + diff --git a/electronics/misc.page b/electronics/misc.page new file mode 100644 index 0000000..a774608 --- /dev/null +++ b/electronics/misc.page @@ -0,0 +1,14 @@ + +Anti-Static +-------------- + +Great video about static disipative and static shielding bagies from EEVblog: + + +Summary: "pink" bags and tubes just prevent static buildup (regular bubble or +plastic wrap can generate hundreds or thousands of volts pretty easily just by +rubbing; non-conductive foam is pretty nasty too). Silver/metalic baggies +actually prevent external discharges or shocks from harming ICs inside. If you +use a shielding bag, you still need to make sure all the materials inside will +not build up a charge. + diff --git a/nyc.page b/nyc.page index 51ec0ba..a3515f3 100644 --- a/nyc.page +++ b/nyc.page @@ -21,6 +21,7 @@ Other movies listings: * [BAM cinema](http://www.bam.org/view.aspx?pid=6) * * +* [NiteHawk](http://www.nitehawkcinema.com/screenings.php) In the summer, see: @@ -30,10 +31,19 @@ In the summer, see: * -## Other lists +## Other lists/blogs + (mailing list) + + +### Music + + + +[brooklyn vegan](http://www.brooklynvegan.com/) + ## Misc Dual Specialty: Mostly Indian, some Middle Eastern spices and ingredients, at @@ -43,3 +53,6 @@ I like the Hungarian Pastry Shop up near Columbia University, very cozy. Think Coffee is reasonable near Washington Park. Kaffee 1668 (just north of WTC site) has the best brewed coffee I know of in Manhattan, and good wifi. +[School of Math](http://thewe.net/math/) + +[Proteus Gowanus](http://proteusgowanus.org/) diff --git a/software/misc.page b/software/misc.page index b730b0b..e7ad84f 100644 --- a/software/misc.page +++ b/software/misc.page @@ -41,3 +41,20 @@ Mutually recursive function using 'and' syntax: and bar 0 = "bacon" | bar n = foo(n-1); +Network programming in SML/NJ: https://github.com/tonyg/smlnj-networking/ + + +plan9 and Inferno +-------------------- + +"Styx-on-a-Brick": networked LEGO device +http://doc.cat-v.org/inferno/4th_edition/styx-on-a-brick/ + +plan9 on a GuruPlug +http://plan9.bell-labs.com/wiki/plan9/guruplug/index.html + +NoSQL +------ + +NoSQL Data Modeling Techniques +http://highlyscalable.wordpress.com/2012/03/01/nosql-data-modeling-techniques/ -- cgit v1.2.3