<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://old.hacdc.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DLotts</id>
	<title>HacDC Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://old.hacdc.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DLotts"/>
	<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php/Special:Contributions/DLotts"/>
	<updated>2026-05-07T12:08:56Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://old.hacdc.org/index.php?title=FPGAWorkshopDLotts&amp;diff=3043</id>
		<title>FPGAWorkshopDLotts</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=FPGAWorkshopDLotts&amp;diff=3043"/>
		<updated>2010-02-28T06:39:09Z</updated>

		<summary type="html">&lt;p&gt;DLotts: The sloppy redundant full feedback approach to physical computing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Currently I only have some meta ideas:&lt;br /&gt;
&lt;br /&gt;
I&#039;d like to do something that:&lt;br /&gt;
 &lt;br /&gt;
- can&#039;t be done using microcontrollers.&lt;br /&gt;
&lt;br /&gt;
- that I can complete&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
I thought I&#039;d share another meta-idea that might lend itself FPGA programming.  I have to come up with a practical application, to test out these ideas, but I need help working out an issue, described at the bottom of this.&lt;br /&gt;
&lt;br /&gt;
This idea follows  what I call the &amp;quot;sailing philosophy&amp;quot;, that is: meet requirements using the wind that you get, even if you have to zigzag, and NOT getting all silly about controlling the wind and rest of the environment.&lt;br /&gt;
&lt;br /&gt;
This may also be an example of the [http://en.wikipedia.org/wiki/Worse_is_better &amp;quot;Worse is better&amp;quot;] philosophy.&lt;br /&gt;
&lt;br /&gt;
== The sloppy redundant full feedback approach to physical computing ==&lt;br /&gt;
-or-&lt;br /&gt;
== The Cloud Computing approach to Managing Sensors ==&lt;br /&gt;
&lt;br /&gt;
Abstract: Physical computing, robotics, and mechatronics suffer from a mapping problem, a mechanical complexity problem, and a configuration management problem.  These problems can be solved by creating and using clumps of cheap sensors, attached using modern adhesive materials and connecting their output wires randomly to the input of the computer controller.  Then, requiring the designer to set a sensor clump for every movement, the controller can manage it&#039;s own configuration automatically.  &lt;br /&gt;
&lt;br /&gt;
Sensor mounting: Wrap-on, spray on, glue on.  Must work without perfect positioning and without careful mounting of screws and mounting plates -- none of that.  It should be like putting on a band aid, a bandanna, or peeling a Bannana. :^)  It should be a blob of clay with wires that you push into the correct spot for sensing.  (Epoxy putty and two part silicone come to mind.)  Or perhaps like a strip of adhesive tape or Velcro(TM) that you wrap around or along a moving joint.&lt;br /&gt;
&lt;br /&gt;
Sensor clumps:  Sensors must be a bunch of more or less redundant wired outputs that sense different portions of where they are mounted.  For example, an array of light sensors, each positioned and pointed randomly and distributed.  For another example, conductors thinly separated, changing resistance, distributed around something that moves, or capacitive around gaps, or hall affect around moving metal.  Each sensor is actually a bundle of cheap sensors, maybe thirty or a hundred tiny points of electronics that change electrical output in response to a change in the environment.&lt;br /&gt;
&lt;br /&gt;
Connecting the sensors:  Should be a bundle of wires, perhaps a ribbon cable, that makes it&#039;s way to each sensor.  The mapping of the wires to the input on the controller MUST be inconsequential.  Figuring out which wire goes to which sensor is a responsibility of the system, NOT human that connects them.  The wires get bundled together randomly and connected regardless of what they sense, or even if they are not connected.&lt;br /&gt;
&lt;br /&gt;
Actuators: Motors, piston cylinders, lights, heaters, anything that moves, emits radiation, or otherwise changes a physical state MUST have a sensor clump mounted on or with it. This is practical because sensors are easy to apply and cheap -- see sensor clumps, and  sensor mounts.&lt;br /&gt;
&lt;br /&gt;
Controller initialization:  When the controller is powered on it must go through a series of movements whereby it changes an actuator and records which sensors are relevant to each movement and what scale .  This way it can set up feedback loops from the control output to the sensor feedback.  This is similar to what I imagine infants do, as they move randomly and map the sensations produced.  It can store this mapping of actuator to sensor in non-volitale memory for next power up, perhaps use it as a hint, so that the initialization can be much faster and requires only a small movement.&lt;br /&gt;
&lt;br /&gt;
Limit sensing 1: Limit sensing must be done carefully since driving a motor past it&#039;s range of motion can damage the structure or the actuator.  One idea perhaps to designated some sensors that report a bad state and other sensors that can predict the bad state.  For example, a position sensor and a limit switch to indicate a bad state, or a temperature sensor that can be calibrated to predict an over-heating sensor.  The bad state sensor must be manually calibrated, or positioned at the limit manually.  I don&#039;t know how the controller would determine which is the bad state sensor. Perhaps it could be first initialized with all bad state sensors in their good state, then record that for the life of the device. &lt;br /&gt;
&lt;br /&gt;
Limit sensing 2: Another idea for limit sensing is the designer could associate particular actuators as having limits, so that during initiation it will search for it&#039;s limits by oscillating in small increments, progressing slowly in one direction, until it senses feedback with the same frequency as it&#039;s oscillation, and then do the same in the other direction.&lt;br /&gt;
&lt;br /&gt;
The blocking challenge: Another issue with this approach that I have to solve before I start is that of analog to digital.  A wide variety of analog inputs with unpredictable ranges need to be connected to a large number of digital inputs.  I&#039;m hoping some simple thresholding with comparators or similar can allow easily connecting to digital inputs.  I guess an analog multiplexer connected to an ADC might do the trick.  Then I just need 8 or 16 bits to connect the signal input to the controller, and address bits that select a sensor&#039;s wire, maybe another few IO pins to control a gain amplifier for sensors with weak signals.&lt;br /&gt;
&lt;br /&gt;
I had hoped that FPGA&#039;s had more analog features at their inputs, but they seem black and white.  This is the part that I haven&#039;t yet figured out.  Please help!&lt;br /&gt;
--[[User:DLotts|DLotts]] 06:39, 28 February 2010 (UTC)&lt;/div&gt;</summary>
		<author><name>DLotts</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=FPGAWorkshopDLotts&amp;diff=2641</id>
		<title>FPGAWorkshopDLotts</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=FPGAWorkshopDLotts&amp;diff=2641"/>
		<updated>2009-12-17T02:59:41Z</updated>

		<summary type="html">&lt;p&gt;DLotts: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Currently I only have a meta idea:&lt;br /&gt;
&lt;br /&gt;
I&#039;d like to do something that &lt;br /&gt;
- can&#039;t be done using microcontrollers.&lt;br /&gt;
- that I can complete&lt;/div&gt;</summary>
		<author><name>DLotts</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=FPGAWorkshopDLotts&amp;diff=2640</id>
		<title>FPGAWorkshopDLotts</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=FPGAWorkshopDLotts&amp;diff=2640"/>
		<updated>2009-12-17T02:36:46Z</updated>

		<summary type="html">&lt;p&gt;DLotts: Created page with &amp;#039;Currently I only have a meta idea:  I&amp;#039;d like to do something that can&amp;#039;t be done using microcontrollers.&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Currently I only have a meta idea:&lt;br /&gt;
&lt;br /&gt;
I&#039;d like to do something that can&#039;t be done using microcontrollers.&lt;/div&gt;</summary>
		<author><name>DLotts</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=FPGA_Workshop&amp;diff=2639</id>
		<title>FPGA Workshop</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=FPGA_Workshop&amp;diff=2639"/>
		<updated>2009-12-17T02:30:00Z</updated>

		<summary type="html">&lt;p&gt;DLotts: Added my project to FPGA Workshop Projects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Main Topics ==&lt;br /&gt;
1) Introduction to digital logic &amp;amp; design&amp;lt;br&amp;gt;&lt;br /&gt;
2) Verilog HDL modeling &amp;amp; testing&amp;lt;br&amp;gt;&lt;br /&gt;
3) FPGA&#039;s &amp;amp; using them.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
We will be taking an approach of reviewing &amp;amp; learning digital design, implementing designs and methods of formally simulating and verifying designs before moving into [http://en.wikipedia.org/wiki/Field-programmable_gate_array FPGA] oriented work.  This workshop will be more engineering oriented than hobbyist/tinkerer oriented.&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
We&#039;ll be covering some FPGA specific topics and projects using real hardware.  The first half of the workshop will cover logic design, implementation and testing.  This will allow people to put off ordering any hardware until they know that they actually want to pursue FPGA development, since the dev board I&#039;ve chosen for this is not cheap but I feel is robust enough to be a good starting board for this group.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The hardware we&#039;ll be using is the Xilinx Spartan 3AN development kit. This kit is available from a few vendors for 199USD + shipping.  This will be discussed more later on.  The kit includes programming cable, and evaluation copies of some of the Xilinx tools.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Tools ==&lt;br /&gt;
&lt;br /&gt;
=== Verilog Simulation and Waveform Viewing ===&lt;br /&gt;
Icarus verilog &amp;amp; gtkwave; for doing Verilog compilation, simulation and waveform viewing. A makefile has been made to simplify the flow for any exercises and projects we use these tools with.  That makefile can be found [[iverilogmakefile|&#039;&#039;&#039;here&#039;&#039;&#039;]].  Instructions for installing these programs on Mac osX and Ubuntu can be found here: [[FOSS_Verilog_tool_installation | &#039;&#039;&#039;FOSS Verilog tool installation&#039;&#039;&#039;]] &amp;lt;br&amp;gt;&lt;br /&gt;
=== FPGA Toolchain ===&lt;br /&gt;
After we finish up with covering Verilog modeling, we&#039;ll move to the Xilinx ISE Webpack tools and actual work with FPGAs.  This software is available from Xilinx for free, and is available for Windows and Linux platforms.  This will be used for Verilog compilation, simulation, synthesis of designs, design mapping, place and routing of designs, bitstream generation and board programming.  Instructions for installing the Xilinx tools on the VM can be found here:[[Xilinx_ISE_Installation_Instructions | &#039;&#039;&#039;Xilinx ISE Installation Instructions&#039;&#039;&#039;]]&amp;lt;br&amp;gt;&lt;br /&gt;
=== Virtual Machine ===&lt;br /&gt;
An OpenSuse Virtual Machine (VMWare based) will be available for people to use in this course, if they wish. This will&lt;br /&gt;
have the icarus verilog tools and GTKwave loaded on it, along with Firefox, gcc and make. The suseStudio team has encouraged the use of their VMs in such a manner (teaching workshops).  This is being built in susestudio, and will be available as a live install as well.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
When we move over to the Xilinx tools, people will have to download and install the Xilinx tools by themselves, since that material is copyrighted.  Instructions will be given for doing that.&lt;br /&gt;
&lt;br /&gt;
The VMware VM image is ready (ver 0.5.2) for people to grab if they wish.  [http://susestudio.com/download/d931a0f28972e3505eacf8d0bad28fc0/Digital_Design__FPGA_Workshop_VM_v4.i686-0.5.2.vmx.tar.gz &#039;&#039;&#039;Get it here.&#039;&#039;&#039;]  &lt;br /&gt;
&lt;br /&gt;
The image also works with VirtualBox.  Create a new machine, and when it asks you for a hard drive, select use an existing drive.  This takes you to the hard-drives list dialog box.  From there, file..create a new drive, link it to the .vmdk file, select it, and you&#039;re all set.  For the rest, all defaults are ok.  (Bother Elliot for hints with VBox.)&lt;br /&gt;
&lt;br /&gt;
There are a few items of note regarding the VM&amp;lt;br&amp;gt;&lt;br /&gt;
* Download is approximately 350MB, the tarball is about 1.5GB in size, and the virtual disk will expand up to 20gigs dynamically.&lt;br /&gt;
* The download link is a virgin, freshly built VM, so you&#039;ll be the first user booting it up since build.&lt;br /&gt;
* There are two users, root and workshop.  Both have the password &#039;linux&#039;&lt;br /&gt;
* For the user workshop, ~/scripts/ is included in their $PATH&lt;br /&gt;
* Also, user workshop has a few small files in ~/resources/ including a simple upcounter design example.&lt;br /&gt;
* May need to run the network configuration tools to ensure you get functional networking.  I&#039;ve experienced issues with the VM in suspend mode, switching networks on the host machine, and completely loosing network on the VM until rerunning the network config tools.  They can be found poking around in the system settings for yast.&lt;br /&gt;
* Currently, the Xilinx Cable Drivers aren&#039;t building on the VM (but all the other Xilinx tools work).  If someone is a linux guru and wants to try to make it work, contact me at [mailto:teachmeFPGA@gmail.com teachmeFPGA@gmail.com].  My next attempt is to turn the vm into a live-install and try building the cable drivers on real hardware instead of a VM.&lt;br /&gt;
* After loading the Xilinx settings (which will be covered in more detail when those tools are introduced), the current shell can no longer run icarus verilog flows.  Start a new shell in order to run icarus verilog. &lt;br /&gt;
* Its a fairly minimalist system, with the FOSS tools listed above load, along with firefox, gcc and nano.  Use yast or yast2 in order to install any additional packages. example yast2 --install &#039;&#039;packname&#039;&#039;&lt;br /&gt;
* If the download link stops working, the build has likely expired on the SuseStudio server.  Please email [mailto:teachmeFPGA@gmail.com teachmeFPGA@gmail.com] if the download link no longer works.&lt;br /&gt;
* Mad props to the susestudio team for making this possible&lt;br /&gt;
&lt;br /&gt;
== Lecture ==&lt;br /&gt;
Lecture/Discussions will mainly be based on content from a pair of courses in MIT&#039;s Opencourseware initiative. This content is licensed on the Creative Commons Attribution NonCommercial Share-alike 3.0 license; as a result, the electronic content generated by the workshop will also need to be made available under the same license. This will allow people to freely access just the discussion slides without watching through videos.&amp;lt;br&amp;gt; &amp;lt;br&amp;gt; A video archive will be made available for those unable to attend.&lt;br /&gt;
&lt;br /&gt;
=== List of Lectures ===&lt;br /&gt;
&#039;&#039;This is currently an incomplete list, additional topics will be added as I solidify them - wgibb&#039;&#039;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|Week&lt;br /&gt;
|Date&lt;br /&gt;
|Topics Covered&lt;br /&gt;
|Exercise&lt;br /&gt;
|Solutions/Approach&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|October 7th, 2009&lt;br /&gt;
|[http://wiki.hacdc.org/index.php/File:Lect1_draft2.pdf Workshop Introduction &amp;amp; Introduction to digital systems and design]&lt;br /&gt;
|Make sure people can run the Virtual Machine or FOSS tools&lt;br /&gt;
|Lorem Ipsum&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|October 14th, 2009&lt;br /&gt;
|[http://wiki.hacdc.org/index.php/File:Lect2_draf3.pdf Boolean Logic, combinatorial circuits and timing]&lt;br /&gt;
|Make sure people can run the Virtual Machine or FOSS tools &amp;lt;br&amp;gt; |[http://wiki.hacdc.org/index.php/File:Lect2_exercise.pdf Boolean &amp;amp; Combinatorial Exercises]&lt;br /&gt;
|[http://wiki.hacdc.org/index.php/File:Lect2_sol.pdf Exercise Solutions]&lt;br /&gt;
[[Discussion 2 Exercises Solution notes]]&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|October 21st, 2009&lt;br /&gt;
|[http://wiki.hacdc.org/index.php/File:Lect3.pdf Introduction to Verilog Coding, focusing on combinatorial circuits]&lt;br /&gt;
|[[FPGAExercise3| Verilog Coding  Modular Full Adder Design and Simulation and ALU extension project]]&lt;br /&gt;
|Solutions&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|October 28th, 2009&lt;br /&gt;
|Make up day&lt;br /&gt;
|&lt;br /&gt;
|Solutions&lt;br /&gt;
|-&lt;br /&gt;
|4 1/2&lt;br /&gt;
|November 4th, 2009&lt;br /&gt;
|[http://wiki.hacdc.org/index.php/File:Intro_to_Sequential_Logic.pdf Introduction to Sequential Logic and Flip Flops]&lt;br /&gt;
|[http://projects.hacdc.org/tapemachine/SequentialCircuits.mp3 Audio]&lt;br /&gt;
| Placeholder&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|November 11th, 2009&lt;br /&gt;
|No class meeting with Will&lt;br /&gt;
|[[FPGAExercise5|Different adder construction, shift register and LFSR construction]]&lt;br /&gt;
|[[FPGAExercise5code|4 bit counter code from group hacking session]]&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|November 18th, 2009&lt;br /&gt;
|[http://wiki.hacdc.org/index.php/File:FPGAWeek6.pdf DFFs round 2, Testbenches]&lt;br /&gt;
[[FPGAWeek6Followup|Notes on the use of Define statements, tasks and events]]&lt;br /&gt;
|Shift Register &amp;amp; LFSR examples from week 5&lt;br /&gt;
|[[FPGAExercise6code|Shift Register, SR Testbench, LFSR, LFSR Testbench]]&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|November 25th, 2009&lt;br /&gt;
|[[Xilinx_ISE_Installation_Instructions|Xilinx tool install party]]&lt;br /&gt;
|[[FPGA_Workshop#Xilinx_Links| Xilinx ISE In-Depth Tutorial]]&lt;br /&gt;
|See Tutorial&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|December 2nd, 2009&lt;br /&gt;
|&lt;br /&gt;
[http://wiki.hacdc.org/index.php/File:Week8_fsm_notes.pdf Finite State Machines]&amp;lt;br&amp;gt;&lt;br /&gt;
[http://wiki.hacdc.org/index.php/File:Week8_clocking_notes.pdf Clocking Notes]&lt;br /&gt;
|Vending Machine Simulation from notes&lt;br /&gt;
|[[FPGAExercise8code|FSM level-to-pulse converter, testbench]]&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|December 9th, 2009&lt;br /&gt;
|We talked about stuff&lt;br /&gt;
|[http://wiki.hacdc.org/index.php?title=FPGA_Workshop#FPGA_Workshop_Projects People start posting project ideas]&lt;br /&gt;
|[http://www.google.com/search?q=fpga+project+ideas Solutions]&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|December 16th, 2009&lt;br /&gt;
|[http://wiki.hacdc.org/index.php/File:Week10_programmable_fabric.pdf Introduction to FPGAs - History, Capabilities and Features]&lt;br /&gt;
|Exploring designs and FPGA tools&lt;br /&gt;
|Solutions&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|December 16th, 2009&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Videos of Discussions ===&lt;br /&gt;
The videos are  mpeg4 video with aac audio &amp;lt;br&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
| Week&lt;br /&gt;
| Video Links&lt;br /&gt;
| Notes&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|&lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week01/MOV011.TOD.ff.mp4 Part 1] &lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week01/MOV012.TOD.ff.mp4 Part 2] &lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week01/MOV013.TOD.ff.mp4 Part 3] &lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week01/MOV014.TOD.ff.mp4 Part 4] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week01/MOV015.TOD.ff.mp4 Part 5] &lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week01/MOV016.TOD.ff.mp4 Part 6] &lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week01/MOV017.TOD.ff.mp4 Part 7] &lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week01/MOV018.TOD.ff.mp4 Part 8] &lt;br /&gt;
|not equal length&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week02/MOV005.TOD.ff.mp4 Part 1] &lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week02/MOV006.TOD.ff.mp4 Part 2] &lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week02/MOV007.TOD.ff.mp4 Part  3] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week02/MOV008.TOD.ff.mp4 Part 4]  &lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week02/MOV009.TOD.ff.mp4 Part 5] &lt;br /&gt;
| Video cuts out at  a discussion about Rise and Fall times&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week03/10.avi Part 1] &lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week03/11.avi Part 2] &lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week03/12.avi Part  3] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week03/13.avi Part 4]  &lt;br /&gt;
[http://wiki.hacdc.org/videos/hacdc-fpga/week03/14.avi Part 5] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Workshop requirements ==&lt;br /&gt;
&lt;br /&gt;
This workshop will be free of charge to attend, but there are additional needs in order to fully benefit from attending the workshop.&lt;br /&gt;
* Open mind to learning&lt;br /&gt;
* Willingness to read documentation, as the capacity for independent research is important for doing hardware design.&lt;br /&gt;
* Willingness to commit time over this fall&lt;br /&gt;
* Either ability to run a VMWare virtual machine, the ability to convert the VM for virtualBox, or ability to install the icarus verilog/gtkwave tools on your own.  This will likely necessitate a laptop of some sort.&lt;br /&gt;
* Xilinx.com account, for licensing Xilinx tools and IP.&lt;br /&gt;
* Hardware will NOT be required at the beginning of the course but will be needed later on to run exercises and to do any interesting projects&lt;br /&gt;
&lt;br /&gt;
== Workshop Frequently Asked Questions ==&lt;br /&gt;
&lt;br /&gt;
# What operating systems will the FPGA toolchain be available on?&lt;br /&gt;
##The Xilinx ISE Webpack is supported on Windows XP Pro, Windows Vista Business, Redhat Linux and Suse Linux Enterprise.  For a detailed list of official OS support, check out the [http://www.xilinx.com/ise/ossupport/index.htm Operating system support page on Xilinx.com].  The tools will run on openSuse as well. Feel free to try other linux distros and post your results.&lt;br /&gt;
# What is the cost of the FPGA development board we&#039;ll be using?&lt;br /&gt;
##The retail cost of the development board is typically around 199-220 USD, plus shipping, from a few different vendors.  Links for that are [[FPGA_Workshop#Spartan_3AN_Starter_Kit|here]].&lt;br /&gt;
# Will there be homework?&lt;br /&gt;
##Since this isn&#039;t an academic course, there will not be graded homework in the traditional sense.  I&#039;ll be choosing a few additional exercises that people can do outside of the workshop each week, if they wish, that will further help hone their skills.&lt;br /&gt;
# Will there be extensive C/C++ coding?&lt;br /&gt;
##C experience is not a prerequisite for this workshop. There will not be any C/C++ coding involved in the workshop directly.  There is one project that I&#039;ve got in mind that may be of interest to people that are proficient in C/C++ and pick up hardware design rather well.&lt;br /&gt;
&lt;br /&gt;
== Workshop Mailing List ==&lt;br /&gt;
&lt;br /&gt;
A HacDC Mailman mailling list has been setup for this workshop.  That list is fpga@hacdc.org.  You can subscribe to that list by sending an email to fpga-request@hacdc.org with the subject line &amp;quot;subscribe&amp;quot; or click the mailto link [mailto:fpga-request@hacdc.org?Subject=subscribe fpga-request@hacdc.org?Subject=subscribe] and let your email application handle it...&lt;br /&gt;
&lt;br /&gt;
== Workshop Instructor ==&lt;br /&gt;
&lt;br /&gt;
William Gibb, mad scientist.  For contacting him regarding the workshop, please email [mailto:teachmeFPGA@gmail.com teachmeFPGA@gmail.com].&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Grateful Dead Trees Reference ===&lt;br /&gt;
Fundamentals of Digital Logic with Verilog Design by Brown and Vranesic &amp;lt;br&amp;gt;&lt;br /&gt;
Verilog Quickstart: A Practical Guide to Simulation and Synthesis in Verilog by Lee &amp;lt;br&amp;gt;&lt;br /&gt;
FPGA Prototyping using Verilog Examples by Chu. &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
These texts will not be required for the course, but are very good launching points for the topics that we are covering.&lt;br /&gt;
&lt;br /&gt;
=== Online References ===&lt;br /&gt;
&lt;br /&gt;
==== General Resources ====&lt;br /&gt;
[http://www.opencircuitdesign.com/ Open Circuit Design] Open Source design tools &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.doulos.com/knowhow/ Doulos Digital Design Resources] Good learning and design references &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.asic-world.com/ &#039;&#039;&#039;ASIC World&#039;&#039;&#039;] Good learning references &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.play-hookey.com/digital/ Play Hookey Digital Design] Good learning references &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.fpga4fun.com/ &#039;&#039;&#039;FPGA4Fun&#039;&#039;] Lots of available IP &amp;lt;br&amp;gt;&lt;br /&gt;
[http://academic.csuohio.edu/chu_p/rtl/fpga_vlog.html Companion website for Professor Pong Chu&#039;s Verilog Book] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.opencores.org &#039;&#039;&#039;OpenCores&#039;&#039;&#039;] Very good repository for IP.  Also the home to the OpenRISC System on Chip project &amp;lt;br&amp;gt;&lt;br /&gt;
[http://hdlplanet.tripod.com/verilog/verilog-manual.html#RTFToC0 Bucknell Handbook on Verilog HDL] (Martin found this) Old but useful? &amp;lt;br&amp;gt;&lt;br /&gt;
[http://verilog.openhpsdr.org/ KD7IRS&#039;s Verilog - OpenHPSDR - Lectures] Webcast style class, with lab  &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== FPGA Vendors ====&lt;br /&gt;
[http://www.xilinx.com/ Xilinx] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.altera.com/ Altera] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.actel.com/ Actel] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.atmel.com/products/fpga/ Atmel FPGA] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.siliconbluetech.com/ Silicon Blue] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.latticesemi.com/ Lattice Semiconductor] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.achronix.com/ Achronix] &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Course Resources ====&lt;br /&gt;
[http://www.icarus.com/eda/verilog/ Icaurus Verilog] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://gtkwave.sourceforge.net/ GTKWave] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.vmware.com/products/player/ VMware Player - Free download for Windows and Linux] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.susestudio.com SUSE Studio] SLED/OpenSUSE build service.  Make VMs, live installs, all customized &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Xilinx Links ====&lt;br /&gt;
[http://www.xilinx.com/support/techsup/tutorials/ Xilinx Tutorials] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.xilinx.com/support/techsup/tutorials/tutorials10.htm Xilinx ISE 10.1 Tutorial and files] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.xilinx.com/direct/ise10_tutorials/ise10tut.pdf ISE 10.1 In Depth Tutorial Direct link to PDF] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.xilinx.com/support/documentation/index.htm Xilinx Documentation]  This includes device data sheets, user guides, IP documentation and Xilinx software manuals &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.xilinx.com/tools/designtools.htm Xilinx Design Tools] Xilnx Software tools can be found here &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.xilinx.com/products/devkits/HW-SPAR3E-SK-US-G.htm Spatan 3E Starter Kit] Site for the Spartan 3E kit &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.xilinx.com/products/devkits/HW-SPAR3AN-SK-UNI-G.htm Spartan 3AN Starter Kit] Site for the Spartan 3AN kit &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.xilinx.com/support/training/free-courses.htm Free Video Training courses] Name says it all &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Spartan 3AN Starter Kit ====&lt;br /&gt;
[http://www.xilinx.com/products/devkits/HW-SPAR3AN-SK-UNI-G.htm Spartan 3AN Starter Kit] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.em.avnet.com/evk/home/0,1707,RID%253D0%2526CID%253D45129%2526CCD%253DUSA%2526SID%253D32214%2526DID%253DDF2%2526LID%253D32232%2526PRT%253D0%2526PVW%253D%2526BID%253DDF2%2526CTP%253DEVK,00.html AVNet Spartan 3AN Starter Kit sales page] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://www.nuhorizons.com/ NuHorizons - Xilinx Vendor] Do a search for HW-SPAR3AN-SK-UNI-G &amp;lt;br&amp;gt;&lt;br /&gt;
[http://search.digikey.com/scripts/DkSearch/dksus.dll?Cat=2621773&amp;amp;k=spartan%203an Digi-key Spartan 3AN Starter Kit Sales page] &amp;lt;br&amp;gt;&lt;br /&gt;
Probably also at other [[suppliers]].&lt;br /&gt;
&lt;br /&gt;
===== Group Order Participants =====&lt;br /&gt;
NOTE: Xilinx has donated 15 spartan3 boards, which should arrive before 12/7&lt;br /&gt;
&lt;br /&gt;
* Daniel (obscurite on #hacdc on freenode)&lt;br /&gt;
* Alden&lt;br /&gt;
* Dan Barlow&lt;br /&gt;
* Navid&lt;br /&gt;
* Matt Liggett&lt;br /&gt;
* Maitland Bottoms&lt;br /&gt;
* Ben Peizik (benparse@yahoo.com)&lt;br /&gt;
* Martin&lt;br /&gt;
* Rob Seastrom (rs@seastrom.com)&lt;br /&gt;
* Phillip Stewart&lt;br /&gt;
* Tim F (smilemoose@gmail.com)&lt;br /&gt;
* Nick&lt;br /&gt;
* Brian&lt;br /&gt;
&lt;br /&gt;
* Elliot&lt;br /&gt;
* Justin&lt;br /&gt;
&lt;br /&gt;
==== MIT OpenCourseWare links ====&lt;br /&gt;
[http://ocw.mit.edu/OcwWeb/web/terms/terms/index.htm MIT OCW Terms of Use] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-004Computation-StructuresFall2002/CourseHome/index.htm OCW site for 6.004 - Computation Structures] &amp;lt;br&amp;gt;&lt;br /&gt;
[http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-111Spring-2006/CourseHome/index.htm OCW site for 6.111 Introductory Digital Systems, 2006] &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== FPGA Workshop Projects ==&lt;br /&gt;
List of FPGA projects people are working on at HacDC&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|Person&lt;br /&gt;
|Project&lt;br /&gt;
|-&lt;br /&gt;
|William Gibb&lt;br /&gt;
|[http://opencores.org/project,spi_core_dsp_s3ean_kits AD/DA controller for Spartan 3E/3A/3AN Development Kits]&lt;br /&gt;
|-&lt;br /&gt;
|Daniel (obscurite on #hacdc on freenode)&lt;br /&gt;
| [[FPGAWorkshopDaniel |Daniel&#039;s Project (Game of Life w/ Martin &amp;amp; Breakout VGA/LED?)]]&lt;br /&gt;
|-&lt;br /&gt;
|Alden&lt;br /&gt;
| [[FPGAWorkshopAlden | Alden&#039;s Project]]&lt;br /&gt;
|-&lt;br /&gt;
|Dan Barlow&lt;br /&gt;
| [[FPGAWorkshopBarlow | Barlows&#039;s Project]]&lt;br /&gt;
|-&lt;br /&gt;
|Navid&lt;br /&gt;
| [[FPGAWorkshopNavid | Navid&#039;s Project]]&lt;br /&gt;
|-&lt;br /&gt;
|Matt Liggett&lt;br /&gt;
| [[FPGAWorkshopMatt | Matt&#039;s Project]]&lt;br /&gt;
|-&lt;br /&gt;
|Maitland Bottoms&lt;br /&gt;
| [[FPGAWorkshopMaitlan | Maitland&#039;s Project]]&lt;br /&gt;
|-&lt;br /&gt;
|Ben Peizik (benparse@yahoo.com)&lt;br /&gt;
| [[FPGAWorkshopBen | Ben&#039;s Project]]&lt;br /&gt;
|-&lt;br /&gt;
|Martin&lt;br /&gt;
| [[FPGAWorkshopMartin | Martin&#039;s Project]]&lt;br /&gt;
|-&lt;br /&gt;
|Rob Seastrom (rs@seastrom.com)&lt;br /&gt;
| [[FPGAWorkshopJustin | Justin&#039;s Project]]&lt;br /&gt;
|-&lt;br /&gt;
|Phillip Stewart&lt;br /&gt;
| [[FPGAWorkshopPhillip | Phillip&#039;s Project]]&lt;br /&gt;
|-&lt;br /&gt;
|Tim F (smilemoose@gmail.com)&lt;br /&gt;
|[[FPGAWorkshopJustin | Tims Project]]&lt;br /&gt;
|-&lt;br /&gt;
|Nick&lt;br /&gt;
|[[FPGAWorkshopNick | Nick&#039;s Project]]&lt;br /&gt;
|-&lt;br /&gt;
|Brian&lt;br /&gt;
|[[FPGAWorkshopBrian | PROM Burner/Reader]]&lt;br /&gt;
|-&lt;br /&gt;
|Elliot&lt;br /&gt;
|[[FPGAWorkshopElliot | Elliots&#039;s Project]]&lt;br /&gt;
|-&lt;br /&gt;
|Justin&lt;br /&gt;
|[[FPGAWorkshopJustin | Justin&#039;s Project]]&lt;br /&gt;
|-&lt;br /&gt;
|Arc&lt;br /&gt;
|[[FPGAWorkshopArc | Arcs SMT oven ]]&lt;br /&gt;
|-&lt;br /&gt;
|Davel (DLotts)&lt;br /&gt;
|[[FPGAWorkshopDLotts | Davel&#039;s Project]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Classes]]&lt;br /&gt;
[[Category:FPGAWorkshop]]&lt;/div&gt;</summary>
		<author><name>DLotts</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Category:What_I_Stole&amp;diff=2406</id>
		<title>Category:What I Stole</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Category:What_I_Stole&amp;diff=2406"/>
		<updated>2009-10-29T08:41:32Z</updated>

		<summary type="html">&lt;p&gt;DLotts: added A230&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h2&amp;gt;Items Borrowed from the HacDC Space&amp;lt;/h2&amp;gt;&lt;br /&gt;
(Linked to from [[Items Borrowed from the HacDC Space]] for indexing purposes.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;August 7, 2008&amp;lt;/b&amp;gt; - &amp;lt;b&amp;gt;[[User:Ben|Ben]]&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
- Beginning Electronics book&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;June 19, 2008&amp;lt;/b&amp;gt; - &amp;lt;b&amp;gt;Tim Ball (timball@tux.org) / Richard Bewley (rbewley@gmail.com)&amp;lt;/b&amp;gt; - &amp;lt;b style=&amp;quot;color: red;&amp;quot;&amp;gt;Not Returned / Outstanding&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
- 1x Lineman&#039;s handset&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;June 30, 2008&amp;lt;/b&amp;gt; - &amp;lt;b&amp;gt;Q (andrew@i11industries.com)&amp;lt;/b&amp;gt; - &amp;lt;br /&amp;gt;&lt;br /&gt;
- 1x Digital Multimeter (Yellow) &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;July 25, 2008&amp;lt;/b&amp;gt; - &amp;lt;b&amp;gt;Q (andrew@i11industries.com)&amp;lt;/b&amp;gt; - &amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt; Nov 13, 2008&amp;lt;/b&amp;gt; Mac G4 usb keyboards (x2) - member28 &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;June 1, 2008&amp;lt;/b&amp;gt; - &amp;lt;b&amp;gt;Tino (oberoc@yahoo.com)&amp;lt;/b&amp;gt; - &amp;lt;br /&amp;gt;&lt;br /&gt;
Small Form Factor PCs book&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;December 22, 2008&amp;lt;/b&amp;gt; - &amp;lt;b&amp;gt;[[User:Myself|Nate]]&amp;lt;/b&amp;gt; - &amp;lt;br /&amp;gt;&lt;br /&gt;
JC Penney component stereo cassette deck&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;January 13, 2009&amp;lt;/b&amp;gt; - &amp;lt;b&amp;gt;Derek Cooper&amp;lt;/b&amp;gt; - &amp;lt;br /&amp;gt;&lt;br /&gt;
- CEN-TECH Digital Multimeter (red) Item#90899 &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;June 2, 2009&amp;lt;/b&amp;gt; - &amp;lt;b&amp;gt;Derek Cooper&amp;lt;/b&amp;gt; - &amp;lt;br /&amp;gt;&lt;br /&gt;
- Infrared night vision goggles &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;June 2, 2009&amp;lt;/b&amp;gt; - &amp;lt;b&amp;gt;David Lotts&amp;lt;/b&amp;gt; - &amp;lt;br /&amp;gt;&lt;br /&gt;
- Infrared night vision goggles (EyeClops) &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;June 2, 2009&amp;lt;/b&amp;gt; - &amp;lt;b&amp;gt;[[User:Drwho|The Doctor]]&amp;lt;/b&amp;gt; - &amp;lt;br /&amp;gt;&lt;br /&gt;
- Infrared night vision goggles &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;cause, you know, all the cool kids were doing it.&amp;lt;br /&amp;gt;&lt;br /&gt;
I discovered that the unit I borrowed is flaky - after a few seconds of wearing it while powered up the display flickers and goes dead.  I think that the cable leading from the power pack to the visor has a bad connection.  When I get time I&#039;ll tear this one down and see if I can repair it.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;[[User:DLotts|DLotts]] 08:41, 29 October 2009 (UTC)&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
- A230 Micro Game Station with labeled problem: &amp;quot;Raster screen&amp;quot; AKA white screen of death with stripes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Items Returned to the HacDC Space&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;June 15, 2008&amp;lt;/b&amp;gt; - &amp;lt;b&amp;gt;Tino (oberoc@yahoo.com)&amp;lt;/b&amp;gt; - &amp;lt;br /&amp;gt;&lt;br /&gt;
Small Form Factor PCs book&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;July 25, 2008&amp;lt;/b&amp;gt; - &amp;lt;b&amp;gt;Q (andrew@i11industries.com)&amp;lt;/b&amp;gt; - &amp;lt;br /&amp;gt;&lt;br /&gt;
- Reflow Station &amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>DLotts</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=RobotFest_2009&amp;diff=1966</id>
		<title>RobotFest 2009</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=RobotFest_2009&amp;diff=1966"/>
		<updated>2009-04-16T20:04:27Z</updated>

		<summary type="html">&lt;p&gt;DLotts: added my plans&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;RobotFest 2009 is April 25, 2009 from 10 AM to 3 PM.&lt;br /&gt;
&lt;br /&gt;
http://www.robotfest.com/&lt;br /&gt;
&lt;br /&gt;
HacDC will have 2 tables where we will show off member projects and sell Arduinos.&lt;br /&gt;
&lt;br /&gt;
So we have an idea of what to plan for, please list any projects you&#039;d like to show off below. If you&#039;re not planning to be at RobotFest yourself, you can put your projects on the RobotFest shelf in the space (Please make sure someone who&#039;s going knows how to setup/use/display your project). We&#039;ll take everything on the shelf with us and return it to HacDC sometime on the evening of April 25.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Name !! Project !! Attending? &lt;br /&gt;
|-&lt;br /&gt;
| Ben || Something BlinkM-ey || yes &lt;br /&gt;
|-&lt;br /&gt;
| David Lotts ||  [http://www.johuco.com/neural/neural.html Muramator] [http://www.johuco.com/muram/muram.html kit] (maybe if it still works) || yes &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Also, we&#039;ll be carpooling from HacDC, leaving at 8:00 AM on Saturday morning. If you&#039;re offering a ride or need a ride, please add your name below:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
! Name !! Offering or Needing a ride? !! How many people?&lt;br /&gt;
|-&lt;br /&gt;
| Ben || Offering || 3 &lt;br /&gt;
|-&lt;br /&gt;
| David Lotts || Offering or Riding || 4 &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>DLotts</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Live_Status&amp;diff=1264</id>
		<title>Live Status</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Live_Status&amp;diff=1264"/>
		<updated>2008-09-22T19:24:19Z</updated>

		<summary type="html">&lt;p&gt;DLotts: It was open since 9/13, 9 days ago! must be wrong.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== HacDC&#039;s Live Status ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
HacDC is currently: &amp;lt;onlyinclude&amp;gt;Closed&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Signed: [[User:DLotts|DLotts]] 19:24, 22 September 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&lt;br /&gt;
Please read the [[Talk:Live_Status|discussion]] page for instructions on how to update this page. Please check the timestamp of any information you see here before using it to make any decisions.&lt;br /&gt;
&lt;br /&gt;
Time calculations: Subtract 4 hours to go from [http://en.wikipedia.org/wiki/Coordinated_Universal_Time UTC] to EDT (or 5 hours for EST).&lt;br /&gt;
&lt;br /&gt;
This page is also available at [http://tinyurl.com/6hdnlk tinyurl.com/6hdnlk]&lt;/div&gt;</summary>
		<author><name>DLotts</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Live_Status&amp;diff=1195</id>
		<title>Live Status</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Live_Status&amp;diff=1195"/>
		<updated>2008-08-21T03:32:41Z</updated>

		<summary type="html">&lt;p&gt;DLotts: closing now&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== HacDC&#039;s Live Status ==&lt;br /&gt;
HacDC is currently: &amp;lt;onlyinclude&amp;gt;Closed.&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Signed: [[User:DLotts|DLotts]] 03:32, 21 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&lt;br /&gt;
Please read the [[Talk:Live_Status|discussion]] page for instructions on how to update this page. Please check the timestamp of any information you see here before using it to make any decisions.&lt;br /&gt;
&lt;br /&gt;
Time calculations: Subtract 4 hours to go from [http://en.wikipedia.org/wiki/Coordinated_Universal_Time UTC] to EDT (or 5 hours for EST).&lt;br /&gt;
&lt;br /&gt;
This page is also available at [http://tinyurl.com/6hdnlk tinyurl.com/6hdnlk]&lt;/div&gt;</summary>
		<author><name>DLotts</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Live_Status&amp;diff=1194</id>
		<title>Live Status</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Live_Status&amp;diff=1194"/>
		<updated>2008-08-21T00:50:14Z</updated>

		<summary type="html">&lt;p&gt;DLotts: open&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== HacDC&#039;s Live Status ==&lt;br /&gt;
HacDC is currently: &amp;lt;onlyinclude&amp;gt;Open!&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contact Phone Number: 703 517 4931 &lt;br /&gt;
&lt;br /&gt;
Notes: David Lotts is here, come on by.  I&#039;ll be here at least until 10pm.&lt;br /&gt;
&lt;br /&gt;
Signed: [[User:DLotts|DLotts]] 00:50, 21 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&lt;br /&gt;
Please read the [[Talk:Live_Status|discussion]] page for instructions on how to update this page. Please check the timestamp of any information you see here before using it to make any decisions.&lt;br /&gt;
&lt;br /&gt;
Time calculations: Subtract 4 hours to go from [http://en.wikipedia.org/wiki/Coordinated_Universal_Time UTC] to EDT (or 5 hours for EST).&lt;br /&gt;
&lt;br /&gt;
This page is also available at [http://tinyurl.com/6hdnlk tinyurl.com/6hdnlk]&lt;/div&gt;</summary>
		<author><name>DLotts</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Live_Status&amp;diff=812</id>
		<title>Live Status</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Live_Status&amp;diff=812"/>
		<updated>2008-07-09T18:45:28Z</updated>

		<summary type="html">&lt;p&gt;DLotts: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== HacDC&#039;s Live Status ==&lt;br /&gt;
HacDC is currently: &amp;lt;onlyinclude&amp;gt;open!&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Status: Nate&#039;s in the space and working on stuff. Call me at 248 three seven nine 3614. [[User:Myself|Myself]] 22:35, 6 July 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
David L intends to show up at around 7pm.  It&#039;s rumored that Rodney will be there too. [[User:DLotts|DLotts]] 18:45, 9 July 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&lt;br /&gt;
Plase read the [[Talk:Live_Status|discussion]] page for instructions on how to update this page. Please check the timestamp of any information you see here before using it to make any decisions.&lt;br /&gt;
&lt;br /&gt;
Time calculations: Subtract 4 hours to go from UTC to EDT.&lt;br /&gt;
&lt;br /&gt;
This page is also available at [http://tinyurl.com/6hdnlk tinyurl.com/6hdnlk]&lt;/div&gt;</summary>
		<author><name>DLotts</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Live_Status&amp;diff=707</id>
		<title>Live Status</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Live_Status&amp;diff=707"/>
		<updated>2008-06-25T22:31:35Z</updated>

		<summary type="html">&lt;p&gt;DLotts: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== HacDC&#039;s Live Status ==&lt;br /&gt;
HacDC is currently: &amp;lt;onlyinclude&amp;gt;About to be opened!&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When: Rodney and David L are leaving now and should be there at 7:15pm today.   Open Lab lives on!  Free coffee tonight!&lt;br /&gt;
    Call: Area code seven oh three 517 dash 4931&lt;br /&gt;
    (Don&#039;t leave a voice mail, I can&#039;t get it.)&lt;br /&gt;
&lt;br /&gt;
Signed: [[User:DLotts|DLotts]] 22:31, 25 June 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&lt;br /&gt;
Please read the [[Talk:Live_Status|discussion]] page for instructions on how to update this page. Please check the timestamp of any information you see here before using it to make any decisions.&lt;br /&gt;
&lt;br /&gt;
Time calculations: Subtract 4 hours to go from UTC to EDT.&lt;br /&gt;
&lt;br /&gt;
This page is also available at [http://tinyurl.com/6hdnlk tinyurl.com/6hdnlk]&lt;/div&gt;</summary>
		<author><name>DLotts</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Live_Status&amp;diff=706</id>
		<title>Live Status</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Live_Status&amp;diff=706"/>
		<updated>2008-06-25T22:24:07Z</updated>

		<summary type="html">&lt;p&gt;DLotts: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== HacDC&#039;s Live Status ==&lt;br /&gt;
&lt;br /&gt;
HacDC is currently: &amp;lt;onlyinclude&amp;gt;Closed. Planned to open at 7pm...&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Signed: [[Special:Contributions/216.15.42.186|216.15.42.186]] 18:53, 14 June 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Rodney and David L are leaving now and should be there at 7pm today.&lt;br /&gt;
&lt;br /&gt;
[[User:DLotts|DLotts]] 22:22, 25 June 2008 (UTC)&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&lt;br /&gt;
Please read the [[Talk:Live_Status|discussion]] page for instructions on how to update this page. Please check the timestamp of any information you see here before using it to make any decisions.&lt;br /&gt;
&lt;br /&gt;
Time calculations: Subtract 4 hours to go from UTC to EDT.&lt;br /&gt;
&lt;br /&gt;
This page is also available at [http://tinyurl.com/6hdnlk tinyurl.com/6hdnlk]&lt;/div&gt;</summary>
		<author><name>DLotts</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Live_Status&amp;diff=705</id>
		<title>Live Status</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Live_Status&amp;diff=705"/>
		<updated>2008-06-25T22:22:51Z</updated>

		<summary type="html">&lt;p&gt;DLotts: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== HacDC&#039;s Live Status ==&lt;br /&gt;
&lt;br /&gt;
HacDC is currently: &amp;lt;onlyinclude&amp;gt;Closed.&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Signed: [[Special:Contributions/216.15.42.186|216.15.42.186]] 18:53, 14 June 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Rodney and David L are leaving now and should be there at 7pm today.&lt;br /&gt;
&lt;br /&gt;
[[User:DLotts|DLotts]] 22:22, 25 June 2008 (UTC)&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&lt;br /&gt;
Please read the [[Talk:Live_Status|discussion]] page for instructions on how to update this page. Please check the timestamp of any information you see here before using it to make any decisions.&lt;br /&gt;
&lt;br /&gt;
Time calculations: Subtract 4 hours to go from UTC to EDT.&lt;br /&gt;
&lt;br /&gt;
This page is also available at [http://tinyurl.com/6hdnlk tinyurl.com/6hdnlk]&lt;/div&gt;</summary>
		<author><name>DLotts</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=User:DLotts&amp;diff=704</id>
		<title>User:DLotts</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=User:DLotts&amp;diff=704"/>
		<updated>2008-06-25T22:20:35Z</updated>

		<summary type="html">&lt;p&gt;DLotts: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== David Lotts&#039;s User Page ==&lt;br /&gt;
&lt;br /&gt;
I don&#039;t think I know myself well enough to say anything.  Maybe others can help.&lt;br /&gt;
&lt;br /&gt;
[[Image:davidLottsOrange3.JPG]]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
//\\\\&lt;br /&gt;
|o  o|&lt;br /&gt;
{ {} }&lt;br /&gt;
\  - /&lt;br /&gt;
  --&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This was originally an impressive hi-res ascii art rendering of me, but I couldn&#039;t get the aspect ratio right.&lt;br /&gt;
All this to compensate for my not seeing how to upload images and I feeling like a noob. :-)  [later: I figured it out.]&lt;br /&gt;
&lt;br /&gt;
dwl.&lt;/div&gt;</summary>
		<author><name>DLotts</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=File:DavidLottsOrange3.JPG&amp;diff=703</id>
		<title>File:DavidLottsOrange3.JPG</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=File:DavidLottsOrange3.JPG&amp;diff=703"/>
		<updated>2008-06-25T22:18:09Z</updated>

		<summary type="html">&lt;p&gt;DLotts: Photo of David Lotts full face wearing an orange shirt.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Photo of David Lotts full face wearing an orange shirt.&lt;/div&gt;</summary>
		<author><name>DLotts</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=User:DLotts&amp;diff=702</id>
		<title>User:DLotts</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=User:DLotts&amp;diff=702"/>
		<updated>2008-06-25T22:15:22Z</updated>

		<summary type="html">&lt;p&gt;DLotts: New page: == David Lotts&amp;#039;s User Page ==  I don&amp;#039;t think I know myself well enough to say anything.  Maybe others can help.  Image:david.jpg &amp;lt;pre&amp;gt; //\\\\ |o  o| { {} } \  - /   -- &amp;lt;/pre&amp;gt; This was ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== David Lotts&#039;s User Page ==&lt;br /&gt;
&lt;br /&gt;
I don&#039;t think I know myself well enough to say anything.  Maybe others can help.&lt;br /&gt;
&lt;br /&gt;
[[Image:david.jpg]]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
//\\\\&lt;br /&gt;
|o  o|&lt;br /&gt;
{ {} }&lt;br /&gt;
\  - /&lt;br /&gt;
  --&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This was originally an impressive hi-res ascii art rendering of me, but I couldn&#039;t get the aspect ratio right.&lt;br /&gt;
All this because I could not see how to upload images and I feel like a noob. :-)&lt;br /&gt;
&lt;br /&gt;
dwl.&lt;/div&gt;</summary>
		<author><name>DLotts</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=User_talk:Bjorn&amp;diff=700</id>
		<title>User talk:Bjorn</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=User_talk:Bjorn&amp;diff=700"/>
		<updated>2008-06-25T20:13:59Z</updated>

		<summary type="html">&lt;p&gt;DLotts: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Nice page Bjorn, love the picture.  I am sure it has some cultural context that I don&#039;t know about.  Is it part of your suggestion that we take our best bathroom portrait? [[User:DLotts|DLotts]]&lt;/div&gt;</summary>
		<author><name>DLotts</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=User_talk:Bjorn&amp;diff=699</id>
		<title>User talk:Bjorn</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=User_talk:Bjorn&amp;diff=699"/>
		<updated>2008-06-25T20:12:47Z</updated>

		<summary type="html">&lt;p&gt;DLotts: C&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Nice page Bjorn, love the picture.  I am sure it has some cultural context that I don&#039;t know about.&lt;/div&gt;</summary>
		<author><name>DLotts</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Talk:HacDC_Museum&amp;diff=608</id>
		<title>Talk:HacDC Museum</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Talk:HacDC_Museum&amp;diff=608"/>
		<updated>2008-06-14T03:04:47Z</updated>

		<summary type="html">&lt;p&gt;DLotts: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Has anyone been to the Museum of Useful things in Cambridge? Unfortunately it&#039;s now closed, but it used to be a combined store and museum, with old and interesting gadgets displayed in cases and above head level around the store. It&#039;s the first thing that came to mind when Ben proposed a HacDC museum. The Museum of Useful Things still exists online, but primarily as a store. I couldn&#039;t find much on their site about the things in their collection, but there are a few pages ([http://themut.com/exhibits/2/ Example]).&lt;br /&gt;
&lt;br /&gt;
One thing that I liked about the physical store is that they often displayed old and new versions of the same product (with the new version available to buy). For example, this [http://themut.com/zoomprod/product72/ staple-free stapler] was displayed under a model that looked more like one of [http://www.officemuseum.com/stapler_gallery_stapleless.htm these guys].&lt;br /&gt;
&lt;br /&gt;
:Sounds like a really interesting concept. I&#039;d love to aim for a more expansive display of artifacts, space permitting, and if the Museum is wildly successful, perhaps its own space someday in the distant future. The idea of a store is intriguing, as well. Perhaps as HacDC grows, there could be something akin to the [http://www.826valencia.org/ 826 Valencia] model, where a fun storefront (They have a Pirate Store, a superhero store, and a Bigfoot Research Institute) is the gateway to a spectacular hacking/teaching space and proceeds are used to subsidize the programs of HacDC. We&#039;re a long way from that, but it&#039;s something to consider. [[User:Ben|Ben]] 19:10, 11 June 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Name Controversy ==&lt;br /&gt;
&lt;br /&gt;
There&#039;s been some debate about whether to name the collection after our first large benefactor,  and whether to identify objects in the collection as having been donated by certain individuals. A suggestion has been made by Derek Cooper to contact the benefactor&#039;s family to verify permission to use the name, but to avoid a potentially embarrassing situation, I think it would be wise to see if the group is in favor of naming a part of the collection after the benefactor before asking for permission.&lt;br /&gt;
&lt;br /&gt;
Those &#039;&#039;&#039;in favor&#039;&#039;&#039; of naming the collection after the benefactor, pending permission from his heirs&lt;br /&gt;
* [[User:Ben|Ben]] 15:43, 12 June 2008 (UTC)&lt;br /&gt;
* [[User:Q|Q]] 11:49, 12 June 2008 (EST)&lt;br /&gt;
* [[User:Sarah|Sarah]] 16:23, 12 June 2008 (UTC)&lt;br /&gt;
* [[User:Katie|Katie]] 16:49, 12 June 2008 (UTC)&lt;br /&gt;
* [[User:Dcooper|Dcooper]] 00:47, 13 June 2008 (UTC)&lt;br /&gt;
* [[User:DLotts|DLotts]] 03:04, 14 June 2008 (UTC)&lt;br /&gt;
Those &#039;&#039;&#039;opposed&#039;&#039;&#039; to naming the collection after the benefactor&lt;br /&gt;
* [[User:Bjorn|Bjorn]] 06:44, 13 June 2008 (UTC) - Anonymity was a good idea. We can have full disclosure of what is really too great a story to keep under raps. It keeps things impersonal, and I don&#039;t see what anyone has to gain from non-anonymous entanglement. Besides, I have other items I&#039;d contribute, and I&#039;d expect this sort of donation will become a regular occurrence - lets just keep things neutral. What Mrs. X did was very kind, but lets keep the exchange as agreed upon initially.&lt;br /&gt;
&lt;br /&gt;
::I think that whenever possible, we should honor the wishes of donors (or their families, when applicable), so whatever we decide about identifying or not identifying this benefactor shouldn&#039;t determine what we do with future donations. If you were to contribute items and request anonymity, I don&#039;t see any problem with granting it. I would also disagree that removing the personal items would mean keeping a great story under wraps. We don&#039;t really have a story--we have some fun speculations about how the items in the boxes might have been used, with no way of substantiating them. While it&#039;s fun to bat around amusing theories, I personally wouldn&#039;t publicize this personal &amp;quot;story&amp;quot; even if the donor remained anonymous. [[User:Sarah|Sarah]] 11:36, 13 June 2008 (UTC)&lt;br /&gt;
* [[User:Myself|Myself]] 18:27, 13 June 2008 (UTC) &lt;br /&gt;
&lt;br /&gt;
=== Discussion Relating to Name Controversy ===&lt;br /&gt;
&lt;br /&gt;
* I think we can be selective about what we put in the &amp;quot;official&amp;quot; museum collection, but there is other interesting, amusing (embarrassing?) stuff that was in the boxes that has been photographed and put up on Flickr--and more that has yet to be photographed, no doubt. Even if it doesn&#039;t end up in the museum, it wouldn&#039;t be difficult for someone to go to HacDC&#039;s Flickr group and see the unofficial stuff mixed in with the official. Given the email from the widow, I do think it would be nice to name a collection or something after this guy, but if we do that, then I will take down my pictures of anything that I think might embarrass his family. [[User:Sarah|Sarah]] 16:23, 12 June 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
* I see the collection breaking into four categories: &lt;br /&gt;
# Innocent, unidentifiable items: Telephones, test gear. These could be exhibited with a name, with no trouble at all.&lt;br /&gt;
# Innocent, identifiable items: Patent notebooks, research he was involved in. Even if partially redacted, someone who did a little digging could connect these with him. But by itself, that would do no harm.&lt;br /&gt;
# Risque or embarassing items: Some of these are interesting but I wouldn&#039;t want to connect them with the family name.&lt;br /&gt;
# Dangerous items: I won&#039;t discuss these further in a public forum.&lt;br /&gt;
It seems to me that any combination of 1, 2, and 3 would work, since if someone wants to do the digging and figure out who printed those fart jokes, the &amp;quot;damage&amp;quot; is minimal. It&#039;d be better to avoid mixing 2 and 3, if we wish to play it safe in that regard. But 4 absolutely cannot appear with 2. And honestly, for our own safety, I don&#039;t think 4 should appear or be mentioned at all. If you disagree, please do so in person.&lt;br /&gt;
In general, I think our best course is (1 &amp;amp; 3), with redaction of 3 if necessary. We&#039;re under no obligation to name anything, and some stuff in 3 is really neat. If we want to pay tribute to the widow&#039;s generosity, we could do so in a way not connected with the collection. (Just list her as a donor, or something.) [[User:Myself|Myself]] 18:27, 13 June 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
* We can avoid reputation/embarrassment if we simply call it the ___ ___ Museum, and then write in the &amp;quot;About&amp;quot; section that the man started our collection with a few fine pieces.  We don&#039;t have to say what things came from him unless we want to.  Let people assume that we got the embarrassing items from elsewhere.  Also, it gives us some instant legitimacy and validity.  It&#039;s a small compensation for the incorrect but popular sense of the verb &amp;quot;hack&amp;quot; that I all love and hate.  &lt;br /&gt;
&lt;br /&gt;
Or how about another compromise:  The Patent Examiner&#039;s Collection, by HacDC.&lt;br /&gt;
&lt;br /&gt;
Also, after my experience with startupDC, I don&#039;t underestimate what the Washington post is willing to feature.  This could be a Post story one day.  What would you like on your Post article?&lt;br /&gt;
&lt;br /&gt;
Also, what would our contemporaries do?  Do you think NYCResister would jump at the opportunity?  Would they write an article about him with photo&#039;s?  I started to Google his name the other day.  There are a few tidbits, including someone that thinks that he should be shot.  I&#039;ll stop there to spike your curiosity. :)&lt;br /&gt;
&lt;br /&gt;
[[User:DLotts|DLotts]] 03:04, 14 June 2008 (UTC)&lt;/div&gt;</summary>
		<author><name>DLotts</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Live_Status&amp;diff=518</id>
		<title>Live Status</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Live_Status&amp;diff=518"/>
		<updated>2008-06-11T23:47:42Z</updated>

		<summary type="html">&lt;p&gt;DLotts: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== HacDC&#039;s Live Status ==&lt;br /&gt;
&lt;br /&gt;
HacDC is currently: &amp;lt;onlyinclude&amp;gt;Open!&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Nate&#039;s back from Staples. Stop in! Signed: [[User:Myself|Myself]] 18:00, 11 June 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
David L is on his way, estimated arrival 8:15pm EDT.&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&lt;br /&gt;
Please read the [[Talk:Live_Status|discussion]] page for instructions on how to update this page. Please check the timestamp of any information you see here before using it to make any decisions.&lt;br /&gt;
&lt;br /&gt;
Time calculations: Subtract 4 hours to go from UTC to EDT.&lt;br /&gt;
&lt;br /&gt;
This page is also available at [http://tinyurl.com/6hdnlk tinyurl.com/6hdnlk]&lt;/div&gt;</summary>
		<author><name>DLotts</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Talk:Resource_Use_Policy&amp;diff=170</id>
		<title>Talk:Resource Use Policy</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Talk:Resource_Use_Policy&amp;diff=170"/>
		<updated>2008-04-28T07:50:36Z</updated>

		<summary type="html">&lt;p&gt;DLotts: New page: I&amp;#039;m not sure where questions go, but here is something for discussion: What&amp;#039;s the policy on members taking parts and stuff for there personal projects?  On one hand it would be nice to hav...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;m not sure where questions go, but here is something for discussion:&lt;br /&gt;
What&#039;s the policy on members taking parts and stuff for there personal projects?  On one hand it would be nice to have shared solder and a grab bag of resisters and screws and bolts without having to bring that stuff.  But on the other hand, if someone contributes valuable stuff, like a working Roomba, a handful of servo&#039;s, or a small bag of MicroPICs, are they up for grabs for anyone to put in there project and take home?&lt;br /&gt;
--[[User:DLotts|DLotts]] 07:50, 28 April 2008 (UTC)&lt;/div&gt;</summary>
		<author><name>DLotts</name></author>
	</entry>
</feed>