<?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=Julialongtin</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=Julialongtin"/>
	<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php/Special:Contributions/Julialongtin"/>
	<updated>2026-05-07T13:06:12Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Web_Scraping_Fridays&amp;diff=11560</id>
		<title>Web Scraping Fridays</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Web_Scraping_Fridays&amp;diff=11560"/>
		<updated>2015-07-18T01:46:13Z</updated>

		<summary type="html">&lt;p&gt;Julialongtin: another example&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= CFAA =&lt;br /&gt;
&lt;br /&gt;
= Tools =&lt;br /&gt;
&lt;br /&gt;
= Picking Victims =&lt;br /&gt;
&lt;br /&gt;
= Examples =&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
wget https://www.congress.gov/search?q={%22source%22%3A%22legislation%22%2C%22congress%22%3A%22114%22}&amp;amp;pageSize=250&lt;br /&gt;
&lt;br /&gt;
for each in `cat ../search\?q\=%7B%22source%22%3A%22legislation%22%2C%22congress%22%3A%22114%22%7D\&amp;amp;pageSize\=250 | sed -n &amp;quot;s/.*H\.R\.\([0-9]\{1,\}\).*/\1/p&amp;quot;`; do { wget https://www.congress.gov/bill/114th-congress/house-bill/$each; } done;&lt;br /&gt;
&lt;br /&gt;
cat rh\?format\=txt | sed &amp;quot;/.*pre&amp;gt;/{s/.*\(pre&amp;gt;\)/FOUNDME:\1/;:a;N;s/^\(FOUNDME:pre&amp;gt;\n\(\|FOUNDME:.*\n\)\{0,\}\)\(.*\)/\1FOUNDMORE:\3/;;s/FOUNDMORE/FOUNDME/;ta}&amp;quot;| grep FOUNDME  | sed &amp;quot;/.*div&amp;gt;/{s/.*\(div&amp;gt;\)//;:a;N;s/.*//;;s/FOUNDME//;ta;}&amp;quot; | less&lt;br /&gt;
&lt;br /&gt;
 cat rh\?format\=txt | sed &amp;quot;/.*pre&amp;gt;/{s/.*\(pre&amp;gt;\)/FOUNDME:\1/;:a;N;s/^\(FOUNDME:pre&amp;gt;\n\(\|FOUNDME:.*\n\)\{0,\}\)\(.*\)/\1FOUNDME:\3/;ba}&amp;quot;| sed -n &amp;quot;s/FOUNDME://p&amp;quot;  | sed &amp;quot;/.*div&amp;gt;/{s/.*\(div&amp;gt;\)//;:a;N;s/.*//;ba;}&amp;quot; | less&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Resources =&lt;/div&gt;</summary>
		<author><name>Julialongtin</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Web_Scraping_Fridays&amp;diff=11557</id>
		<title>Web Scraping Fridays</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Web_Scraping_Fridays&amp;diff=11557"/>
		<updated>2015-07-18T01:28:24Z</updated>

		<summary type="html">&lt;p&gt;Julialongtin: another example&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= CFAA =&lt;br /&gt;
&lt;br /&gt;
= Tools =&lt;br /&gt;
&lt;br /&gt;
= Picking Victims =&lt;br /&gt;
&lt;br /&gt;
= Examples =&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
for each in `cat ../search\?q\=%7B%22source%22%3A%22legislation%22%2C%22congress%22%3A%22114%22%7D\&amp;amp;pageSize\=250 | sed -n &amp;quot;s/.*H\.R\.\([0-9]\{1,\}\).*/\1/p&amp;quot;`; do { wget https://www.congress.gov/bill/114th-congress/house-bill/$each; } done;&lt;br /&gt;
&lt;br /&gt;
cat rh\?format\=txt | sed &amp;quot;/.*pre&amp;gt;/{s/.*\(pre&amp;gt;\)/FOUNDME:\1/;:a;N;s/^\(FOUNDME:pre&amp;gt;\n\(\|FOUNDME:.*\n\)\{0,\}\)\(.*\)/\1FOUNDMORE:\3/;;s/FOUNDMORE/FOUNDME/;ta;:b}&amp;quot;| grep FOUNDME  | sed &amp;quot;/.*div&amp;gt;/{s/.*\(div&amp;gt;\)//;:a;N;s/.*//;;s/FOUNDME//;ta;}&amp;quot; | less&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Resources =&lt;/div&gt;</summary>
		<author><name>Julialongtin</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Web_Scraping_Fridays&amp;diff=11554</id>
		<title>Web Scraping Fridays</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Web_Scraping_Fridays&amp;diff=11554"/>
		<updated>2015-07-18T00:14:20Z</updated>

		<summary type="html">&lt;p&gt;Julialongtin: create page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= CFAA =&lt;br /&gt;
&lt;br /&gt;
= Tools =&lt;br /&gt;
&lt;br /&gt;
= Picking Victims =&lt;br /&gt;
&lt;br /&gt;
= Examples =&lt;br /&gt;
for each in `cat ../search\?q\=%7B%22source%22%3A%22legislation%22%2C%22congress%22%3A%22114%22%7D\&amp;amp;pageSize\=250 | sed -n &amp;quot;s/.*H\.R\.\([0-9]\{1,\}\).*/\1/p&amp;quot;`; do { wget https://www.congress.gov/bill/114th-congress/house-bill/$each; } done;&lt;br /&gt;
&lt;br /&gt;
= Resources =&lt;/div&gt;</summary>
		<author><name>Julialongtin</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Welcome_to_the_HacDC_Wiki&amp;diff=11553</id>
		<title>Welcome to the HacDC Wiki</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Welcome_to_the_HacDC_Wiki&amp;diff=11553"/>
		<updated>2015-07-17T23:05:47Z</updated>

		<summary type="html">&lt;p&gt;Julialongtin: add another event.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HacDC_Wiki]]&lt;br /&gt;
&lt;br /&gt;
{{TOCright}}&amp;lt;span style=&amp;quot;font-size:large; line-height:1.5em; color:#222&amp;quot;&amp;gt;Welcome to HacDC. We are a hacker space located in Washington, DC. HacDC members improve the world by creatively rethinking technology. We break, build, and occasionally abuse technology in the pursuit of greater knowledge about how it works and repurposing it to build new things. Our shop is located in the [http://en.wikipedia.org/wiki/Columbia_Heights%2C_Washington%2C_D.C. Columbia Heights] neighborhood of the District of Columbia.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you&#039;re new here, you should start by looking at our public web site at [http://www.hacdc.org/ hacdc.org]. Our Wiki is mostly for internal organization, but you&#039;re welcome to look through to get a sense of what we work on (and consider joining yourself!).  We invite you to subscribe to our [https://groups.google.com/a/hacdc.org/group/Blabber/topics Blabber] public discussion mailing list.&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:48%;&amp;quot;&amp;gt;&lt;br /&gt;
=== Cool Stuff Going On Right Now ===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Cambridge Stereoscan 200 Scanning Electron Microscope&#039;&#039;&#039; We&#039;re restoring an electron microscope. [http://wiki.hacdc.org/index.php/Category:Stereoscan]&lt;br /&gt;
* [[3D Printing]] - Lulzbot Mini, 3d systems cube, rostock max v2, and a prusa up and running in the space&lt;br /&gt;
* [[Microcontroller Mondays]] -- BYO project to work on, get help on, or show off...or just come to check us out! ...usually from 7:30pm on.&lt;br /&gt;
* [[Amateur radio]]  &#039;&#039;&#039;Ham Radio&#039;&#039;&#039; -- make stuff, get your license, QSO, test, tinker, learn,...&lt;br /&gt;
* [[3D Thursdays]] -- 3-D printing enthusiasts are on hand and we have many working and workable printers of various types ...usually from 6:00pm on.)&lt;br /&gt;
* [[Web Scraping Fridays]] (every second friday) -- Use Wget/CURL + bash/SH + sed to turn websites into piles of files/XML/SED.&lt;br /&gt;
&lt;br /&gt;
=== Top Links ===&lt;br /&gt;
Themes and threads that span across the other categories in the Wiki.  This is also where we keep things that don&#039;t easily fit in other categories:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[Outline]]&#039;&#039;&#039;&lt;br /&gt;
* [[Batch_III]] Outgoing items&lt;br /&gt;
* [[Proposed Standing Rules]]&lt;br /&gt;
* [[GettingHere]]&lt;br /&gt;
* [[:Category:Meeting Minutes | Meeting Minutes and Agendas]] (next: &#039;&#039;&#039;&#039;&#039;[[Annual Meeting 2015]]&#039;&#039;&#039;&#039;&#039;)&lt;br /&gt;
* [[:Category:Classes | Classes]]&lt;br /&gt;
* [[:Category:Hacker Travel | Hacker Travel]]&lt;br /&gt;
&lt;br /&gt;
=== [[:Category:Projects]] ===&lt;br /&gt;
Where our projects collaborate and document their research and progress.  They are generally classified as:&lt;br /&gt;
* [[:Category:Project_Awesome | Project Awesome Projects]]&lt;br /&gt;
* [[:Category:Ongoing Projects | Ongoing Projects]]&lt;br /&gt;
* [[:Category:Previous Projects | Previous Projects]]&lt;br /&gt;
* [[:Category:Proposed Projects | Proposed Projects]]&lt;br /&gt;
&lt;br /&gt;
=== [[:Category:In the Space | Records]] ===&lt;br /&gt;
Entries relating to the space including layout and events and classes we hold&lt;br /&gt;
* [[:Category:Space Configuration | Configuration]]&lt;br /&gt;
* [[:Category:Event Planning | Event Planning]]&lt;br /&gt;
* [[:Category:Classes | Classes]]&lt;br /&gt;
* [[Wishlist]]&lt;br /&gt;
* [[:Category:What_I_Stole | What I Stole]]&lt;br /&gt;
* [[Inventory | Inventory]]&lt;br /&gt;
* [[Procurement | Procurement]]&lt;br /&gt;
* [[Suppliers | Suppliers]]&lt;br /&gt;
* [[Whiteboard | Whiteboard]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; width:48%;&amp;quot;&amp;gt; &amp;lt;!-- This width adds to the margin above to equal 100 %--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Events ===&lt;br /&gt;
&amp;lt;!-- Someone should check out the ominous warning on the top of this page: https://www.mediawiki.org/wiki/Extension:Google_Calendar before we activate this.&lt;br /&gt;
 * May not mean much since only members edit this wiki...&lt;br /&gt;
 * commented by nootrope 4/21/13&lt;br /&gt;
 ******************************************************************************************************************************************************************--&amp;gt;&lt;br /&gt;
&amp;lt;googlecalendar&amp;gt;?showTitle=0&amp;amp;amp;showNav=0&amp;amp;amp;showPrint=0&amp;amp;amp;showTabs=0&amp;amp;amp;showCalendars=0&amp;amp;amp;mode=AGENDA&amp;amp;amp;height=250&amp;amp;amp;wkst=1&amp;amp;amp;bgcolor=%23FFFFFF&amp;amp;amp;src=uu5p71ump3g23l2mj7cvk2l2tb7girmo%40import.calendar.google.com&amp;amp;amp;color=%23AB8B00&amp;amp;amp;ctz=America%2FNew_York&amp;quot; style=&amp;quot; border:solid 1px #777 &amp;quot; width=&amp;quot;500&amp;quot; height=&amp;quot;250&amp;quot; frameborder=&amp;quot;0&amp;quot; scrolling=&amp;quot;no&amp;quot;&amp;gt;&amp;lt;/googlecalendar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This calendar pulls events from our official [http://www.meetup.com/hac-dc/#calendar Meetup] calendar.  Also, see webcal://www.meetup.com/hac-dc/events/ical/ for an ics feed to use with your favorite calendaring software.&lt;br /&gt;
&lt;br /&gt;
=== Past Cool Stuff That Will Happen Again ===&lt;br /&gt;
&lt;br /&gt;
* [[LightningTalks]]&lt;br /&gt;
* [[HacDC Summer School]] This aspires to be a yearly beginner-level workshop series giving attendees an introduction to physical computing. Topics for 2013 included integrated circuits kit-soldering, Arduino programming, and working with Processing.org [http://www.meetup.com/hac-dc/events/121563632/ (full description)]. A more integrated curriculum is being planned to roll-in Intro to Electronics, [[Intro to Programming]],  [[AVR Microcontroller Class 2011 | AVR programming]], IoT workshops, and more...&lt;br /&gt;
* [[Schemers|&amp;quot;Schemers&amp;quot; a Biweekly SICP study group]] meeting on [http://www.meetup.com/hac-dc/events/64832532/ alternate Tuesdays]&lt;br /&gt;
* [[TECS | The Elements of Computing Systems: Building a Modern Computer from First Principles]]&lt;br /&gt;
* [[IntrotoVisualsforProgrammers | Intro to Visuals for Programmers]]&lt;br /&gt;
* [[Electron Tube Class]]&lt;br /&gt;
* Max/MSP Workshop&lt;br /&gt;
* [[Quantified Self]]&lt;br /&gt;
* [[Intro to Programming]]&lt;br /&gt;
* [[AVR Microcontroller Class 2011]]&lt;br /&gt;
* [[Great Global Hackerspace Challenge]]&lt;br /&gt;
* [[Linux Class]]&lt;br /&gt;
* [[Bike Maintenance Class]]&lt;br /&gt;
* [[HacDC Spaceblimp 5]]&lt;br /&gt;
* [[Robotics Class 2011]]&lt;br /&gt;
&lt;br /&gt;
=== [[:Category:Community]] ===&lt;br /&gt;
Pages on people in our community :&lt;br /&gt;
* [[:Category:Members | Member User Pages]] &lt;br /&gt;
* [[:Category:Friends | Friends of HacDC]]&lt;br /&gt;
* [[Heroes | Heroes and people who inspire us]]&lt;br /&gt;
&lt;br /&gt;
=== [[:Category:Policy]] ===&lt;br /&gt;
Our Policy Manual is divided into the following subcategories:&lt;br /&gt;
* [[Articles_of_Incorporation|Articles of Incorporation]]&lt;br /&gt;
* [[Bylaws]]&lt;br /&gt;
* [[MIBS_Simplified_Rules_of_Coordinated_Consensus_through_Chaos | Meeting Rules]]&lt;br /&gt;
* [[Privacy_Policy | Privacy Policy]]&lt;br /&gt;
* [[Resource_Use_Policy | Resource Use Policy]]&lt;br /&gt;
* [[Resource_Disposal | Resource Disposal Policy]]&lt;br /&gt;
* [[:Category:Communications Policy | Communications Policy]]&lt;br /&gt;
* [[Licensing_Policy | Licensing Policy]]&lt;br /&gt;
&lt;br /&gt;
=== Extra stuff, buried by wiki cleanup. ===&lt;br /&gt;
[[:Category:Obsolete]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Julialongtin</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Welcome_to_the_HacDC_Wiki&amp;diff=11466</id>
		<title>Welcome to the HacDC Wiki</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Welcome_to_the_HacDC_Wiki&amp;diff=11466"/>
		<updated>2015-04-28T14:14:45Z</updated>

		<summary type="html">&lt;p&gt;Julialongtin: Upgrade &amp;#039;classes&amp;#039; to have their own pages.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HacDC_Wiki]]&lt;br /&gt;
&lt;br /&gt;
{{TOCright}}&amp;lt;span style=&amp;quot;font-size:large; line-height:1.5em; color:#222&amp;quot;&amp;gt;Welcome to HacDC. We are a hacker space located in Washington, DC. HacDC members improve the world by creatively rethinking technology. We break, build, and occasionally abuse technology in the pursuit of greater knowledge about how it works and repurposing it to build new things. Our shop is located in the [http://en.wikipedia.org/wiki/Columbia_Heights%2C_Washington%2C_D.C. Columbia Heights] neighborhood of the District of Columbia.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you&#039;re new here, you should start by looking at our public web site at [http://www.hacdc.org/ hacdc.org]. Our Wiki is mostly for internal organization, but you&#039;re welcome to look through to get a sense of what we work on (and consider joining yourself!).  We invite you to subscribe to our [https://groups.google.com/a/hacdc.org/group/Blabber/topics Blabber] public discussion mailing list.&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:48%;&amp;quot;&amp;gt;&lt;br /&gt;
=== Cool Stuff Going On Right Now ===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Cambridge Stereoscan 200 Scanning Electron Microscope&#039;&#039;&#039; We&#039;re restoring an electron microscope. [http://wiki.hacdc.org/index.php/Category:Stereoscan]&lt;br /&gt;
* [[3D Printing]] - Lulzbot Mini, 3d systems cube, rostock max v2, and a prusa up and running in the space&lt;br /&gt;
* [[Microcontroller Mondays]] -- BYO project to work on, get help on, or show off...or just come to check us out! ...usually from 7:30pm on.&lt;br /&gt;
* [[Amateur radio]]  &#039;&#039;&#039;Ham Radio&#039;&#039;&#039; -- make stuff, get your license, QSO, test, tinker, learn,...&lt;br /&gt;
* [[3D Thursdays]] -- 3-D printing enthusiasts are on hand and we have many working and workable printers of various types ...usually from 6:00pm on.)&lt;br /&gt;
&lt;br /&gt;
=== Top Links ===&lt;br /&gt;
Themes and threads that span across the other categories in the Wiki.  This is also where we keep things that don&#039;t easily fit in other categories:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[Outline]]&#039;&#039;&#039;&lt;br /&gt;
* [[Batch_III]] Outgoing items&lt;br /&gt;
* [[Proposed Standing Rules]]&lt;br /&gt;
* [[GettingHere]]&lt;br /&gt;
* [[:Category:Meeting Minutes | Meeting Minutes and Agendas]] (next: &#039;&#039;&#039;&#039;&#039;[[Annual Meeting 2015]]&#039;&#039;&#039;&#039;&#039;)&lt;br /&gt;
* [[:Category:Classes | Classes]]&lt;br /&gt;
* [[:Category:Hacker Travel | Hacker Travel]]&lt;br /&gt;
&lt;br /&gt;
=== [[:Category:Projects]] ===&lt;br /&gt;
Where our projects collaborate and document their research and progress.  They are generally classified as:&lt;br /&gt;
* [[:Category:Project_Awesome | Project Awesome Projects]]&lt;br /&gt;
* [[:Category:Ongoing Projects | Ongoing Projects]]&lt;br /&gt;
* [[:Category:Previous Projects | Previous Projects]]&lt;br /&gt;
* [[:Category:Proposed Projects | Proposed Projects]]&lt;br /&gt;
&lt;br /&gt;
=== [[:Category:In the Space | Records]] ===&lt;br /&gt;
Entries relating to the space including layout and events and classes we hold&lt;br /&gt;
* [[:Category:Space Configuration | Configuration]]&lt;br /&gt;
* [[:Category:Event Planning | Event Planning]]&lt;br /&gt;
* [[:Category:Classes | Classes]]&lt;br /&gt;
* [[Wishlist]]&lt;br /&gt;
* [[:Category:What_I_Stole | What I Stole]]&lt;br /&gt;
* [[Inventory | Inventory]]&lt;br /&gt;
* [[Procurement | Procurement]]&lt;br /&gt;
* [[Suppliers | Suppliers]]&lt;br /&gt;
* [[Whiteboard | Whiteboard]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; width:48%;&amp;quot;&amp;gt; &amp;lt;!-- This width adds to the margin above to equal 100 %--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Events ===&lt;br /&gt;
&amp;lt;!-- Someone should check out the ominous warning on the top of this page: https://www.mediawiki.org/wiki/Extension:Google_Calendar before we activate this.&lt;br /&gt;
 * May not mean much since only members edit this wiki...&lt;br /&gt;
 * commented by nootrope 4/21/13&lt;br /&gt;
 ******************************************************************************************************************************************************************--&amp;gt;&lt;br /&gt;
&amp;lt;googlecalendar&amp;gt;?showTitle=0&amp;amp;amp;showNav=0&amp;amp;amp;showPrint=0&amp;amp;amp;showTabs=0&amp;amp;amp;showCalendars=0&amp;amp;amp;mode=AGENDA&amp;amp;amp;height=250&amp;amp;amp;wkst=1&amp;amp;amp;bgcolor=%23FFFFFF&amp;amp;amp;src=uu5p71ump3g23l2mj7cvk2l2tb7girmo%40import.calendar.google.com&amp;amp;amp;color=%23AB8B00&amp;amp;amp;ctz=America%2FNew_York&amp;quot; style=&amp;quot; border:solid 1px #777 &amp;quot; width=&amp;quot;500&amp;quot; height=&amp;quot;250&amp;quot; frameborder=&amp;quot;0&amp;quot; scrolling=&amp;quot;no&amp;quot;&amp;gt;&amp;lt;/googlecalendar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This calendar pulls events from our official [http://www.meetup.com/hac-dc/#calendar Meetup] calendar.  Also, see webcal://www.meetup.com/hac-dc/events/ical/ for an ics feed to use with your favorite calendaring software.&lt;br /&gt;
&lt;br /&gt;
=== Past Cool Stuff That Will Happen Again ===&lt;br /&gt;
&lt;br /&gt;
* [[LightningTalks]]&lt;br /&gt;
* [[HacDC Summer School]] This aspires to be a yearly beginner-level workshop series giving attendees an introduction to physical computing. Topics for 2013 included integrated circuits kit-soldering, Arduino programming, and working with Processing.org [http://www.meetup.com/hac-dc/events/121563632/ (full description)]. A more integrated curriculum is being planned to roll-in Intro to Electronics, [[Intro to Programming]],  [[AVR Microcontroller Class 2011 | AVR programming]], IoT workshops, and more...&lt;br /&gt;
* [[Schemers|&amp;quot;Schemers&amp;quot; a Biweekly SICP study group]] meeting on [http://www.meetup.com/hac-dc/events/64832532/ alternate Tuesdays]&lt;br /&gt;
* [[TECS | The Elements of Computing Systems: Building a Modern Computer from First Principles]]&lt;br /&gt;
* [[IntrotoVisualsforProgrammers | Intro to Visuals for Programmers]]&lt;br /&gt;
* [[Electron Tube Class]]&lt;br /&gt;
* Max/MSP Workshop&lt;br /&gt;
* [[Quantified Self]]&lt;br /&gt;
* [[Intro to Programming]]&lt;br /&gt;
* [[AVR Microcontroller Class 2011]]&lt;br /&gt;
* [[Great Global Hackerspace Challenge]]&lt;br /&gt;
* [[Linux Class]]&lt;br /&gt;
* [[Bike Maintenance Class]]&lt;br /&gt;
* [[HacDC Spaceblimp 5]]&lt;br /&gt;
* [[Robotics Class 2011]]&lt;br /&gt;
&lt;br /&gt;
=== [[:Category:Community]] ===&lt;br /&gt;
Pages on people in our community :&lt;br /&gt;
* [[:Category:Members | Member User Pages]] &lt;br /&gt;
* [[:Category:Friends | Friends of HacDC]]&lt;br /&gt;
* [[Heroes | Heroes and people who inspire us]]&lt;br /&gt;
&lt;br /&gt;
=== [[:Category:Policy]] ===&lt;br /&gt;
Our Policy Manual is divided into the following subcategories:&lt;br /&gt;
* [[Articles_of_Incorporation|Articles of Incorporation]]&lt;br /&gt;
* [[Bylaws]]&lt;br /&gt;
* [[MIBS_Simplified_Rules_of_Coordinated_Consensus_through_Chaos | Meeting Rules]]&lt;br /&gt;
* [[Privacy_Policy | Privacy Policy]]&lt;br /&gt;
* [[Resource_Use_Policy | Resource Use Policy]]&lt;br /&gt;
* [[Resource_Disposal | Resource Disposal Policy]]&lt;br /&gt;
* [[:Category:Communications Policy | Communications Policy]]&lt;br /&gt;
* [[Licensing_Policy | Licensing Policy]]&lt;br /&gt;
&lt;br /&gt;
=== Extra stuff, buried by wiki cleanup. ===&lt;br /&gt;
[[:Category:Obsolete]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Julialongtin</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Category:AVR_Class&amp;diff=11465</id>
		<title>Category:AVR Class</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Category:AVR_Class&amp;diff=11465"/>
		<updated>2015-04-28T13:55:16Z</updated>

		<summary type="html">&lt;p&gt;Julialongtin: Mention Microcontroller mondays instead of the old AVR class.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We&#039;ve had two rounds of the AVR Microcontroller class at HacDC so far.&lt;br /&gt;
&lt;br /&gt;
AVR related activities have been rolled into a regular event, Microcontroller Mondays! show up to learn more!&lt;br /&gt;
&lt;br /&gt;
* If you&#039;re looking for specific old materials, we&#039;re keeping that online too! [[AVR Microcontroller Class 2011]]  (happened in Feb/March 2011) [[AVR Microcontroller Class 2009]]  (the first version)&lt;br /&gt;
&lt;br /&gt;
[[Category:Classes]]&lt;/div&gt;</summary>
		<author><name>Julialongtin</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Welcome_to_the_HacDC_Wiki&amp;diff=11464</id>
		<title>Welcome to the HacDC Wiki</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Welcome_to_the_HacDC_Wiki&amp;diff=11464"/>
		<updated>2015-04-28T13:52:02Z</updated>

		<summary type="html">&lt;p&gt;Julialongtin: Update the 3D thursdays description.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:HacDC_Wiki]]&lt;br /&gt;
&lt;br /&gt;
{{TOCright}}&amp;lt;span style=&amp;quot;font-size:large; line-height:1.5em; color:#222&amp;quot;&amp;gt;Welcome to HacDC. We are a hacker space located in Washington, DC. HacDC members improve the world by creatively rethinking technology. We break, build, and occasionally abuse technology in the pursuit of greater knowledge about how it works and repurposing it to build new things. Our shop is located in the [http://en.wikipedia.org/wiki/Columbia_Heights%2C_Washington%2C_D.C. Columbia Heights] neighborhood of the District of Columbia.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you&#039;re new here, you should start by looking at our public web site at [http://www.hacdc.org/ hacdc.org]. Our Wiki is mostly for internal organization, but you&#039;re welcome to look through to get a sense of what we work on (and consider joining yourself!).  We invite you to subscribe to our [https://groups.google.com/a/hacdc.org/group/Blabber/topics Blabber] public discussion mailing list.&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width:48%;&amp;quot;&amp;gt;&lt;br /&gt;
=== Cool Stuff Going On Right Now ===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Cambridge Stereoscan 200 Scanning Electron Microscope&#039;&#039;&#039; We&#039;re restoring an electron microscope. [http://wiki.hacdc.org/index.php/Category:Stereoscan]&lt;br /&gt;
* [[3D Printing]] - Lulzbot Mini up and running in the space&lt;br /&gt;
* &#039;&#039;&#039;Microcontroller Mondays&#039;&#039;&#039; (BYO project to work on, get help on, or show off...or just come to check us out! ...usually from 7:30pm on.)&lt;br /&gt;
* [[Amateur radio]]  &#039;&#039;&#039;Ham Radio&#039;&#039;&#039; - make stuff, get your license, QSO, test, tinker, learn,...&lt;br /&gt;
* &#039;&#039;&#039;3D Thursdays&#039;&#039;&#039; 3-D printing enthusiasts are on hand and we have many working and workable printers of various types ...usually from 6:00pm on.)&lt;br /&gt;
&lt;br /&gt;
=== Top Links ===&lt;br /&gt;
Themes and threads that span across the other categories in the Wiki.  This is also where we keep things that don&#039;t easily fit in other categories:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[Outline]]&#039;&#039;&#039;&lt;br /&gt;
* [[Batch_III]] Outgoing items&lt;br /&gt;
* [[Proposed Standing Rules]]&lt;br /&gt;
* [[GettingHere]]&lt;br /&gt;
* [[:Category:Meeting Minutes | Meeting Minutes and Agendas]] (next: &#039;&#039;&#039;&#039;&#039;[[Annual Meeting 2015]]&#039;&#039;&#039;&#039;&#039;)&lt;br /&gt;
* [[:Category:Classes | Classes]]&lt;br /&gt;
* [[:Category:Hacker Travel | Hacker Travel]]&lt;br /&gt;
&lt;br /&gt;
=== [[:Category:Projects]] ===&lt;br /&gt;
Where our projects collaborate and document their research and progress.  They are generally classified as:&lt;br /&gt;
* [[:Category:Project_Awesome | Project Awesome Projects]]&lt;br /&gt;
* [[:Category:Ongoing Projects | Ongoing Projects]]&lt;br /&gt;
* [[:Category:Previous Projects | Previous Projects]]&lt;br /&gt;
* [[:Category:Proposed Projects | Proposed Projects]]&lt;br /&gt;
&lt;br /&gt;
=== [[:Category:In the Space | Records]] ===&lt;br /&gt;
Entries relating to the space including layout and events and classes we hold&lt;br /&gt;
* [[:Category:Space Configuration | Configuration]]&lt;br /&gt;
* [[:Category:Event Planning | Event Planning]]&lt;br /&gt;
* [[:Category:Classes | Classes]]&lt;br /&gt;
* [[Wishlist]]&lt;br /&gt;
* [[:Category:What_I_Stole | What I Stole]]&lt;br /&gt;
* [[Inventory | Inventory]]&lt;br /&gt;
* [[Procurement | Procurement]]&lt;br /&gt;
* [[Suppliers | Suppliers]]&lt;br /&gt;
* [[Whiteboard | Whiteboard]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; width:48%;&amp;quot;&amp;gt; &amp;lt;!-- This width adds to the margin above to equal 100 %--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Events ===&lt;br /&gt;
&amp;lt;!-- Someone should check out the ominous warning on the top of this page: https://www.mediawiki.org/wiki/Extension:Google_Calendar before we activate this.&lt;br /&gt;
 * May not mean much since only members edit this wiki...&lt;br /&gt;
 * commented by nootrope 4/21/13&lt;br /&gt;
 ******************************************************************************************************************************************************************--&amp;gt;&lt;br /&gt;
&amp;lt;googlecalendar&amp;gt;?showTitle=0&amp;amp;amp;showNav=0&amp;amp;amp;showPrint=0&amp;amp;amp;showTabs=0&amp;amp;amp;showCalendars=0&amp;amp;amp;mode=AGENDA&amp;amp;amp;height=250&amp;amp;amp;wkst=1&amp;amp;amp;bgcolor=%23FFFFFF&amp;amp;amp;src=uu5p71ump3g23l2mj7cvk2l2tb7girmo%40import.calendar.google.com&amp;amp;amp;color=%23AB8B00&amp;amp;amp;ctz=America%2FNew_York&amp;quot; style=&amp;quot; border:solid 1px #777 &amp;quot; width=&amp;quot;500&amp;quot; height=&amp;quot;250&amp;quot; frameborder=&amp;quot;0&amp;quot; scrolling=&amp;quot;no&amp;quot;&amp;gt;&amp;lt;/googlecalendar&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This calendar pulls events from our official [http://www.meetup.com/hac-dc/#calendar Meetup] calendar.  Also, see webcal://www.meetup.com/hac-dc/events/ical/ for an ics feed to use with your favorite calendaring software.&lt;br /&gt;
&lt;br /&gt;
=== Past Cool Stuff That Will Happen Again ===&lt;br /&gt;
&lt;br /&gt;
* [[LightningTalks]]&lt;br /&gt;
* [[HacDC Summer School]] This aspires to be a yearly beginner-level workshop series giving attendees an introduction to physical computing. Topics for 2013 included integrated circuits kit-soldering, Arduino programming, and working with Processing.org [http://www.meetup.com/hac-dc/events/121563632/ (full description)]. A more integrated curriculum is being planned to roll-in Intro to Electronics, [[Intro to Programming]],  [[AVR Microcontroller Class 2011 | AVR programming]], IoT workshops, and more...&lt;br /&gt;
* [[Schemers|&amp;quot;Schemers&amp;quot; a Biweekly SICP study group]] meeting on [http://www.meetup.com/hac-dc/events/64832532/ alternate Tuesdays]&lt;br /&gt;
* [[TECS | The Elements of Computing Systems: Building a Modern Computer from First Principles]]&lt;br /&gt;
* [[IntrotoVisualsforProgrammers | Intro to Visuals for Programmers]]&lt;br /&gt;
* [[Electron Tube Class]]&lt;br /&gt;
* Max/MSP Workshop&lt;br /&gt;
* [[Quantified Self]]&lt;br /&gt;
* [[Intro to Programming]]&lt;br /&gt;
* [[AVR Microcontroller Class 2011]]&lt;br /&gt;
* [[Great Global Hackerspace Challenge]]&lt;br /&gt;
* [[Linux Class]]&lt;br /&gt;
* [[Bike Maintenance Class]]&lt;br /&gt;
* [[HacDC Spaceblimp 5]]&lt;br /&gt;
* [[Robotics Class 2011]]&lt;br /&gt;
&lt;br /&gt;
=== [[:Category:Community]] ===&lt;br /&gt;
Pages on people in our community :&lt;br /&gt;
* [[:Category:Members | Member User Pages]] &lt;br /&gt;
* [[:Category:Friends | Friends of HacDC]]&lt;br /&gt;
* [[Heroes | Heroes and people who inspire us]]&lt;br /&gt;
&lt;br /&gt;
=== [[:Category:Policy]] ===&lt;br /&gt;
Our Policy Manual is divided into the following subcategories:&lt;br /&gt;
* [[Articles_of_Incorporation|Articles of Incorporation]]&lt;br /&gt;
* [[Bylaws]]&lt;br /&gt;
* [[MIBS_Simplified_Rules_of_Coordinated_Consensus_through_Chaos | Meeting Rules]]&lt;br /&gt;
* [[Privacy_Policy | Privacy Policy]]&lt;br /&gt;
* [[Resource_Use_Policy | Resource Use Policy]]&lt;br /&gt;
* [[Resource_Disposal | Resource Disposal Policy]]&lt;br /&gt;
* [[:Category:Communications Policy | Communications Policy]]&lt;br /&gt;
* [[Licensing_Policy | Licensing Policy]]&lt;br /&gt;
&lt;br /&gt;
=== Extra stuff, buried by wiki cleanup. ===&lt;br /&gt;
[[:Category:Obsolete]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Julialongtin</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Category:BOD&amp;diff=11462</id>
		<title>Category:BOD</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Category:BOD&amp;diff=11462"/>
		<updated>2015-04-28T02:21:35Z</updated>

		<summary type="html">&lt;p&gt;Julialongtin: Make my link correct.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Current [[Board of Directors]] ==&lt;br /&gt;
&lt;br /&gt;
Below is a list of members who currently sit on the board of directors.&lt;br /&gt;
&lt;br /&gt;
{| border=2&lt;br /&gt;
|-&lt;br /&gt;
! Title&lt;br /&gt;
! Name&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;President&#039;&#039;&#039;&lt;br /&gt;
| [[Celeste Paul]]&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Vice President&#039;&#039;&#039;&lt;br /&gt;
| [[Matthew Hines]]&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Secretary&#039;&#039;&#039;&lt;br /&gt;
| [[Enrique Cobas]]&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Treasurer&#039;&#039;&#039;&lt;br /&gt;
| [[User:Julialongtin | Julia Longtin]]&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;At Large Director&#039;&#039;&#039;&lt;br /&gt;
| [[Phil Stewart]]&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;At Large Director&#039;&#039;&#039;&lt;br /&gt;
| [[Don E. Jones]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:People]]&lt;/div&gt;</summary>
		<author><name>Julialongtin</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=User:Julialongtin&amp;diff=11461</id>
		<title>User:Julialongtin</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=User:Julialongtin&amp;diff=11461"/>
		<updated>2015-04-28T02:19:41Z</updated>

		<summary type="html">&lt;p&gt;Julialongtin: I am on the board!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:BOD]]&lt;/div&gt;</summary>
		<author><name>Julialongtin</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=User:Tslagle&amp;diff=11460</id>
		<title>User:Tslagle</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=User:Tslagle&amp;diff=11460"/>
		<updated>2015-04-28T02:11:06Z</updated>

		<summary type="html">&lt;p&gt;Julialongtin: No longer a board member.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I just got elected to be HacDC Treasurer.  More info forthcoming.&lt;br /&gt;
&lt;br /&gt;
[[Category:Members]]&lt;/div&gt;</summary>
		<author><name>Julialongtin</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=User:Sitwon&amp;diff=11459</id>
		<title>User:Sitwon</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=User:Sitwon&amp;diff=11459"/>
		<updated>2015-04-28T02:10:24Z</updated>

		<summary type="html">&lt;p&gt;Julialongtin: No longer a board member.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Members]]&lt;/div&gt;</summary>
		<author><name>Julialongtin</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=User:Nocko&amp;diff=11458</id>
		<title>User:Nocko</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=User:Nocko&amp;diff=11458"/>
		<updated>2015-04-28T02:09:27Z</updated>

		<summary type="html">&lt;p&gt;Julialongtin: No longer a board member.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:nocko.jpg|thumb|right|Hugging a Lego&amp;amp;trade; Wookie]]&lt;br /&gt;
&lt;br /&gt;
Alias: nocko&lt;br /&gt;
&lt;br /&gt;
Real Name: Shawn Nock&lt;br /&gt;
&lt;br /&gt;
Email: nock at nocko dot se&lt;br /&gt;
&lt;br /&gt;
IRC: nocko on #hacdc, ##biohack on freenode&lt;br /&gt;
&lt;br /&gt;
URL: https://nocko.se/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Members]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
* [[GrindDC]]&lt;br /&gt;
&lt;br /&gt;
== Interests ==&lt;br /&gt;
&lt;br /&gt;
* HPC (High Performance Computing)&lt;br /&gt;
* DIYBio / DIY Biomedical Engineering&lt;br /&gt;
&lt;br /&gt;
== Experience ==&lt;br /&gt;
&lt;br /&gt;
* Broadcast Engingeer at [http://www.azpm.org/ Arizona Public Media]&lt;br /&gt;
** Electronics tinkering&lt;br /&gt;
** Basic RF Engineering&lt;br /&gt;
** Broadcast Automation Programming&lt;br /&gt;
* Systems Programmer, Sr. at the [http://www.arizona.edu Univ. of AZ]&lt;br /&gt;
** SAN Storage Administrator&lt;br /&gt;
** Mail System Admin&lt;br /&gt;
** HPC Team&lt;br /&gt;
* Currently at [http://cfmi.georgetown.edu Center for Function and Molecular Imaging] and a bunch of other neuroscience labs at Georgetown University Medical Center&lt;br /&gt;
** Research support, Programming&lt;br /&gt;
** Linux sysadmin for image analysis cluster and glusterfs storage cluster.&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:nocko2.jpg|thumb|This is the cover of my next album (ha!) taken in my native Sonoran Desert.]]&lt;br /&gt;
|[[Image:nocko3.jpg|thumb|upright|There isn&#039;t much to do in the desert sometimes, so we make up sports. Here I am trying to jump over a sahuaro.]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Julialongtin</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=User:NickS&amp;diff=11457</id>
		<title>User:NickS</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=User:NickS&amp;diff=11457"/>
		<updated>2015-04-28T02:06:12Z</updated>

		<summary type="html">&lt;p&gt;Julialongtin: No longer a board member.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Current status===&lt;br /&gt;
(As of 2015)&lt;br /&gt;
Moved away to PA, reluctantly left HacDC.&lt;br /&gt;
&lt;br /&gt;
===Archived page circa 2012===&lt;br /&gt;
&lt;br /&gt;
Hey, I&#039;m Nick (the &amp;quot;nmapsy&amp;quot; email on blabber).&lt;br /&gt;
&lt;br /&gt;
Became a member in October 2011 but I&#039;ve been at the space regularly since January (props to [[User:Sitwon|Ben]]&#039;s [[TECS]] class!).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Update&#039;&#039;&#039;: As of February I&#039;m HacDC&#039;s Director-At-Large #2, in case you&#039;re trying to track down Board members.&lt;br /&gt;
&lt;br /&gt;
I&#039;m a biologist, and at the moment I&#039;m learning bioinformatics at Johns Hopkins.&lt;br /&gt;
There I&#039;ve learned a fair amount of Perl and Java, and I&#039;m pretty comfortable on Unix.&lt;br /&gt;
&lt;br /&gt;
Also, I&#039;m [[wikipedia:User:Qwerty0|on Wikipedia]] a bit so I&#039;m a pretty capable MediaWiki editor.&lt;br /&gt;
Oh, and another place I&#039;ve been involved is the [http://www.archiveteam.org Archive Team]. They do awesome work saving user data from dead and dying sites. And they can always use Unix hackers to help!&lt;br /&gt;
&lt;br /&gt;
My personal site: [http://nstoler.com personal site]&lt;br /&gt;
&lt;br /&gt;
=== Subpages ===&lt;br /&gt;
Convenient links for me: Subpages of my user page(usually drafts of pages I&#039;m working on).&lt;br /&gt;
&lt;br /&gt;
* [[User:NickS/Welcome to the HacDC Wiki]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Members]]&lt;/div&gt;</summary>
		<author><name>Julialongtin</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=User:Bbarr&amp;diff=11456</id>
		<title>User:Bbarr</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=User:Bbarr&amp;diff=11456"/>
		<updated>2015-04-27T19:27:03Z</updated>

		<summary type="html">&lt;p&gt;Julialongtin: No longer a board member.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Members]]&lt;/div&gt;</summary>
		<author><name>Julialongtin</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Communications_Methods&amp;diff=11455</id>
		<title>Communications Methods</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Communications_Methods&amp;diff=11455"/>
		<updated>2015-04-27T18:19:28Z</updated>

		<summary type="html">&lt;p&gt;Julialongtin: jabber no longer exists.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RevisionNeeded}}&lt;br /&gt;
{{Floating TOC}}&lt;br /&gt;
Our general communications policy is simple:&lt;br /&gt;
&lt;br /&gt;
# Pick a system that works to facilitate communication&lt;br /&gt;
# Use it&lt;br /&gt;
# Don&#039;t change it unless it&#039;s failing.&lt;br /&gt;
&lt;br /&gt;
== E-Mail ==&lt;br /&gt;
&lt;br /&gt;
E-mail is the most common method of communication within HacDC and between HacDC and the outside world.&lt;br /&gt;
&lt;br /&gt;
=== Public E-mail Lists ===&lt;br /&gt;
&lt;br /&gt;
Our public lists, which anyone can sign up for, are:&lt;br /&gt;
&lt;br /&gt;
* [http://hacdc.org/mailman/listinfo/announce_hacdc.org announce@hacdc.org] : A moderated, weekly update list designed to keep the general public informed about what&#039;s happening, what&#039;s been discussed and what&#039;s coming up at HacDC.&lt;br /&gt;
* [http://hacdc.org/mailman/listinfo/blabber_hacdc.org blabber@hacdc.org] : Our completely unmoderated and public open discussion forum covering a wide range of topics and questions. &lt;br /&gt;
&lt;br /&gt;
=== Public POC E-mail ===&lt;br /&gt;
&lt;br /&gt;
All inquiries from the outside world, via e-mail, should go to [[bod@hacdc.org]].&lt;br /&gt;
&lt;br /&gt;
[[bod@hacdc.org]] may be used within the web page, wiki, on documents, flyers, etc. as a way for those outside HacDC to contact the organization.&lt;br /&gt;
&lt;br /&gt;
=== Internal/Member E-mail Addresses/Aliases ===&lt;br /&gt;
&lt;br /&gt;
Each member is entitled to an @hacdc.org e-mail account.  HacDC shall offer hosting for @hacdc.org e-mail accounts or offer the option of forwarding to the member&#039;s chosen e-mail address.  Member e-mail shall not be archived, except as chosen by the member in a hosted e-mail account.&lt;br /&gt;
&lt;br /&gt;
=== Internal E-mail Lists/Accounts ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! E-mail address !! Purpose !! List Members !! Archived by&lt;br /&gt;
|-&lt;br /&gt;
| advisors@hacdc.org&lt;br /&gt;
| A discussion forum for the HacDC [[Advisory Council]], where HacDC solicits advice and council.&lt;br /&gt;
| [[Advisory Council]], [[:Category:Members|Members]]&lt;br /&gt;
| Mailman&lt;br /&gt;
|-&lt;br /&gt;
| bod@hacdc.org&lt;br /&gt;
| Contact list for the Board of Directors&lt;br /&gt;
| [[:Category:BOD|The Board of Directors]]&lt;br /&gt;
| Mailman&lt;br /&gt;
|-&lt;br /&gt;
| finance@hacdc.org&lt;br /&gt;
| E-mail account for all things relating to HacDC Finances&lt;br /&gt;
| [[The Minister of Finance]]&lt;br /&gt;
| Archived E-Mail (7 year retention cycle)&lt;br /&gt;
|-&lt;br /&gt;
| members@hacdc.org&lt;br /&gt;
| Open, unmoderated discussion for HacDC Voting and Non-Voting (i.e. Honorary) Members&lt;br /&gt;
| [[:Category:Members|The Members]], [[:Category:Honorary Members|Honorary Members]]&lt;br /&gt;
| Mailman&lt;br /&gt;
|-&lt;br /&gt;
| members-announce@hacdc.org&lt;br /&gt;
| Moderated, essential traffic for members.  Primary distribution method for weekly members update, meeting minutes and agendas and emergencies.&lt;br /&gt;
| [[:Category:Members|The Members]], [[:Category:Honorary Members|Honorary Members]]&lt;br /&gt;
| Mailman&lt;br /&gt;
|-&lt;br /&gt;
| ministers@hacdc.org&lt;br /&gt;
| Primary contact address for the administrators of HacDC, designed for use by members to address specific concerns and by ministers to keep each other updated on minor administrative action.&lt;br /&gt;
| [[The Ministers]], [[Shadow Ministers]]&lt;br /&gt;
| Mailman&lt;br /&gt;
|-&lt;br /&gt;
| news@hacdc.org&lt;br /&gt;
| Primary contact list for the PR team of HacDC, designed to help members and associates get events publicised via HacDC&#039;s public e-mail lists, blog, twitter, etc.&lt;br /&gt;
| [[news@hacdc.org]]&lt;br /&gt;
| Mailman&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Project Contact E-Mail Addresses ===&lt;br /&gt;
&lt;br /&gt;
Each ongoing project must have an e-mail address associated with it.  The e-mail address may be an alias for the project coordinator, a discussion list for the project as a whole or an alias to bod@ so [[The Ministers]] may be able to send project inquiries to the correct relevant parties.  In any case, the status of each project contact e-mail must be documented here:&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! E-mail address !! Aliases !! General Purpose !! Delivery Mechanism !! Archived?&lt;br /&gt;
|-&lt;br /&gt;
| [http://hacdc.org/mailman/listinfo/multi-touch-int-display_hacdc.org multi-touch-int-display@]&lt;br /&gt;
| (None)&lt;br /&gt;
| Discussion list for the [[HacDC Multi-touch device]] Project.&lt;br /&gt;
| Mailman via hacdc.org&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| [http://hacdc.org/mailman/listinfo/museum_hacdc.org museum@]&lt;br /&gt;
| (None)&lt;br /&gt;
| Discussion list for the [[HacDC Museum]] Project.&lt;br /&gt;
| Mailman via hacdc.org&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| [http://hacdc.org/mailman/listinfo/neighborhoodwireless_hacdc.org neighborhoodwireless@]&lt;br /&gt;
| (None)&lt;br /&gt;
| Discussion list for the [[Columbia Heights Wireless]] Project.&lt;br /&gt;
| Mailman via hacdc.org&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| [http://hacdc.org/mailman/listinfo/smartclothing_hacdc.org smartclothing@]&lt;br /&gt;
| (None)&lt;br /&gt;
| Discussion list for the [[Smart Clothing]] Project.&lt;br /&gt;
| Mailman via hacdc.org&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| [http://hacdc.org/mailman/listinfo/micromondays_hacdc.org micromondays@]&lt;br /&gt;
| (None)&lt;br /&gt;
| Discussion list for the [[Microcontroller Course]]&lt;br /&gt;
| Mailman via hacdc.org&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| [http://hacdc.org/mailman/listinfo/reddoor_hacdc.org reddoor@]&lt;br /&gt;
| (None)&lt;br /&gt;
| Discussion list for the [[Door Entry Project]]&lt;br /&gt;
| Mailman via hacdc.org&lt;br /&gt;
| Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Web Presence ==&lt;br /&gt;
&lt;br /&gt;
=== Homepage/Blog: hacdc.org ===&lt;br /&gt;
&lt;br /&gt;
Our main website is run on [[Wikipedia:Drupal|Drupal]] and functions primarily as a blog.&lt;br /&gt;
&lt;br /&gt;
=== Wiki ===&lt;br /&gt;
&lt;br /&gt;
Our wiki is run on [[Wikipedia:MediaWiki|MediaWiki]].  You&#039;re most likely reading it now.&lt;br /&gt;
&lt;br /&gt;
=== Twitter ===&lt;br /&gt;
&lt;br /&gt;
Our twitter is [http://twitter.com/hacdc hacdc].&lt;br /&gt;
&lt;br /&gt;
=== Livejournal ===&lt;br /&gt;
&lt;br /&gt;
Our Livejournal is [http://hacdc.livejournal.com/ hacdc].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Meetup ===&lt;br /&gt;
&lt;br /&gt;
Our meetup is [http://www.meetup.com/hac-dc/ hacdc].&lt;br /&gt;
&lt;br /&gt;
== Phone ==&lt;br /&gt;
&lt;br /&gt;
Our Phone number is (202) 870-5002.&lt;br /&gt;
&lt;br /&gt;
== CHAT ==&lt;br /&gt;
&lt;br /&gt;
Visit [http://chat.hacdc.org chat.hacdc.org] or point your IRC client to #hacdc at [irc://irc.freenode.org/hacdc  freenode.org]. This is the primary chat medium for HacDC.&lt;br /&gt;
&lt;br /&gt;
Projects whose communities rely on IRC are encouraged to start their own IRC channels or actively participate in existing channels - we have control of the entire #hacdc-* namespace, if sub-channels are needed.&lt;br /&gt;
&lt;br /&gt;
[[Category:HacDC_Systems]]&lt;/div&gt;</summary>
		<author><name>Julialongtin</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Communications_Methods&amp;diff=11454</id>
		<title>Communications Methods</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Communications_Methods&amp;diff=11454"/>
		<updated>2015-04-27T17:46:29Z</updated>

		<summary type="html">&lt;p&gt;Julialongtin: Add our meetup page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RevisionNeeded}}&lt;br /&gt;
{{Floating TOC}}&lt;br /&gt;
Our general communications policy is simple:&lt;br /&gt;
&lt;br /&gt;
# Pick a system that works to facilitate communication&lt;br /&gt;
# Use it&lt;br /&gt;
# Don&#039;t change it unless it&#039;s failing.&lt;br /&gt;
&lt;br /&gt;
== E-Mail ==&lt;br /&gt;
&lt;br /&gt;
E-mail is the most common method of communication within HacDC and between HacDC and the outside world.&lt;br /&gt;
&lt;br /&gt;
=== Public E-mail Lists ===&lt;br /&gt;
&lt;br /&gt;
Our public lists, which anyone can sign up for, are:&lt;br /&gt;
&lt;br /&gt;
* [http://hacdc.org/mailman/listinfo/announce_hacdc.org announce@hacdc.org] : A moderated, weekly update list designed to keep the general public informed about what&#039;s happening, what&#039;s been discussed and what&#039;s coming up at HacDC.&lt;br /&gt;
* [http://hacdc.org/mailman/listinfo/blabber_hacdc.org blabber@hacdc.org] : Our completely unmoderated and public open discussion forum covering a wide range of topics and questions. &lt;br /&gt;
&lt;br /&gt;
=== Public POC E-mail ===&lt;br /&gt;
&lt;br /&gt;
All inquiries from the outside world, via e-mail, should go to [[bod@hacdc.org]].&lt;br /&gt;
&lt;br /&gt;
[[bod@hacdc.org]] may be used within the web page, wiki, on documents, flyers, etc. as a way for those outside HacDC to contact the organization.&lt;br /&gt;
&lt;br /&gt;
=== Internal/Member E-mail Addresses/Aliases ===&lt;br /&gt;
&lt;br /&gt;
Each member is entitled to an @hacdc.org e-mail account.  HacDC shall offer hosting for @hacdc.org e-mail accounts or offer the option of forwarding to the member&#039;s chosen e-mail address.  Member e-mail shall not be archived, except as chosen by the member in a hosted e-mail account.&lt;br /&gt;
&lt;br /&gt;
=== Internal E-mail Lists/Accounts ===&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! E-mail address !! Purpose !! List Members !! Archived by&lt;br /&gt;
|-&lt;br /&gt;
| advisors@hacdc.org&lt;br /&gt;
| A discussion forum for the HacDC [[Advisory Council]], where HacDC solicits advice and council.&lt;br /&gt;
| [[Advisory Council]], [[:Category:Members|Members]]&lt;br /&gt;
| Mailman&lt;br /&gt;
|-&lt;br /&gt;
| bod@hacdc.org&lt;br /&gt;
| Contact list for the Board of Directors&lt;br /&gt;
| [[:Category:BOD|The Board of Directors]]&lt;br /&gt;
| Mailman&lt;br /&gt;
|-&lt;br /&gt;
| finance@hacdc.org&lt;br /&gt;
| E-mail account for all things relating to HacDC Finances&lt;br /&gt;
| [[The Minister of Finance]]&lt;br /&gt;
| Archived E-Mail (7 year retention cycle)&lt;br /&gt;
|-&lt;br /&gt;
| members@hacdc.org&lt;br /&gt;
| Open, unmoderated discussion for HacDC Voting and Non-Voting (i.e. Honorary) Members&lt;br /&gt;
| [[:Category:Members|The Members]], [[:Category:Honorary Members|Honorary Members]]&lt;br /&gt;
| Mailman&lt;br /&gt;
|-&lt;br /&gt;
| members-announce@hacdc.org&lt;br /&gt;
| Moderated, essential traffic for members.  Primary distribution method for weekly members update, meeting minutes and agendas and emergencies.&lt;br /&gt;
| [[:Category:Members|The Members]], [[:Category:Honorary Members|Honorary Members]]&lt;br /&gt;
| Mailman&lt;br /&gt;
|-&lt;br /&gt;
| ministers@hacdc.org&lt;br /&gt;
| Primary contact address for the administrators of HacDC, designed for use by members to address specific concerns and by ministers to keep each other updated on minor administrative action.&lt;br /&gt;
| [[The Ministers]], [[Shadow Ministers]]&lt;br /&gt;
| Mailman&lt;br /&gt;
|-&lt;br /&gt;
| news@hacdc.org&lt;br /&gt;
| Primary contact list for the PR team of HacDC, designed to help members and associates get events publicised via HacDC&#039;s public e-mail lists, blog, twitter, etc.&lt;br /&gt;
| [[news@hacdc.org]]&lt;br /&gt;
| Mailman&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Project Contact E-Mail Addresses ===&lt;br /&gt;
&lt;br /&gt;
Each ongoing project must have an e-mail address associated with it.  The e-mail address may be an alias for the project coordinator, a discussion list for the project as a whole or an alias to bod@ so [[The Ministers]] may be able to send project inquiries to the correct relevant parties.  In any case, the status of each project contact e-mail must be documented here:&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! E-mail address !! Aliases !! General Purpose !! Delivery Mechanism !! Archived?&lt;br /&gt;
|-&lt;br /&gt;
| [http://hacdc.org/mailman/listinfo/multi-touch-int-display_hacdc.org multi-touch-int-display@]&lt;br /&gt;
| (None)&lt;br /&gt;
| Discussion list for the [[HacDC Multi-touch device]] Project.&lt;br /&gt;
| Mailman via hacdc.org&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| [http://hacdc.org/mailman/listinfo/museum_hacdc.org museum@]&lt;br /&gt;
| (None)&lt;br /&gt;
| Discussion list for the [[HacDC Museum]] Project.&lt;br /&gt;
| Mailman via hacdc.org&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| [http://hacdc.org/mailman/listinfo/neighborhoodwireless_hacdc.org neighborhoodwireless@]&lt;br /&gt;
| (None)&lt;br /&gt;
| Discussion list for the [[Columbia Heights Wireless]] Project.&lt;br /&gt;
| Mailman via hacdc.org&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| [http://hacdc.org/mailman/listinfo/smartclothing_hacdc.org smartclothing@]&lt;br /&gt;
| (None)&lt;br /&gt;
| Discussion list for the [[Smart Clothing]] Project.&lt;br /&gt;
| Mailman via hacdc.org&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| [http://hacdc.org/mailman/listinfo/micromondays_hacdc.org micromondays@]&lt;br /&gt;
| (None)&lt;br /&gt;
| Discussion list for the [[Microcontroller Course]]&lt;br /&gt;
| Mailman via hacdc.org&lt;br /&gt;
| Yes&lt;br /&gt;
|-&lt;br /&gt;
| [http://hacdc.org/mailman/listinfo/reddoor_hacdc.org reddoor@]&lt;br /&gt;
| (None)&lt;br /&gt;
| Discussion list for the [[Door Entry Project]]&lt;br /&gt;
| Mailman via hacdc.org&lt;br /&gt;
| Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Web Presence ==&lt;br /&gt;
&lt;br /&gt;
=== Homepage/Blog: hacdc.org ===&lt;br /&gt;
&lt;br /&gt;
Our main website is run on [[Wikipedia:Drupal|Drupal]] and functions primarily as a blog.&lt;br /&gt;
&lt;br /&gt;
=== Wiki ===&lt;br /&gt;
&lt;br /&gt;
Our wiki is run on [[Wikipedia:MediaWiki|MediaWiki]].  You&#039;re most likely reading it now.&lt;br /&gt;
&lt;br /&gt;
=== Twitter ===&lt;br /&gt;
&lt;br /&gt;
Our twitter is [http://twitter.com/hacdc hacdc].&lt;br /&gt;
&lt;br /&gt;
=== Livejournal ===&lt;br /&gt;
&lt;br /&gt;
Our Livejournal is [http://hacdc.livejournal.com/ hacdc].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Meetup ===&lt;br /&gt;
&lt;br /&gt;
Our meetup is [http://www.meetup.com/hac-dc/ hacdc].&lt;br /&gt;
&lt;br /&gt;
== Phone ==&lt;br /&gt;
&lt;br /&gt;
Our Phone number is (202) 870-5002.&lt;br /&gt;
&lt;br /&gt;
== CHAT ==&lt;br /&gt;
&lt;br /&gt;
Visit [http://chat.hacdc.org chat.hacdc.org] or point your IRC client to #hacdc at [irc://irc.freenode.org/hacdc  freenode.org]. This is the primary chat medium for HacDC.&lt;br /&gt;
&lt;br /&gt;
Projects whose communities rely on IRC are encouraged to start their own IRC channels or actively participate in existing channels - we have control of the entire #hacdc-* namespace, if sub-channels are needed.&lt;br /&gt;
&lt;br /&gt;
A few folks also use the &#039;blabber&#039; conference room on the jabber server conference.hacdc.org.  Jabber services are also provided by [http://hackerspaces.org/wiki/Communication hackerspaces.org].&lt;br /&gt;
&lt;br /&gt;
[[Category:HacDC_Systems]]&lt;/div&gt;</summary>
		<author><name>Julialongtin</name></author>
	</entry>
	<entry>
		<id>https://old.hacdc.org/index.php?title=Category:BOD&amp;diff=11453</id>
		<title>Category:BOD</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=Category:BOD&amp;diff=11453"/>
		<updated>2015-04-27T16:54:30Z</updated>

		<summary type="html">&lt;p&gt;Julialongtin: Add myself as the Treasurer.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Current [[Board of Directors]] ==&lt;br /&gt;
&lt;br /&gt;
Below is a list of members who currently sit on the board of directors.&lt;br /&gt;
&lt;br /&gt;
{| border=2&lt;br /&gt;
|-&lt;br /&gt;
! Title&lt;br /&gt;
! Name&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;President&#039;&#039;&#039;&lt;br /&gt;
| [[Celeste Paul]]&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Vice President&#039;&#039;&#039;&lt;br /&gt;
| [[Matthew Hines]]&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Secretary&#039;&#039;&#039;&lt;br /&gt;
| [[Enrique Cobas]]&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Treasurer&#039;&#039;&#039;&lt;br /&gt;
| [[Julia Longtin]]&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;At Large Director&#039;&#039;&#039;&lt;br /&gt;
| [[Phil Stewart]]&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;At Large Director&#039;&#039;&#039;&lt;br /&gt;
| [[Don E. Jones]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:People]]&lt;/div&gt;</summary>
		<author><name>Julialongtin</name></author>
	</entry>
</feed>