<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.extremist.software/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=216.243.58.198</id>
	<title>Noisebridge - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.extremist.software/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=216.243.58.198"/>
	<link rel="alternate" type="text/html" href="https://wiki.extremist.software/wiki/Special:Contributions/216.243.58.198"/>
	<updated>2026-04-07T07:54:58Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=PyClass&amp;diff=41785</id>
		<title>PyClass</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=PyClass&amp;diff=41785"/>
		<updated>2014-04-27T23:48:13Z</updated>

		<summary type="html">&lt;p&gt;216.243.58.198: /* Other Intro to Python Texts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Noisebridge&#039;s Learning Python Classes ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Come learn [http://www.python.org/ Python]&#039;&#039;&#039;!!&amp;lt;br&amp;gt;&lt;br /&gt;
See our awesome website for both PyClasses at [http://pycourse.com/ Noisebridge Learning Python]&lt;br /&gt;
&lt;br /&gt;
* Advanced Class, Tuesdays at 7:00 - 9:00 PM PST&lt;br /&gt;
* Introduction to Python, Wednesday, ditto (at 7-9 PM)&lt;br /&gt;
&lt;br /&gt;
Intro to Python schedule is [http://pycourse.com/schedule/ here], see below to get the online texts for this Intro to Python class&lt;br /&gt;
&lt;br /&gt;
The Advanced Class:&lt;br /&gt;
We are currently building a weekly schedule that you can peek at by clicking [[http://pycourse.com/advanced-class-schedule/ here]]&amp;lt;br&amp;gt;&lt;br /&gt;
In general, this is &#039;&#039;&#039;your&#039;&#039;&#039; class, peeps! We are here to serve &#039;&#039;&#039;you&#039;&#039;&#039;, so any feedback is welcome. &lt;br /&gt;
&lt;br /&gt;
After 9pm Tuesdays, we&#039;ll have open hacking time and time for questions for those that are kicking so much ass they just can&#039;t go home yet, or even for those that may have gone to Mondays&#039; Front-end Web Development class and want to come back for more. If you have problems from work or home, feel free to bring them after 9 and everyone can help each other.&lt;br /&gt;
&lt;br /&gt;
For redundancy, not 1 but 2(!) people will be helping run the Advanced Class. Please contact either of us with comments/questions:&lt;br /&gt;
* Elizabeth Leddy on IRC (#noisebridge/#plone) as eleddy or [http://twitter.com/eleddy @eleddy] &lt;br /&gt;
* Kellan Jacobs  [http://twitter.com/kellanjacobs @kellanjacobs] &lt;br /&gt;
&lt;br /&gt;
Cost: Free! That&#039;s right homies. Bring your good vibes and we are at your disposal!&lt;br /&gt;
&lt;br /&gt;
=== Mailing List ===&lt;br /&gt;
Sign up for this now!&lt;br /&gt;
* [http://groups.google.com/group/pyclass Pyclass-Discussion]&lt;br /&gt;
Once you join the mailing list, send a request to join the PyClass organization to https://github.com/egonSchiele&lt;br /&gt;
&lt;br /&gt;
=== Semi-Official Intro to Python Class Texts ===&lt;br /&gt;
* [http://www.greenteapress.com/thinkpython/ Think Python: How to Think Like a Computer Scientist]&lt;br /&gt;
* [http://learnpythonthehardway.org/ Learn Python The Hard Way] - A good introductory text with lots of exercises written by prolific programmer [http://zedshaw.com/ Zed Shaw]&lt;br /&gt;
* [http://www.python.org/dev/peps/pep-0008/ PEP 8 -- The &#039;&#039;&#039;highly&#039;&#039;&#039; recommended Style Guide for Python Code]&lt;br /&gt;
&lt;br /&gt;
=== Other Intro to Python Texts ===&lt;br /&gt;
* [http://www.swaroopch.com/notes/python A Byte of Python]&lt;br /&gt;
* [http://www.learnpython.org/ Learn Python - Free Interactive Python Tutorial]&lt;br /&gt;
* [http://www.openbookproject.net/thinkcs/python/english2e/ How to Think Like a Computer Scientist: Learning with Python 2nd Edition]&lt;br /&gt;
* [https://docs.python.org/2/tutorial/ The Python Tutorial] - written by Guido van Rossum, creator of the Python programming language &lt;br /&gt;
** [https://docs.python.org/2/download.html Python 2.x.x Documentation download] - Contains Python Tutorial &amp;amp; other docs in various readable formats&lt;br /&gt;
&lt;br /&gt;
=== PyClass Githubs===&lt;br /&gt;
* [https://github.com/PythonNinjas PyClass Organization]&lt;br /&gt;
* [https://github.com/PythonNinjas/InventWithPython  Invent with Python Textbook Code] &amp;lt;404 Error&amp;gt;&lt;br /&gt;
* https://github.com/noisebridge/Intro-Python   / Kellan Jacobs Notes&lt;br /&gt;
* https://github.com/noisebridge/web2py-noiselist&lt;br /&gt;
* https://github.com/noisebridge/flask-noiselist   / E Leddy&lt;br /&gt;
* https://github.com/tachang/django_noiselist&lt;br /&gt;
&lt;br /&gt;
===  [Old] Class Slides ===&lt;br /&gt;
* [http://egonschiele.github.com/pyclass Slides on Github]&lt;br /&gt;
&lt;br /&gt;
=== Other Helpful PyClass links ===&lt;br /&gt;
* [https://www.python.org/ Main Python.org site]&lt;br /&gt;
* [http://oreilly.com/catalog/9780596100469/ Python in a Nutshell] - an older but handy reference&lt;br /&gt;
* [http://www.pygame.org Pygame]&lt;br /&gt;
* [http://inventwithpython.com Invent Your Own Computer Games with Python] - written by Noisebridger [[User:AlSweigart|Al Sweigart]], free to download [http://inventwithpython.com/IYOCGwP_book1.pdf here] or [https://dl.dropbox.com/u/11076239/IYOCGwP_book1.pdf here]&lt;br /&gt;
&lt;br /&gt;
[[Category:Python]]&lt;br /&gt;
[[Category:Pages with a Noisebridge Tiny URL]]&lt;/div&gt;</summary>
		<author><name>216.243.58.198</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=PyClass&amp;diff=41784</id>
		<title>PyClass</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=PyClass&amp;diff=41784"/>
		<updated>2014-04-27T23:47:18Z</updated>

		<summary type="html">&lt;p&gt;216.243.58.198: /* Other Intro to Python Texts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Noisebridge&#039;s Learning Python Classes ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Come learn [http://www.python.org/ Python]&#039;&#039;&#039;!!&amp;lt;br&amp;gt;&lt;br /&gt;
See our awesome website for both PyClasses at [http://pycourse.com/ Noisebridge Learning Python]&lt;br /&gt;
&lt;br /&gt;
* Advanced Class, Tuesdays at 7:00 - 9:00 PM PST&lt;br /&gt;
* Introduction to Python, Wednesday, ditto (at 7-9 PM)&lt;br /&gt;
&lt;br /&gt;
Intro to Python schedule is [http://pycourse.com/schedule/ here], see below to get the online texts for this Intro to Python class&lt;br /&gt;
&lt;br /&gt;
The Advanced Class:&lt;br /&gt;
We are currently building a weekly schedule that you can peek at by clicking [[http://pycourse.com/advanced-class-schedule/ here]]&amp;lt;br&amp;gt;&lt;br /&gt;
In general, this is &#039;&#039;&#039;your&#039;&#039;&#039; class, peeps! We are here to serve &#039;&#039;&#039;you&#039;&#039;&#039;, so any feedback is welcome. &lt;br /&gt;
&lt;br /&gt;
After 9pm Tuesdays, we&#039;ll have open hacking time and time for questions for those that are kicking so much ass they just can&#039;t go home yet, or even for those that may have gone to Mondays&#039; Front-end Web Development class and want to come back for more. If you have problems from work or home, feel free to bring them after 9 and everyone can help each other.&lt;br /&gt;
&lt;br /&gt;
For redundancy, not 1 but 2(!) people will be helping run the Advanced Class. Please contact either of us with comments/questions:&lt;br /&gt;
* Elizabeth Leddy on IRC (#noisebridge/#plone) as eleddy or [http://twitter.com/eleddy @eleddy] &lt;br /&gt;
* Kellan Jacobs  [http://twitter.com/kellanjacobs @kellanjacobs] &lt;br /&gt;
&lt;br /&gt;
Cost: Free! That&#039;s right homies. Bring your good vibes and we are at your disposal!&lt;br /&gt;
&lt;br /&gt;
=== Mailing List ===&lt;br /&gt;
Sign up for this now!&lt;br /&gt;
* [http://groups.google.com/group/pyclass Pyclass-Discussion]&lt;br /&gt;
Once you join the mailing list, send a request to join the PyClass organization to https://github.com/egonSchiele&lt;br /&gt;
&lt;br /&gt;
=== Semi-Official Intro to Python Class Texts ===&lt;br /&gt;
* [http://www.greenteapress.com/thinkpython/ Think Python: How to Think Like a Computer Scientist]&lt;br /&gt;
* [http://learnpythonthehardway.org/ Learn Python The Hard Way] - A good introductory text with lots of exercises written by prolific programmer [http://zedshaw.com/ Zed Shaw]&lt;br /&gt;
* [http://www.python.org/dev/peps/pep-0008/ PEP 8 -- The &#039;&#039;&#039;highly&#039;&#039;&#039; recommended Style Guide for Python Code]&lt;br /&gt;
&lt;br /&gt;
=== Other Intro to Python Texts ===&lt;br /&gt;
* [http://www.swaroopch.com/notes/python A Byte of Python]&lt;br /&gt;
* [http://www.learnpython.org/ Learn Python - Free Interactive Python Tutorial]&lt;br /&gt;
* [http://www.openbookproject.net/thinkcs/python/english2e/ How to Think Like a Computer Scientist: Learning with Python 2nd Edition]&lt;br /&gt;
* [https://docs.python.org/2/tutorial/ The Python Tutorial] - written by Guido van Rossum, creator of the Python programming language &lt;br /&gt;
** [https://docs.python.org/2/download.html Python 2.x.x Documentation download] - Contains Python Tutorial &amp;amp; other docs in various downloadable formats&lt;br /&gt;
&lt;br /&gt;
=== PyClass Githubs===&lt;br /&gt;
* [https://github.com/PythonNinjas PyClass Organization]&lt;br /&gt;
* [https://github.com/PythonNinjas/InventWithPython  Invent with Python Textbook Code] &amp;lt;404 Error&amp;gt;&lt;br /&gt;
* https://github.com/noisebridge/Intro-Python   / Kellan Jacobs Notes&lt;br /&gt;
* https://github.com/noisebridge/web2py-noiselist&lt;br /&gt;
* https://github.com/noisebridge/flask-noiselist   / E Leddy&lt;br /&gt;
* https://github.com/tachang/django_noiselist&lt;br /&gt;
&lt;br /&gt;
===  [Old] Class Slides ===&lt;br /&gt;
* [http://egonschiele.github.com/pyclass Slides on Github]&lt;br /&gt;
&lt;br /&gt;
=== Other Helpful PyClass links ===&lt;br /&gt;
* [https://www.python.org/ Main Python.org site]&lt;br /&gt;
* [http://oreilly.com/catalog/9780596100469/ Python in a Nutshell] - an older but handy reference&lt;br /&gt;
* [http://www.pygame.org Pygame]&lt;br /&gt;
* [http://inventwithpython.com Invent Your Own Computer Games with Python] - written by Noisebridger [[User:AlSweigart|Al Sweigart]], free to download [http://inventwithpython.com/IYOCGwP_book1.pdf here] or [https://dl.dropbox.com/u/11076239/IYOCGwP_book1.pdf here]&lt;br /&gt;
&lt;br /&gt;
[[Category:Python]]&lt;br /&gt;
[[Category:Pages with a Noisebridge Tiny URL]]&lt;/div&gt;</summary>
		<author><name>216.243.58.198</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=PyClass&amp;diff=41783</id>
		<title>PyClass</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=PyClass&amp;diff=41783"/>
		<updated>2014-04-27T23:45:03Z</updated>

		<summary type="html">&lt;p&gt;216.243.58.198: pythn textbk updates&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Noisebridge&#039;s Learning Python Classes ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Come learn [http://www.python.org/ Python]&#039;&#039;&#039;!!&amp;lt;br&amp;gt;&lt;br /&gt;
See our awesome website for both PyClasses at [http://pycourse.com/ Noisebridge Learning Python]&lt;br /&gt;
&lt;br /&gt;
* Advanced Class, Tuesdays at 7:00 - 9:00 PM PST&lt;br /&gt;
* Introduction to Python, Wednesday, ditto (at 7-9 PM)&lt;br /&gt;
&lt;br /&gt;
Intro to Python schedule is [http://pycourse.com/schedule/ here], see below to get the online texts for this Intro to Python class&lt;br /&gt;
&lt;br /&gt;
The Advanced Class:&lt;br /&gt;
We are currently building a weekly schedule that you can peek at by clicking [[http://pycourse.com/advanced-class-schedule/ here]]&amp;lt;br&amp;gt;&lt;br /&gt;
In general, this is &#039;&#039;&#039;your&#039;&#039;&#039; class, peeps! We are here to serve &#039;&#039;&#039;you&#039;&#039;&#039;, so any feedback is welcome. &lt;br /&gt;
&lt;br /&gt;
After 9pm Tuesdays, we&#039;ll have open hacking time and time for questions for those that are kicking so much ass they just can&#039;t go home yet, or even for those that may have gone to Mondays&#039; Front-end Web Development class and want to come back for more. If you have problems from work or home, feel free to bring them after 9 and everyone can help each other.&lt;br /&gt;
&lt;br /&gt;
For redundancy, not 1 but 2(!) people will be helping run the Advanced Class. Please contact either of us with comments/questions:&lt;br /&gt;
* Elizabeth Leddy on IRC (#noisebridge/#plone) as eleddy or [http://twitter.com/eleddy @eleddy] &lt;br /&gt;
* Kellan Jacobs  [http://twitter.com/kellanjacobs @kellanjacobs] &lt;br /&gt;
&lt;br /&gt;
Cost: Free! That&#039;s right homies. Bring your good vibes and we are at your disposal!&lt;br /&gt;
&lt;br /&gt;
=== Mailing List ===&lt;br /&gt;
Sign up for this now!&lt;br /&gt;
* [http://groups.google.com/group/pyclass Pyclass-Discussion]&lt;br /&gt;
Once you join the mailing list, send a request to join the PyClass organization to https://github.com/egonSchiele&lt;br /&gt;
&lt;br /&gt;
=== Semi-Official Intro to Python Class Texts ===&lt;br /&gt;
* [http://www.greenteapress.com/thinkpython/ Think Python: How to Think Like a Computer Scientist]&lt;br /&gt;
* [http://learnpythonthehardway.org/ Learn Python The Hard Way] - A good introductory text with lots of exercises written by prolific programmer [http://zedshaw.com/ Zed Shaw]&lt;br /&gt;
* [http://www.python.org/dev/peps/pep-0008/ PEP 8 -- The &#039;&#039;&#039;highly&#039;&#039;&#039; recommended Style Guide for Python Code]&lt;br /&gt;
&lt;br /&gt;
=== Other Intro to Python Texts ===&lt;br /&gt;
* [http://www.swaroopch.com/notes/python A Byte of Python]&lt;br /&gt;
* [http://www.learnpython.org/ Learn Python - Free Interactive Python Tutorial]&lt;br /&gt;
* [http://www.openbookproject.net/thinkcs/python/english2e/ How to Think Like a Computer Scientist: Learning with Python 2nd Ed]&lt;br /&gt;
* [https://docs.python.org/2/tutorial/ The Python Tutorial] - written by Guido van Rossum, creator of the Python programming language &lt;br /&gt;
** [https://docs.python.org/2/download.html Python 2.x.x Documentation download] - Tutorial in various download formats&lt;br /&gt;
&lt;br /&gt;
=== PyClass Githubs===&lt;br /&gt;
* [https://github.com/PythonNinjas PyClass Organization]&lt;br /&gt;
* [https://github.com/PythonNinjas/InventWithPython  Invent with Python Textbook Code] &amp;lt;404 Error&amp;gt;&lt;br /&gt;
* https://github.com/noisebridge/Intro-Python   / Kellan Jacobs Notes&lt;br /&gt;
* https://github.com/noisebridge/web2py-noiselist&lt;br /&gt;
* https://github.com/noisebridge/flask-noiselist   / E Leddy&lt;br /&gt;
* https://github.com/tachang/django_noiselist&lt;br /&gt;
&lt;br /&gt;
===  [Old] Class Slides ===&lt;br /&gt;
* [http://egonschiele.github.com/pyclass Slides on Github]&lt;br /&gt;
&lt;br /&gt;
=== Other Helpful PyClass links ===&lt;br /&gt;
* [https://www.python.org/ Main Python.org site]&lt;br /&gt;
* [http://oreilly.com/catalog/9780596100469/ Python in a Nutshell] - an older but handy reference&lt;br /&gt;
* [http://www.pygame.org Pygame]&lt;br /&gt;
* [http://inventwithpython.com Invent Your Own Computer Games with Python] - written by Noisebridger [[User:AlSweigart|Al Sweigart]], free to download [http://inventwithpython.com/IYOCGwP_book1.pdf here] or [https://dl.dropbox.com/u/11076239/IYOCGwP_book1.pdf here]&lt;br /&gt;
&lt;br /&gt;
[[Category:Python]]&lt;br /&gt;
[[Category:Pages with a Noisebridge Tiny URL]]&lt;/div&gt;</summary>
		<author><name>216.243.58.198</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Meeting_Notes_2013_07_02&amp;diff=32821</id>
		<title>Meeting Notes 2013 07 02</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Meeting_Notes_2013_07_02&amp;diff=32821"/>
		<updated>2013-07-10T05:17:58Z</updated>

		<summary type="html">&lt;p&gt;216.243.58.198: Undo revision 32803 by 173.13.130.174 (talk) (no time travel)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You should read the [[meeting instructions]] forthwith!&amp;lt;br&amp;gt;&lt;br /&gt;
Don&#039;t forget to &#039;&#039;&#039;post the meeting notes to the wiki&#039;&#039;&#039; and e-mail the discussion list with a short summary.&lt;br /&gt;
&lt;br /&gt;
These are the notes from the [https://www.noisebridge.net/wiki/Category:Meeting_Notes The 272nd Meeting of Noisebridge]. Note-taker: JC; Moderator: Danny.&lt;br /&gt;
&lt;br /&gt;
= Intro =&lt;br /&gt;
&lt;br /&gt;
Explanation of how the meeting works.&lt;br /&gt;
&lt;br /&gt;
Hat of doom points to someone to explain Noisebridge.&lt;br /&gt;
&lt;br /&gt;
Everything is up for change, in legal terms were a 501c3, exist thru and depend on donations, be excellent to each other.&lt;br /&gt;
&lt;br /&gt;
99% of things are done thru, do-ocracy or sudo-leadership: just do it, ignore the little voices in your head.&lt;br /&gt;
The other pillar of Noisebridge is process, for when we have to decide on something for the whole community.&lt;br /&gt;
&lt;br /&gt;
Explanation of consensus.&lt;br /&gt;
&lt;br /&gt;
Shiatsu moderation technique and attempt to get these things done quickly/soon.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
= Short announcements and events =&lt;br /&gt;
* 1st Friday and sudo room&lt;br /&gt;
* RockIT http://www.rockitcolabs.com/hackers-invite&lt;br /&gt;
* Board meet and believes did legal requirements&lt;br /&gt;
* Thursday Rev Mik will be throwing all food with garbage&lt;br /&gt;
* We Steal Secrets WikiLeaks Documentary Movie Screening Roxie 8:45p tonight&lt;br /&gt;
* August 10th Shindig Here, 10 Year TPB Anniversary (Talk to James)&lt;br /&gt;
* Wednesday 21st of July Johny Radio build night&lt;br /&gt;
* Rebase meeting discussed kitchen and made progress https://noisebridge.net/wiki/RebaseMeeting07022013&lt;br /&gt;
* Video Project for NoiseJam, talk to Johny&lt;br /&gt;
&lt;br /&gt;
= New/Stale Events =&lt;br /&gt;
8:43pm&lt;br /&gt;
&lt;br /&gt;
Review of events...&lt;br /&gt;
* Lit crawl event? Almost certainly happening.&lt;br /&gt;
* This week Post Waste moved meeting, will update wiki&lt;br /&gt;
* MSP Group? Looks dead, april last event&lt;br /&gt;
* Tahoe, not really happening&lt;br /&gt;
&lt;br /&gt;
= [[ Membership Binder ]] =&lt;br /&gt;
Tom gives a detailed overview of the membership process.&lt;br /&gt;
&lt;br /&gt;
* Wayde Amesbury - 3rd Week&lt;br /&gt;
* Vincent Smith - 4th Week (not present)&lt;br /&gt;
* Richard Bottoms - 4th Week&lt;br /&gt;
* Several others who have been read off a bunch&lt;br /&gt;
* J.C. &amp;amp; James paperwork submitted&lt;br /&gt;
&lt;br /&gt;
= Financial Report =&lt;br /&gt;
* Funds in bank: $36,851.83 (including Tor monies)&lt;br /&gt;
* Noisetor (See the bulletpoints at the bottom of http://noisetor.net/finances/#summary): $12Kish&lt;br /&gt;
&lt;br /&gt;
= Consensus items =&lt;br /&gt;
&lt;br /&gt;
== [[ Consensus Items History | Proposals from last week ]] ==&lt;br /&gt;
&#039;&#039;&#039; Keypad &#039;&#039;&#039;&lt;br /&gt;
* Discussion about history of keypad, and 24/7 or variable time parameters. This is about using a code to buzz someone in from upstairs, not related to using a code to let yourself in downstairs.&lt;br /&gt;
* Discussion about just doing this at night docraticlly, and not go thru consensus.&lt;br /&gt;
* Anonymous block by proxy on the table.&lt;br /&gt;
* Jake would like to see this consensused on when the time is right.&lt;br /&gt;
* Non-capital-C-consensus agreement to take the keypad out of promiscuous mode immediately, with the expectation that someone will improve Baron so that we have you need a code in the evenings and at night, but any button will open the door during the day.&lt;br /&gt;
* We will re-visit the issue next week.&lt;br /&gt;
&lt;br /&gt;
== [[ Current Consensus Items | Proposals for next week ]] ==&lt;br /&gt;
&#039;&#039;&#039; Tony Longshanks LeTigre &#039;&#039;&#039;&lt;br /&gt;
* Tom proposes that Tony Longshanks LeTigre is unwelcome at Noisebridge. He is prohibited from entering the space or participating in the community.&lt;br /&gt;
* Suggestion that we should use different language to differentiate this from other bans (based on the possibility of redemption). Patches welcome.&lt;br /&gt;
* Jake would like Noisebridge to immediately pay back the landlord for the cost of Tony&#039;s escape, and not to even consider re-admiting him until he pays us back for that.&lt;br /&gt;
&lt;br /&gt;
Discussion about throwing people out policy as consensus item, moved to discussion&lt;br /&gt;
&lt;br /&gt;
= Discussion Notes =&lt;br /&gt;
&lt;br /&gt;
* Hygiene&lt;br /&gt;
** Clean dishes&lt;br /&gt;
** Use of toxic/chemicals&lt;br /&gt;
** Diatomaceous Earth (White Powder) for killing bugs&lt;br /&gt;
** Suggestion to keep food trash in kitchen bins&lt;br /&gt;
9:31pm&lt;br /&gt;
* Michael Clift (Occupirate)&lt;br /&gt;
** 10 minutes about Mike, maybe more&lt;br /&gt;
** Lief gives an overview of interaction w/Mike&lt;br /&gt;
** Discussion about letters that he may or may not have written&lt;br /&gt;
** 9:44pm continuing inqueizition of Mike&lt;br /&gt;
** 10:17pm still discussing Mike&lt;br /&gt;
** Discussion concluding with take your stuff and leave&lt;br /&gt;
** 10:28pm Discussion about Mike staying at the space&lt;br /&gt;
** 10:31pm Danny&#039;s weird thing, Member opinions&lt;br /&gt;
** 10:43pm Danny&#039;s not happy&lt;br /&gt;
** 10:48pm Danny is done, we hack on Arduino robots&lt;br /&gt;
** 10 seconds of silence observed&lt;br /&gt;
** Mike has until 11:30pm to come back and get his stuff, after which he agrees to leave and not come back.&lt;br /&gt;
* Mediation&lt;br /&gt;
* Keeping a space radically inclusive&lt;br /&gt;
** And the door&lt;br /&gt;
&lt;br /&gt;
11:07pm MEETING CONCLUDED&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Make it so&amp;quot; -Danny&lt;br /&gt;
&lt;br /&gt;
Singing of hacker nationale and possibly key signing.&lt;br /&gt;
&lt;br /&gt;
= Attendance =&lt;br /&gt;
8:24pm&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Danny - I am indeed a member, done traveling.&lt;br /&gt;
Monad - Fools around here, tinkers&lt;br /&gt;
Ramon - Full stack web development&lt;br /&gt;
Leif - Really into Firefox OS and device&lt;br /&gt;
Liz - Comedy writer&lt;br /&gt;
Rev Mik - Working on temples, government buildings an&lt;br /&gt;
Justin - Collect Hobbies&lt;br /&gt;
Alex - Teachs vid game class monday&lt;br /&gt;
Josh - Building a meta mouse trap&lt;br /&gt;
Norm - Writes software&lt;br /&gt;
John - Still Alive&lt;br /&gt;
Jake - I&#039;m...&lt;br /&gt;
James - Hi&lt;br /&gt;
Martin&lt;br /&gt;
Scott&lt;br /&gt;
Robert - 9/11 was an inside job&lt;br /&gt;
J.C. - Taking notes&lt;br /&gt;
Tom - N/A&lt;br /&gt;
Ramon - Python&lt;br /&gt;
Naomi - Genetics, linux subverter&lt;br /&gt;
Scotty - Big Data and Metal&lt;br /&gt;
Chris - New&lt;br /&gt;
Greg - Carpenter Wood Worker, digs this place&lt;br /&gt;
Tucker - I&#039;m w/Greg&lt;br /&gt;
Marc - Starting East Bay WiFi&lt;br /&gt;
Dreu - Next 48 hours app on playstore&lt;br /&gt;
Cynthia - Natural Brain manipulation&lt;br /&gt;
V - Community Builder&lt;br /&gt;
Ryan - Came over from freespace&lt;br /&gt;
Michael - Helps ppl with problems&lt;br /&gt;
Alex - Hear to watch, listen, learn&lt;br /&gt;
D - Bringing locks and locks picks tomorrow&lt;br /&gt;
Ben - First time&lt;br /&gt;
Kim - Unemployed &lt;br /&gt;
Dana - Red Shirt (wearing green)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Meeting Notes]]&lt;/div&gt;</summary>
		<author><name>216.243.58.198</name></author>
	</entry>
</feed>