summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--half-baked.page22
-rw-r--r--nyc.page2
-rw-r--r--software/c.page12
3 files changed, 36 insertions, 0 deletions
diff --git a/half-baked.page b/half-baked.page
index fe74fa9..2b7e7aa 100644
--- a/half-baked.page
+++ b/half-baked.page
@@ -40,3 +40,25 @@ An omni-drive robot encased in a mouse, controlled by a touchstick or touchpad.
Should translate very quickly, so the user feels like they are "mousing" and
selecting over the floor.
+"Nest for Lighting"
+---------------------
+Auto-dimming lights to react to ambient light levels. Could also do the
+opposite and stochastically vary the light level to give cloud-like effect in
+window-less rooms.
+
+Sciduino
+----------
+Open Hardware LabJack competitor. Compatible with wiring, Lua scripting, full
+free GCC toolchain. Support/drivers for Octave, Matlab, Mathematica, UNIX /dev
+points, EPICS, ROOT, ROS, RTEMS. "Industrial Quality" for $80-100, "Commercial
+Quality" $50. Characterized and well-documented analog interfaces.
+
+General Purpose Laptop CardBus FPGA Interface
+-----------------------------------------------
+Computational acceleration (compression, codecs, crypto, real-time
+modeling/simulation), external digital interfacing (logic analyzer, USB
+debugging, HDMI, networking, etc), host debugging (watchdog, timing, console
+interface, bus sniffing, peripheral emulation, kernel unit tests). High-density
+pins to many different cable types (extra $$$) with logic-level shifters:
+"universal digital I/O". $100.
+
diff --git a/nyc.page b/nyc.page
index a3515f3..7041359 100644
--- a/nyc.page
+++ b/nyc.page
@@ -44,6 +44,8 @@ In the summer, see:
[brooklyn vegan](http://www.brooklynvegan.com/)
+[the stone](http://thestonenyc.com/calendar.php)
+
## Misc
Dual Specialty: Mostly Indian, some Middle Eastern spices and ingredients, at
diff --git a/software/c.page b/software/c.page
index ec02db6..61e0391 100644
--- a/software/c.page
+++ b/software/c.page
@@ -42,3 +42,15 @@ expected::
Any 'inline' should probably be 'static' (local linkage).
+Other References
+------------------
+
+"Spiral Rule" trick for understanding type/pointer definitions:
+http://c-faq.com/decl/spiral.anderson.html
+
+Notable C Libraries
+---------------------
+
+[yajl](https://github.com/lloyd/yajl) ("Yet Another JSON Library"): portable,
+incremental, simple, error messages.
+