summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bryan@octopart.com>2012-03-14 14:32:05 -0400
committerbnewbold <bryan@octopart.com>2012-03-14 14:33:15 -0400
commit7b34ca8ab68be9c463d3db6599749d96a5f72b53 (patch)
tree29e51a816743849c6ac5e78c970b7e2affeb1321
parentaf79e2b7c2cc134d5f924003cd923fb671917787 (diff)
downloadknowledge-7b34ca8ab68be9c463d3db6599749d96a5f72b53.tar.gz
knowledge-7b34ca8ab68be9c463d3db6599749d96a5f72b53.zip
updates
-rw-r--r--coop.page9
-rw-r--r--electronics/misc.page14
-rw-r--r--nyc.page15
-rw-r--r--software/misc.page17
4 files changed, 54 insertions, 1 deletions
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:
+<http://www.eevblog.com/2012/02/25/eevblog-247-anti-static-bag-myth-revisted/>
+
+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)
* <http://www.quadcinema.com/now-playing/>
* <http://www.filmlinc.com>
+* [NiteHawk](http://www.nitehawkcinema.com/screenings.php)
In the summer, see:
@@ -30,10 +31,19 @@ In the summer, see:
* <http://www.bryantpark.org/plan-your-visit/filmfestival.html>
-## Other lists
+## Other lists/blogs
<http://monkey.org/masterplan/newyork/>
+<http://nonsensenyc.com> (mailing list)
+
+
+### Music
+
+<http://www.ohmyrockness.com/index.cfm>
+
+[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/