<?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=RubinErrata</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=RubinErrata"/>
	<link rel="alternate" type="text/html" href="https://wiki.extremist.software/wiki/Special:Contributions/RubinErrata"/>
	<updated>2026-04-06T11:41:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Phong&amp;diff=44118</id>
		<title>Phong</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Phong&amp;diff=44118"/>
		<updated>2014-08-24T23:57:00Z</updated>

		<summary type="html">&lt;p&gt;RubinErrata: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This document was generated with [&#039;-c&#039;, &#039;hackerspace-configs/noisebridge.cfg&#039;, &#039;-c&#039;, &#039;noisebridge-private.cfg&#039;, &#039;-D&#039;, &#039;install-wiki&#039;] on 2014-08-22 04:11:01.557000. You can read the&lt;br /&gt;
most up-to-date version at [http://github.com/phrobo/phong GitHub]. For the&lt;br /&gt;
previous incarnation of this robot, check out [[Secretaribot]]&lt;br /&gt;
&lt;br /&gt;
= Phong, your friendly hackerspace robot =&lt;br /&gt;
&lt;br /&gt;
Phong is a robot!&lt;br /&gt;
&lt;br /&gt;
He does things that help hackerspaces move like a well oiled machine:&lt;br /&gt;
&lt;br /&gt;
* Maintaining meeting minutes&lt;br /&gt;
* Handling proposals&lt;br /&gt;
* Reminding people about events&lt;br /&gt;
&lt;br /&gt;
= A preface by the author =&lt;br /&gt;
&lt;br /&gt;
I find hackerspace theory to be incredibly interesting. No two spaces are exactly alike, yet they share a common theme of making, doing, and hacking. As such, I try to write Phong to encompass almost every space&#039;s functionality out there. Phong was originally written and is still used today by SYNHAK, the Akron Hackerspace. SYNHAK&#039;s founding mission is to &amp;amp;quot;provide an environment for people to educate, create[[File:Python_coding.jpg|1000px|thumb|left|Python 3.0]], and share amongst themselves and others within the domains of technology, art and science.&amp;amp;quot; Our governmental structure is modeled after a combination of Maker&#039;s Alliance from Cleveland, OH, Noisebridge from San Francisco, CA, and HeatSync Labs of Phoenix, NM, which has led us to have strong feelings of transparency among members, inclusiveness of the wider community outside of the space, and a love of the do-ocracy. We also have a hard time filling all the officer positions all of the time, so we needed some help.&lt;br /&gt;
&lt;br /&gt;
Phong is intended to help facilitate the following at your hackerspace:&lt;br /&gt;
&lt;br /&gt;
* Increased awareness and transparency about news and events at the space to members&lt;br /&gt;
* Empower members to take part in the do-ocracy&lt;br /&gt;
* Community building&lt;br /&gt;
&lt;br /&gt;
It is my belief that these three things are what make a hackerspace Excellent.&lt;br /&gt;
&lt;br /&gt;
= Requirements =&lt;br /&gt;
&lt;br /&gt;
Phong depends on two external software packages:&lt;br /&gt;
&lt;br /&gt;
* Mediawiki, for meeting minutes, various configuration parameters, templates, and things&lt;br /&gt;
* Spiff, for looking up membership details, events, and other things.&lt;br /&gt;
&lt;br /&gt;
These requirements will eventually be eliminated as the plugin system further develops.&lt;br /&gt;
&lt;br /&gt;
Python dependencies for phong are specified in pip-requirements:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;pip install -r pip-requirements&amp;lt;/pre&amp;gt;&lt;br /&gt;
== Mediawiki Setup ==&lt;br /&gt;
&lt;br /&gt;
Phong gets all of his templates from three locations:&lt;br /&gt;
&lt;br /&gt;
* Your Wiki, under the namespace User:Phong/Templates/&lt;br /&gt;
* The local-templates directory, as configured in your phongrc&lt;br /&gt;
* The templates directory&lt;br /&gt;
&lt;br /&gt;
= Configuration =&lt;br /&gt;
&lt;br /&gt;
Most of phong is meant to be ran periodically via cron scripts.&lt;br /&gt;
&lt;br /&gt;
There are two ways to do it:&lt;br /&gt;
&lt;br /&gt;
* Run ``phong cron&#039;&#039; once per hour&lt;br /&gt;
* Run ``phong &amp;lt;command&amp;gt;&#039;&#039; at whatever frequency&lt;br /&gt;
&lt;br /&gt;
For details about the cron command, see the relevant section below.&lt;br /&gt;
&lt;br /&gt;
Phong uses a simple ini-style configuration file. Internally, Phong uses python&#039;s ConfigParser module. Please see the relevant documentation for extra features not documented here. Pass the -c CONFIG option to phong to specify a different configuration file. The default is /etc/phong.cfg.&lt;br /&gt;
&lt;br /&gt;
There are a handful of important core configuration options, along with a special &amp;amp;quot;defaults&amp;amp;quot; section to supply options across all commands.&lt;br /&gt;
&lt;br /&gt;
== Example Configuration ==&lt;br /&gt;
&lt;br /&gt;
Phong includes a default configuration with empty variables. Here is a more full example, gleaned from SYNHAK:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[phong]&lt;br /&gt;
mediawiki-url = https://synhak.org/&lt;br /&gt;
mediawiki-api-url = https://synhak.org/w/api.php&lt;br /&gt;
mediawiki-username = Phong&lt;br /&gt;
mediawiki-password = yeah right.&lt;br /&gt;
spiff-api = https://synhak.org/auth/&lt;br /&gt;
&lt;br /&gt;
[defaults]&lt;br /&gt;
mail-from = Phong &amp;amp;lt;phong@synhak.org&amp;amp;gt;&lt;br /&gt;
mail-to = discuss@synhak.org&amp;lt;/pre&amp;gt;&lt;br /&gt;
== Core Options ==&lt;br /&gt;
&lt;br /&gt;
The phong section contains settings that are essential to Phong&#039;s operation.&lt;br /&gt;
&lt;br /&gt;
* mediawiki-url - Used to generate URLs to wiki pages&lt;br /&gt;
* mediawiki-api-url - A URL to access your MediaWiki&#039;s api.php&lt;br /&gt;
* mediawiki-username - MediaWiki username for your Phong&lt;br /&gt;
* mediawiki-password - MediaWiki password for your Phong&lt;br /&gt;
* spiff-api - A URL that points to your Spiff installation&lt;br /&gt;
&lt;br /&gt;
== Command Options ==&lt;br /&gt;
&lt;br /&gt;
To configure certain options for a command, you create a section with the command name and stick your options in there. For example, to configure the email address that the meetings command sends minutes to:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[meetings]&lt;br /&gt;
mail-to = discuss@synhak.org&amp;lt;/pre&amp;gt;&lt;br /&gt;
== Common Options ==&lt;br /&gt;
&lt;br /&gt;
If a command cannot find an option in its section, it will try to look at the &amp;amp;quot;defaults&amp;amp;quot; section. Failing that, it&#039;ll throw an exception unless it has a builtin default, which is documented below. For example, to change the from address that Phong uses for all commands, but to have a different one for meeting minutes:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[defaults]&lt;br /&gt;
mail-from = Phong &amp;amp;lt;phong@synhak.org&amp;amp;gt;&lt;br /&gt;
[meetings]&lt;br /&gt;
mail-from = MeetBot &amp;amp;lt;meetbot@synhak.org&amp;amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
This is useful for keeping backwards compatability, if you are switching to Phong from another system or collection of systems.&lt;br /&gt;
&lt;br /&gt;
Some commands use the same option names for the same tasks:&lt;br /&gt;
&lt;br /&gt;
* mail-from - Used as the From address for any emails sent&lt;br /&gt;
* mail-to - Used as the To address for any emails sent&lt;br /&gt;
&lt;br /&gt;
= Templates =&lt;br /&gt;
&lt;br /&gt;
Phong uses Cheetah to process templates for various output situations, such as:&lt;br /&gt;
&lt;br /&gt;
* Producing an email of meeting minutes&lt;br /&gt;
* Replying to email commands&lt;br /&gt;
* Updating a wiki page&lt;br /&gt;
&lt;br /&gt;
These templates are stored on your MediaWiki installation, under a configurable prefix that defaults to &amp;amp;quot;User:Phong/Templates/&amp;amp;quot;. For example, a template that Phong calls &amp;amp;quot;Events/NewEventMail&amp;amp;quot; would be located at &amp;amp;quot;User:Phong/Templates/Events/NewEventMail&amp;amp;quot;. Mind that final slash, as it is a simple string concatenation.&lt;br /&gt;
&lt;br /&gt;
In addition, it is possible to add some documentation to a template that does not get parsed by phong. This is done by wrapping the template with &amp;lt;phongTemplate&amp;gt; and &amp;lt;/phongTemplate&amp;gt;. If those tags are not present, the entire page is considered to be the template.&lt;br /&gt;
&lt;br /&gt;
= Commands =&lt;br /&gt;
&lt;br /&gt;
== meetings ==&lt;br /&gt;
&lt;br /&gt;
Every hackerspace should have meetings. They are an essential component of keeping the space together.&lt;br /&gt;
&lt;br /&gt;
=== Options ===&lt;br /&gt;
&lt;br /&gt;
* -r, --remind - If there is a meeting today, send a reminder mail if it hasn&#039;t been sent already.&lt;br /&gt;
* -w, --wiki - Do wiki administrivia&lt;br /&gt;
* -m, --minutes - If there was a meeting since the last run, mail out a copy of the minutes&lt;br /&gt;
&lt;br /&gt;
=== Wiki setup ===&lt;br /&gt;
&lt;br /&gt;
Phong uses a very specific wiki setup. The good news, is that it is trivial to configure. There are three special pages, two of which Phong will kindly maintain for you:&lt;br /&gt;
&lt;br /&gt;
* [[Meetings/Template]]&lt;br /&gt;
* [[Next Meeting]]&lt;br /&gt;
* [[Last meeting]]&lt;br /&gt;
&lt;br /&gt;
(These pages and their contents are configurable. See the relevant section below.)&lt;br /&gt;
&lt;br /&gt;
The [[Next Meeting]] page should be exactly:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;#Redirect [[Meetings/YYYY-MM-DD]]&amp;lt;/pre&amp;gt;&lt;br /&gt;
While [[Last Meeting]] should be exactly:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;#Redirect [[Meetings/YYYY-MM-DD]]&amp;lt;/pre&amp;gt;&lt;br /&gt;
Replace YYYY, MM, DD with the numeric values of the year, month, and day of the respective meetings. This should only need to be done once. Unfortunately, there is no bootstrapping for this builtin to Phong. The rationale being that you are unlikely to have a full working setup of Phong and MediaWiki before you have at least a couple of meetings to discuss starting your hackerspace. Sorry.&lt;br /&gt;
&lt;br /&gt;
Meetings happen once a week on the same day. That is exactly 7 days apart. None of that every other wednesday/first saturday of the month/days that have prime numbers rubbish. Please see http://hackerspaces.org/wiki/The_Plenum_Pattern for details why this will never change.&lt;br /&gt;
&lt;br /&gt;
You will have to create [[Meetings/Template]] on your own. This page forms the basis for your meeting minutes, and it is copied to create the next week&#039;s meeting page. While the template contents are entirely up to you, you should have at least something similar to the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;amp;lt;phongTemplate&amp;amp;gt;&lt;br /&gt;
{{Infobox_meeting&lt;br /&gt;
|time=7PM&lt;br /&gt;
|date=$date&lt;br /&gt;
|venue=21 West North&lt;br /&gt;
|next=$next&lt;br /&gt;
|previous=$previous&lt;br /&gt;
}}&lt;br /&gt;
&amp;amp;lt;/phongTemplate&amp;amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Your wiki should have a template called Infobox_meeting. Its content is up to you, but check out SYNHAK&#039;s for an example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;https://synhak.org/wiki/Template:Infobox_meeting&amp;lt;/pre&amp;gt;&lt;br /&gt;
&#039;&#039;Please note:&#039;&#039; The template for this page is &#039;&#039;not&#039;&#039; User:Phong/Templates/ (or whatever you have configured). The rationale for this is that the meeting agenda should be a core component of your hackerspace&#039;s governance. If your space is ran by the membership and not a president or benevolent dictator, the membership should feel welcome to change the agenda as they see fit.&lt;br /&gt;
&lt;br /&gt;
This meeting template should be a special template, as compared to more mundane ones such as the one for mailing out meeting minutes, or for announcing upcoming events.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
&amp;amp;quot;But my space is different!!11&amp;amp;quot;, you scream into the aether.&lt;br /&gt;
&lt;br /&gt;
Thats okay. Phong understands. There are a few configuration options that Phong understands to adapt to your space.&lt;br /&gt;
&lt;br /&gt;
* next-page - Instead of &amp;amp;quot;Next Meeting&amp;amp;quot;, maybe yours is named &amp;amp;quot;Next meeting&amp;amp;quot;&lt;br /&gt;
* previous-page - Instead of &amp;amp;quot;Previous Meeting&amp;amp;quot;, maybe yours is named &amp;amp;quot;Last meeting&amp;amp;quot;&lt;br /&gt;
* meeting-template - Don&#039;t want to use Meetings/Template? Fine. Set it to &amp;amp;quot;Meeting Notes Template&amp;amp;quot;.&lt;br /&gt;
* meeting-title-format - Meetings aren&#039;t in the format of Meetings/%Y-%m-%d? Noisebridge uses Meeting Notes %Y %m %d, for example. See the documentation for python&#039;s strptime/strftime functions in the datetime module.&lt;br /&gt;
&lt;br /&gt;
=== Template variables ===&lt;br /&gt;
&lt;br /&gt;
When producing the next week&#039;s page and all emails, a number of variables are available:&lt;br /&gt;
&lt;br /&gt;
* $date - The date the meeting will be occuring on&lt;br /&gt;
* &amp;lt;math&amp;gt;next and &amp;lt;/math&amp;gt;previous - The page names (i.e. Meetings/YYYY-MM-DD) of the next meetings. Your template should include the square brackets.&lt;br /&gt;
* $meetingLink - A full URI that points to the wiki page for the next meeting&lt;br /&gt;
&lt;br /&gt;
== new-event-mails ==&lt;br /&gt;
&lt;br /&gt;
Phong can inform the community about upcoming events that were previously created in spiff.&lt;br /&gt;
&lt;br /&gt;
=== Options ===&lt;br /&gt;
&lt;br /&gt;
* -p PERIOD, --period PERIOD - An integer number of days to look ahead for upcoming events. Defaults to 7. If an event is more than this many days away, it won&#039;t be mentioned in the mails.&lt;br /&gt;
&lt;br /&gt;
=== Wiki templates ===&lt;br /&gt;
&lt;br /&gt;
This command uses one template: Events/UpcomingEventMail. It has the following variables available for use:&lt;br /&gt;
&lt;br /&gt;
* $upcoming - Any upcoming events that haven&#039;t been in a previous email&lt;br /&gt;
* $today - Events that are starting in the next 24 hours. Please note: This does not mean &amp;amp;quot;events that start after 12:00 or before 24:00&amp;amp;quot;. It means 24 hours from when the command is ran.&lt;br /&gt;
* $period - How many days in advance Phong looked for upcoming events&lt;br /&gt;
&lt;br /&gt;
== build-documents ==&lt;br /&gt;
&lt;br /&gt;
Phong will happily build documents from git repos for you and make them available on the web!&lt;br /&gt;
&lt;br /&gt;
To properly use this out of the box, each git repository must have a Makefile at its root that has a default target to generate files. By default Phong will upload the following file suffixes:&lt;br /&gt;
&lt;br /&gt;
* .pdf&lt;br /&gt;
* .png&lt;br /&gt;
* .svg&lt;br /&gt;
&lt;br /&gt;
There are currently two modes of output. Specify -o /some/path to write to a directory, or -s some-bucket-name/path to upload to S3.&lt;br /&gt;
&lt;br /&gt;
=== Options ===&lt;br /&gt;
&lt;br /&gt;
* -c COMMAND, --command COMMAND - Command line to generate PDF documents&lt;br /&gt;
* -r REPO, --repo REPO - A URI that git clone will accept. Can be specified multiple times for multiple repositories&lt;br /&gt;
* -s S3CFG, --s3cfg S3CFG - Path to s3cmd configuration to use for uploading&lt;br /&gt;
* -b BUCKET, --bucket BUCKET - Amazon S3 bucket name and path&lt;br /&gt;
* -o OUTPUT, --output OUTPUT - Output path to copy files to&lt;br /&gt;
* -f FILE_SUFFIX --file-suffix FILE_SUFFIX File suffixes to upload in addition to the default set. May be specified more than once.&lt;br /&gt;
&lt;br /&gt;
=== Wiki templates ===&lt;br /&gt;
&lt;br /&gt;
This command uses one template: Documents/Index. It has the following variables available for use:&lt;br /&gt;
&lt;br /&gt;
* $files - The list of files generated&lt;br /&gt;
&lt;br /&gt;
== sudo ==&lt;br /&gt;
&lt;br /&gt;
Sometimes, you want to run a particular command as a different user, such as for processing e-mails, listing mailman subscriptions, or whatnot. Instead of configuring sudo, Phong provides a simpler and less flexible method of running commands as other users. In this command, Phong loads /etc/phong.cfg and ignores any other options passed before &#039;sudo&#039; in the command line.&lt;br /&gt;
&lt;br /&gt;
To configure, create a [[#sudo|sudo]] section in /etc/phong.cfg that maps aliases to commands, along with a subsection for each alias:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[sudo]&lt;br /&gt;
docs=build-documents&lt;br /&gt;
&lt;br /&gt;
[sudo:build-documents]&lt;br /&gt;
allowed-users=apache&lt;br /&gt;
allowed-groups=www-dev,apache,wheel&lt;br /&gt;
run-as-user=phong&lt;br /&gt;
run-as-group=phong&amp;lt;/pre&amp;gt;&lt;br /&gt;
The only required option in an alias&#039; configuration is run-as-user. By default, allowed-users and allowed-groups is blank and nobody is permitted to run the command. run-as-user specifies the login name or UID to run the command as. Allowed-users and allowed-groups are comma-separated lists of login/group names or UIDs that are permitted to run a given alias. If run-as-group is not specified, it defaults to the primary group for the login specified in run-as-user.&lt;br /&gt;
&lt;br /&gt;
For convienence, a helpful setuid wrapper is provided as phong-su. It defaults to running /usr/bin/phong.py, and may only be changed at compile time. setup.py does not automatically set the setuid bit on phong-su, for security purposes.&lt;br /&gt;
&lt;br /&gt;
There are no command line options or templates for the sudo command.&lt;br /&gt;
&lt;br /&gt;
== tweet ==&lt;br /&gt;
&lt;br /&gt;
The tweet command sends a tweet.&lt;br /&gt;
&lt;br /&gt;
To configure, you need to visit http://dev.twitter.com/apps and generate a set of OAuth tokens which are then placed in your phong.cfg:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[twitter]&lt;br /&gt;
consumer_key=your-consumer-key&lt;br /&gt;
consumer_secret=consumer-secret&lt;br /&gt;
access_token=access-token&lt;br /&gt;
access_secret=access-token-secret&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then, it is as simple as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ phong.py tweet &#039;Hello, World!&#039;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ManualPage}}&lt;/div&gt;</summary>
		<author><name>RubinErrata</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Template:ManualPage&amp;diff=44117</id>
		<title>Template:ManualPage</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Template:ManualPage&amp;diff=44117"/>
		<updated>2014-08-24T23:56:48Z</updated>

		<summary type="html">&lt;p&gt;RubinErrata: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
This template is meant to be used on things that are part of the [[Manual|Noisebridge Manual]]. If you write a manual page, add it please!&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{|style=&amp;quot;margin-left: auto; margin-right: auto; padding:8px; border:6px solid #000; background: #f00; color:#000&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|[[Image:Diy-robot.png|left]]&lt;br /&gt;
|style=&amp;quot;font-size: x-large&amp;quot;|&#039;&#039;&#039;This document is par&lt;br /&gt;
[[File:Python_coding.jpg|1000px|thumb|left|Python 3.0]]&lt;br /&gt;
t of the [[Manual|Noisebridge Manual]]&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align: center&amp;quot;|[[Noisebridge Vision|The Vision]] - [[Do-ocracy]] - [[Consensus Process]] - [[Community Standards]] - [[Safety]]&lt;br /&gt;
|-&lt;br /&gt;
|[[:Template:ManualPage|View or edit this template]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:Manual]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>RubinErrata</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Noisebridge_Vision&amp;diff=44116</id>
		<title>Noisebridge Vision</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Noisebridge_Vision&amp;diff=44116"/>
		<updated>2014-08-24T23:56:34Z</updated>

		<summary type="html">&lt;p&gt;RubinErrata: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOEDITSECTION__[[Image:Noisebridge_soldering.jpg|thumb|right|180px|Learning by doing!]]&lt;br /&gt;
[[Image:Evocell_ecoli15.png|thumb|right|180px|Do cool stuff!]]&lt;br /&gt;
[[Image:Noisebridge_at_night.jpg|thumb|right|180px|Interact with interesting people!]]&lt;br /&gt;
Noisebridge is a space for sharing, creation, collaboration, research, development, mentoring, and of course, learning. Noisebridge is also more than a physical space, it&#039;s a community with roots extending around the world.&lt;br /&gt;
[[File:Python_coding.jpg|1000px|thumb|left|Python 3.0]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
For we&#039;re excellent to each other here&amp;lt;br /&amp;gt;&lt;br /&gt;
We rarely ever block&amp;lt;br /&amp;gt;&lt;br /&gt;
We value tools over pre-emptive rules&amp;lt;br /&amp;gt;&lt;br /&gt;
And spurn the key and the lock.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;     &amp;amp;mdash; Danny O&#039;Brien, 2010-11-09 general meeting notes&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;We make stuff. So can you.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== The Idea ==&lt;br /&gt;
&lt;br /&gt;
Noisebridge is an educational non-profit corporation, 501(c)3 public charity status.&lt;br /&gt;
&lt;br /&gt;
We provide infrastructure and collaboration opportunities for people interested in programming, hardware hacking, physics, chemistry, mathematics, photography, security, robotics, all kinds of art, and, of course, technology. Through talks, workshops, and [[projects]] we encourage knowledge exchange, learning, and mentoring.&lt;br /&gt;
&lt;br /&gt;
As a space for artistic collaboration and experimentation, we are open to all types of art - with a special emphasis on the crossover of art and technology. From hardware labs to electronics, cooking, photography, and sound labs, anything that&#039;s creative is welcome.&lt;br /&gt;
&lt;br /&gt;
Many interesting things are happening at all times.  Sharing is essential to making this work.  We believe in starting from a point of respect and trust. We believe it builds a safe community and that this will foster innovation and creation.  &lt;br /&gt;
Our code of conduct is &amp;quot;Be excellent to each other&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Leadership is taken by individual members for specific projects.  We call this &amp;quot;sudo leadership&amp;quot; after the *nix command sudo which allows a regular user to do one root-level, or superuser, task.  In other words, if you want Noisebridge to do something, start doing it.&lt;br /&gt;
&lt;br /&gt;
Here&#039;s some paraphrasing from our bylaws:&lt;br /&gt;
Through talks, classes, workshops, collaborative projects, and other activities, we want to encourage research, knowledge exchange, learning, and mentoring in a safe, clean space.  We provide educational spaces for teaching practical skills and theory of technology, science, and art.  We provide work space, storage, and other resources for projects related to art, science, and technology that will benefit the individual members&#039; personal growth in their fields of interest, encouraging the individual members to share their projects and knowledge for the betterment of society through art, science and technology.  We create, learn, and teach, individually and as a group, inviting members of the community in the San Francisco Bay area and the world.  We develop, support the development of, and provide resources for the development of free and open source software and hardware for the benefit of society.  We promote collaboration across disciplines for the benefit of cultural, charitable, and scientific causes.&lt;br /&gt;
&lt;br /&gt;
== Tripartite Pillars ==&lt;br /&gt;
&lt;br /&gt;
===Excellence===&lt;br /&gt;
&#039;&#039;&#039;Be excellent to each other&#039;&#039;&#039; is the guiding principle of Noisebridge. Wikipedia uses [http://meta.wikimedia.org/wiki/Don&#039;t_be_a_dick a somewhat similar rule], which they call &amp;quot;&#039;&#039;the fundamental rule of all social spaces. Every other policy for getting along is a special case of it.&#039;&#039;&amp;quot; Unlike Wikipedia, Noisebridge takes a positive approach, and avoids the practice of officially enumerating the myriad potential special cases; &amp;quot;be excellent&amp;quot; is enough.&lt;br /&gt;
&lt;br /&gt;
===Consensus===&lt;br /&gt;
We make official Noisebridge decisions by consensus, which means the willing consent of all of our members. Decisions are made at our [[:Category:Meeting_Notes|weekly meetings]], and items proposed for consensus are announced at least a week in advance to give everyone time to hear about them. Members may block by proxy if they are unable to attend or if they wish to block anonymously.&lt;br /&gt;
&lt;br /&gt;
More information on the [[Consensus Process]].&lt;br /&gt;
&lt;br /&gt;
===Do-ocracy===&lt;br /&gt;
Doing excellent stuff at Noisebridge does not require permission or an official consensus decision. If you&#039;re uncertain about the excellence of something you want to do, you should ask someone else what they think.&lt;br /&gt;
&lt;br /&gt;
== Testimonials ==&lt;br /&gt;
&lt;br /&gt;
[[Testimonials | Why people love Noisebridge]]&lt;br /&gt;
&lt;br /&gt;
* Smart creative people, welcoming community, friendly to newbies &lt;br /&gt;
* Equipment, tools, books, materials, and the space itself&lt;br /&gt;
* Its culture of free, open, accessible, DIY awesomeness&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Financing it ==&lt;br /&gt;
&lt;br /&gt;
We self-finance through membership fees ($80 per member/month with $40 &amp;quot;starving hacker&amp;quot; rate), beverage sales, and parties, the way European hacker spaces do it. We also welcome one-time or recurring [[Donate_or_Pay_Dues|donations]] from members and non-members alike. Donations and sponsorships will accompany renovation and equipment purchase. Within the first 24 hours of renting a space, we raised over $10,000 for a cool location and meaningful projects. Within our first month, we&#039;ve nearly become cash flow positive from membership dues alone. Further discussion is happening on the [[Finances]] wiki page. &lt;br /&gt;
&lt;br /&gt;
== Inspiration ==&lt;br /&gt;
Noisebridge is inspired by similar European clubs like [http://en.wikipedia.org/wiki/Metalab Metalab] of Vienna, [http://en.wikipedia.org/wiki/C-base CBase] of Berlin, [http://www.mi2.hr/ MAMA] of Zagreb, and [http://en.wikipedia.org/wiki/ASCII_%28squat%29 ASCII] of Amsterdam. Many other clubs of a similar stripe can be found at [http://hacklabs.org/index_en.php Hacklabs] and [http://hackerspaces.org/wiki/List_of_Hacker_Spaces Hackerspaces dot Org]. It would not be out of the question to consider Noisebridge a possible [http://events.ccc.de/2007/09/27/say-hello-to-bitkanonecccde/ San Francisco Chaostreff]. Noisebridge is a hacker space and community that shares a [http://en.wikipedia.org/wiki/Dorkbot Dorkbot]-like ethic, and indeed, many of the members of Noisebridge are long-time Dorkbotters.&lt;br /&gt;
&lt;br /&gt;
== The Name ==&lt;br /&gt;
A &amp;quot;noise bridge&amp;quot; performs useful services by injecting noise into a system. Such a device is often used in RF electronics.&lt;br /&gt;
&lt;br /&gt;
== The Space ==&lt;br /&gt;
Read some [[oral histories]] from members, or add your own!&lt;br /&gt;
&lt;br /&gt;
=See Also=&lt;br /&gt;
*[[Community Standards]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Pages with a Noisebridge Tiny URL]]&lt;br /&gt;
&lt;br /&gt;
{{ManualPage}}&lt;/div&gt;</summary>
		<author><name>RubinErrata</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=About&amp;diff=44115</id>
		<title>About</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=About&amp;diff=44115"/>
		<updated>2014-08-24T23:56:20Z</updated>

		<summary type="html">&lt;p&gt;RubinErrata: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Noisebridge&#039;&#039;&#039; is a physical space open and welcoming to all, providing infrastructure and collaboration opportunities for anyone interested in programming, hardware, crafts, science, food, robotics, art, and technology.  We teach, we learn, we share. With no leaders, we have one rule: &amp;quot;Be excellent to each other&amp;quot;.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Read on for answers to some frequently asked questions, or navigate to find out more about us.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Governance and Goals:&#039;&#039;&#039; [[Vision]], [[Do-ocracy]], [[Consensus_Process]], [[Meeting]], [[Community_Standards]], [[Board_and_Officers]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Nuts and Bolts:&#039;&#039;&#039; [[Hours]], [[Visitor_advice]], [[Getting_In]], [[Getting_Here]], [[Resources]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Conflict and Concerns:&#039;&#039;&#039; [[Safety]], [[Conflict_Resolution]], [[Mediation]], [[Rats]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Python_coding.jpg|1000px|thumb|left|Python 3.0]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Our Name:&#039;&#039;&#039; A &amp;quot;noise bridge&amp;quot; is a piece of electronic test equipment that injects noise into a system to see how it responds, so you can fix or improve it. Such a device is often used in RF electronics.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;What can I do here?&#039;&#039;&#039; Meet techie, arty, and crafty folks, take a class, teach a class, use the power tools and electronic labs, build something out of stuff on the hack shelves, use our library, surf the web, cook up something in the kitchen, and so on.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Getting Here:&#039;&#039;&#039; Noisebridge is close to the 16th &amp;amp; Mission BART station, and the 14 Mission, 33 Stanyan, and 49 Van Ness-Mission Muni buses. The 22 Fillmore and 12 Folsom Muni buses are within a couple blocks.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Do I need to be a member?&#039;&#039;&#039; You don&#039;t need to be a member to take or give a class or workshop at Noisebridge. All are welcome!&lt;br /&gt;
Noisebridge is also a great place to hang out and work on projects. However, if you spend a lot of time at Noisebridge and you&#039;re not paying for membership, you&#039;ll be expected to contribute in some other material way to the space and the geek culture surrounding it. &amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;How do I become a member?&#039;&#039;&#039; A good first step is to introduce yourself at a Tuesday meeting.&lt;br /&gt;
Membership is $80 a month (or a $40 “starving hacker” rate) and allows you to vote at meetings. If you aren’t a member but use the space, please drop off a few dollars in the donation bin, or set up a regular monthly donation for a smaller amount. Noisebridge runs off of membership dues and donations. &amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Meetings&#039;&#039;&#039; are every Tuesday at 8pm at the 2169 Mission space. Meetings are mostly for organizational purposes.&amp;lt;br /&amp;gt;&lt;br /&gt;
Any time is a good time to &#039;&#039;&#039;introduce yourself&#039;&#039;&#039;.  Come on up and have a refreshment, tell others about your interests, or ask people what projects they are working on.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Where can I find out more?&#039;&#039;&#039; The wiki is at https://www.noisebridge.net. The “Noisebridge-discuss” email list (and other lists) at https://www.noisebridge.net/mailman/listinfo&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Events, workshops, classes!&#039;&#039;&#039; Every week there are lots of activities at Noisebridge, planned and otherwise.  Check the wiki for upcoming events, workshops, and classes.  And feel free to add your own!&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Noisebridge is a fairly &#039;&#039;&#039;open and permissive space&#039;&#039;&#039;, and the equipment (unless otherwise marked, or on a member shelf) is open for public use. Safety first!  Feel free to come to Noisebridge to work and play on your project, or help others with theirs.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Noisebridge has &#039;&#039;&#039;lots of space&#039;&#039;&#039; available as a community resource for individuals and organizations to use -- please use it!&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Can I leave my stuff here?&#039;&#039;&#039; Noisebridge is open to the public, so use your judgment when leaving valuables here. Noisebridge is not responsible for lost or stolen items. Avoid leaving your bicycle here overnight.  The daily storage shelves provide a space to leave your things for the day. The lost and found box is located on top of the shelves.  Members can leave items on their labeled member shelf for an extended period. Please label any projects left here with your name, email, and the date. Putting your project into a box labeled with your name is best.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{ManualPage}}&lt;/div&gt;</summary>
		<author><name>RubinErrata</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Manual&amp;diff=44114</id>
		<title>Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Manual&amp;diff=44114"/>
		<updated>2014-08-24T23:56:02Z</updated>

		<summary type="html">&lt;p&gt;RubinErrata: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Herein lies the Noisebridge &#039;&#039;Manual&#039;&#039;. It is an ever-changing tome that strives to answer an unanswerable question: &#039;&#039;&#039;How the heck does Noisebridge really work?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is &#039;&#039;&#039;not&#039;&#039;&#039; general advice for fixing things. If something at Noisebridge isn&#039;t working and it needs fixing, then &#039;&#039;&#039;check out [[Help]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
= The Prologue =&lt;br /&gt;
&lt;br /&gt;
Are you new to Noisebridge? Have you been coming here for years?&lt;br /&gt;
&lt;br /&gt;
Either way, you should really read up on what we&#039;re all about.&lt;br /&gt;
&lt;br /&gt;
* [[Noisebridge Vision]] - What&#039;s it all about?&lt;br /&gt;
* [[About]] - An incredibly broad description of some of our more grandiose mechanisms&lt;br /&gt;
* [[Testimonials]] - In your own words, what is Noisebridge?&lt;br /&gt;
* [[Oral histories]] about Noisebridge&lt;br /&gt;
&lt;br /&gt;
= Visitors and Guests =&lt;br /&gt;
&lt;br /&gt;
* [[Getting Here]] - How to actually find the space...&lt;br /&gt;
* [[Getting In]] - And what to do when you arrive &lt;br /&gt;
* [[Visitor advice]] - Some advice on what you&#039;re getting into&lt;br /&gt;
* [[Community Standards]] - What we expect from each other&lt;br /&gt;
* [[The Neighborhood]] - What&#039;s in the neighborhood around 2169 Mission&lt;br /&gt;
* [[Docents]] - What it means to greet a newbie at the space&lt;br /&gt;
&lt;br /&gt;
= Getting along =&lt;br /&gt;
* [[Do-ocracy]] - One of our guiding principles&lt;br /&gt;
* [[Consensus Process]] - How decisions are made within the community&lt;br /&gt;
* [[Membership]] - How membership works at Noisebridge&lt;br /&gt;
** [[How to join Noisebridge]] - Another view on how membership works&lt;br /&gt;
* [[FractalWorkingGroup]] - Our pattern for getting things done without dragging it to the [[Meeting|Tuesday Meeting]]&lt;br /&gt;
* [[Community Standards]] - How to not fuck up at Noisebridge&lt;br /&gt;
** [[Conflict Resolution]] - What to do if you fuck up at Noisebridge&lt;br /&gt;
** [[AskedToLeave]] - People who have fucked up and have been asked to leave for a while&lt;br /&gt;
** [[86]] - People who have fucked up and are not welcome at Noisebridge at all&lt;br /&gt;
** [[FERT]] - Harassers, predators, and the like who everyone should keep an eye out for&lt;br /&gt;
* [[CommunityWorkingGroup]] - Bringing the Noisebridge community together to create a better space for all.&lt;br /&gt;
&lt;br /&gt;
= Staying in touch =&lt;br /&gt;
* [[IRC]] - Its full of bad jokes and robots that go quack&lt;br /&gt;
** [[Noisebot]] - Quack&lt;br /&gt;
** [[Quotes]] - &amp;quot;Quack&amp;quot;&lt;br /&gt;
* [[Slack]] - IRC on steroids. Invite only.&lt;br /&gt;
* [[Mailing list]] - A lot of e-mails and stuff. They&#039;ve got a trove of historical archives!&lt;br /&gt;
** [[Noisebridge-discuss-faq]] - How to not fuck up on noisebridge-discuss&lt;br /&gt;
&lt;br /&gt;
= Day to Day operations =&lt;br /&gt;
* [[Safety]] - Preventing those old school hardhat accidents.&lt;br /&gt;
* [[Resources/House Keeping|House keeping]] - Weekly chores and other vitals&lt;br /&gt;
* [[Access Control]] - Discussion about how physical access is handled&lt;br /&gt;
** [[SecWG]] - Security Working Group&lt;br /&gt;
** [[AccessControlModeling]] - Draft discussion about access control&lt;br /&gt;
* [[Meeting]] - Noisebridge meets every Tuesday evening&lt;br /&gt;
** [[Meeting instructions]] - How to run a Noisebridge meeting&lt;br /&gt;
** The [[Meeting Notes Template]]&lt;br /&gt;
* [[Hosting an Event]]&lt;br /&gt;
** [[:Category:Events|List of events and classes]]&lt;br /&gt;
* [[Stickers]] - The ubiquitous stickers and how to restock our supply&lt;br /&gt;
&lt;br /&gt;
= [[Infrastructure]] =&lt;br /&gt;
* [[Resources]] - An overview of the resources, equipment and projects in the space&lt;br /&gt;
* [[Network]] - Our IP transmission infrastructure (&#039;&#039;&#039;I&#039;&#039;&#039;nternet &#039;&#039;&#039;P&#039;&#039;&#039;rotocol here of course; &#039;&#039;&#039;not&#039;&#039;&#039; Intellectual Property!)&lt;br /&gt;
** [[Network Troubleshooting]] - How to approach the problem if it &#039;&#039;&#039;does&#039;&#039;&#039; seem to be broken&lt;br /&gt;
*** See also: &#039;&#039;&#039;[[Help]]&#039;&#039;&#039;&lt;br /&gt;
** [[New Network]] - Draft discussion about building the next iteration of the Noisebridge networking&lt;br /&gt;
** [[Pony]]&lt;br /&gt;
** [[Stallion2]]&lt;br /&gt;
** [[Quagga]]&lt;br /&gt;
* [[Kitchen]]&lt;br /&gt;
** [[KitchenWorkingGroup]]&lt;br /&gt;
&lt;br /&gt;
= Inner Mechanizations =&lt;br /&gt;
&lt;br /&gt;
* [[Secretaribot]] - Used to do some secretary things for us but then died&lt;br /&gt;
** [[User:Phong]] - The new sheriff in town&lt;br /&gt;
&lt;br /&gt;
= Things we do =&lt;br /&gt;
* [[Reboot]] - The current reboot process of Noisebridge&lt;br /&gt;
* [[PGP]]&lt;br /&gt;
&lt;br /&gt;
= Lore =&lt;br /&gt;
* [[83c]] - Noisebridge&#039;s first location&lt;br /&gt;
* [[FloorFinishing]] - How our floor was finished in 2009&lt;br /&gt;
* [[:Category:History of Noisebridge]]&lt;br /&gt;
&lt;br /&gt;
{{ManualPage}}&lt;br /&gt;
&lt;br /&gt;
[[File:Python_coding.jpg|1000px|thumb|left|Python 3.0]]&lt;/div&gt;</summary>
		<author><name>RubinErrata</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Category:History_of_Noisebridge&amp;diff=44113</id>
		<title>Category:History of Noisebridge</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Category:History_of_Noisebridge&amp;diff=44113"/>
		<updated>2014-08-24T23:55:50Z</updated>

		<summary type="html">&lt;p&gt;RubinErrata: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Noisebridge&#039;s history is strewn across this wiki and various [[mailing list]] archives.&lt;br /&gt;
&lt;br /&gt;
Perhaps this category will help future hackerspace historians?&lt;br /&gt;
[[Category:Top level]]&lt;br /&gt;
&lt;br /&gt;
{{ManualPage}}&lt;br /&gt;
&lt;br /&gt;
[[File:Python_coding.jpg|1000px|thumb|left|Python 3.0]]&lt;/div&gt;</summary>
		<author><name>RubinErrata</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Getting_Here_(2169)&amp;diff=44112</id>
		<title>Getting Here (2169)</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Getting_Here_(2169)&amp;diff=44112"/>
		<updated>2014-08-24T23:55:39Z</updated>

		<summary type="html">&lt;p&gt;RubinErrata: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Noisebridge location map-20091130-125922.png|thumb|right|2169 Mission Street]]&lt;br /&gt;
[[File:Noisebridge front entrance.png|thumb|400px|Ring the bell at the end of the arrow -- the one labeled &amp;quot;Noisebrige&amp;quot; =)]]&lt;br /&gt;
&lt;br /&gt;
Noisebridge is located on the 3rd floor of &#039;&#039;&#039;[http://maps.google.com/?q=2169+Mission+Street,+94110 2169 Mission Street, San Francisco, CA 94110-1219]&#039;&#039;&#039;, between 17th and 18th street ([http://www.openstreetmap.org/?mlat=37.762352&amp;amp;mlon=-122.419372&amp;amp;zoom=16 37.76717 N, 122.418423 W]), 1.5 blocks south of [http://www.bart.gov/stations/16th/index.aspx 16th Street Mission BART station]. Use the intercom to ask to be buzzed into the space. An [[elevator]] with manually-operated doors is available, and here is some basic [[accessibility]] information.&lt;br /&gt;
&lt;br /&gt;
Here is a [[Map]] of Noisebridge.&lt;br /&gt;
&lt;br /&gt;
If this is your first time here, please review our [[visitor advice]].&lt;br /&gt;
&lt;br /&gt;
We have more information here on [[Getting_In | getting in]] using really space-age or really old-fashioned ways of opening doors.&lt;br /&gt;
&lt;br /&gt;
You can also find [[Getting Here (83c) | directions to our old space]].&lt;br /&gt;
&lt;br /&gt;
==Public transit==&lt;br /&gt;
&lt;br /&gt;
[http://511.org/ 511.org] is great to help plan your Bay Area travel.&lt;br /&gt;
&lt;br /&gt;
[http://www.flysfo.com/ San Francisco International Airport (SFO)] is about 30 minutes away. [http://www.oaklandairport.com/ Oakland International Airport (OAK)] is about 50 minutes away.&lt;br /&gt;
&lt;br /&gt;
[http://www.caltrain.com/ Caltrain], [http://www.amtrakcapitols.com/ Capitol Corridor] [http://www.sfmta.com Muni] and [http://www.bart.gov BART] transit systems can help get you around the Bay area on public transit.&lt;br /&gt;
&lt;br /&gt;
===Getting Here by BART===&lt;br /&gt;
[http://www.bart.gov BART] (Bay Area Rapid Transit) train service runs 4:30am-midnight weekdays, less on weekends. The train schedules are generally accurate to within about 3 minutes.&lt;br /&gt;
*Take BART to 16th Street Mission Station&lt;br /&gt;
*Get to street level via either exit&lt;br /&gt;
*Walk 1.5 blocks south on Mission Street&lt;br /&gt;
*Noisebridge is on the left, 2169 Mission, just before Mi Ranchito produce market&lt;br /&gt;
&lt;br /&gt;
===Getting Here by Muni===&lt;br /&gt;
San Francisco is served by the [http://www.sfmta.com Muni] bus and light rail network. Only some lines run from 1am-5am, so called &amp;quot;Owl&amp;quot; service. Bus schedules are generally accurate to within 15 minutes. [http://www.nextbus.com/predictor/stopSelector.jsp?a=sf-muni Nextbus] has real-time bus arrival information. [[nextbus | (Check stops near noisebridge here).]]  Muni lines that pass particularly close to Noisebridge are:&lt;br /&gt;
:[http://www.sfmta.com/cms/asystem/routedesc.php?rted=14 14 Mission] &#039;&#039;&#039;(stops in front of Noisebridge)&#039;&#039;&#039; (24 hour service)&lt;br /&gt;
:[http://www.sfmta.com/cms/asystem/routedesc.php?rted=33 33 Stanyan] &#039;&#039;&#039;(stops in front of Noisebridge)&#039;&#039;&#039;&lt;br /&gt;
:[http://www.sfmta.com/cms/asystem/routedesc.php?rted=49 49 Van Ness-Mission] &#039;&#039;&#039;(stops in front of Noisebridge)&#039;&#039;&#039;&lt;br /&gt;
:[http://www.sfmta.com/cms/asystem/routedesc.php?rted=22 22 Fillmore] (24 hour service; closest stop 16th and Mission)&lt;br /&gt;
:[http://www.sfmta.com/cms/asystem/routedesc.php?rted=12 12 Folsom] (closest stop 18th and Folsom)&lt;br /&gt;
&lt;br /&gt;
Noisebridge is about a 15 minute walk from the [http://en.wikipedia.org/wiki/Church_Street_Station_(San_Francisco) Church St Light Rail Muni Station], served by the Muni light rail K, L, M, and T lines underground, and the J, N and F aboveground.  (When riding the J Church line, it is closer to exit at the bottom of Dolores Park at 18th and Church rather than at Church and Market.  The other Muni light rail lines also connect with BART at [http://en.wikipedia.org/wiki/Civic_Center_Station_(San_Francisco) Civic Center Station]; transferring to BART there may be faster than walking from Church Street.)&lt;br /&gt;
&lt;br /&gt;
==Cycling==&lt;br /&gt;
See the [http://www.sfbike.org/download/map.pdf San Francisco Bike Coalition bike map] for bike directions to Noisebridge.  Noisebridge can be found in the center-right portion of this map.&lt;br /&gt;
&lt;br /&gt;
Valencia Street, 1 block west of Mission, is an official route of the San Francisco Bicycle Network, with roomy bike lanes in both directions and calm traffic. For security you should bring your bike upstairs either via the stairs or elevator. Our bike rack has room for at least 14 bikes :-)&lt;br /&gt;
&lt;br /&gt;
==Driving==&lt;br /&gt;
&lt;br /&gt;
Find us on [http://maps.google.com/?q=2169+Mission+Street,+94110 Google Maps] or [http://www.openstreetmap.org/?mlat=37.762352&amp;amp;mlon=-122.419372&amp;amp;zoom=16 OpenStreetMap].&lt;br /&gt;
&lt;br /&gt;
Evening street parking in the area is difficult since the 16th and Valencia area is a popular entertainment district. Most street parking in the area is metered 9am-6pm.&lt;br /&gt;
&lt;br /&gt;
There is a commercial parking garage at [http://j.mp/9IMNpT 42 Hoff Street], about two blocks from Noisebridge.  Several [http://www.bart.gov/guide/parking/index.aspx BART stations outside of San Francisco] city limits also have parking available. San Francisco is famous for car break-ins; you should place &#039;&#039;all&#039;&#039; your valuables in the trunk of your car.&lt;br /&gt;
&lt;br /&gt;
=== From the East Bay ===&lt;br /&gt;
&lt;br /&gt;
# From the East Bay, take I-80W (across the Bay Bridge)&lt;br /&gt;
# 1.5 miles after the Bay Bridge, exit right at &amp;quot;Golden Gate Bridge | North 101 | Exit 1B&amp;quot;&lt;br /&gt;
# in 0.5 miles exit right at a double sign that reads &amp;quot;Duboce Ave | Exit 434A&amp;quot; and &amp;quot;101 North | G G Br | Mission St&amp;quot;&lt;br /&gt;
# Bear left near the bottom of the exit&lt;br /&gt;
# At the bottom of the exit, turn left on Mission&lt;br /&gt;
# Continue south on Mission Street about 4 blocks to 2169 Mission&lt;br /&gt;
&lt;br /&gt;
=== From the South Bay ===&lt;br /&gt;
&lt;br /&gt;
# From the South Bay, take US-101N&lt;br /&gt;
# Exit at Vermont St and immediately turn left on Vermont&lt;br /&gt;
# Go 2 blocks and turn left on 16th&lt;br /&gt;
# Go 1.1 miles (approx 12 blocks) and turn left on Mission Street&lt;br /&gt;
# Continue south on Mission Street 1.5 blocks to 2169 Mission&lt;br /&gt;
&lt;br /&gt;
Alternatively&lt;br /&gt;
# Take I-280N &lt;br /&gt;
# Exit at San Jose Avenue&lt;br /&gt;
# Go 1.1 miles, turn right onto Randall and make an immediate left onto Mission Street&lt;br /&gt;
# Go 1.6 miles (approx 16 blocks) and find yourself in front of Noisebridge!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== From the North Bay ===&lt;br /&gt;
&lt;br /&gt;
From the North Bay, take US-101S (across the Golden Gate Bridge).  Continue on US-101S within San Francisco (local San Francisco streets signed as US-101S are Lombard Street and then Van Ness Avenue) until it crosses Market Street and becomes South Van Ness Avenue, then follow South Van Ness, then right on 18th, right on Mission. Just stay on mission. South van mess is too crowded&lt;br /&gt;
&lt;br /&gt;
===[http://j.mp/9En9Jg To Garage at 42 Hoff]===&lt;br /&gt;
# Starting at Noisebridge, go 1/2 block north to 17th St.&lt;br /&gt;
# Turn left on 17th&lt;br /&gt;
# Take your first right onto Hoff St.&lt;br /&gt;
# The garage is 1/2 block ahead on the left&lt;br /&gt;
&lt;br /&gt;
[[Category:InTheSpace]]&lt;br /&gt;
[[Category:Pages with a Noisebridge Tiny URL]]&lt;br /&gt;
&lt;br /&gt;
===More Parking===&lt;br /&gt;
&lt;br /&gt;
Garages (showing rates for 3 hours):&lt;br /&gt;
[http://bit.ly/OOggmA]&lt;br /&gt;
&lt;br /&gt;
More garages, rates per hour:&lt;br /&gt;
[http://www.parkme.com/map?lat=37.7895034367&amp;amp;lng=-122.405755564]&lt;br /&gt;
&lt;br /&gt;
Parking meters in database format:&lt;br /&gt;
http://sfpark.org/resources/parking-meters-census-gis-data/&lt;br /&gt;
&lt;br /&gt;
And this book of &amp;quot;parking secrets&amp;quot;:&lt;br /&gt;
http://www.findingthesweetspot.com/pages/tips.html&lt;br /&gt;
&lt;br /&gt;
Like some other big cities, you can sometimes get lucky and find unmetered parking if you drive around the side-streets.&lt;br /&gt;
&lt;br /&gt;
{{ManualPage}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Python_coding.jpg|1000px|thumb|left|Python 3.0]]&lt;/div&gt;</summary>
		<author><name>RubinErrata</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Visitors&amp;diff=44111</id>
		<title>Visitors</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Visitors&amp;diff=44111"/>
		<updated>2014-08-24T23:55:20Z</updated>

		<summary type="html">&lt;p&gt;RubinErrata: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to Noisebridge! We&#039;re glad you&#039;re interested in our space and we look forward to seeing you soon. Here&#039;s some advice to help you&lt;br /&gt;
understand what you&#039;re getting into and see if it appeals to you.&lt;br /&gt;
&lt;br /&gt;
====Who is welcome====&lt;br /&gt;
Everyone is welcome and encouraged to visit Noisebridge.  We ask that visitors follow our [[Noisebridge_Vision#Tripartite_Pillars|guiding rule]] &amp;quot;to be excellent to each other&amp;quot; in the best spirit they can; please see our [[Getting_In|access policy]].  New visitors can drop by anytime unannounced and do not necessarily need an invitation for a tour or for attending a scheduled event/class.  It may be wise to follow our suggested advice below on the best times to visit, to ensure there are people there who can let you in.&lt;br /&gt;
&lt;br /&gt;
Noisebridge is [[Accessibility | wheelchair accessible]] though people who use wheelchairs may need help with the heavy manual [[elevator]] doors.&lt;br /&gt;
&lt;br /&gt;
====Come with an open mind====&lt;br /&gt;
Noisebridge is largely about learning and exploring, and there&#039;s lots to see and learn here!  Activities at Noisebridge include hanging out, working on personal or group projects, and scheduled or improptu workshops and classes on a range of topics, from foreign languages to photography, lockpicking, woodworking, computer programming and mathematics.&lt;br /&gt;
&lt;br /&gt;
====Some times are better than others====&lt;br /&gt;
We have many scheduled activities in the space, and many of us have day jobs.  You can coordinate the time of your visit to ensure that you can find people to talk with (and especially [[Getting_In|to let you into the building]] in the first place!)&lt;br /&gt;
&lt;br /&gt;
* Are you new? Wondering when to drop by? Come by any evening - you don&#039;t necessarily have to wait for a class, an event or a meeting. Any night there will generally be people hanging out, and you&#039;re welcome to just show up, to say &amp;quot;I&#039;m new!&amp;quot; and then get a tour, or to just relax and work on your laptop until a conversation of interest comes up. &lt;br /&gt;
* If you&#039;re interested in particular activities, check out our schedule, posted on the [[Noisebridge|main page]] of this site.&lt;br /&gt;
* If you&#039;d like to come during unstructured time and talk with lots of people, after hours are generally best.&lt;br /&gt;
* If you&#039;d prefer a quieter environment, come earlier in the day.&lt;br /&gt;
* If you&#039;d like to see the anarco-syndicalist factory of how a long-living hackspace is maintaining, tag along to our [Meeting|Tuesday 8pm meeting]], where affairs are often &#039;&#039;&#039;excitingly&#039;&#039;&#039; hashed out.&lt;br /&gt;
* You&#039;re unlikely to find many people in the space before noon on most days.&lt;br /&gt;
* This is discussed in painful detail at [[Hours]]&lt;br /&gt;
* The people around you may not know you well, but they might love you a bit more if you fix a random thing. Even if its just cleaning plates of dishes, helping to organize the parts bins, or tidying an obviously dirty desk.&lt;br /&gt;
&lt;br /&gt;
====Who&#039;s in charge?====&lt;br /&gt;
&lt;br /&gt;
You are (with the guidance of the Membership!) Noisebridge attempts to be as leaderless and as non-hierarchical and unruly as we can get. We encourage anyone in the space to be as responsible as anyone else. If you&#039;re a new visitor, that means the Associate Member or vouchsafed guest who you first meet is as good as anyone else to ask questions of.&lt;br /&gt;
&lt;br /&gt;
====Our code of conduct====&lt;br /&gt;
Our [[Noisebridge_Vision#Tripartite_Pillars|chief guiding principle]] is to &amp;quot;be excellent to one another&amp;quot;.  Please respect the other people you meet at Noisebridge and the Noisebridge space itself.&lt;br /&gt;
We welcome visitors because we believe in our community and want to share the things we&#039;re working on with everyone. We also have [[community standards]].&lt;br /&gt;
&lt;br /&gt;
====Other people&#039;s stuff====&lt;br /&gt;
Please try to be careful with the things you find at Noisebridge, and recognize that the things on shelves are other people&#039;s stuff.&lt;br /&gt;
&lt;br /&gt;
====Not &amp;quot;child-safe&amp;quot;====&lt;br /&gt;
We have not limited what we like to explore or discuss according to anyone&#039;s notions of &amp;quot;appropriateness&amp;quot; for children.  Thus, anyone entering the space can be exposed to ideas, concepts, language and items which some would consider &amp;quot;adult-themed&amp;quot;.  We also have some tools and materials that can be hazardous for children or adults if used improperly.  Children are as welcome in the space as any other person - just be prepared for what they may encounter.&lt;br /&gt;
&lt;br /&gt;
====Hostile network====&lt;br /&gt;
The network at Noisebridge - like any public network - should be regarded as potentially hostile. This means that you should assume that any unencrypted communications over the network could be (and most likely are) monitored by others. Examples of vulnerable communications include POP3/IMAP email clients, most web browsing, IRC/AIM and similar chat protocols that are often not encrypted. While no issues have come up to date, and our code of conduct opposes malicious monitoring of others, it is wise to be aware of the potential. Stick to using SSL or secure tunnels or VPNs for anything that uses a password or that you otherwise wouldn&#039;t want other people to read. If you don&#039;t know how to protect your communications with encryption, many people at Noisebridge would be glad to help you out! (It would be nice if someone would provide links to a decent guide here.)&lt;br /&gt;
&lt;br /&gt;
=====Attempt at a Semi Decent Guide=====&lt;br /&gt;
&lt;br /&gt;
The most secure option you have is to set up [https://inside.mines.edu/~gmurray/HowTo/sshNotes.html an SSH tunnel] to a remote server, and then use a proxy server like [http://www.pps.jussieu.fr/~jch/software/polipo/ Polipo] to forward all your HTTP through that server.  Done properly, this will encrypt all your traffic without any further worries.  If you do not have SSH access to a remote server, then you can use Tor or similar to encrypt your traffic without exposing it to the Noisebridge network.&lt;br /&gt;
&lt;br /&gt;
The fallback position is to ensure that as many services as possible use HTTPS by default (especially webmail) and at least have browser based solution to protect against [http://en.wikipedia.org/wiki/Cross-site_request_forgery CRSF]/[http://en.wikipedia.org/wiki/Cross-site_scripting XSS] attacks for everything else.  This may happen even if the website itself is solid -- if you&#039;re on a compromised internal network, the attacker can inject content into any HTML page that you&#039;re reading.&lt;br /&gt;
&lt;br /&gt;
Recommended Firefox Addons:&lt;br /&gt;
&lt;br /&gt;
* Certificate Patrol: https://addons.mozilla.org/en-US/firefox/addon/certificate-patrol/&lt;br /&gt;
* Perspectives: https://www.networknotary.org/firefox.html&lt;br /&gt;
* HTTPS Everywhere: https://www.eff.org/https-everywhere&lt;br /&gt;
* Noscript (even with &amp;quot;all access&amp;quot; it still catches many CSRF/XSS attacks): https://addons.mozilla.org/en-US/firefox/addon/noscript/&lt;br /&gt;
&lt;br /&gt;
Recommended Chrome Extensions:&lt;br /&gt;
&lt;br /&gt;
* KB SSL Enforcer: https://chrome.google.com/extensions/detail/flcpelgcagfhfoegekianiofphddckof&lt;br /&gt;
* NotScripts: https://chrome.google.com/extensions/detail/odjhifogjcknibkahlpidmdajjpkkcfn&lt;br /&gt;
&lt;br /&gt;
Recommended General Security:&lt;br /&gt;
&lt;br /&gt;
* If you use Google, [http://googleblog.blogspot.com/2011/02/advanced-sign-in-security-for-your.html two factor authentication] is vastly more secure than just a password.&lt;br /&gt;
* Although coming up with a good password is nice, you&#039;re far more secure if you use a password manager like KeyPass or 1Password.  The best password is one you don&#039;t remember.  &lt;br /&gt;
* If someone gets their hands on the physical machine, all bets are off.  Try to avoid strange USB sticks and CDs, even if they look shiny.&lt;br /&gt;
&lt;br /&gt;
{{ManualPage}}&lt;br /&gt;
&lt;br /&gt;
[[File:Python_coding.jpg|1000px|thumb|left|Python 3.0]]&lt;/div&gt;</summary>
		<author><name>RubinErrata</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Excellence&amp;diff=44110</id>
		<title>Excellence</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Excellence&amp;diff=44110"/>
		<updated>2014-08-24T23:55:08Z</updated>

		<summary type="html">&lt;p&gt;RubinErrata: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The first principle of Noisebridge is to [[Vision#Excellence | &#039;&#039;&#039;be excellent to each other&#039;&#039;&#039;]]. We get a lot more specific in our [[anti-harassment policy]], but there are a whole load of other social norms which keep Noisebridge a safe and happy place to work and learn.&lt;br /&gt;
&lt;br /&gt;
Noisebridge&#039;s [[Vision]] tried to avoid hard-and-fast rules. Many of these are guidelines, and rightly so. In the past, we&#039;ve noticed that certain actions and behaviors are good for the space and other actions [[Drama|cause problems]]. This page exists to help you determine whether something you&#039;re considering is a good idea, and to help you work things out when reasonable people disagree.&lt;br /&gt;
&lt;br /&gt;
Although we work together and attempt to ensure that this page reflects what we collectively think, it&#039;s not our formal [[consensus]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Purpose and Vision =&lt;br /&gt;
&lt;br /&gt;
* Noisebridge is a place for hacking, hackers, and learning to hack.&lt;br /&gt;
* Noisebridge should be welcoming to those who visit, and a safe place to learn and work.&lt;br /&gt;
* Noisebridge operates by do-ocracy and consensus.&lt;br /&gt;
* The [[Noisebridge Vision]] describes what we are for, and what we are about.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Entrance and Membership =&lt;br /&gt;
&lt;br /&gt;
* You do not need to be a [[membership|member or associate member]] to hack at Noisebridge or to participate in the community here.&lt;br /&gt;
* Members and associate members can come and use Noisebridge at any time.&lt;br /&gt;
* If you are not a [[:category:Members|member]] or an [[:category:Associate Member|associate member]], you should find one to host you and show you around.&lt;br /&gt;
** It&#039;s often easy to find someone on [[IRC]] or the [[mailing list]].&lt;br /&gt;
** You can also try coming to the space and introducing yourself as soon as you get here.&lt;br /&gt;
** If you&#039;re coming for a class or other event: don&#039;t sweat it, your teacher or a fellow student is taking responsibility for everyone at the event.&lt;br /&gt;
* You should take responsibility for the actions of anyone you invite or let into Noisebridge.&lt;br /&gt;
* If you are a regular user of Noisebridge or participant in our community, you should consider [[Membership#Associate Members|becoming an associate member]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Disagreement =&lt;br /&gt;
&lt;br /&gt;
* If you disagree with another member of the community you should try to [[Conflict Resolution | work out your differences]] with them.&lt;br /&gt;
* If you cannot work out your differences one-on-one, you should consider [[mediation]].&lt;br /&gt;
* If someone asks you to leave them alone or to otherwise stop a behavior that is directed toward them, please do so. Continued unwanted behavior directed toward another person is [[Harassment]].&lt;br /&gt;
&lt;br /&gt;
== Requests to Leave ==&lt;br /&gt;
* If someone is acting in a way incompatible with our community standards, &#039;&#039;&#039;you are empowered to ask them to leave Noisebridge immediately&#039;&#039;&#039;.&lt;br /&gt;
* You are under no obligation to do so, and absolutely should not confront someone who you think poses a physical danger to you.&lt;br /&gt;
* If someone asks you to leave Noisebridge, you should immediately leave, whether or not you think their request was legitimate or in good faith.&lt;br /&gt;
* If someone asks you to leave, you should not return until the conflict has been resolved, hopefully through mediation, though possibly at a [[meeting]]&lt;br /&gt;
* If you ask someone to leave, you should email the [[mailing list]] to explain the situation.&lt;br /&gt;
&lt;br /&gt;
== Reporting ==&lt;br /&gt;
If you would prefer to privately report unacceptable behavior (including violations of our [[anti-harassment policy]]), you can email [mailto:secretary@noisebridge.net &amp;lt;secretary@noisebridge.net&amp;gt;]. This email address is monitored by a number of upstanding and trustworthy folks. They&#039;ll handle your request privately if you prefer, and otherwise work to resolve the problem in a way which keeps you safe and protects the community from unacceptable behavoior.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= General Guidelines =&lt;br /&gt;
&lt;br /&gt;
* Talk to people and make friends. Part of the point of Noisebridge is interpersonal interaction, and we want to meet you and learn about whatever cool project you&#039;re working on. It&#039;s amazing how often random discussions between people at Noisebridge have turned into things that show up on the world stage.&lt;br /&gt;
* On the other hand, do be sensitive to people&#039;s desire to stop talking and start hacking. If someone starts looking away, returning to their laptop or project, or begins walking away, consider that you might be the Nth person to strike up a conversation with them, and they may want to actually get something done.&lt;br /&gt;
* [[Sleeping | Noisebridge is your hackerspace, not your home]]. Living here is definitely [http://hackerspaces.org/wiki/The_Roommate_Anti-Pattern an anti-pattern], so don&#039;t even try to do this! If money is a problem, have a look at our page of [[Starving hackers | starving hacker resources]] for ways to get around and crash if you&#039;re short on cash.&lt;br /&gt;
* Pull your own weight. We don&#039;t have housekeeping service, so clean up after yourself and put things away when you&#039;re done. In fact, you&#039;re going to get a lot of good karma by tidying up twice the amount of space you use on a regular basis.&lt;br /&gt;
* Everything in Noisebridge is hackable. If you don&#039;t want something taken apart and turned into a giant robot the moment your back is turned, leave it on your shelf, or mark it clearly with your name, a way to contact you, the date, and what you&#039;re doing. Even then there are no guarantees -- it&#039;s just mildly rude to hack on a labelled thing unannounced, as opposed to positively encouraged.&lt;br /&gt;
* If you find yourself having to explain something in the space more than once, you should probably label it.&lt;br /&gt;
* If you can&#039;t throw something away in a full garbage can, you should probably empty it.&lt;br /&gt;
* If you see someone being awesome or something which is awesome, it&#039;s awesome in turn to sing its praises. Motivation is a rare commodity among us and a compliment here and there can work wonders in terms of creating more of it. We have a Noticeboard of Excellence by the door which is a good place to leave a semi-permanent thankyou.&lt;br /&gt;
* Bringing minors to Noisebridge might result in them being exposed to ideas outside of your control, and you probably shouldn&#039;t bring them if that&#039;s going to be a problem.&lt;br /&gt;
* Bringing pets hasn&#039;t historically been a serious problem, since we have a pretty big space and allergic folks can usually relocate. You should still ask around and meet people to find out, though!&lt;br /&gt;
* Don&#039;t bittorrent from the space, it causes lots of problems for other people trying to use the network. We&#039;ve also gotten DMCA notices about people snarfing copyrighted content using our links and they&#039;re very annoying and unexcellent. Please don&#039;t download copyrighted content illegally using our Internet links.&lt;br /&gt;
* If you&#039;re going to smoke, smoke downstairs on the sidewalk. Don&#039;t smoke on the fire escape -- it affects our neighbour&#039;s small children, the ash falls down onto the fruit below, and the fire service get mad at us. &lt;br /&gt;
* At least one Noisebridge member is seriously allergic to marijuana smoke, so please don&#039;t smoke it in the space or nearby.&lt;br /&gt;
* Don&#039;t talk about politics or religion if you want to avoid conflict. Noisebridge attracts a certain kind of personality that gets irate when they suspect someone thinks they&#039;re wrong, and even mentioning you support a different political or religious group than them can really push their buttons if they&#039;re having a bad day.&lt;br /&gt;
* Going on the roof is, except in narrow conditions that you almost certainly aren&#039;t covered by, a violation of our lease agreement. It also causes leaks, and in the past a leak destroyed some irreplaceable artwork belonging to a member. Don&#039;t go up there without talking to someone who knows about the lease details.&lt;br /&gt;
* Taking stuff from the space temporarily without leaving a note with your contact info is a surefire way to cause problems. Taking stuff permanently, even if everyone agrees it needs to go, can cause tax issues which you should bring up at the weekly meetings.&lt;br /&gt;
* Please ask before playing music through the public audio systems, especially if people are quietly enjoying the space.&lt;br /&gt;
* Try to keep infodumps to new acquaintances to under a few minutes. Many people at Noisebridge are walking libraries on their field of expertise, but no one likes being fed a textbook through their ears.&lt;br /&gt;
* Do not do anything at Noisebridge or involving Noisebridge which could affect a political election campaign, express or implied, incumbent or not. While not illegal, it is grounds for the IRS to revoke our [[Tax exemption|tax exempt status]], no exceptions.&lt;br /&gt;
* Noisebridge must not be involved in anything which could affect legislation, with certain limited exemptions. Talk to the [[Board and Officers|officers of the corporation]] for guidance if you are unsure whether your proposed activities will be exempt or not.&lt;br /&gt;
&lt;br /&gt;
{{ManualPage}}&lt;br /&gt;
&lt;br /&gt;
[[File:Python_coding.jpg|1000px|thumb|left|Python 3.0]]&lt;/div&gt;</summary>
		<author><name>RubinErrata</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=The_Neighborhood&amp;diff=44109</id>
		<title>The Neighborhood</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=The_Neighborhood&amp;diff=44109"/>
		<updated>2014-08-24T23:54:55Z</updated>

		<summary type="html">&lt;p&gt;RubinErrata: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;What&#039;s in the neighborhood around 2169 Mission?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Restaurants ==&lt;br /&gt;
&lt;br /&gt;
Noisebridge is of course located in the birthplace of the [http://en.wikipedia.org/wiki/San_Francisco_burrito Mission burrito], with an abundance of Mexican places in the area, but there are many different restaurants within walking distance of the space.&lt;br /&gt;
&lt;br /&gt;
===Taqueria Cancún===&lt;br /&gt;
YUMMY burritos and stuff. People love it. CASH ONLY! They have an ATM, but who really uses those ripoff ATMs...&lt;br /&gt;
2288 Mission St&lt;br /&gt;
&lt;br /&gt;
===[http://thesycamoresf.com/ The Sycamore]===&lt;br /&gt;
&lt;br /&gt;
Really nice gastropub with yummy sliders (mini-burgers), roast beef sandwiches and pork belly donuts. Does takeout!&lt;br /&gt;
&lt;br /&gt;
* 2140 Mission St. (between 17th &amp;amp; 18th)&lt;br /&gt;
* Open daily from 11:30 a.m. - midnight&lt;br /&gt;
* Kitchen hours: 11:30 a.m. - 10 p.m. Mon-Thu, 11:30-midnight Fri-Sat&lt;br /&gt;
* Happy Hour: 4:00 p.m. - 7:00 p.m. - dollar off drafts&lt;br /&gt;
* Free wifi (&amp;quot;Sycamore Public&amp;quot;, no encryption) &lt;br /&gt;
* [http://www.yelp.com/biz/the-sycamore-san-francisco Yelp]&lt;br /&gt;
&lt;br /&gt;
===Yamo===&lt;br /&gt;
A tiny place, maybe six or eight seats at the counter, that&#039;s it. Almost as many Burmese grandmothers working behind the counter. Some of the food is great. Rubin&#039;s favorite: #10, Mango Chicken, $5.25 (and maybe a coconut for $2.50). &lt;br /&gt;
&lt;br /&gt;
* 3406 18th St. (between Mission St. &amp;amp; San Carlos St.) [http://maps.google.com/maps?q=3408+18th+st+sf+ca Map]&lt;br /&gt;
* (415) 553-8911&lt;br /&gt;
* Mon-Thu 10:30 a.m. - 9:30 p.m.&lt;br /&gt;
* Fri-Sat 10:30 a.m. - 10:00 p.m. &lt;br /&gt;
* [http://sanfrancisco.menupages.com/restaurants/yamo/ Menu]&lt;br /&gt;
* [http://www.yelp.com/biz/yamo-san-francisco Yelp!]&lt;br /&gt;
&lt;br /&gt;
===Whiz!===&lt;br /&gt;
On South Van Ness and 18th, good burgers and fries. Since 1955.&lt;br /&gt;
&lt;br /&gt;
===Minako===&lt;br /&gt;
Organic Japanese, is across the street on Mission street. Vegan friendly.&lt;br /&gt;
&lt;br /&gt;
===Weird Fish===&lt;br /&gt;
A few doors south of Noisebridge, at 2193 Mission. Quite likely named after a Radiohead song as its clientele are almost uniformly Radiohead fans. Vegan friendly.&lt;br /&gt;
&lt;br /&gt;
===El Castillito===&lt;br /&gt;
Another taquería, excellent Mission-style burritos (order the vegetarian or a &amp;quot;Super&amp;quot;). Across the street, just past 17th.&lt;br /&gt;
*2092 Mission St.&lt;br /&gt;
&lt;br /&gt;
===Grand Mission Donuts &amp;amp; Bakery（美新餅家）===&lt;br /&gt;
I know this isn&#039;t a restaurant, not really, although it does have tables and chairs... but it is doughnuts, and you &#039;&#039;can&#039;t not have doughnuts!&#039;&#039; They&#039;re not even really great doughnuts, but mediocre doughnuts are still doughnuts, and it&#039;s less than half a block away. Surprisingly decent apple fritter, however, and at a buck twenty-five one of the cheapest you&#039;ll ever find. Also a modest selection of Chinese pastries.&lt;br /&gt;
*2195 Mission St., next door to Weird Fish&lt;br /&gt;
Their operating hours are discernable to no man or beast.&lt;br /&gt;
&lt;br /&gt;
===Vegan food (that&#039;s really good for everyone!)===&lt;br /&gt;
Incredibly good [[Vegan_food_near_2169|Vegan food]] nearby (that really is good for everyone).&lt;br /&gt;
&lt;br /&gt;
==Markets==&lt;br /&gt;
===Mi Ranchito===&lt;br /&gt;
[[File:Noisebridge front entrance.png|thumb|250px|Confusingly, arrow is pointing at entrance to Noisebridge, away from entrance to Mi Ranchito]]&lt;br /&gt;
&amp;lt;span lang=&amp;quot;es&amp;quot;&amp;gt;Mi Ranchito&amp;lt;/span&amp;gt; Produce &amp;amp; Carnicería is located directly below Noisebridge, or, rather, Noisebridge is located directly above it. It is open from 7 a.m. to 9 p.m. 7 days a week.&amp;lt;br&amp;gt;&lt;br /&gt;
As its name indicates, in addition to a reasonable selection of produce and &amp;lt;span lang=&amp;quot;es&amp;quot;&amp;gt;albarrotes&amp;lt;/span&amp;gt;, there is a butcher counter in the back. For a cheap snack you can get &amp;lt;span lang=&amp;quot;es&amp;quot;&amp;gt;pan dulce&amp;lt;/span&amp;gt;, 3 for a buck - Mexican pastries, cookies, rolls and &amp;lt;span lang=&amp;quot;no&amp;quot;&amp;gt;småkaker&amp;lt;/span&amp;gt;. They also, among their produce and Hispanic groceries, have a decent supply of typical snack/junk food, as well as an impressive selection of Latin American soda pop, including the world&#039;s best apple soda, Pepsi&#039;s entry into the market, &amp;lt;span lang=&amp;quot;es&amp;quot;&amp;gt;[http://www.manzanitasol.com/us?wptheme=English Manzanita Sol]&amp;lt;/span&amp;gt;, and now &amp;lt;span lang=&amp;quot;es&amp;quot;&amp;gt;Toronja (&amp;quot;&amp;lt;span lang=&amp;quot;en&amp;quot;&amp;gt;Grapefruit&amp;lt;/span&amp;gt;&amp;quot;) Sol&amp;lt;/span&amp;gt;, a competitor to another soft drink popular in Mexico, Squirt.&lt;br /&gt;
&lt;br /&gt;
===Mission Grocery===&lt;br /&gt;
There&#039;s a liquor store across the street, just past Sycamore, at 2128-2130 Mission. I&#039;m pretty sure they&#039;re open 24 hours; if not they&#039;re open later than pretty much everyone else. They accept credit cards but charge a dollar per transaction, even though that contravenes the Merchant Agreement every vendor must sign with Visa and MasterCard. Despite the sign out front don&#039;t expect to find any actual groceries here. Lots of heavily processed junk food and delicious cheap alcohol. A dangerous place to find myself when I&#039;ve got the munchies.&lt;br /&gt;
&lt;br /&gt;
===[http://www.rainbow.coop/ Rainbow Grocery]===&lt;br /&gt;
Rainbow is is a co-op grocery store run on many of the same principles as Noisebridge. It&#039;s, like, three blocks down and a couple blocks over. They have lots of sustainable foodie type stuff, bulk food, health supplements, natural body care products, etc. &lt;br /&gt;
* 9 a.m. - 9 p.m.&lt;br /&gt;
* 1745 Folsom St.&lt;br /&gt;
&lt;br /&gt;
==Drug stores==&lt;br /&gt;
There&#039;s a Walgreens right next to 16th &amp;amp; Mission BART, which is nice because you can get cash back from ATM purchases without having to pay a fee.&lt;br /&gt;
&lt;br /&gt;
== Bookstores ==&lt;br /&gt;
A few doors to the north of Noisebridge, at 2141 Mission:&lt;br /&gt;
====[http://stores.ebay.com/Valhalla-Fine-and-Collectible-Books Valhalla Books]====&lt;br /&gt;
*2nd floor, Ste. 202&lt;br /&gt;
*&amp;quot;Mostly hardbound fiction,&amp;quot; sf + fantasy section, but also some interesting non-, a few cool older books about computing (i.e. not manuals), philosophy, history etc.&lt;br /&gt;
&lt;br /&gt;
====Bolerium Books====&lt;br /&gt;
*3rd floor, Ste. 300&lt;br /&gt;
*American social movements, etc.&lt;br /&gt;
====[http://www.libroslatinos.com/ Libros Latinos]====&lt;br /&gt;
*3rd floor, Ste. 301&lt;br /&gt;
*Libros de México, Centro- y Sudamérica y el Caribe&lt;br /&gt;
*Books from Mexico, Central and South America, and the Caribbean&lt;br /&gt;
*Art, literature, photography, environment, immigration, history, religion, archaeology, sexuality&lt;br /&gt;
*Ephemera, rare, new, used, antiquarian&lt;br /&gt;
*We take requests.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On 16th between Mission and Valencia:&lt;br /&gt;
===Adobe Books===&lt;br /&gt;
*3166 16th St.&lt;br /&gt;
*(415) 864-3936&lt;br /&gt;
*Used books&lt;br /&gt;
&lt;br /&gt;
===Forest Books===&lt;br /&gt;
*3080 16th St.&lt;br /&gt;
*(415) 863-2755&lt;br /&gt;
*Used books&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
And on Valencia between 16th and 17th:&lt;br /&gt;
===Dog Eared Books===&lt;br /&gt;
*900 Valencia St.&lt;br /&gt;
* (415) 282-1901&lt;br /&gt;
*Used books&lt;br /&gt;
===Borderland Books===&lt;br /&gt;
*866 Valencia St.&lt;br /&gt;
* (415) 824-8203&lt;br /&gt;
*Science fiction and fantasy&lt;br /&gt;
===Goteblüd===&lt;br /&gt;
* 766 Valencia St.&lt;br /&gt;
*Sat-Sun, noon - 5 p.m.&lt;br /&gt;
*Zines, literary ephemera&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Most of this info is courtesy of Joe from Valhalla.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hardware and Related == &lt;br /&gt;
(Hardware hardware, not computer hardware)&lt;br /&gt;
* &#039;&#039;&#039;Lasts Paints&#039;&#039;&#039; Not a good range of supplies, but two doors away.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Crafts==&lt;br /&gt;
* &#039;&#039;&#039;[http://www.fabricoutletsf.com/ Fabric Outlet]&#039;&#039;&#039; If you&#039;re [[sewing]] + need something this is just a couple doors down.&lt;br /&gt;
&lt;br /&gt;
[[Category:Sustenance]]&lt;br /&gt;
{{ManualPage}}&lt;br /&gt;
&lt;br /&gt;
[[File:Python_coding.jpg|1000px|thumb|left|Python 3.0]]&lt;/div&gt;</summary>
		<author><name>RubinErrata</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=FractalWorkingGroup&amp;diff=44108</id>
		<title>FractalWorkingGroup</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=FractalWorkingGroup&amp;diff=44108"/>
		<updated>2014-08-24T23:54:42Z</updated>

		<summary type="html">&lt;p&gt;RubinErrata: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Fractal Working Group ==&lt;br /&gt;
&lt;br /&gt;
current version: 0.0.1-uberalpha&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;FractalWorkingGroup&amp;quot; is NOT a group; it is a &amp;quot;factory method&amp;quot; for a group.&lt;br /&gt;
&lt;br /&gt;
http://en.wikipedia.org/wiki/Factory_method_pattern&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Purpose ===&lt;br /&gt;
&lt;br /&gt;
The FractalWorkingGroup factory method serves the following purposes:&lt;br /&gt;
&lt;br /&gt;
* to establish a basis of functionality that makes it easy for new groups to spin up (and fade away); &lt;br /&gt;
* for members to find productive engagement in the Noisebridge community; &lt;br /&gt;
* to allow Noisebridge as an entity to adjust rapidly to changes both internal and external;&lt;br /&gt;
* to help groups -- and therefore Noisebridge -- live long and prosper.&lt;br /&gt;
&lt;br /&gt;
[[File:Python_coding.jpg|1000px|thumb|left|Python 3.0]]&lt;br /&gt;
&lt;br /&gt;
=== Concept ===&lt;br /&gt;
Based upon the mathematical concept of a fractal, the Noisebridge &amp;quot;Fractal Working Group&amp;quot; concept entails the following:&lt;br /&gt;
&lt;br /&gt;
* a group can begin with an individual or group of individuals at any time, for any reason. &lt;br /&gt;
* groups may change their style of decision-making to whatever the members of the group would like. Full consensus should be considered the &amp;quot;default setting&amp;quot;. The purpose is to encourage experimentation in social structures (policy, governance, size, attention to documentation, etc.)&lt;br /&gt;
* groups should use the lessons learned from operation to make proposals and recommendations to the Noisebridge General Meeting.&lt;br /&gt;
* groups should do-ocratically make most decisions themselves without seeking permission at the NB General Meeting.&lt;br /&gt;
* groups should bring potentially controversial decisions to the NB General Meeting, keeping in mind that actions may impact more than just the group itself.&lt;br /&gt;
* groups should seek in all respects of operation to uphold the [[Noisebridge_Vision]].&lt;br /&gt;
* groups should strive to choose communications medium/media that preserve history, so that Noisebridge as an organism can best analyze successes and mistakes. See below.&lt;br /&gt;
* any NB member* may join, observe, or send suggestions to any group. (*&amp;quot;member&amp;quot; means any Board Member, Member, or Associate Member, and any other formally approved NB participant)&lt;br /&gt;
* any NB non-member may participate in a group with the sponsorship of one formally recognized NB &amp;quot;member&amp;quot; as defined above.&lt;br /&gt;
* groups should declare and practice a &amp;quot;continuation strategy&amp;quot; (except in the case of a deliberately time-limited group).  See below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Communication Strategies ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Groups need to communicate well to work well. Groups that communicate badly fall apart quickly.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Mailing list options:&lt;br /&gt;
&lt;br /&gt;
* New or temporary groups are welcome to start a discussion on noisebridge-discuss and coordinate there. (It is quite Excellent to talk about projects at the space on the list.)&lt;br /&gt;
&lt;br /&gt;
* Groups expecting to be long-term, primary groups -- or groups with too high a signal/noise ratio when they operate on noisebridge-discuss -- should request a mailing list from Rack.&lt;br /&gt;
&lt;br /&gt;
Slack:&lt;br /&gt;
&lt;br /&gt;
* Make a new &amp;quot;channel&amp;quot; in https://noisebridge.slack.com (if you don&#039;t yet have a Slack account, ask [[User:Nthmost]] or [[User:daravinne]] for an invite).&lt;br /&gt;
&lt;br /&gt;
Not recommended:&lt;br /&gt;
&lt;br /&gt;
* phone&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Continuation Strategies ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;At Noisebridge, people come and go. Involvement waxes and wanes. This is expected. The group should continue to do good work.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Pick at least 2 continuation strategies from the list below:&lt;br /&gt;
&lt;br /&gt;
* offer free training in technical skills to encourage participation from newbies.&lt;br /&gt;
* bring successes, discussions, and solicitations for feedback to the NB General Meeting on a regular basis.&lt;br /&gt;
* actively seek out new members as needed/desired both from inside and outside Noisebridge.&lt;br /&gt;
* announce at meetings or in mailing lists that the group will disband if new members/leadership don&#039;t step up.&lt;br /&gt;
&lt;br /&gt;
Keep in mind:&lt;br /&gt;
&lt;br /&gt;
* be wary of growing large too quickly, before you&#039;ve had a chance to settle into a method of communication.  &lt;br /&gt;
* don&#039;t be afraid to spin off a new group, perhaps a specialist group, if your group feels unwieldy.&lt;br /&gt;
* expect (don&#039;t be surprised) that people will come and go. design your group with that in mind.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Notes and Further Recommendations ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;not requirements!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Groups should have meetings and take meeting notes, much like the Noisebridge General Meeting.&lt;br /&gt;
* Groups should have a wiki page linked below, to make sure people can find out about the groups and what they&#039;re about.&lt;br /&gt;
* When the list is long enough, we&#039;ll make a separate WG wiki page listing all existing groups, each linked to the group&#039;s individual page.&lt;br /&gt;
* Some groups require (yes, require) technical or other skills and expertise. (e.g. managing the LAN.)  Care should be taken to encourage skillful participation without becoming exclusionary.  Responsibilities shared by few are a liability, and cause Noisebridge as an organization to be fragile.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Current Working Groups ==&lt;br /&gt;
&lt;br /&gt;
* [[SecWG]]&lt;br /&gt;
* [[CommunityWorkingGroup]]&lt;br /&gt;
* [[SafeSpaceWG]]&lt;br /&gt;
* [[KitchenWorkingGroup]]&lt;br /&gt;
* &#039;&#039;add your group here!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{ManualPage}}&lt;/div&gt;</summary>
		<author><name>RubinErrata</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Conflict_Resolution&amp;diff=44107</id>
		<title>Conflict Resolution</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Conflict_Resolution&amp;diff=44107"/>
		<updated>2014-08-24T23:54:32Z</updated>

		<summary type="html">&lt;p&gt;RubinErrata: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Suggestions for members of the greater Noisebridge community who are having problematic interactions in or relating to Noisebridge==&lt;br /&gt;
&lt;br /&gt;
===Personal Confrontation:===&lt;br /&gt;
Is someone bothering you? Talk to them about it. &amp;lt;br/&amp;gt;&lt;br /&gt;
This is a pretty important step, and it usually has the desired effect. It should not be skipped if at all possible.&lt;br /&gt;
&lt;br /&gt;
===Get Support:===&lt;br /&gt;
Did that not work?  Or are you afraid?  Ask someone else around the space who you like and/or trust.  Maybe they can come along with you to talk to them, or talk to them as your proxy.&lt;br /&gt;
&lt;br /&gt;
===Mediation:===&lt;br /&gt;
Did that not work?  We have a [[Mediation]] page, where people can sign up to act as mediators. You should ask one of the people on it to help you mediate your conflict.  They can actively mediate a discussion between you and the person with whom you are having conflict, or, if you prefer, the mediator can talk to that individual as your proxy.&lt;br /&gt;
&lt;br /&gt;
===Mindfulness towards Escalation:===&lt;br /&gt;
If it seems appropriate, after talking with the original parties, the mediator (and indeed everyone involved) should start to tactfully ask around and find out if this is an isolated conflict or a more generalized problem in the community. Most personal problems at Noisebridge can be resolved through a series of one-on-one talks, and almost all of the rest can be solved by a series of mediated discussions. If mediation is unsuccessful, or if what is going on appears to be part of a larger pattern, the mediator may suggest that you bring your problem to a meeting for discussion.&lt;br /&gt;
  &lt;br /&gt;
[[File:Python_coding.jpg|1000px|thumb|left|Python 3.0]]&lt;br /&gt;
&lt;br /&gt;
===Advocate:===&lt;br /&gt;
Before a problem with an individual is brought to group level, someone must step forward to act as an advocate for the individual, even if they are widely disliked. It is easy for conflict to make people act in ways that they later regret, and plenty of people are willing to act as an advocate at group level (see list of mediator volunteers on the [[Mediation]] wiki page).&lt;br /&gt;
 &lt;br /&gt;
Discussing personal conflicts at group level is rarely necessary, but a supportive group environment committed to discussion and de-escalation can help defuse a problematic situation, or assess if more attention to the situation is warranted. If you try to follow these suggestions, that would be totally excellent.&lt;br /&gt;
&lt;br /&gt;
===Reporting Misbehavior===&lt;br /&gt;
If you wish to report harassment anonymously or privately, you can send a message to secretary@noisebridge.net&lt;br /&gt;
&lt;br /&gt;
{{ManualPage}}&lt;/div&gt;</summary>
		<author><name>RubinErrata</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=CommunityWorkingGroup&amp;diff=44106</id>
		<title>CommunityWorkingGroup</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=CommunityWorkingGroup&amp;diff=44106"/>
		<updated>2014-08-24T23:54:20Z</updated>

		<summary type="html">&lt;p&gt;RubinErrata: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Bringing the Noisebridge community together to create a better space for all.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The goal of the Community Working Group is to solve problems as a group that we have historically failed to solve as individuals.&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
* keeping the space clean and physically safe (see also [[House_Keeping]])&lt;br /&gt;
* resolving interpersonal conflicts before they become &amp;quot;drama&amp;quot;.&lt;br /&gt;
* maintaining commonly used facilities by delegating responsiblity (and making sure to recognize accomplishment!)&lt;br /&gt;
* hosting social events that encourage greater connectedness, without putting extra pressure on the space.&lt;br /&gt;
&lt;br /&gt;
=== Working Group Members ===&lt;br /&gt;
&lt;br /&gt;
[[User:Daravinne]]&lt;br /&gt;
&lt;br /&gt;
[[User:Nthmost]]&lt;br /&gt;
&lt;br /&gt;
[[User:AdrianChadd]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;.....need moar members&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Philosophy of Operation ===&lt;br /&gt;
&lt;br /&gt;
We&#039;re going to try the [[FractalWorkingGroup]] strategy.&lt;br /&gt;
&lt;br /&gt;
The types of things we should seek to convey to Noisebridge as a whole:&lt;br /&gt;
&lt;br /&gt;
* how we brought together X and Y groups, despite $PROBLEMS&lt;br /&gt;
* recommendations for action (e.g. &amp;quot;what to do about the kitchen&amp;quot;) based on community input.&lt;br /&gt;
* how we identified $HARASSMENT despite cover-ups, misdirection, etc.&lt;br /&gt;
* new connections made between Noisebridge and the outside world (e.g. shelters and food co-ops).&lt;br /&gt;
* reports on how well the physical space supports (or doesn&#039;t support) the community vis-a-vis the Noisebridge Mission Statement.&lt;br /&gt;
&lt;br /&gt;
=== Philosophy of Conflict Resolution ===&lt;br /&gt;
&lt;br /&gt;
We&#039;d like to see people as individuals worthy of continued participation in Noisebridge, even when they make mistakes.  We believe that misunderstandings happen, and that no one is perfect.  We believe that the vast majority of people have good intentions and really just want to hack!&lt;br /&gt;
&lt;br /&gt;
We also believe that harassment is a serious problem and not to be taken lightly.  So while some disagreements may be treated as minor interpersonal misunderstandings, some should be referred out to another group specifically set up to handle harassment.  See [[SafeSpaceWorkingGroup]]&lt;br /&gt;
&lt;br /&gt;
Finally, we agree that certain behaviors -- particularly sleeping in the space and drug use -- can endanger our relationship with our landlord and jeopardize our lease.  We hope to be able to refer individuals to local hostels, clinics, and shelters to assist them, rather than having them use Noisebridge as a halfway house or having Noisebridge throw them out.&lt;br /&gt;
&lt;br /&gt;
=== Working Group Meetings ===&lt;br /&gt;
&lt;br /&gt;
schedule goes here, also links to meeting notes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Possible CWG Projects ===&lt;br /&gt;
&lt;br /&gt;
* making a New Member Packet containing info about processes, participation, etc, and probably stickers or something too&lt;br /&gt;
* refactoring the redshirts role and implementation&lt;br /&gt;
* rainbow grocery&#039;s consensus and conflict mediation workshop&lt;br /&gt;
* [[Starving_hackers|outreach/help/services]] for the disadvantaged/dwelling-impaired  (THIS IS IMPORTANT, sure we are not a homeless shelter but our structure and openness cause us to be a vector for this demographic.  i think it behooves us as an organization and as people to address this in an empathic and controlled manner.)&lt;br /&gt;
* ensuring clean/safe facilities (bathrooms, basically, but maybe kitchen -- depends on strength of the [[KitchenWorkingGroup]])&lt;br /&gt;
&lt;br /&gt;
=== Possible CWG Scenarios ===&lt;br /&gt;
&lt;br /&gt;
* hosting a dialog between people who think the kitchen promotes the use of Noisebridge as a homeless shelter versus people who use the kitchen responsibly.&lt;br /&gt;
** thinking about the kitchen existing at all: if we minimize the &amp;quot;dishes and pots&amp;quot; aspect of the kitchen, and set it up to facilitate hacking type stuff like molecular gastronomy, and add a dishwasher, it could get better.&lt;br /&gt;
&lt;br /&gt;
* addressing problematic behavior on the part of individuals and considering whether they should be referred to a separate mediation/harassment group.&lt;br /&gt;
&lt;br /&gt;
Maybe (but maybe not):&lt;br /&gt;
&lt;br /&gt;
* implementing and maintaining management software (http://spiff.readthedocs.org/en/latest/ via torrie, and https://www.loomio.org/ , and https://slack.com/  and http://www.discourse.org/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== NOT in the CWG&#039;s purview ===&lt;br /&gt;
&lt;br /&gt;
* kitchen rebuild (content/process) -- [[KitchenWorkingGroup]] should attack this one. &lt;br /&gt;
* refactoring consensus process and decision negotiation (consensus is not a monolithic model, and its also complex and mutable, kinda like agile/scrum methodology.  participants in it should be informed and prepared.) http://web.mit.edu/publicdisputes/practice/cbh_ch1.html&lt;br /&gt;
&lt;br /&gt;
[[File:Python_coding.jpg|1000px|thumb|left|Python 3.0]]&lt;br /&gt;
&lt;br /&gt;
{{ManualPage}}&lt;/div&gt;</summary>
		<author><name>RubinErrata</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Safety&amp;diff=44105</id>
		<title>Safety</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Safety&amp;diff=44105"/>
		<updated>2014-08-24T23:54:08Z</updated>

		<summary type="html">&lt;p&gt;RubinErrata: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Medium Bad Things==&lt;br /&gt;
If you pick up a phone in the space, and dial [[311]], you&#039;ll page a bunch of Noisebridgers who will join you. (Use +1 415 494 2858 ext 311 on external phone or mobile).&lt;br /&gt;
&lt;br /&gt;
==In Case Of Bad Things==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Police&#039;&#039;&#039;: Dial &#039;&#039;&#039;911&#039;&#039;&#039; for emergencies. &lt;br /&gt;
* The pay phone in the space is a VoIP phone and does not have 911 service. Call &#039;&#039;&#039;415-553-8090&#039;&#039;&#039; from that phone.&lt;br /&gt;
* You may get a faster response when calling from a cell phone or VoIP phone by calling the SF police at &#039;&#039;&#039;415-553-8090&#039;&#039;&#039;. Program that number into your phone. The reason is that non-landline calls may go through a general dispatch center where wait times sometimes exceed 1 hour.&lt;br /&gt;
* For &#039;&#039;&#039;non-emergencies&#039;&#039;&#039; (noise complaints, questions, etc...), call &#039;&#039;&#039;415-553-0123&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fire&#039;&#039;&#039;: Dial &#039;&#039;&#039;911&#039;&#039;&#039; for emergencies.&lt;br /&gt;
* The designated meeting place in case of evacuation is the sidewalk area in front of the Mi Ranchito market.&lt;br /&gt;
* For &#039;&#039;&#039;non-emergencies&#039;&#039;&#039; call &#039;&#039;&#039;415-553-0123&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;San Francisco City Services&#039;&#039;&#039;: (graffiti, street conditions, alley cleaning, utilities, etc): &#039;&#039;&#039;311&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Water&#039;&#039;&#039; (flooding): Call the landlord.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Minor Medical&#039;&#039;&#039; (&amp;lt; 10 hit points): There&#039;s a first aid kit in the middle of the south side of the classroom wall.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Major Medical&#039;&#039;&#039; (&amp;gt;= 10 hit points, shop accident, gunshot wound, etc): Dial &#039;&#039;&#039;911&#039;&#039;&#039; for emergencies.  The closest hospital is the level 1 trauma center at [http://maps.google.com/maps?f=d&amp;amp;source=s_d&amp;amp;saddr=2169+Mission+Street,+San+Francisco,+CA&amp;amp;daddr=1001+Potrero+Avenue,+San+Francisco,+CA+94110&amp;amp;hl=en&amp;amp;geocode=FZQ1QAId3we0-Ckj4QmuPH6PgDEc7XAJZFwvdg%3BFf0aQAIdGj-0-CEGHPMcxifjxynNLIZPSn6PgDHq8_yMjVnz0g&amp;amp;mra=ls&amp;amp;sll=37.756652,-122.405097&amp;amp;sspn=0.008041,0.013797&amp;amp;ie=UTF8&amp;amp;ll=37.761487,-122.41293&amp;amp;spn=0.007803,0.027595&amp;amp;z=15 San Francisco General Hospital - Emergency].  Google thinks there&#039;s a hospital very close by on 18th, but it&#039;s just a drug clinic and does not have emergency services.&lt;br /&gt;
&lt;br /&gt;
==Safety Committee==&lt;br /&gt;
&lt;br /&gt;
If you&#039;d like to volunteer some time with the Noisebridge Safety Committee, the mailing list is safety@lists.noisebridge.net. [https://noisebridge.net/pipermail/safety/ The archives are here.]&lt;br /&gt;
==Lab Safety Protocols==&lt;br /&gt;
&lt;br /&gt;
See [[Noisebridge Lab Safety and Ethics Page]].&lt;br /&gt;
&lt;br /&gt;
[[File:Python_coding.jpg|1000px|thumb|left|Python 3.0]]&lt;br /&gt;
&lt;br /&gt;
{{ManualPage}}&lt;/div&gt;</summary>
		<author><name>RubinErrata</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Housekeeping&amp;diff=44104</id>
		<title>Housekeeping</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Housekeeping&amp;diff=44104"/>
		<updated>2014-08-24T23:53:56Z</updated>

		<summary type="html">&lt;p&gt;RubinErrata: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Weekly Chores=&lt;br /&gt;
The objective of having weekly chores at Noisebridge is the first minimize the amount of time need to pay for a 3rd party cleaning service to spend here, and secondly to make sure the space is tidy. The idea of having chores in the list doesn&#039;t mean that it&#039;s ok to be messy, please be excellent to others by cleaning up after yourself.&lt;br /&gt;
&lt;br /&gt;
Feel like helping out Noisebridge? Great! Listed bellow are tasks that can be completed once a week. Pick a task and do it! Sign off when you&#039;re done so people don&#039;t do it again.&lt;br /&gt;
&lt;br /&gt;
===Tasks===&lt;br /&gt;
&#039;&#039;Items sorted in highest priority to lowest.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Take out trash&#039;&#039;&#039; - Empty all space cans into the street cans, replaces liners, take the street cans down to the street Monday and/or Thursday night (where applicable/if there&#039;s trash)&lt;br /&gt;
* &#039;&#039;&#039;Sweep common spaces floors&#039;&#039;&#039; - Common space, main hall, library, electronics lab.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Sweep kitchen, bathroom, classroom floors&#039;&#039;&#039; - Kitchen and both classrooms.&lt;br /&gt;
* &#039;&#039;&#039;Mop common spaces floors&#039;&#039;&#039; - Common space, main hall, library, electronics lab.&lt;br /&gt;
* &#039;&#039;&#039;Mop kitchen, bathroom, classroom floors&#039;&#039;&#039; - Kitchen and both classrooms.&lt;br /&gt;
* &#039;&#039;&#039;Clean bathrooms&#039;&#039;&#039; - Scrub the bowl and the sink, make sure there&#039;s soap and tp, empty trash.&lt;br /&gt;
* &#039;&#039;&#039;Clean kitchen&#039;&#039;&#039; - Scrub all work surfaces, return all dishes and cups to kitchen, send out a nasty email if there are unwashed dishes piled around, do remaining dishes because you&#039;re a saint.&lt;br /&gt;
* &#039;&#039;&#039;Tidy up work surfaces&#039;&#039;&#039; - Includes 3 work tables (across from the dirty shop and class rooms), coffee tables near the couches, greeting desk, electronic lab main table, library work tables, class room tables, put books back in the library.&lt;br /&gt;
* &#039;&#039;&#039;Gather up chairs&#039;&#039;&#039; - Stools go with tall bar tables, chairs go with short tables, electronics lab and class rooms. Clear off junk from couches.&lt;br /&gt;
* &#039;&#039;&#039;Clean up hack shelf&#039;&#039;&#039; - Make sure all donated hackable items are on the shelf, sort them out so they&#039;re easy to get to.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|   Tasks || 1st - 7th || 8th - 14th || 15th - 21st || 22nd - 28th || x&lt;br /&gt;
|-&lt;br /&gt;
|   Take out trash ||| ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
|   Sweep common spaces floors ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
|   Sweep kitchen, bathroom, classroom floors ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
|   Mop common spaces floors ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
|   Mop kitchen, bathroom, classroom floors ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
|   Clean bathrooms ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
|   Clean kitchen ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
|   Tidy up work surfaces ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
|   Gather up chairs ||  ||  ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
|   Clean up hack shelf ||  ||  ||  ||  || &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Services=&lt;br /&gt;
&lt;br /&gt;
==Electricity==&lt;br /&gt;
We have a business account with PG&amp;amp;E to provide service to two meters for us.&lt;br /&gt;
&lt;br /&gt;
The master switches for these meters are located in the basement, and are both labeled &amp;quot;3rd Floor&amp;quot;.  Their meter numbers 6331H5 for the back of the space (east side, away from Mission St.), and 703T78 for the front side (west side, against Mission St).  The meters will have these numbers on them as well.&lt;br /&gt;
&lt;br /&gt;
For details on our usage rates and the amount we spend, see [[Electricity]].&lt;br /&gt;
&lt;br /&gt;
==Trash and Recycling==&lt;br /&gt;
We currently have bins from [[2169_Utilities|Sunset Scavenger]].&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;Trash pickup is Tuesday and Friday mornings!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;Please take the bins out &#039;&#039;&#039;Monday&#039;&#039;&#039; and &#039;&#039;&#039;Thursday&#039;&#039;&#039; nights by midnight as the trash truck comes between 1:30 to 2:30am so we can be sure they&#039;re out in time.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
====Compost====&lt;br /&gt;
&lt;br /&gt;
Compost, at least according to the SF Department of the Environment definition, is basically any and all food, plus stuff that can biodegrade, like paper towels, coffee grounds, pizza boxes, &amp;quot;Compostable&amp;quot;-labeled plastic, etc.&lt;br /&gt;
&lt;br /&gt;
Compost goes in the &amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;&#039;&#039;&#039;green&#039;&#039;&#039;&amp;lt;/span&amp;gt; bin.&lt;br /&gt;
&lt;br /&gt;
====Recycling====&lt;br /&gt;
&lt;br /&gt;
Recycling, broadly speaking, is non-food-soiled paper, alumin(i)um and tin cans, glass and PET(E) plastic. Please give food-soiled items a brief rinse before dropping them in the bin (food-soiled paper can be composted). For more information on what specific plastics can be recycled curbside in SF, check the Recology website.&lt;br /&gt;
&lt;br /&gt;
*No plastic bags&lt;br /&gt;
*&#039;&#039;Styrofoam is not curbside recyclable!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Recycling goes in the &amp;lt;span style=&amp;quot;color:mediumblue&amp;quot;&amp;gt;&#039;&#039;&#039;blue&#039;&#039;&#039;&amp;lt;/span&amp;gt; bin.&lt;br /&gt;
&lt;br /&gt;
====Trash====&lt;br /&gt;
&lt;br /&gt;
Trash is basically everything else not specified above.&lt;br /&gt;
&lt;br /&gt;
Landfill waste goes in the &amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&#039;&#039;&#039;black&#039;&#039;&#039;&amp;lt;/SPAN&amp;gt; bin.&lt;br /&gt;
&lt;br /&gt;
===Street cans===&lt;br /&gt;
&lt;br /&gt;
* 1 large bin for trash&lt;br /&gt;
* 1 large bin for recycling&lt;br /&gt;
&lt;br /&gt;
Both bins live in the elevator room; please keep them there.&lt;br /&gt;
&lt;br /&gt;
===Space cans===&lt;br /&gt;
The space has four large cans:&lt;br /&gt;
*2 landfill (&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;black&amp;lt;/span&amp;gt;)&lt;br /&gt;
*1 recycling (&amp;lt;span style=&amp;quot;color:mediumblue&amp;quot;&amp;gt;blue&amp;lt;/span&amp;gt;)&lt;br /&gt;
*1 compost/food waste (&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;green&amp;lt;/span&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
San Francisco mandates that waste be separated into the appropriate bin. Each has a graphical sticker placed on it by the garbage company denoting what is appropriate for which. When in doubt you can try checking the Recology site to see what can go in the [http://www.sunsetscavenger.com/commercialRecycling.htm blue can] or the [http://www.sunsetscavenger.com/commercialCompost.htm green can].&lt;br /&gt;
&lt;br /&gt;
When the can gets full please tie off the bag and dump it into the large street cans living in the elevator room. Bag liners can be found in the kitchen, please put one back in the can when done.&lt;br /&gt;
&lt;br /&gt;
==E-waste==&lt;br /&gt;
Got something that&#039;s e-waste? Desktop computer? Monitor? Electronics? Batteries? There&#039;s a space in the elevator room for all that. The pile should only be used for Noisebridge items and not a personal dumping ground.&lt;br /&gt;
&lt;br /&gt;
==== Bay Area Hauling and Recycling ====&lt;br /&gt;
&lt;br /&gt;
Jaime 415-290-5612&lt;br /&gt;
&lt;br /&gt;
&amp;quot;We Recycle all kind of appliances, metals, auto parts, engines, refrigerators, and water heaters for free.&amp;quot;&lt;br /&gt;
In addition to the above Jaime takes E-waste, and has been very responsive for pickups. He does not take wood.&lt;br /&gt;
&lt;br /&gt;
==== Kim ====&lt;br /&gt;
&lt;br /&gt;
Kim lives nearby, came by in summer 2011, and works as a recycler for metal and ewaste. Contact her at 2krandolph (at) gmail.com if you have electronic waste, metal desks, metal shelving, refrigerators, stoves, televisions, cell phones, and so on that need to be picked up. &lt;br /&gt;
&lt;br /&gt;
==== Environmental Logistics Management ====&lt;br /&gt;
&lt;br /&gt;
[http://elmars.org/ Environmental Logistics Management &amp;amp; Asset Recovery Services Corporation] does free picks up of 30lb or more. If you feel that the pile is large enough for a pick up, please go to their site and schedule a pickup then email the list stating the date and time.&lt;br /&gt;
&lt;br /&gt;
==Cleaning Service==&lt;br /&gt;
Skyline Building Care used to come by once a month.  Service was cancelled in November.&lt;br /&gt;
&lt;br /&gt;
[[category:pages with a Noisebridge Tiny URL]]&lt;br /&gt;
&lt;br /&gt;
{{ManualPage}}&lt;br /&gt;
&lt;br /&gt;
[[File:Python_coding.jpg|1000px|thumb|left|Python 3.0]]&lt;/div&gt;</summary>
		<author><name>RubinErrata</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Meeting_instructions&amp;diff=44103</id>
		<title>Meeting instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Meeting_instructions&amp;diff=44103"/>
		<updated>2014-08-24T23:53:45Z</updated>

		<summary type="html">&lt;p&gt;RubinErrata: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These are instructions for having a Noisebridge [[Meeting]]. Good luck! To start with, you&#039;ll need a moderator and a note taker. Optionally, you can pick a membership-binder-wrangler; otherwise the moderator can take care of it. You&#039;ll also need some participants. They&#039;re important.&lt;br /&gt;
&lt;br /&gt;
= Roles =&lt;br /&gt;
&lt;br /&gt;
== Note-taker ==&lt;br /&gt;
* Open a text editor to take notes on the major points of the meeting, using this page as the template.&lt;br /&gt;
* Project the draft meeting notes and agenda in real time throughout the meeting.&lt;br /&gt;
* Edit the [[Current_Consensus_Items|Current Consensus Items]] if anything is proposed for consensus next week.&lt;br /&gt;
* Edit the [[Consensus_Items_History|Consensus Items History]] if anything was reached consensus or failed to reach consensus this week.&lt;br /&gt;
* Post the meeting notes to this page, and email the announcement and discussion list with a short summary.&lt;br /&gt;
* Tell treasurer@noisebridge.net and secretary@noisebridge.net if there are new members.&lt;br /&gt;
&lt;br /&gt;
== Moderator ==&lt;br /&gt;
* Understand the structure of Noisebridge [[consensus|decision-making]]&lt;br /&gt;
* Make sure everyone gets a chance to speak.&lt;br /&gt;
* Speak only minimally yourself.&lt;br /&gt;
* Keep the meeting moving, and avoid getting bogged down.&lt;br /&gt;
* Identify discussion items, arrange times limits for talking about each item.&lt;br /&gt;
* Identify and summarize consensus, suggest things that need to be done.&lt;br /&gt;
* &#039;&#039;&#039;Get the [[membership binder]] and ensure that it is returned safely.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Participants ==&lt;br /&gt;
* Say your name before you talk.&lt;br /&gt;
* Remain on-topic, and speak as concisely as possible.&lt;br /&gt;
* Assist the note-taker with any links or corrections that are needed.&lt;br /&gt;
* Remain respectful of other participants, their time, and the consensus and moderation process.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Agenda =&lt;br /&gt;
&lt;br /&gt;
This is the standing agenda of a Noisebridge meeting.&lt;br /&gt;
&lt;br /&gt;
== Introduction and Names ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Invite a knowledgeable volunteer to explain&#039;&#039;&#039; [[Noisebridge_Vision|what Noisebridge is about]]:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Noisebridge is a 501c3 nonprofit that provides a space for creation, collaboration, and learning about technology and creative projects. Noisebridge provides space, power tools, and infrastructure to help the public learn new skills and create cool things. Noisebridge continues to exist through and depends entirely on membership fees and donations. Our code of conduct is &#039;Be excellent to each other&#039;.&amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* You may wish to &#039;&#039;&#039;invite a knowledgeable volunteer to give &#039;&#039;&#039;[[Consensus Process|a brief primer on consensus process]], or you may wish to defer this until the consensus segment of the meeting.&lt;br /&gt;
* Introduce any new or unusual moderation techniques that you may be using during the meeting like: direct responses, limited speaking time, orderless stack, &amp;amp;c.&lt;br /&gt;
* Round of introductions (remember, announcements come later):&lt;br /&gt;
** What&#039;s your name, &lt;br /&gt;
** are you a member,&lt;br /&gt;
** what do you do, and&lt;br /&gt;
** if you are new: how did you hear about Noisebridge?&lt;br /&gt;
&lt;br /&gt;
== Short Announcements ==&lt;br /&gt;
* Cool new projects? Something you&#039;d like people to know? Say now, but keep it short!&lt;br /&gt;
* Any happenings at the space of which members should be made aware.&lt;br /&gt;
&lt;br /&gt;
== New or Stale Events ==&lt;br /&gt;
* Is there anything new happening at the space?&lt;br /&gt;
* Is there anything that has stopped happening at the space?&lt;br /&gt;
* If this is the first meeting of the month, review all the [[:Category:Events | events at the space]] and try to weed out stale events.&lt;br /&gt;
&lt;br /&gt;
== [[Membership Binder]] ==&lt;br /&gt;
* &#039;&#039;&#039;Invite a knowledgeable volunteer to describe&#039;&#039;&#039; [[membership]], and the application process.&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Being a member of Noisebridge is not like being a member of a gym or your local chess club. Anyone can come to Noisebridge to hack and learn: you don&#039;t need to be a member for that. At Noisebridge, membership is something different: it means taking responsibility and committing to help to maintain, improve, and govern Noisebridge. As a member of Noisebridge, you don&#039;t just come here to hack and learn, you actively work to improve what you see around you, help to deal with problems, and make this community better than it is today.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;If you want to show your commitment to Noisebridge and the community here without becoming a capital-M-Member, consider being a Noisebridge associate. Associates pay their dues to the treasurer just like members, use the space just like members, and are valued participants in the community just like members. The difference is that associate membership doesn&#039;t involve consensus: there&#039;s no need to go through consensus to become an associate, but associates don&#039;t get to block consensus either.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* Read off any names from the binder for the past month. Write a check on every open application.&lt;br /&gt;
* Anyone eligible to join this week should&lt;br /&gt;
** introduce themselves,&lt;br /&gt;
** answer any questions members may have for them, then&lt;br /&gt;
** leave the area in search of gifts (traditionally beer and a lime, or cookies) for the rest of the group.&lt;br /&gt;
* The rest of the meeting should reach consensus on whether they may join.&lt;br /&gt;
* Remember to applaud new members when they return.&lt;br /&gt;
&lt;br /&gt;
== Financial Report ==&lt;br /&gt;
* Funds in bank&lt;br /&gt;
* Noisetor (See the bulletpoints at the bottom of http://noisetor.net/finances/#summary)&lt;br /&gt;
&lt;br /&gt;
== Consensus items ==&lt;br /&gt;
You may wish to &#039;&#039;&#039;invite a knowledgeable volunteer to repeat &#039;&#039;&#039;[[Consensus Process|a brief primer on the consensus process]].&lt;br /&gt;
&lt;br /&gt;
=== Proposals from last week ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(Add any items which pass or are blocked to the [[Consensus Items History]] page.)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Proposals for next week ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(Add any new items for consensus to the [[Current Consensus Items]] page.)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Discussion Items ==&lt;br /&gt;
&lt;br /&gt;
Fundraising&lt;br /&gt;
&lt;br /&gt;
== End of Meeting ==&lt;br /&gt;
* Reprise of the [[Hackernationale]]. [This is anarchy - we do what the wiki says!]&lt;br /&gt;
* [[PGP|PGP Key Signing]] could happen now (if it doesn&#039;t happen &#039;&#039;&#039;before&#039;&#039;&#039; any given Meeting).  Ask others around the space or check the [[PGP|list]] to see who wants in on the action.&lt;br /&gt;
* Return the [[membership binder]] to its rightful location.&lt;br /&gt;
* Clean and tidy the meeting notes, then save them to the wiki.&lt;br /&gt;
* Send a summary of the meeting notes to the discussion list.&lt;br /&gt;
* Enjoy the company of your fellow hacker or robot.&lt;br /&gt;
* Discuss any items for which there was not time during the meeting.&lt;br /&gt;
&lt;br /&gt;
{{ManualPage}}&lt;br /&gt;
&lt;br /&gt;
[[File:Python_coding.jpg|1000px|thumb|left|Python 3.0]]&lt;/div&gt;</summary>
		<author><name>RubinErrata</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Hosting_an_Event&amp;diff=44102</id>
		<title>Hosting an Event</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Hosting_an_Event&amp;diff=44102"/>
		<updated>2014-08-24T23:53:32Z</updated>

		<summary type="html">&lt;p&gt;RubinErrata: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Overview==&lt;br /&gt;
We&#039;re happy to host teaching and co-operative events at Noisebridge. There&#039;s no charge, though please consult and respect the many others working in the space. Here are some suggested guidelines for hosting an event at Noisebridge, whether its a short workshop, a regular hackathon, or a bigger unconference-style event.&lt;br /&gt;
&lt;br /&gt;
==Our Physical Space==&lt;br /&gt;
===Event-Hosting Areas===&lt;br /&gt;
Noisebridge has three primary areas within our physical space for hosting an event, consisting of two classrooms and a large open conference area.&lt;br /&gt;
&lt;br /&gt;
===Common Areas===&lt;br /&gt;
All events at our space may make use of our kitchen space and two bathrooms.  Our kitchen contains a large counterspace.  Our bathrooms are generally clean.&lt;br /&gt;
&lt;br /&gt;
===Accessibility===&lt;br /&gt;
Please visit our [[Accessibility]] page for a full description of how Noisebridge makes our physical space accessible to everybody.&lt;br /&gt;
&lt;br /&gt;
Temporary access code for the gate can be set up for your participants.&lt;br /&gt;
&lt;br /&gt;
==General Guidelines==&lt;br /&gt;
====Get members involved====&lt;br /&gt;
&#039;&#039;&#039;It&#039;s recommended that involve at least one Noisebridge member as part of your planning to see that you avoid common pitfalls when working with Noisebridge.&#039;&#039;&#039; Ask around the space for a member, or ask on the discuss [[mailinglist]]. You don&#039;t have to be a member to start an event though!&lt;br /&gt;
&lt;br /&gt;
====Communicate the event to the group====&lt;br /&gt;
&#039;&#039;&#039;Publicize the event to the users of Noisebridge&#039;&#039;&#039; via the 8PM Tuesday meeting, this [[Category:Events|wiki]], the [[mailinglist|Noisebridge discussion and announcement mailing lists]], and the [[IRC|Noisebridge IRC channel]], with enough lead time that the community can respond and give feedback. &lt;br /&gt;
&lt;br /&gt;
Be aware of the existing ongoing events and try to work around them, even if they&#039;re not in your part of the space. Some events like 5MOF and work in the shop can be noisy! Also events might be happening that aren&#039;t listed anywhere that may create annoying room scheduling issues.&lt;br /&gt;
&lt;br /&gt;
====Setup and clean up====&lt;br /&gt;
&#039;&#039;&#039;Leave the space cleaner than you found it.&#039;&#039;&#039; Have a plan for setting up the space. Have a plan for cleaning up after yourself (and follow it). Novice tip: Ask those participate in the event or class to help clean up the space used at the end.&lt;br /&gt;
&lt;br /&gt;
====Donations and fees====&lt;br /&gt;
&#039;&#039;&#039;Consider asking participants for a monetary donation to Noisebridge during your event.&#039;&#039;&#039; We have a recommended [[Preamble | one minute preamble]] for event organizers to say at the beginning of their meetings. It explains how we work, and how your visitors can help keep Noisebridge going.&lt;br /&gt;
&lt;br /&gt;
Noisebridge prides itself in being an open space to all that are excellent. &#039;&#039;&#039;Please keep in mind that we generally don&#039;t host classes or events that have a participation or class fee.&#039;&#039;&#039; Charging for materials or kits is acceptable (such as buying a blinking LED kit to work on during [[Circuit Hacking Mondays]]), but shouldn&#039;t be required to join in the class or event.&lt;br /&gt;
&lt;br /&gt;
====No age restrictions====&lt;br /&gt;
&#039;&#039;&#039;Noisebridge is an all ages space&#039;&#039;&#039;, if your class or event has an age requirement, please bring it up at a Tuesday meeting or on our discussion mailing list before proceeding.&lt;br /&gt;
&lt;br /&gt;
==Event Listing==&lt;br /&gt;
After taking all of the above into consideration, and feeling like Noisebridge is the right spot for your event, listing it on our events page would be great! Here are some steps to do so...&lt;br /&gt;
&lt;br /&gt;
# Create an individual page for your event. Include contact info for the organizer(s), date/time, location (if at Noisebridge, where in the space), and a pretty good description of what the event is. The important bit is contact info, helps when we&#039;re cleaning up the events list.&lt;br /&gt;
# Include the code &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;[[Category:Events]]&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; at the bottom of the page.&lt;br /&gt;
# Go to the [[:Category:Events|Events]] page and add in your event to the correct spot. We use 24 hour time.&lt;br /&gt;
# The events listed on our [[Noisebridge|Main Page]] are actually pulled from the [[:Category:Events|Events]] page. So no need to add it again.&lt;br /&gt;
# If you have an event that happens once, or a reoccurring event that doesn&#039;t occur anymore, please remove it from the [[:Category:Events|Events]] page after you&#039;re done.&lt;br /&gt;
&lt;br /&gt;
==Mitch&#039;s suggestion on how to do an event at Noisebridge==&lt;br /&gt;
We don&#039;t have a formal procedure for scheduling at Noisebridge.  &lt;br /&gt;
&lt;br /&gt;
But here&#039;s how I suggest doing it:&lt;br /&gt;
* First, take a look at the info on this page (above), where there&#039;s a bunch of good info.&lt;br /&gt;
* Look on the [[Noisebridge|Noisebridge]] website, and near the top, check out the &#039;&#039;&#039;Events and Classes&#039;&#039;&#039; section (both &#039;&#039;Upcoming Events&#039;&#039; and &#039;&#039;Recurring Events&#039;&#039;), and find a time where Noisebridge can accommodate the crowd you&#039;re expecting.&lt;br /&gt;
* Send an email to the &#039;&#039;&#039;Noisebridge-Discussion&#039;&#039;&#039; list, and let folks know that you want to give your event. and when, and ask if there&#039;s interest, and ask if there is any conflict of space/time.  (You&#039;ll need to subscribe: [[Mailinglist|Mailing List page]] -- but please know there are trolls there -- please do not feed the trolls.)&lt;br /&gt;
* If you get any positive feedback, then there that is indication enough that there people will show up (way more than give you feedback on the email list).&lt;br /&gt;
* Create a wiki page for your event on the Noisebridge website (which is entirely a wiki).&lt;br /&gt;
* Add the event to the &#039;&#039;Upcoming Events&#039;&#039; section, including the link to your event wiki page.  Then post to the &#039;&#039;&#039;Noisebridge-Announce&#039;&#039;&#039; list (you&#039;ll need to subscribe -- [[Mailinglist|Maling List page]] -- and someone will approve your post -- this is the &#039;&#039;only&#039;&#039; thing at Noisebridge which is moderated).  &lt;br /&gt;
* Publicize the hell out of the event to let people know it&#039;s happening!&lt;br /&gt;
* One week before, post to both the Discussion and Announce lists.  And then you can post to both lists again the day before to remind people (and to catch last-minute stragglers).&lt;br /&gt;
&lt;br /&gt;
==Procedural Checklist for Larger / More Impactful Events==&lt;br /&gt;
&lt;br /&gt;
Some events are bigger than others.&lt;br /&gt;
&lt;br /&gt;
If you are expecting more than (say) 20 people at your event, you may find the [[ProceduralEventChecklist|Procedural Event Checklist]] useful for thinking through mundane but important aspects of planning such as managing the cultural impact of the event on [[Noisebridge|Noisebridge]] at large and making sure there&#039;s enough toilet paper in the bathrooms. &lt;br /&gt;
&lt;br /&gt;
Check out the [[ProceduralEventChecklist|Procedural Event Checklist page]].  (And don&#039;t get too overwhelmed; while quite long, it&#039;s meant to *help* you plan aspects of your event that you may not have thought of.)&lt;br /&gt;
&lt;br /&gt;
[[Category:Events]]&lt;br /&gt;
{{ManualPage}}&lt;br /&gt;
&lt;br /&gt;
[[File:Python_coding.jpg|1000px|thumb|left|Python 3.0]]&lt;/div&gt;</summary>
		<author><name>RubinErrata</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Designing_Custom_Circuit_Boards_with_Eagle_CAD&amp;diff=44101</id>
		<title>Designing Custom Circuit Boards with Eagle CAD</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Designing_Custom_Circuit_Boards_with_Eagle_CAD&amp;diff=44101"/>
		<updated>2014-08-24T23:53:19Z</updated>

		<summary type="html">&lt;p&gt;RubinErrata: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;While bouncing with the sweetheart Jonathan Roberts it was subsequently unfortunate the fact that Rachel would be decimated in September 20, 2004, which generally contributed ones own moment on the show to an terminate. davejfox.com&lt;br /&gt;
[[File:Python_coding.jpg|1000px|thumb|left|Python 3.0]]&lt;/div&gt;</summary>
		<author><name>RubinErrata</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Hackaway_Microcontrollers:_Module_1&amp;diff=44099</id>
		<title>Hackaway Microcontrollers: Module 1</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Hackaway_Microcontrollers:_Module_1&amp;diff=44099"/>
		<updated>2014-08-24T23:52:52Z</updated>

		<summary type="html">&lt;p&gt;RubinErrata: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;hackaway Microcontrollers: Module 1&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Wednesdays: 4 - 5:30 PM&amp;lt;br&amp;gt;&lt;br /&gt;
Noisebridge - Church Room&amp;lt;br&amp;gt;&lt;br /&gt;
Class Days: 9/10, 9/17, 9/24, 10/1, 10/8, 10/15, 10/22, 10/29, 11/5, 11/12, 11/19, 12/3, 12/10, 12/17&amp;lt;br&amp;gt;&lt;br /&gt;
[https://www.eventbrite.com/e/hackaway-in-san-francisco-microcontrollers-module-1-wednesdays-tickets-12478935833 Register Here]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Contact Info:&amp;lt;br&amp;gt;&lt;br /&gt;
Scott&amp;lt;br&amp;gt;&lt;br /&gt;
scott at hackawaysf dot com&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This class is open to all middle school and high school students (grades 5 - 12). This class provides instruction in the principles of electronics prototyping and programming. Using the Arduino microcontroller platform, students will engage in hands-on projects and engaging lessons. Every lesson includes time to build a circuit and program its functionality.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Skills:&amp;lt;br&amp;gt;&lt;br /&gt;
- Building circuits on breadboards&amp;lt;br&amp;gt;&lt;br /&gt;
- Connecting circuits to the Arduino&amp;lt;br&amp;gt;&lt;br /&gt;
- Writing code for the Arduino&amp;lt;br&amp;gt;&lt;br /&gt;
- Uploading code to the Arduino&amp;lt;br&amp;gt;&lt;br /&gt;
- Debugging code for the Arduino&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Projects:&amp;lt;br&amp;gt;&lt;br /&gt;
- LED light show&amp;lt;br&amp;gt;&lt;br /&gt;
- Building a automatic night light&amp;lt;br&amp;gt;&lt;br /&gt;
- Push-button games (racing game, guessing game, etc)&amp;lt;br&amp;gt;&lt;br /&gt;
- Programming a stopwatch&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Every student will be provided with the necessary attention and instruction to learn. Every student will also be given access to the devices necessary to program the hardware and learn the material. At the end of the course, each student will receive $50-$100 in hardware that they keep, so that they can continue to create, innovate, and review the material.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;hackaway&#039;s mission is to provide affordable classes to all demographics of students. We do not want any one to be excluded from the opportunity to take our courses. For this reason, we have a Pay-What-You-Can policy. Anyone, regardless of means, should be able to attend hackaway courses, so please contribute what you are able.&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.eventbrite.com/e/hackaway-in-san-francisco-microcontrollers-module-1-wednesdays-tickets-12478935833 Register Here]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Events]]&lt;br /&gt;
[[File:Python_coding.jpg|1000px|thumb|left|Python 3.0]]&lt;/div&gt;</summary>
		<author><name>RubinErrata</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Hack_and_Tell&amp;diff=44098</id>
		<title>Hack and Tell</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Hack_and_Tell&amp;diff=44098"/>
		<updated>2014-08-24T23:52:37Z</updated>

		<summary type="html">&lt;p&gt;RubinErrata: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Share your projects, ideas, snacks or just show up cause you&#039;re curious. ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;When is it?&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Every Tuesday from 6 - 7pm.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Do I need a project?&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
No, this is a great time to just meet others and get acquainted.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;8/19/2014&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Mitch showed the latest prototype of his lucid [http://cornfieldelectronics.com/neurodreamer/nd.home.php Neurodreamer mask]&amp;lt;br&amp;gt;&lt;br /&gt;
James showed a module from his analog synth project, which generates both sound and light.&lt;br /&gt;
&lt;br /&gt;
[[File:Python_coding.jpg|1000px|thumb|left|Python 3.0]]&lt;/div&gt;</summary>
		<author><name>RubinErrata</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Tastebridge_2.0&amp;diff=44097</id>
		<title>Tastebridge 2.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Tastebridge_2.0&amp;diff=44097"/>
		<updated>2014-08-24T23:52:27Z</updated>

		<summary type="html">&lt;p&gt;RubinErrata: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;People at Noisebride who like victuals gather from time to time to collaborate in the [[Kitchen]]. This wiki page describes the second incarnation of [[Tastebridge]].&lt;br /&gt;
&lt;br /&gt;
Tastebridge 2.0 is a special protocol for collaboration with the following objectives:&lt;br /&gt;
*make victuals to share with all present&lt;br /&gt;
*knowlege transfer through collaboration and communication&lt;br /&gt;
*spread a culture of kitchen excellence&lt;br /&gt;
*contribute to the Noisebridge experience&lt;br /&gt;
&lt;br /&gt;
== Victual Projects ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;new recipe developmentl&#039;&#039;&#039;&lt;br /&gt;
1st &amp;amp; 3rd Friday afternoons; vegan yogurt like puddings, vegan kefir like beverages, vegan protean sausage&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Groups&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Anytime two or more people form an informal association for a food hacking project and declare it a Tastebridge 2.0 project.  All Tastebridge 2.0 projects are group projects.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Private&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Private projects using the kitchen and projects not preparing victuals should avoid saying the project is a Tastebridge 2.0 project.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Kitchen]]&lt;br /&gt;
* [[Kitchen/Recipes|Recipes]]&lt;br /&gt;
* [[resources/House Keeping|Housekeeping]]&lt;br /&gt;
* [[Tastebridge 1.0]]&lt;br /&gt;
* [[Tastebridge (disabiguation)]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Sustenance]]&lt;br /&gt;
[[Category: Excellence]]&lt;br /&gt;
&lt;br /&gt;
[[File:Python_coding.jpg|1000px|thumb|left|Python 3.0]]&lt;/div&gt;</summary>
		<author><name>RubinErrata</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Category:Events&amp;diff=44096</id>
		<title>Category:Events</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Category:Events&amp;diff=44096"/>
		<updated>2014-08-24T23:52:05Z</updated>

		<summary type="html">&lt;p&gt;RubinErrata: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Python_coding.jpg|1000px|thumb|left|Python 3.0]]&lt;br /&gt;
&amp;lt;!-- Note that this page uses transgendered. Content between the &amp;quot;onlyinclude&amp;quot; tags below will be pushed to the main page --&amp;gt;&lt;br /&gt;
Official, Semi-Official, one-off and other events at the Noisebridge space.&lt;br /&gt;
&lt;br /&gt;
=Event Calendar=&lt;br /&gt;
Not all events make it onto this calendar. Many events only make it to the Discussion or Announcements [[Mailinglist | mailing lists]], [[IRC]] or in person at [[:Category:Meeting_Notes | Tuesday meetings]]. Best of all, Noisebridge is about people getting together at the space in San Francisco to do stuff.  DO pay attention, as some events just arise organically from the bottom up!&lt;br /&gt;
&lt;br /&gt;
If you&#039;d like to host an event yourself, we recommend bringing in at least one Noisebridge member, and getting advice on [[Hosting_an_Event|hosting an event]] at Noisebridge.&lt;br /&gt;
&lt;br /&gt;
You should view the  [https://www.google.com/calendar/embed?src=1uesj915rces4cbmcr8j3sg8t0%40group.calendar.google.com&amp;amp;ctz=America/Los_Angeles Google Calendar].&lt;br /&gt;
To post Google Calendar entries for your event or to gain access to do so for yourself, ask on the [https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss Noisebridge-Discuss] mailing list.&lt;br /&gt;
&amp;lt;!-- Items inside this &amp;quot;onlyinclude&amp;quot; tag will be pushed to the main page --&amp;gt;&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Upcoming Events &amp;lt;small&amp;gt;[https://www.noisebridge.net/index.php?title=Category:Events&amp;amp;action=edit&amp;amp;section=2 edit]&amp;lt;/small&amp;gt; ===&lt;br /&gt;
&amp;lt;!-- Please read our &amp;quot;Hosting an Event&amp;quot; page and possibly follow some of the guidelines there before posting your event here https://www.noisebridge.net/wiki/Hosting_an_Event --&amp;gt;&lt;br /&gt;
&amp;lt;!-- It&#039;s smart (read this as highly RECOMMENDED!) to add in a link to a wiki page with more information about your event, and a way to contact the event organizer(s). Thanks! --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please see the current postings at our [https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss Discuss list] for events that are in the active process of being formed and may not yet have made it here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Late August:&#039;&#039;&#039; [[Gstettensaga]] - Movie screening and discussion&lt;br /&gt;
&lt;br /&gt;
{{event&lt;br /&gt;
|time = Wednesday September 24th 2014 19:00&lt;br /&gt;
|title = Instructables Build Night -- with Sugru&lt;br /&gt;
[[File:Python_coding.jpg|1000px|thumb|left|Python 3.0]]&lt;br /&gt;
|description = [http://www.instructables.com/ Instructables.com] is sending us a bunch of free [http://sugru.com/ Sugru], a molding plastic that hardens on its own at room temperature.  Let&#039;s make cool stuff!  Instructables is also offering prizes. -- [[Instructables_Build_Night_--_with_Sugru|Click here for more info]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{event&lt;br /&gt;
|time         = Sunday October 5 2014 12:00&lt;br /&gt;
|title        = Arse Elektronika: trans* &lt;br /&gt;
|description  = Annual conference on sex and technology; workshops and talks in main space. Website of past years&#039; conferences [http://www.monochrom.at/arse-elektronika here].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{event&lt;br /&gt;
|time         = Saturday October 18 2014 19:15&lt;br /&gt;
|title        = Noisebridge Lit Crawl event&lt;br /&gt;
|description  = The Lit Crawl is an annual literary event featuring almost a hundred different readings that take place throughout the Mission. This will be the second time Noisebridge participates in the Lit Crawl. More information about the San Francisco Lit Crawl [http://litcrawl.org/sf/ here]. To read at this event please sign up [https://noisebridge.net/wiki/Noisebridge_Lit_Crawl_event here]. If you have questions about this event or wish to help organize or disorganize it, please contact james at jameswarner dot net.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Recurring Events &amp;lt;small&amp;gt;[https://www.noisebridge.net/index.php?title=Category:Events&amp;amp;action=edit&amp;amp;section=3 edit]&amp;lt;/small&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
Please check the [https://www.noisebridge.net/mailman/listinfo/noisebridge-announce Announce list] and the [https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss Discuss list] for alternate locations arranged by event organizers &amp;amp; participants.&lt;br /&gt;
&amp;lt;!--Please refrain from deleting others&#039; classes without first getting agreement.&amp;lt;br&amp;gt; You may do this by using a valid [https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss Discuss list] email address, or else by going anonymous if you really must.--&amp;gt;&lt;br /&gt;
&amp;lt;!-- Please read our &amp;quot;Hosting an Event&amp;quot; page and possibly follow some of the guidelines there before posting your event herehttps://www.noisebridge.net/wiki/Hosting_an_Event --&amp;gt;&lt;br /&gt;
&amp;lt;!-- It&#039;s smart (read this as highly RECOMMENDED!) to add in a link to a wiki page with more information about your event, and a way to contact the event organizer(s)Thanks! --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Large turnout events should be written in &#039;&#039;&#039;bold&#039;&#039;&#039;--&amp;gt;&lt;br /&gt;
==== Mondays ====&lt;br /&gt;
* &#039;&#039;&#039;7:30 pm - 10:00 pm [[Circuit Hacking Mondays]]&#039;&#039;&#039;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;!-- (Early start of 3:00pm on Monday holidays.)--&amp;gt;&#039;&#039;&amp;lt;/span&amp;gt;&amp;lt;div style=&amp;quot;padding-left: 30px; max-width: 725px;&amp;quot;&amp;gt;- Learn to solder! And make cool things with electronics. [[User:maltman23|Mitch]], Rolf, [[User:Miloh|Miloh]], [[User:Cedric|Cedric]], and others will bring kits-for-purchase to make cool, hackable things for all skill levels that you can bring home after you make them! Many sessions even designed for &#039;&#039;&#039;absolute beginners&#039;&#039;&#039;! Bring your own projects to hack! Bring things to fix! All ages. All are welcome! See the [https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss Discuss list] and the [https://www.noisebridge.net/mailman/listinfo/noisebridge-announce Announce list] for weekly updates.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;!--* &#039;&#039;&#039;6:00 pm - 8:00 pm [[Collaborative Coding]]&#039;&#039;&#039; - All levels and languages welcome for open, friendly coding session. Bring tutorials, projects, or just yourself. (Hamlet Act 3 Scene 1: 2B or !2B?)--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;8:00 pm - 10:00 pm [[Front-end Web Development]]&#039;&#039;&#039; - Learn HTML/CSS/JS. We&#039;re covering the basics and then going in-depth on different topics every week. Recap of last week&#039;s material starts at 7:30 pm. Join the [https://www.noisebridge.net/mailman/listinfo/webdev WebDev list] or the [https://www.noisebridge.net/mailman/listinfo/noisebridge-announce Announce list] for updates.&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;[[House_Keeping#Trash_and_Recycling|Take Out the Trash Night -- Round One]]&amp;lt;/span&amp;gt; Be sure to put bins out by midnight as the trash truck comes between 1:30 to 2:30am.&lt;br /&gt;
&lt;br /&gt;
==== Tuesdays ====&lt;br /&gt;
* &#039;&#039;&#039;7:00 pm - 9:00 pm [http://www.railsschool.org Ruby and Rails class]&#039;&#039;&#039; - Seminar and workshop for learning everything about Ruby, Rails, and web application development (Church classroom). See the [https://www.noisebridge.net/mailman/listinfo/noisebridge-announce Announce list] for weekly updates.&lt;br /&gt;
* &#039;&#039;&#039;6:00 pm - 7:00 pm [[Hack_and_Tell| Hack and Tell]]&#039;&#039;&#039; - We want you to share your projects, eat snacks and get acquainted.  Casual meet and greet for all.&lt;br /&gt;
&amp;lt;!-- **STATUS?? * &#039;&#039;&#039;7:30 pm - 9:00 pm [[Light Patterns with LEDs and Microcontrollers]]&#039;&#039;&#039; - Learn how to make light dance and do your bidding! We will make Arduino sketches to control multicolor LED pixels.--&amp;gt;&lt;br /&gt;
&amp;lt;!-- **STATUS?? * 7:30 pm [[Spacebridge]] - Noisebridge&#039;s space program --&amp;gt;&lt;br /&gt;
&amp;lt;!-- **STATUS?? * &#039;&#039;&#039;6:00 pm - 7:30 pm [[Rebase|Great Noisebridge Freebase of 2014!]]&#039;&#039;&#039; - Discussion and Proposal development regarding the ongoing Freebase initiative. Meet in the Hackatorium. --&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;5:30 pm [[SafeSpaceWG]] drama resolution&#039;&#039;&#039; - discussion of problems and solutions relating to behavior in the space&lt;br /&gt;
* &#039;&#039;&#039;7:00 pm - 9:00 pm [[PyClass]]&#039;&#039;&#039; - Crash course in the Python standard library, in Turing.&lt;br /&gt;
* &#039;&#039;&#039;7:00 pm [[Meetings|Noisebridge Weekly Meeting]]&#039;&#039;&#039; - Introducing new people and events to the space, general discussion, and decision-making on key issues. &#039;&#039;&#039;This is your space, folks. Come on out here in person to express what you think about what&#039;s going on with it!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==== Wednesdays ====&lt;br /&gt;
* 4:00 pm - 5:30 pm [[hackaway Microcontrollers: Module 1]] (Church Classroom) - New series for middle school and high school students starting September 10th! Introduction to electronics, prototyping, and programming.&lt;br /&gt;
&amp;lt;!-- * 6:00 pm [[Replicator Wednesday|Replicator Wednesday]]! New series started January 9th! --&amp;gt;&lt;br /&gt;
* 6:00 pm - 8:00pm [http://linuxmafia.com/pipermail/sf-lug/ SF-LUG mailing-list] for announcements - SF-LUG Weekly Linux Discussion Group, in the Turing classroom.&lt;br /&gt;
* 6:30 pm - 8:30 pm [[BACE Timebank]] (1st Wednesdays every &#039;&#039;odd&#039;&#039; month) - Help organize community mutual aid by trading in equal time credits. To find out more and join go to [http://sfbace.org sfbace.org].&lt;br /&gt;
* 7:00 pm - 9:00 pm [[PyClass]] - Crash course in the Python standard library, Church Classroom.&lt;br /&gt;
* 8:00 pm - 10:00 pm [[DreamTeam| Dream Team Neuro Hackery]] - EEG research &amp;amp; development project with general interest in sleep, dreaming, creative intelligence, and many loosely related topics such as: neurophysiology, signal processing, cognitive neuroscience, and (especially) hacking code and devices for data acquisition and analysis.  Join us at the [[CollaborationStation]] (near the Hackatorium).  Expect general discussion around 8 PM - usually moving along by 9 PM to focus on more technical aspects of current project.&lt;br /&gt;
&lt;br /&gt;
==== Thursdays ====&lt;br /&gt;
* [[House_Keeping#Trash_and_Recycling|Trash Night -- Round Two]]  - Take out the trash for Friday morning! Do it by midnight as truck comes 1:30-2:30am.&lt;br /&gt;
* &#039;&#039;&#039;6:00 pm-8:00 pm [[Collaborative Coding]]&#039;&#039;&#039; - All levels and languages welcome for an open, friendly coding session. Bring tutorials, projects, or just yourself. Started on 2013-12-16, but new participants &#039;&#039;&#039;always&#039;&#039;&#039; welcome here! (2B or !2B?)&lt;br /&gt;
* 7:00 pm [[Digital Archivists]] - Learn how to scan books and help build book scanners.&lt;br /&gt;
* 8:00 pm - 10:00 pm [[UavGroup]] - Weekly meetup to collaborate on unmanned aerial vehicles.&lt;br /&gt;
* 7:00 pm - 10:00 pm [[3D Thursday]] Weekly meetup (non-3rd-thursdays) at Noisebridge focusing on 3D Printers, CNC machines, FabLabs, and replicating machines of all kinds.&lt;br /&gt;
* 8:00 pm [[Front-end_Web_Development#Lab|Front-end Web Development Lab]] - Understand by doing! A recap of Monday&#039;s lecture in workshop form - and a good time for one-on-one help with the material.&lt;br /&gt;
* &#039;&#039;&#039;8:00 pm [[Five Minutes of Fame]]&#039;&#039;&#039; a.k.a. 5MoF - lightning 5min talks every 3rd Thursday of the month&lt;br /&gt;
&lt;br /&gt;
==== Fridays ====&lt;br /&gt;
&amp;lt;!-- **STATUS?? Tastebridge 1.0 is dead; long live Tastebridge 2.0 --&amp;gt;&lt;br /&gt;
* 1:00pm - late 1st &amp;amp; 3rd Friday&#039;s [[Tastebridge 2.0]] @ [[Kitchen]]&lt;br /&gt;
* 18:00 am - 20:00 1st &amp;amp; 3rd Frriday&#039;s [[DATA]] in Turing; understanding and using data&lt;br /&gt;
* 20:00 - 22:00 1st &amp;amp; 3rd Friday&#039;s [[FUN Tutoring]] @ [[CollaborationStation]]&lt;br /&gt;
* 7:00 pm - 9:00 pm [[JavaScript|JavaScript Class]] Ordo EmacsCrypto programming language, DOM, Object Oriented JavaScript, and Events. Also see the [https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss Discuss list] for updates. Not so much designed for beginner programmers, sorry! Beginning programmers are probably much better off jumping into the JavaScript material in the current [[Front-end Web Development]] class.&lt;br /&gt;
&lt;br /&gt;
==== Saturdays ====&lt;br /&gt;
* 12:00 pm - 2:00 pm &#039;&#039;&#039;[[Godwafflenoisepancakes]]&#039;&#039;&#039; An afternoon of noise music and vegan pancakes held in the Hackatorium on the first Saturday of the month, starting in May. &lt;br /&gt;
* 12:00 pm - 6:00 pm &#039;&#039;&#039;[[modular|Modular and Analog Synth Workshop]]&#039;&#039;&#039; NEXT WORKSHOP TBA Learn the basics of analog synthesis on a modular synth with Douglas. we will meet in the church.&lt;br /&gt;
&lt;br /&gt;
==== Sundays ====&lt;br /&gt;
* 10:00 am - 11:30 am [[JavaScript|JavaScript Class]]?? Attendance has been extremely light to absent! Check with the [https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss Discuss list] for week-to-week status.&lt;br /&gt;
* 12:30 pm - 7:30 pm [[Dungeons and Dragons]] in Church, currently looking for new players.&lt;br /&gt;
* 1:00 pm Monthly Lock Sport Collaboration: Come learn how to pick locks and learn more about them with the [http://www.tooolsf.org/ SF Bay Area chapter] of [http://toool.us/ TOOOL]. The group meets on alternating  months at Noisebridge and in San Jose. Check the [https://groups.google.com/forum/#!forum/tooolsf-announce TOOOL SF announcement list] for details. &lt;br /&gt;
* 2:00 pm [[BAHA]] - [http://baha.bitrot.info Bay Area Hacker&#039;s Association] - security meeting (2nd Sundays only)&lt;br /&gt;
* 3:00 pm [[Go]] - Playing of the Go board game. On nice days we often take the boards to Dolores Park and play there.&lt;br /&gt;
* 6:00 pm [[Plan 9]] class (if not Noisebridge check Sycamore)&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you&#039;d like to contact somebody at Noisebridge regarding these Events or even the Noisebridge Wiki itself, then please send an email message to one of the Board members listed in the [[Contacts]] list, e.g., &amp;lt;secretary@noisebridge.net&amp;gt; or &amp;lt;treasurer@noisebridge.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Orphaned Events ===&lt;br /&gt;
These events appear to be dormant or extinct.&lt;br /&gt;
&lt;br /&gt;
* SAT 10:15 - 12:10 [[Juggling with Judy!]] Note: next class is scheduled for Saturday June 29th.  Attention juggling fans!  Judy will be at the 2013 World Juggling Day celebration Saturday June 15th at Ripley&#039;s Believe It Or Not Odditorium in San Francisco Fisherman&#039;s Warf - free event begins at 1.  Come check it out!  &lt;br /&gt;
* THU 18:00 - 21:00 &#039;&#039;&#039;[[Privacy Bay]]&#039;&#039;&#039; - A monthly meetup for Bay Area folks interested in privacy. Meets in Church on the last Thursday of the month.&lt;br /&gt;
* FRI 19:00 - 21:00 [[Anarchy_101|Anarchy 101]] - a class/seminar on what anarchy is and is not, and how it impacts us as individuals and as discrete groups.&lt;br /&gt;
* SUN 13:00 [[Songbridge]]: (Bi-monthly) Learn how to make and record music with a computerWe cover midi and vst as well as multi-track recordingBring your laptop.&lt;br /&gt;
* 20:00 - 22:00 [[Noise~_Wednesday | Noise~ Wed]] - Graphical media programming with Max/MSP/Jitter&lt;br /&gt;
&lt;br /&gt;
 *19:00 [[Tahoe-LAFS]] - Occasional meetup of users and/or developers of the Least Authority File System.&lt;br /&gt;
&lt;br /&gt;
* 14:00 - 16:00 Android Developer Support Group - Meet up with other app developers in the library for a lightly structured knowledge-share.&lt;br /&gt;
&lt;br /&gt;
=== Proposed Future Events and Classes === &lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Sound Science]] A potential monthly lecture/demonstration series on the little known science behind sound reproductionTopics to include: Transducer Physics(speakers and mics), Room Acoustics, Signal Path and Cabling,Loudspeaker design 101, Music Production Tips for Big Sound, and How to make a small system sound HUGEEach session to include hands on projects like making speakers from stuff lying around, Non-Newtonian bass monsters, and ez speaker mods for anyoneIf interested contact the new guy-&amp;gt; MattLong8 at gmail dot com, 805 four five three - six zero nine seven &lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Modular Synthesis]] a bi-weekly (or monthly) group devoted to modular synthesizers&amp;gt; workshop will include modular sound synthesis styles and techniques, a study of different modules and their functions, ie voltage controlled oscillator, voltage controlled filter, low frequency oscillator, envelope generator ect and how these modules interact with each other, what control voltage and triggers are..... as well as one on one time for each student with the modular, which is a 60 space large format Moog style modular synthesizer with big knobs and 1/4 jacks   including performance and other awesomeness by Douglas. contact Douglas at greenshoos at gmail dotcom&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[VideoHacking]] a weekly video/video art devoted hacker group, including experiments in the 3D vr realm...if interested contact julialc4@gmail.com&lt;br /&gt;
:Wednesdays at 21:00 [[Brewing Bridge]] - Malakkar Proposal: Learn how to make your drinks fun AND antibacterial, using yeastThis will be recurring if enough interest or need is presentAssociated items - what to do with brewing leftovers, and brewers sample hour, etc.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Probability]] - Weekly probability study group based on [http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-041-probabilistic-systems-analysis-and-applied-probability-spring-2006/related-resources/ Fundamentals of Applied Probability Theory] by Al Drake&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Mandarin Corner|Mandarin]] - Learn or practice Mandarin, all levels. Also currently on hiatus. Get on the mailing list.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Movie Night!]] - [[User:ThOMG|Thom]] wants to build community through nerdy sci-fi! (+Bill+Ted+Excellence++) (how about a Friday hacker movie night? -[[User:Carl|Carl]])&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Introduction to the AVR Microcontroller]] - [[User:Mightyohm|Jeff]] and [[User:Maltman23|Mitch]] are planning an introductory class for people wanting to make cool projects with AVRs.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Basic Chemistry Lab Techniques]]&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Cuddle Puddle for the Economy]] - Stress-hacking with informal massage exchange.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Milk and Cookies]] - Come read your favorite selections out loudWith Milk and Cookies (and yeah, probably beer too).&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Processing Workshop 2]] - [[User:Scmurray|Scott]] is interested in teaching this, and is busy thinking about what, where, when, why, and how.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;:  [[Hack your Hardware]] -- We call BS on &amp;quot;no user-serviceable parts inside&amp;quot;&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Homebrew Instruction Class]] - The Wort (pt 1/3)&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Trip to Shooting Range]] - Field trip to a shooting range, to shoot guns Express interest at [[Trip to Shooting Range]]&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Surface Mount Soldering Workshop]] - Learn how to solder cicuits with small surface mount parts [[User:maltman23|Mitch Altman]] and Martin Bogomolni and others will show their tricks [[User:maltman23|Mitch]] will bring hackable kits that uses surface mounts for you to solder&amp;lt;-YES!(mattlong8 at gmail dot com)&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039; - [[Locksport and Lockpicking]]&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039; - [[Version control tutorial]]&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039; - [[Foreign language learning for rocket scientists]] - I&#039;m near-native (fool people when I try) in (French and) Japanese, and a pro trans/terpreter and will share my shortcuts (skill-order, vocab, speed/articulation, translation≅grammar)No expertise on tonal languages yet..so if you know how to remember tones or how tone-sandhi interacts with speed and/or how nuances of speaker attitude are expressed in them (what we do with rythm/inflection/sentence-intonation and stress in Eng., and with particles and ??? in e.gCantonese) please chime in or call me (415-608-0564) so I can convey your wisdom[also looking for a from-scratch Arabic partner]&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Getting started with Arduino]]&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Distributed Databases]]&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Node.js Beginners Session]] - Interested in learning about Node.js? I amMaybe these guys want to teach it: http://www.meetup.com/Joyent-Cloud-User-Group/events/81311542/&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Scrum Club]] - I though I&#039;d test the waters and see if anyone was interested in a noisebridge scrum club details are here http://scrumclub.org/scrum-clubs/ if inturested hit me up twitter: @theabcasian, facebook: http://www.facebook.com/theabcasian&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[CNC Mill Workshop]] - Who wants to make stuff on the [[MaxNCMill]]?&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Math &amp;amp; Science Help]] - If you would like some math, science or engineering help, I&#039;m down to lend a hand.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Cyborg Group|Cyborg Group / Sensebridge]] - Work on projects like artificial senses Someone needs to lead this!&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[OpenEEG]] - Brain techHas historically met on Sundays, at the behest of interested parties.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Programming_for_Poets | Programming for Poets]] -  Gentle intro to programming using Processing&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[World Builders &amp;amp; Simgineers]] -  Work together to create a beautiful &amp;amp; open virtual world &amp;amp; platform.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[PlunderBridge]] -  Metal detecting, detector technology &amp;amp; treasure hunting expeditions.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Ruby Mining]] -  Ruby on Rails basics, interactive working group&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[MoinMoin Wiki]] -  MoinMoin Wiki (details see there)&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Noisebridge Fundraiser 2013]]&lt;br /&gt;
&lt;br /&gt;
= Past Events =&lt;br /&gt;
&lt;br /&gt;
===2013===&lt;br /&gt;
*{{event&lt;br /&gt;
|time         = Friday, August 9, 5:00pm&lt;br /&gt;
|title        = Noisebridge Party Setup&lt;br /&gt;
|description  = Volunteers will be preparing the space for Saturday&#039;s show.  There are no scheduled conflicts; you might be asked to move multiple times by someone pushing a broom and assembling a raised stage simultaneously.&lt;br /&gt;
|}}&lt;br /&gt;
&lt;br /&gt;
*{{event&lt;br /&gt;
|time         = Saturday, August 10, 4:00pm&lt;br /&gt;
|title        = Noisebridge &amp;quot;______ the Bridge&amp;quot; Party&lt;br /&gt;
|description  =  &amp;lt;span style=&amp;quot;color:#ff00ff; background:##ff00ff&amp;quot;&amp;gt; a summer fundraising party for Noisebridge, which YOU are invited to!&amp;lt;/span&amp;gt;&lt;br /&gt;
|suggested donation = $10, but no one turned away for lack of funds&lt;br /&gt;
|}}&lt;br /&gt;
&lt;br /&gt;
*{{event&lt;br /&gt;
|time         = Sunday, August 11, 2:00pm&lt;br /&gt;
|title        = Bay Area Hackers&#039; Association Meeting&lt;br /&gt;
|description  = Jon Callas presenting on [[BAHA/2013-08-11|Secure Communications, Privacy, Counter-Surveillance]].&lt;br /&gt;
|}}&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Wednesday, May 22, 7.00 pm: Instructables Build Night&#039;&#039;&#039; - Bare Conductive, Instructables will supply Bare Conductive paint pens and pizza. Come experiment with the paint and post some Instructables. This is a FREE event.&lt;br /&gt;
&lt;br /&gt;
===2012===&lt;br /&gt;
* &#039;&#039;&#039;December 20, Thursday, 20:00 - 22:00 - [[5MoF|5 Minutes of Fame]]&#039;&#039;&#039; - Following up on its triumphant return in November, 5MoF is back with another showcase of lightning talks &amp;amp; other good stuff, with your host Sir Danny O&#039;Brien! Details TBA&lt;br /&gt;
*&#039;&#039;&#039;Tuesday Feb14th, 18:00 to 20:00&#039;&#039;&#039; ZiP MegaZine releases its inaugural issue with &#039;&#039;&#039;My Noisy Valentine&#039;&#039;&#039; Zine Release Microparty in the Noisebridge cafeFor more info follow [[zine | this]] link.&lt;br /&gt;
* &#039;&#039;&#039;Wednesday, Jan30, 20:00-22:00&#039;&#039;&#039; [[zine|ZiP]] meeting for zine-makers &amp;amp; others with an interest in printing &amp;amp; self-publishingThe meeting 1/30/13 is our first since mid-2012We plan to hold them regularly from now on at this time (Wednesday 8pm)This meeting will be informal &amp;amp; will probably take place in the printing/lasercutter area of the hackerspace.&lt;br /&gt;
&lt;br /&gt;
===2011===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;September 11th 14:00 to 17:00&#039;&#039;&#039; - The San Francisco Chapter of the Open Organisation Of Lockpickers and Bay Area Hacker&#039;s Association present a joint meeting on [https://secure.wikimedia.org/wikipedia/en/wiki/Locksport locksport]&lt;br /&gt;
*&#039;&#039;&#039;August 4, 7PM, Thursday&#039;&#039;&#039; - [http://zeidman.net Bob Zeidman] will be giving a talk on video games and intellectual property, hosted by TheMADEHe will also speak about IP infringement cases.&lt;br /&gt;
*&#039;&#039;&#039;August 9, 6:30PM, Tuesday&#039;&#039;&#039; - [http://www.meetup.com/makesf/events/26413241/ Make:SF] - Chris Jefferies will speak about the wireless sensor kit he is developing and we are bringing back our all star soldering kits.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;April 13th, 19:00&#039;&#039;&#039; - Kombucha fermentation class with [[BioBridge]] &lt;br /&gt;
*&#039;&#039;&#039;April 7th, 20:00&#039;&#039;&#039; - [[In-Depth|Noisebridge: In-Depth]] Our monthly lecture and round tableThis month&#039;s speaker will be Aragorn! his lecture will be &amp;quot;Anarchism &amp;amp; technology: An unbridgeable chasm&amp;quot;&lt;br /&gt;
*&#039;&#039;&#039;April 4th, 20:00&#039;&#039;&#039; - Camp KDE PartyCome and meet part of the KDE North America community and get a quick overview of this year&#039;s [http://camp.kde.org/ Camp KDE] conferenceThere will be beer&lt;br /&gt;
*&#039;&#039;&#039;April 3rd, 16:00&#039;&#039;&#039; - NoiseCaching: Meet-up to build some geocaches, and talk about making geocoinsThen we&#039;ll head out to find some local caches and place caches we made[http://www.geocaching.com More info about Geocaching here]&lt;br /&gt;
* &#039;&#039;&#039;March 20th, 19:00&#039;&#039;&#039; [[Hack Politics]] meetup -- the first meetup to figure out how we in the hacker community can effectively mobilize and create meaningful change in these interesting times&lt;br /&gt;
* &#039;&#039;&#039;March 12th, 12:00-18:00 - Noisebridge Hackathon!&#039;&#039;&#039; Second Saturday Hackathon is a casual monthly event dedicated to working on the space or relevant projects and building community This is a great time to get feedback or help on any projects you have been considering that center around the space, culture, and infrastructure of Noisebridge You can also help with existing projects and find out ways to get involved.&lt;br /&gt;
* &#039;&#039;&#039;March 10, Thursday, 19:00 - Group Grammar Clinic&#039;&#039;&#039; - Church Classroom - Donations gladly accepted - A clinic for grammar and writing evaluationPlease bring your web/social or technical writing for us to evaluateBring your laptop as well Collaboration groupware possibly provided(Please suggest groupware software to use if you wish)Constructive feedback from other group members is encouraged so that this clinic is a group process- Facilitator: [[User:Owen|Owen]] (opietro@yahoo.com)&lt;br /&gt;
* &#039;&#039;&#039;March 9th, 20:00&#039;&#039;&#039; - Ferment and filter a mash! [[fermentation logs]]&lt;br /&gt;
&lt;br /&gt;
===2010===&lt;br /&gt;
* &#039;&#039;&#039;Sunday, August 22, 19:00 CLUB-MATE DROPOFF AND TASTING PARTY&#039;&#039;&#039; Nick Farr will be in town to drop off Club-Mate ordered by San Franciscans!&lt;br /&gt;
* &#039;&#039;&#039;June 5th, 12:00-19:00 - [[NoiseBridgeRehab]]&#039;&#039;&#039; - Help make the space more usable and accessible! Noisebridge needs your help!&lt;br /&gt;
* &#039;&#039;&#039;June 5th, 16:00-20:00 - [[Science For Juggalos]]&#039;&#039;&#039; - Science Fair in front of the Warfield Theater teaching magnetism to Juggalos&lt;br /&gt;
* &#039;&#039;&#039;June 6th, 15:00 - [[AVC Meetup]]&#039;&#039;&#039; - Entrepreneurial bonding &amp;amp; matchmaking&lt;br /&gt;
* &#039;&#039;&#039;June 9th, 21:00 - Your liver supports Noisebridge&#039;&#039;&#039; - Come to Elixir @ 16th &amp;amp; Guerrero anytime after 21:00 and drink, drink, drink! 50% of tips go to Noisebridge&lt;br /&gt;
* &#039;&#039;&#039;February 27th, 20:00 - [[Hacker EPROM]]&#039;&#039;&#039; - Noisebridge&#039;s first prom! Nice tie and a (robot) date requiredWe will have a DJ and punch.&lt;br /&gt;
* &#039;&#039;&#039;February 24th, 19:00, Wednesday - Joris Peels, of [http://www.shapeways.com Shapeways]&#039;&#039;&#039;, and expert on 3D printing, will give a [[ShaperwaysPresentation | talk and demonstration]] at Noisebridge!.&lt;br /&gt;
* &#039;&#039;&#039;February 23rd, 18:00 - Cleaning day&#039;&#039;&#039; - Come and help clean Noisebridge, because everyone loves a clean hack space.&lt;br /&gt;
* &#039;&#039;&#039;February 12th, 21:00 - visit from Steve Jackson&#039;&#039;&#039;Game designer [http://en.wikipedia.org/wiki/Steve_Jackson_%28US_game_designer%29 Steve Jackson], founder of Steve Jackson Games, will visit Noisebridge.&lt;br /&gt;
* &#039;&#039;&#039;January 27th, 18:00-20:00 - [[beatrixjar event|Circuit Bending Workshop]]&#039;&#039;&#039; - [http://www.beatrixjar.com/ Beatrix*JAR] (contact [[User:Gpvillamil|Gian Pablo]] for more info)&lt;br /&gt;
* &#039;&#039;&#039;January 27th, 20:00-22:00 - [[beatrixjar event|Circuit Bending Performance]]&#039;&#039;&#039; - [http://www.beatrixjar.com/ Beatrix*JAR] - &amp;quot;Celebrate a night of new sound that will change your idea of music forever!&amp;quot;&lt;br /&gt;
* &#039;&#039;&#039;January 25th, 19:30 - [[Bag Porn]]&#039;&#039;&#039; - What&#039;s in your bag?&lt;br /&gt;
* &#039;&#039;&#039;January 20th, 19:00-21:00 - [http://groups.google.com/group/bacat/about Bay Categories &amp;amp; Types]&#039;&#039;&#039; - Categories, monoids, monads, functors and more! Held in the Alonzo Church classroom.&lt;br /&gt;
* &#039;&#039;&#039;January 20th, 19:00 - [[User Experience Book Club SF]]&#039;&#039;&#039; - Our book this month is &amp;quot;A Theory of Fun for Game Design&amp;quot; by Raph Koster - http://is.gd/6sEqw (meets in Turing)&lt;br /&gt;
* &#039;&#039;&#039;January 21st, 20:00 - [[Five Minutes of Fame]]&#039;&#039;&#039; - Monthly set of lightning talks on diverse topics&lt;br /&gt;
* &#039;&#039;&#039;January 22nd, 17:00 - [[CleaningParty| Cleaning Party]]&#039;&#039;&#039; - Come help clean up Noisebridge! Awsum fun!&lt;br /&gt;
* ...January 14th,16th, and 17th 1:00- ??? Build Out day for kitchen/bathroom/laundry bring yourself and a good attitude, learn a few things as well&lt;br /&gt;
* &#039;&#039;&#039;January 15th, 18:00 - [[CNC_Mill_Workshop]]&#039;&#039;&#039; - Learn to use the CNC mill for 2D engraving and circuit board routing&lt;br /&gt;
* Thursdays 17:00 [[ASL Group|American Sign Language]] - Learn how to talk without using your voice (or just come chat in ASL)&amp;lt;small&amp;gt;[http://whenisgood.net/noisebridge/asl/generic click to reschedule]&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===2009===&lt;br /&gt;
* &#039;&#039;&#039;November 18th, 19:30&#039;&#039;&#039; - [[Dorkbot_2009_11_18|Dorkbot]]&lt;br /&gt;
* &#039;&#039;&#039;November 19th, 18:00&#039;&#039;&#039; - [[Mesh meetup]]&lt;br /&gt;
* &#039;&#039;&#039;November 19th, 20:00&#039;&#039;&#039; - [[Five Minutes of Fame]]&lt;br /&gt;
* &#039;&#039;&#039;November 20th, 18:00&#039;&#039;&#039; - Loud Objects [http://www.flickr.com/photos/createdigitalmedia/3428249036/ Noise Toy workshop].&lt;br /&gt;
* &#039;&#039;&#039;November 20th, 20:00&#039;&#039;&#039; - Performance by [http://www.loudobjects.com/ Loud Objects], (featuring Tristan Perich and Lesley Flanigan) and [http://www.myspace.com/jibkidder Jib Kidder].&lt;br /&gt;
:&#039;&#039;&#039;2009-11-05&#039;&#039;&#039; - [http://www.server-sky.com/ Server Sky presentation: Internet and Computation in Orbit] by Keith Lofstrom&lt;br /&gt;
:&#039;&#039;&#039;2009-11-05&#039;&#039;&#039; - [[Mesh meetup]]&lt;br /&gt;
:&#039;&#039;&#039;2009-11-02&#039;&#039;&#039; - [[French]] book club meeting to discuss  [http://www.amazon.com/exec/obidos/tg/detail/-/2842612892/ref=ord_cart_shr?_encoding=UTF8&amp;amp;m=ATVPDKIKX0DER&amp;amp;v=glance Une Si Longue Lettre]&lt;br /&gt;
: &#039;&#039;&#039; October 1st, 18:00&#039;&#039;&#039; - [[Wireless_Mesh_Network_Meetup | Mesh wireless meetup]]&lt;br /&gt;
: &#039;&#039;&#039; October 1st, 19:00&#039;&#039;&#039; - [http://groups.google.com/group/bacat Bay Area Categories and Types]&lt;br /&gt;
: &#039;&#039;&#039;2009-10-03&#039;&#039;&#039; [[Year 1 Open Hacker House]]&lt;br /&gt;
:&#039;&#039;&#039;Friday&#039;&#039;&#039;: [[CrazyCryptoNight]] - Discussion of cryptography for beginners through experts6-???&lt;br /&gt;
:&#039;&#039;&#039;Sunday&#039;&#039;&#039; : [[OpenEEG | OpenEEG Hacking]] Sundays, at 3-5pm.&lt;br /&gt;
:&#039;&#039;&#039;Monday&#039;&#039;&#039;: [[German]] - Learn German, all levels7pm beginners, 8pm advancedRSVP 24 hours in advance for the benefit of the instructorEvents ran May-November 2009Currently on Thursdays at 8Get on the mailing list.&lt;br /&gt;
:&#039;&#039;&#039;Tuesday&#039;&#039;&#039;: [[Haskell/Haschool]] - Learn Haskell with Jason Dusek 6PM - 7:30PM, from May until we&#039;re all experts.&lt;br /&gt;
:&#039;&#039;&#039;Wednesday&#039;&#039;&#039;: [[Adobe_Lightroom|Adobe Lightroom]] - Become a more organized photographerWeekly class (mostly held off site).&lt;br /&gt;
:&#039;&#039;&#039;Thursday&#039;&#039;&#039;: [[Professional VFX Compositing With Adobe After Effects]] - Taught by [[User:SFSlim|Aaron Muszalski]]7:30PM - 10PM, most Thursdays in May &amp;amp; June &amp;amp; ? (click through dammit)&lt;br /&gt;
:&#039;&#039;&#039;2009-09-17&#039;&#039;&#039;: [[Five Minutes of Fame]] 3D Edition&lt;br /&gt;
:&#039;&#039;&#039;2009-09-17&#039;&#039;&#039;: [[Wireless Mesh Network Meetup | Mesh wireless meetup]]&lt;br /&gt;
:&#039;&#039;&#039;2009-08-20&#039;&#039;&#039;: [[Five Minutes of Fame]] One Dee Edition&lt;br /&gt;
:&#039;&#039;&#039;2009-07-16&#039;&#039;&#039;: [[Five Minutes of Fame]] Zero Dee&lt;br /&gt;
:&#039;&#039;&#039;2009-07-02 - 2009-07-05&#039;&#039;&#039;: [http://toorcamp.org Toorcamp]&lt;br /&gt;
:&#039;&#039;&#039;2009-07-01&#039;&#039;&#039;: Noisedroid meeting to discuss location logging on Android platform (and other stuff too, I&#039;m sure)&lt;br /&gt;
:&#039;&#039;&#039;2009-06-30&#039;&#039;&#039;: [[Powerbocking Class|Powerbocking class]]&lt;br /&gt;
:&#039;&#039;&#039;2009-06-30&#039;&#039;&#039;: &amp;quot;Suing Telemarketers for Fun and Profit&amp;quot; (Toorcamp talk preview)&lt;br /&gt;
:&#039;&#039;&#039;2009-06-28&#039;&#039;&#039;: &amp;quot;Meditation for Hackers&amp;quot; (Toorcamp workshop preview)&lt;br /&gt;
:&#039;&#039;&#039;2009-06-18&#039;&#039;&#039;: [[Five Minutes of Fame]]&lt;br /&gt;
:&#039;&#039;&#039;2009-06-15&#039;&#039;&#039;: [[Eagle Workshop]]  Session two of the Eagle CAD workshop.&lt;br /&gt;
:&#039;&#039;&#039;2009-06-13&#039;&#039;&#039;: [[RoboGames 2009]] Noisebridge had a booth staffed by vounteers, great fun!&lt;br /&gt;
:&#039;&#039;&#039;2009-05-21&#039;&#039;&#039;: [[Five Minutes of Fame]]&lt;br /&gt;
:&#039;&#039;&#039;2009-04-27&#039;&#039;&#039;: [[EagleCAD workshop]] -- learn to use this CAD tool for printed circuit board design&lt;br /&gt;
:&#039;&#039;&#039;2009-04-16&#039;&#039;&#039;: [[Five Minutes of Fame]] April showers &amp;amp; flowers edition&lt;br /&gt;
:&#039;&#039;&#039;2009-04-11&#039;&#039;&#039;: [[RFID Hacking]] weekend workshop  (this event moved from the original March date)&lt;br /&gt;
:&#039;&#039;&#039;2009-04-05&#039;&#039;&#039;: [[First aid and CPR class]] Learning how to not only not die, but also reduce scarring!&lt;br /&gt;
:&#039;&#039;&#039;2009-04-03&#039;&#039;&#039;: [[Sudo pop]] 2PM and onMaking the first batch of a Noisebridge label yerba mate-niated rootbrew, gratis and DIY&lt;br /&gt;
:&#039;&#039;&#039;2009-03-26&#039;&#039;&#039;: [[OpenEEG | OpenEEG Hacking]] first meet up for this new group: 8 pm&lt;br /&gt;
:&#039;&#039;&#039;2009-03-19&#039;&#039;&#039;: [[Five Minutes of Fame]]&lt;br /&gt;
:&#039;&#039;&#039;2009-03-12&#039;&#039;&#039;: [[OpenBTS and GSM]] talk by David Burgess&lt;br /&gt;
:&#039;&#039;&#039;2009-02-14&#039;&#039;&#039;: [[Open Heart Workshop]] Valentine&#039;s Day blinkyheart soldering party! &lt;br /&gt;
:&#039;&#039;&#039;2009-02-13&#039;&#039;&#039;: [[Time-t_Party|&amp;lt;tt&amp;gt;time_t&amp;lt;/tt&amp;gt; Party]] to celebrate 1,234,567,890 since the Unix epoch.&lt;br /&gt;
:&#039;&#039;&#039;2009-02-09&#039;&#039;&#039;: [[Spanish learning at 8:30]]&lt;br /&gt;
:&#039;&#039;&#039;2009-02-05&#039;&#039;&#039;: [[PGP Key Workshop]]&lt;br /&gt;
:&#039;&#039;&#039;2009-01-31&#039;&#039;&#039;: [[Locksport and Lockpicking]]&lt;br /&gt;
&lt;br /&gt;
===2008===&lt;br /&gt;
:&#039;&#039;&#039;2008-12-27&#039;&#039;&#039;: [[25C3]] Chaos Computer Congress in Berlin&lt;br /&gt;
:&#039;&#039;&#039;2008-12-20 &amp;amp; 21&#039;&#039;&#039;: [[Creme Brulee]] Workshop on creating a french dessert, with bonus propane torch.&lt;br /&gt;
:&#039;&#039;&#039;2008-12-17 20:00&#039;&#039;&#039;: [[Machine Learning]] Birds-of-a-feather&lt;br /&gt;
:&#039;&#039;&#039;2008-11-24&#039;&#039;&#039;: [[Circuit Hacking Monday]] circuit design workshop&lt;br /&gt;
:&#039;&#039;&#039;2008-11-21, 7pm&#039;&#039;&#039;:[[Milk and Cookies]] -- [[User:Dmolnar|David Molnar]] hosts Milk and Cookies at 83CBring a short 5-7minute thing to read to othersBring a potluck cookie/snack/drink if you likeDavid will bring milk and cookies.&lt;br /&gt;
:&#039;&#039;&#039;2008-11-17, 7:30pm&#039;&#039;&#039;: [[Basic Bicycle Maintain]] - [[User:rubin110|Rubin]] and [[User:rigel|rigel]] hate it when we see a bike that isn&#039;t maintainedScreechy chains and clacking derailleur can go to hellBasic bike tune up, sharing the smarts on simple things you can do at home to make your ride suck a whole lot less.&lt;br /&gt;
:&#039;&#039;&#039;2008-11-16, 5:00pm&#039;&#039;&#039;: [[RepRap Soldering Party]] - help assemble RepRap!  RSVPs required on wiki! [[User:Adi|adi]]&lt;br /&gt;
:&#039;&#039;&#039;2008-11-16, 3:00pm&#039;&#039;&#039;: [[Oscilloscopes]] - Learn how to use this versatile tool to test electronic circuits Maximum 6 slots, please sign up ahead of time! [[User:dstaff|dstaff]]&lt;br /&gt;
:&#039;&#039;&#039;2008-10-31&#039;&#039;&#039;: [[Halloween Open House]] - NoiseBridge&#039;s own [[PPPC]] threw an awesome open house/halloween galaPost pictures if you got &#039;em!&lt;br /&gt;
:&#039;&#039;&#039;2008-10-25&#039;&#039;&#039;: [[Soldering Workshop]] and Pumpkin Hackin&#039; - Learn to solder for total newbies (or learn to solder better!), including surface mountAdditionally, carve your halloween pumpkins and enjoy some experimental pumpkin pie and/or soup.&lt;br /&gt;
:&#039;&#039;&#039;2008-10-07&#039;&#039;&#039;: (tuesday before meeting) - Etch a circuit boardI&#039;ll be trying a photo resist etching and a basic printed mask etchingThis is step 1/3 for a project called &amp;quot;annoying USB thingie&amp;quot; which will execute pre-defined keystrokes by sneaking a tiny USB dongle onto a victim^h^h^h^h^h buddy&#039;s computer.&lt;br /&gt;
:&#039;&#039;&#039;2008-09-13&#039;&#039;&#039;: [[Processing Workshop]] — Learn this very easy-to-use programming language! - [[Processing Workshop Report]]&lt;br /&gt;
:&#039;&#039;&#039;2008-02-16&#039;&#039;&#039;: [[Brain Machine Workshop|Brain Machine Making Workshop]]: Our first hardware sprint!&lt;br /&gt;
&lt;br /&gt;
[[Category:Top level]]&lt;/div&gt;</summary>
		<author><name>RubinErrata</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Category:Events&amp;diff=44095</id>
		<title>Category:Events</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Category:Events&amp;diff=44095"/>
		<updated>2014-08-24T23:51:46Z</updated>

		<summary type="html">&lt;p&gt;RubinErrata: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Python_coding.jpg|1000px|thumb|left|Python 3.0]]&lt;br /&gt;
&amp;lt;!-- Note that this page uses transgendered. Content between the &amp;quot;onlyinclude&amp;quot; tags below will be pushed to the main page --&amp;gt;&lt;br /&gt;
Official, Semi-Official, one-off and other events at the Noisebridge space.&lt;br /&gt;
&lt;br /&gt;
=Event Calendar=&lt;br /&gt;
Not all events make it onto this calendar. Many events only make it to the Discussion or Announcements [[Mailinglist | mailing lists]], [[IRC]] or in person at [[:Category:Meeting_Notes | Tuesday meetings]]. Best of all, Noisebridge is about people getting together at the space in San Francisco to do stuff.  DO pay attention, as some events just arise organically from the bottom up!&lt;br /&gt;
&lt;br /&gt;
If you&#039;d like to host an event yourself, we recommend bringing in at least one Noisebridge member, and getting advice on [[Hosting_an_Event|hosting an event]] at Noisebridge.&lt;br /&gt;
&lt;br /&gt;
You should view the  [https://www.google.com/calendar/embed?src=1uesj915rces4cbmcr8j3sg8t0%40group.calendar.google.com&amp;amp;ctz=America/Los_Angeles Google Calendar].&lt;br /&gt;
To post Google Calendar entries for your event or to gain access to do so for yourself, ask on the [https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss Noisebridge-Discuss] mailing list.&lt;br /&gt;
&amp;lt;!-- Items inside this &amp;quot;onlyinclude&amp;quot; tag will be pushed to the main page --&amp;gt;&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Upcoming Events &amp;lt;small&amp;gt;[https://www.noisebridge.net/index.php?title=Category:Events&amp;amp;action=edit&amp;amp;section=2 edit]&amp;lt;/small&amp;gt; ===&lt;br /&gt;
&amp;lt;!-- Please read our &amp;quot;Hosting an Event&amp;quot; page and possibly follow some of the guidelines there before posting your event here https://www.noisebridge.net/wiki/Hosting_an_Event --&amp;gt;&lt;br /&gt;
&amp;lt;!-- It&#039;s smart (read this as highly RECOMMENDED!) to add in a link to a wiki page with more information about your event, and a way to contact the event organizer(s). Thanks! --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please see the current postings at our [https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss Discuss list] for events that are in the active process of being formed and may not yet have made it here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Late August:&#039;&#039;&#039; [[Gstettensaga]] - Movie screening and discussion&lt;br /&gt;
&lt;br /&gt;
{{event&lt;br /&gt;
|time = Wednesday September 24th 2014 19:00&lt;br /&gt;
|title = Instructables Build Night -- with Sugru&lt;br /&gt;
|description = [http://www.instructables.com/ Instructables.com] is sending us a bunch of free [http://sugru.com/ Sugru], a molding plastic that hardens on its own at room temperature.  Let&#039;s make cool stuff!  Instructables is also offering prizes. -- [[Instructables_Build_Night_--_with_Sugru|Click here for more info]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{event&lt;br /&gt;
|time         = Sunday October 5 2014 12:00&lt;br /&gt;
|title        = Arse Elektronika: trans* &lt;br /&gt;
|description  = Annual conference on sex and technology; workshops and talks in main space. Website of past years&#039; conferences [http://www.monochrom.at/arse-elektronika here].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{event&lt;br /&gt;
|time         = Saturday October 18 2014 19:15&lt;br /&gt;
|title        = Noisebridge Lit Crawl event&lt;br /&gt;
|description  = The Lit Crawl is an annual literary event featuring almost a hundred different readings that take place throughout the Mission. This will be the second time Noisebridge participates in the Lit Crawl. More information about the San Francisco Lit Crawl [http://litcrawl.org/sf/ here]. To read at this event please sign up [https://noisebridge.net/wiki/Noisebridge_Lit_Crawl_event here]. If you have questions about this event or wish to help organize or disorganize it, please contact james at jameswarner dot net.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Recurring Events &amp;lt;small&amp;gt;[https://www.noisebridge.net/index.php?title=Category:Events&amp;amp;action=edit&amp;amp;section=3 edit]&amp;lt;/small&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
Please check the [https://www.noisebridge.net/mailman/listinfo/noisebridge-announce Announce list] and the [https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss Discuss list] for alternate locations arranged by event organizers &amp;amp; participants.&lt;br /&gt;
&amp;lt;!--Please refrain from deleting others&#039; classes without first getting agreement.&amp;lt;br&amp;gt; You may do this by using a valid [https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss Discuss list] email address, or else by going anonymous if you really must.--&amp;gt;&lt;br /&gt;
&amp;lt;!-- Please read our &amp;quot;Hosting an Event&amp;quot; page and possibly follow some of the guidelines there before posting your event herehttps://www.noisebridge.net/wiki/Hosting_an_Event --&amp;gt;&lt;br /&gt;
&amp;lt;!-- It&#039;s smart (read this as highly RECOMMENDED!) to add in a link to a wiki page with more information about your event, and a way to contact the event organizer(s)Thanks! --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Large turnout events should be written in &#039;&#039;&#039;bold&#039;&#039;&#039;--&amp;gt;&lt;br /&gt;
==== Mondays ====&lt;br /&gt;
* &#039;&#039;&#039;7:30 pm - 10:00 pm [[Circuit Hacking Mondays]]&#039;&#039;&#039;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;!-- (Early start of 3:00pm on Monday holidays.)--&amp;gt;&#039;&#039;&amp;lt;/span&amp;gt;&amp;lt;div style=&amp;quot;padding-left: 30px; max-width: 725px;&amp;quot;&amp;gt;- Learn to solder! And make cool things with electronics. [[User:maltman23|Mitch]], Rolf, [[User:Miloh|Miloh]], [[User:Cedric|Cedric]], and others will bring kits-for-purchase to make cool, hackable things for all skill levels that you can bring home after you make them! Many sessions even designed for &#039;&#039;&#039;absolute beginners&#039;&#039;&#039;! Bring your own projects to hack! Bring things to fix! All ages. All are welcome! See the [https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss Discuss list] and the [https://www.noisebridge.net/mailman/listinfo/noisebridge-announce Announce list] for weekly updates.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;!--* &#039;&#039;&#039;6:00 pm - 8:00 pm [[Collaborative Coding]]&#039;&#039;&#039; - All levels and languages welcome for open, friendly coding session. Bring tutorials, projects, or just yourself. (Hamlet Act 3 Scene 1: 2B or !2B?)--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;8:00 pm - 10:00 pm [[Front-end Web Development]]&#039;&#039;&#039; - Learn HTML/CSS/JS. We&#039;re covering the basics and then going in-depth on different topics every week. Recap of last week&#039;s material starts at 7:30 pm. Join the [https://www.noisebridge.net/mailman/listinfo/webdev WebDev list] or the [https://www.noisebridge.net/mailman/listinfo/noisebridge-announce Announce list] for updates.&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;[[House_Keeping#Trash_and_Recycling|Take Out the Trash Night -- Round One]]&amp;lt;/span&amp;gt; Be sure to put bins out by midnight as the trash truck comes between 1:30 to 2:30am.&lt;br /&gt;
&lt;br /&gt;
==== Tuesdays ====&lt;br /&gt;
* &#039;&#039;&#039;7:00 pm - 9:00 pm [http://www.railsschool.org Ruby and Rails class]&#039;&#039;&#039; - Seminar and workshop for learning everything about Ruby, Rails, and web application development (Church classroom). See the [https://www.noisebridge.net/mailman/listinfo/noisebridge-announce Announce list] for weekly updates.&lt;br /&gt;
* &#039;&#039;&#039;6:00 pm - 7:00 pm [[Hack_and_Tell| Hack and Tell]]&#039;&#039;&#039; - We want you to share your projects, eat snacks and get acquainted.  Casual meet and greet for all.&lt;br /&gt;
&amp;lt;!-- **STATUS?? * &#039;&#039;&#039;7:30 pm - 9:00 pm [[Light Patterns with LEDs and Microcontrollers]]&#039;&#039;&#039; - Learn how to make light dance and do your bidding! We will make Arduino sketches to control multicolor LED pixels.--&amp;gt;&lt;br /&gt;
&amp;lt;!-- **STATUS?? * 7:30 pm [[Spacebridge]] - Noisebridge&#039;s space program --&amp;gt;&lt;br /&gt;
&amp;lt;!-- **STATUS?? * &#039;&#039;&#039;6:00 pm - 7:30 pm [[Rebase|Great Noisebridge Freebase of 2014!]]&#039;&#039;&#039; - Discussion and Proposal development regarding the ongoing Freebase initiative. Meet in the Hackatorium. --&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;5:30 pm [[SafeSpaceWG]] drama resolution&#039;&#039;&#039; - discussion of problems and solutions relating to behavior in the space&lt;br /&gt;
* &#039;&#039;&#039;7:00 pm - 9:00 pm [[PyClass]]&#039;&#039;&#039; - Crash course in the Python standard library, in Turing.&lt;br /&gt;
* &#039;&#039;&#039;7:00 pm [[Meetings|Noisebridge Weekly Meeting]]&#039;&#039;&#039; - Introducing new people and events to the space, general discussion, and decision-making on key issues. &#039;&#039;&#039;This is your space, folks. Come on out here in person to express what you think about what&#039;s going on with it!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==== Wednesdays ====&lt;br /&gt;
* 4:00 pm - 5:30 pm [[hackaway Microcontrollers: Module 1]] (Church Classroom) - New series for middle school and high school students starting September 10th! Introduction to electronics, prototyping, and programming.&lt;br /&gt;
&amp;lt;!-- * 6:00 pm [[Replicator Wednesday|Replicator Wednesday]]! New series started January 9th! --&amp;gt;&lt;br /&gt;
* 6:00 pm - 8:00pm [http://linuxmafia.com/pipermail/sf-lug/ SF-LUG mailing-list] for announcements - SF-LUG Weekly Linux Discussion Group, in the Turing classroom.&lt;br /&gt;
* 6:30 pm - 8:30 pm [[BACE Timebank]] (1st Wednesdays every &#039;&#039;odd&#039;&#039; month) - Help organize community mutual aid by trading in equal time credits. To find out more and join go to [http://sfbace.org sfbace.org].&lt;br /&gt;
* 7:00 pm - 9:00 pm [[PyClass]] - Crash course in the Python standard library, Church Classroom.&lt;br /&gt;
* 8:00 pm - 10:00 pm [[DreamTeam| Dream Team Neuro Hackery]] - EEG research &amp;amp; development project with general interest in sleep, dreaming, creative intelligence, and many loosely related topics such as: neurophysiology, signal processing, cognitive neuroscience, and (especially) hacking code and devices for data acquisition and analysis.  Join us at the [[CollaborationStation]] (near the Hackatorium).  Expect general discussion around 8 PM - usually moving along by 9 PM to focus on more technical aspects of current project.&lt;br /&gt;
&lt;br /&gt;
==== Thursdays ====&lt;br /&gt;
* [[House_Keeping#Trash_and_Recycling|Trash Night -- Round Two]]  - Take out the trash for Friday morning! Do it by midnight as truck comes 1:30-2:30am.&lt;br /&gt;
* &#039;&#039;&#039;6:00 pm-8:00 pm [[Collaborative Coding]]&#039;&#039;&#039; - All levels and languages welcome for an open, friendly coding session. Bring tutorials, projects, or just yourself. Started on 2013-12-16, but new participants &#039;&#039;&#039;always&#039;&#039;&#039; welcome here! (2B or !2B?)&lt;br /&gt;
* 7:00 pm [[Digital Archivists]] - Learn how to scan books and help build book scanners.&lt;br /&gt;
* 8:00 pm - 10:00 pm [[UavGroup]] - Weekly meetup to collaborate on unmanned aerial vehicles.&lt;br /&gt;
* 7:00 pm - 10:00 pm [[3D Thursday]] Weekly meetup (non-3rd-thursdays) at Noisebridge focusing on 3D Printers, CNC machines, FabLabs, and replicating machines of all kinds.&lt;br /&gt;
* 8:00 pm [[Front-end_Web_Development#Lab|Front-end Web Development Lab]] - Understand by doing! A recap of Monday&#039;s lecture in workshop form - and a good time for one-on-one help with the material.&lt;br /&gt;
* &#039;&#039;&#039;8:00 pm [[Five Minutes of Fame]]&#039;&#039;&#039; a.k.a. 5MoF - lightning 5min talks every 3rd Thursday of the month&lt;br /&gt;
&lt;br /&gt;
==== Fridays ====&lt;br /&gt;
&amp;lt;!-- **STATUS?? Tastebridge 1.0 is dead; long live Tastebridge 2.0 --&amp;gt;&lt;br /&gt;
* 1:00pm - late 1st &amp;amp; 3rd Friday&#039;s [[Tastebridge 2.0]] @ [[Kitchen]]&lt;br /&gt;
* 18:00 am - 20:00 1st &amp;amp; 3rd Frriday&#039;s [[DATA]] in Turing; understanding and using data&lt;br /&gt;
* 20:00 - 22:00 1st &amp;amp; 3rd Friday&#039;s [[FUN Tutoring]] @ [[CollaborationStation]]&lt;br /&gt;
* 7:00 pm - 9:00 pm [[JavaScript|JavaScript Class]] Ordo EmacsCrypto programming language, DOM, Object Oriented JavaScript, and Events. Also see the [https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss Discuss list] for updates. Not so much designed for beginner programmers, sorry! Beginning programmers are probably much better off jumping into the JavaScript material in the current [[Front-end Web Development]] class.&lt;br /&gt;
&lt;br /&gt;
==== Saturdays ====&lt;br /&gt;
* 12:00 pm - 2:00 pm &#039;&#039;&#039;[[Godwafflenoisepancakes]]&#039;&#039;&#039; An afternoon of noise music and vegan pancakes held in the Hackatorium on the first Saturday of the month, starting in May. &lt;br /&gt;
* 12:00 pm - 6:00 pm &#039;&#039;&#039;[[modular|Modular and Analog Synth Workshop]]&#039;&#039;&#039; NEXT WORKSHOP TBA Learn the basics of analog synthesis on a modular synth with Douglas. we will meet in the church.&lt;br /&gt;
&lt;br /&gt;
==== Sundays ====&lt;br /&gt;
* 10:00 am - 11:30 am [[JavaScript|JavaScript Class]]?? Attendance has been extremely light to absent! Check with the [https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss Discuss list] for week-to-week status.&lt;br /&gt;
* 12:30 pm - 7:30 pm [[Dungeons and Dragons]] in Church, currently looking for new players.&lt;br /&gt;
* 1:00 pm Monthly Lock Sport Collaboration: Come learn how to pick locks and learn more about them with the [http://www.tooolsf.org/ SF Bay Area chapter] of [http://toool.us/ TOOOL]. The group meets on alternating  months at Noisebridge and in San Jose. Check the [https://groups.google.com/forum/#!forum/tooolsf-announce TOOOL SF announcement list] for details. &lt;br /&gt;
* 2:00 pm [[BAHA]] - [http://baha.bitrot.info Bay Area Hacker&#039;s Association] - security meeting (2nd Sundays only)&lt;br /&gt;
* 3:00 pm [[Go]] - Playing of the Go board game. On nice days we often take the boards to Dolores Park and play there.&lt;br /&gt;
* 6:00 pm [[Plan 9]] class (if not Noisebridge check Sycamore)&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you&#039;d like to contact somebody at Noisebridge regarding these Events or even the Noisebridge Wiki itself, then please send an email message to one of the Board members listed in the [[Contacts]] list, e.g., &amp;lt;secretary@noisebridge.net&amp;gt; or &amp;lt;treasurer@noisebridge.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Orphaned Events ===&lt;br /&gt;
These events appear to be dormant or extinct.&lt;br /&gt;
&lt;br /&gt;
* SAT 10:15 - 12:10 [[Juggling with Judy!]] Note: next class is scheduled for Saturday June 29th.  Attention juggling fans!  Judy will be at the 2013 World Juggling Day celebration Saturday June 15th at Ripley&#039;s Believe It Or Not Odditorium in San Francisco Fisherman&#039;s Warf - free event begins at 1.  Come check it out!  &lt;br /&gt;
* THU 18:00 - 21:00 &#039;&#039;&#039;[[Privacy Bay]]&#039;&#039;&#039; - A monthly meetup for Bay Area folks interested in privacy. Meets in Church on the last Thursday of the month.&lt;br /&gt;
* FRI 19:00 - 21:00 [[Anarchy_101|Anarchy 101]] - a class/seminar on what anarchy is and is not, and how it impacts us as individuals and as discrete groups.&lt;br /&gt;
* SUN 13:00 [[Songbridge]]: (Bi-monthly) Learn how to make and record music with a computerWe cover midi and vst as well as multi-track recordingBring your laptop.&lt;br /&gt;
* 20:00 - 22:00 [[Noise~_Wednesday | Noise~ Wed]] - Graphical media programming with Max/MSP/Jitter&lt;br /&gt;
&lt;br /&gt;
 *19:00 [[Tahoe-LAFS]] - Occasional meetup of users and/or developers of the Least Authority File System.&lt;br /&gt;
&lt;br /&gt;
* 14:00 - 16:00 Android Developer Support Group - Meet up with other app developers in the library for a lightly structured knowledge-share.&lt;br /&gt;
&lt;br /&gt;
=== Proposed Future Events and Classes === &lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Sound Science]] A potential monthly lecture/demonstration series on the little known science behind sound reproductionTopics to include: Transducer Physics(speakers and mics), Room Acoustics, Signal Path and Cabling,Loudspeaker design 101, Music Production Tips for Big Sound, and How to make a small system sound HUGEEach session to include hands on projects like making speakers from stuff lying around, Non-Newtonian bass monsters, and ez speaker mods for anyoneIf interested contact the new guy-&amp;gt; MattLong8 at gmail dot com, 805 four five three - six zero nine seven &lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Modular Synthesis]] a bi-weekly (or monthly) group devoted to modular synthesizers&amp;gt; workshop will include modular sound synthesis styles and techniques, a study of different modules and their functions, ie voltage controlled oscillator, voltage controlled filter, low frequency oscillator, envelope generator ect and how these modules interact with each other, what control voltage and triggers are..... as well as one on one time for each student with the modular, which is a 60 space large format Moog style modular synthesizer with big knobs and 1/4 jacks   including performance and other awesomeness by Douglas. contact Douglas at greenshoos at gmail dotcom&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[VideoHacking]] a weekly video/video art devoted hacker group, including experiments in the 3D vr realm...if interested contact julialc4@gmail.com&lt;br /&gt;
:Wednesdays at 21:00 [[Brewing Bridge]] - Malakkar Proposal: Learn how to make your drinks fun AND antibacterial, using yeastThis will be recurring if enough interest or need is presentAssociated items - what to do with brewing leftovers, and brewers sample hour, etc.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Probability]] - Weekly probability study group based on [http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-041-probabilistic-systems-analysis-and-applied-probability-spring-2006/related-resources/ Fundamentals of Applied Probability Theory] by Al Drake&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Mandarin Corner|Mandarin]] - Learn or practice Mandarin, all levels. Also currently on hiatus. Get on the mailing list.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Movie Night!]] - [[User:ThOMG|Thom]] wants to build community through nerdy sci-fi! (+Bill+Ted+Excellence++) (how about a Friday hacker movie night? -[[User:Carl|Carl]])&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Introduction to the AVR Microcontroller]] - [[User:Mightyohm|Jeff]] and [[User:Maltman23|Mitch]] are planning an introductory class for people wanting to make cool projects with AVRs.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Basic Chemistry Lab Techniques]]&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Cuddle Puddle for the Economy]] - Stress-hacking with informal massage exchange.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Milk and Cookies]] - Come read your favorite selections out loudWith Milk and Cookies (and yeah, probably beer too).&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Processing Workshop 2]] - [[User:Scmurray|Scott]] is interested in teaching this, and is busy thinking about what, where, when, why, and how.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;:  [[Hack your Hardware]] -- We call BS on &amp;quot;no user-serviceable parts inside&amp;quot;&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Homebrew Instruction Class]] - The Wort (pt 1/3)&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Trip to Shooting Range]] - Field trip to a shooting range, to shoot guns Express interest at [[Trip to Shooting Range]]&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Surface Mount Soldering Workshop]] - Learn how to solder cicuits with small surface mount parts [[User:maltman23|Mitch Altman]] and Martin Bogomolni and others will show their tricks [[User:maltman23|Mitch]] will bring hackable kits that uses surface mounts for you to solder&amp;lt;-YES!(mattlong8 at gmail dot com)&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039; - [[Locksport and Lockpicking]]&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039; - [[Version control tutorial]]&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039; - [[Foreign language learning for rocket scientists]] - I&#039;m near-native (fool people when I try) in (French and) Japanese, and a pro trans/terpreter and will share my shortcuts (skill-order, vocab, speed/articulation, translation≅grammar)No expertise on tonal languages yet..so if you know how to remember tones or how tone-sandhi interacts with speed and/or how nuances of speaker attitude are expressed in them (what we do with rythm/inflection/sentence-intonation and stress in Eng., and with particles and ??? in e.gCantonese) please chime in or call me (415-608-0564) so I can convey your wisdom[also looking for a from-scratch Arabic partner]&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Getting started with Arduino]]&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Distributed Databases]]&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Node.js Beginners Session]] - Interested in learning about Node.js? I amMaybe these guys want to teach it: http://www.meetup.com/Joyent-Cloud-User-Group/events/81311542/&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Scrum Club]] - I though I&#039;d test the waters and see if anyone was interested in a noisebridge scrum club details are here http://scrumclub.org/scrum-clubs/ if inturested hit me up twitter: @theabcasian, facebook: http://www.facebook.com/theabcasian&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[CNC Mill Workshop]] - Who wants to make stuff on the [[MaxNCMill]]?&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Math &amp;amp; Science Help]] - If you would like some math, science or engineering help, I&#039;m down to lend a hand.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Cyborg Group|Cyborg Group / Sensebridge]] - Work on projects like artificial senses Someone needs to lead this!&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[OpenEEG]] - Brain techHas historically met on Sundays, at the behest of interested parties.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Programming_for_Poets | Programming for Poets]] -  Gentle intro to programming using Processing&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[World Builders &amp;amp; Simgineers]] -  Work together to create a beautiful &amp;amp; open virtual world &amp;amp; platform.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[PlunderBridge]] -  Metal detecting, detector technology &amp;amp; treasure hunting expeditions.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Ruby Mining]] -  Ruby on Rails basics, interactive working group&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[MoinMoin Wiki]] -  MoinMoin Wiki (details see there)&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Noisebridge Fundraiser 2013]]&lt;br /&gt;
&lt;br /&gt;
= Past Events =&lt;br /&gt;
&lt;br /&gt;
===2013===&lt;br /&gt;
*{{event&lt;br /&gt;
|time         = Friday, August 9, 5:00pm&lt;br /&gt;
|title        = Noisebridge Party Setup&lt;br /&gt;
|description  = Volunteers will be preparing the space for Saturday&#039;s show.  There are no scheduled conflicts; you might be asked to move multiple times by someone pushing a broom and assembling a raised stage simultaneously.&lt;br /&gt;
|}}&lt;br /&gt;
&lt;br /&gt;
*{{event&lt;br /&gt;
|time         = Saturday, August 10, 4:00pm&lt;br /&gt;
|title        = Noisebridge &amp;quot;______ the Bridge&amp;quot; Party&lt;br /&gt;
|description  =  &amp;lt;span style=&amp;quot;color:#ff00ff; background:##ff00ff&amp;quot;&amp;gt; a summer fundraising party for Noisebridge, which YOU are invited to!&amp;lt;/span&amp;gt;&lt;br /&gt;
|suggested donation = $10, but no one turned away for lack of funds&lt;br /&gt;
|}}&lt;br /&gt;
&lt;br /&gt;
*{{event&lt;br /&gt;
|time         = Sunday, August 11, 2:00pm&lt;br /&gt;
|title        = Bay Area Hackers&#039; Association Meeting&lt;br /&gt;
|description  = Jon Callas presenting on [[BAHA/2013-08-11|Secure Communications, Privacy, Counter-Surveillance]].&lt;br /&gt;
|}}&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Wednesday, May 22, 7.00 pm: Instructables Build Night&#039;&#039;&#039; - Bare Conductive, Instructables will supply Bare Conductive paint pens and pizza. Come experiment with the paint and post some Instructables. This is a FREE event.&lt;br /&gt;
&lt;br /&gt;
===2012===&lt;br /&gt;
* &#039;&#039;&#039;December 20, Thursday, 20:00 - 22:00 - [[5MoF|5 Minutes of Fame]]&#039;&#039;&#039; - Following up on its triumphant return in November, 5MoF is back with another showcase of lightning talks &amp;amp; other good stuff, with your host Sir Danny O&#039;Brien! Details TBA&lt;br /&gt;
*&#039;&#039;&#039;Tuesday Feb14th, 18:00 to 20:00&#039;&#039;&#039; ZiP MegaZine releases its inaugural issue with &#039;&#039;&#039;My Noisy Valentine&#039;&#039;&#039; Zine Release Microparty in the Noisebridge cafeFor more info follow [[zine | this]] link.&lt;br /&gt;
* &#039;&#039;&#039;Wednesday, Jan30, 20:00-22:00&#039;&#039;&#039; [[zine|ZiP]] meeting for zine-makers &amp;amp; others with an interest in printing &amp;amp; self-publishingThe meeting 1/30/13 is our first since mid-2012We plan to hold them regularly from now on at this time (Wednesday 8pm)This meeting will be informal &amp;amp; will probably take place in the printing/lasercutter area of the hackerspace.&lt;br /&gt;
&lt;br /&gt;
===2011===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;September 11th 14:00 to 17:00&#039;&#039;&#039; - The San Francisco Chapter of the Open Organisation Of Lockpickers and Bay Area Hacker&#039;s Association present a joint meeting on [https://secure.wikimedia.org/wikipedia/en/wiki/Locksport locksport]&lt;br /&gt;
*&#039;&#039;&#039;August 4, 7PM, Thursday&#039;&#039;&#039; - [http://zeidman.net Bob Zeidman] will be giving a talk on video games and intellectual property, hosted by TheMADEHe will also speak about IP infringement cases.&lt;br /&gt;
*&#039;&#039;&#039;August 9, 6:30PM, Tuesday&#039;&#039;&#039; - [http://www.meetup.com/makesf/events/26413241/ Make:SF] - Chris Jefferies will speak about the wireless sensor kit he is developing and we are bringing back our all star soldering kits.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;April 13th, 19:00&#039;&#039;&#039; - Kombucha fermentation class with [[BioBridge]] &lt;br /&gt;
*&#039;&#039;&#039;April 7th, 20:00&#039;&#039;&#039; - [[In-Depth|Noisebridge: In-Depth]] Our monthly lecture and round tableThis month&#039;s speaker will be Aragorn! his lecture will be &amp;quot;Anarchism &amp;amp; technology: An unbridgeable chasm&amp;quot;&lt;br /&gt;
*&#039;&#039;&#039;April 4th, 20:00&#039;&#039;&#039; - Camp KDE PartyCome and meet part of the KDE North America community and get a quick overview of this year&#039;s [http://camp.kde.org/ Camp KDE] conferenceThere will be beer&lt;br /&gt;
*&#039;&#039;&#039;April 3rd, 16:00&#039;&#039;&#039; - NoiseCaching: Meet-up to build some geocaches, and talk about making geocoinsThen we&#039;ll head out to find some local caches and place caches we made[http://www.geocaching.com More info about Geocaching here]&lt;br /&gt;
* &#039;&#039;&#039;March 20th, 19:00&#039;&#039;&#039; [[Hack Politics]] meetup -- the first meetup to figure out how we in the hacker community can effectively mobilize and create meaningful change in these interesting times&lt;br /&gt;
* &#039;&#039;&#039;March 12th, 12:00-18:00 - Noisebridge Hackathon!&#039;&#039;&#039; Second Saturday Hackathon is a casual monthly event dedicated to working on the space or relevant projects and building community This is a great time to get feedback or help on any projects you have been considering that center around the space, culture, and infrastructure of Noisebridge You can also help with existing projects and find out ways to get involved.&lt;br /&gt;
* &#039;&#039;&#039;March 10, Thursday, 19:00 - Group Grammar Clinic&#039;&#039;&#039; - Church Classroom - Donations gladly accepted - A clinic for grammar and writing evaluationPlease bring your web/social or technical writing for us to evaluateBring your laptop as well Collaboration groupware possibly provided(Please suggest groupware software to use if you wish)Constructive feedback from other group members is encouraged so that this clinic is a group process- Facilitator: [[User:Owen|Owen]] (opietro@yahoo.com)&lt;br /&gt;
* &#039;&#039;&#039;March 9th, 20:00&#039;&#039;&#039; - Ferment and filter a mash! [[fermentation logs]]&lt;br /&gt;
&lt;br /&gt;
===2010===&lt;br /&gt;
* &#039;&#039;&#039;Sunday, August 22, 19:00 CLUB-MATE DROPOFF AND TASTING PARTY&#039;&#039;&#039; Nick Farr will be in town to drop off Club-Mate ordered by San Franciscans!&lt;br /&gt;
* &#039;&#039;&#039;June 5th, 12:00-19:00 - [[NoiseBridgeRehab]]&#039;&#039;&#039; - Help make the space more usable and accessible! Noisebridge needs your help!&lt;br /&gt;
* &#039;&#039;&#039;June 5th, 16:00-20:00 - [[Science For Juggalos]]&#039;&#039;&#039; - Science Fair in front of the Warfield Theater teaching magnetism to Juggalos&lt;br /&gt;
* &#039;&#039;&#039;June 6th, 15:00 - [[AVC Meetup]]&#039;&#039;&#039; - Entrepreneurial bonding &amp;amp; matchmaking&lt;br /&gt;
* &#039;&#039;&#039;June 9th, 21:00 - Your liver supports Noisebridge&#039;&#039;&#039; - Come to Elixir @ 16th &amp;amp; Guerrero anytime after 21:00 and drink, drink, drink! 50% of tips go to Noisebridge&lt;br /&gt;
* &#039;&#039;&#039;February 27th, 20:00 - [[Hacker EPROM]]&#039;&#039;&#039; - Noisebridge&#039;s first prom! Nice tie and a (robot) date requiredWe will have a DJ and punch.&lt;br /&gt;
* &#039;&#039;&#039;February 24th, 19:00, Wednesday - Joris Peels, of [http://www.shapeways.com Shapeways]&#039;&#039;&#039;, and expert on 3D printing, will give a [[ShaperwaysPresentation | talk and demonstration]] at Noisebridge!.&lt;br /&gt;
* &#039;&#039;&#039;February 23rd, 18:00 - Cleaning day&#039;&#039;&#039; - Come and help clean Noisebridge, because everyone loves a clean hack space.&lt;br /&gt;
* &#039;&#039;&#039;February 12th, 21:00 - visit from Steve Jackson&#039;&#039;&#039;Game designer [http://en.wikipedia.org/wiki/Steve_Jackson_%28US_game_designer%29 Steve Jackson], founder of Steve Jackson Games, will visit Noisebridge.&lt;br /&gt;
* &#039;&#039;&#039;January 27th, 18:00-20:00 - [[beatrixjar event|Circuit Bending Workshop]]&#039;&#039;&#039; - [http://www.beatrixjar.com/ Beatrix*JAR] (contact [[User:Gpvillamil|Gian Pablo]] for more info)&lt;br /&gt;
* &#039;&#039;&#039;January 27th, 20:00-22:00 - [[beatrixjar event|Circuit Bending Performance]]&#039;&#039;&#039; - [http://www.beatrixjar.com/ Beatrix*JAR] - &amp;quot;Celebrate a night of new sound that will change your idea of music forever!&amp;quot;&lt;br /&gt;
* &#039;&#039;&#039;January 25th, 19:30 - [[Bag Porn]]&#039;&#039;&#039; - What&#039;s in your bag?&lt;br /&gt;
* &#039;&#039;&#039;January 20th, 19:00-21:00 - [http://groups.google.com/group/bacat/about Bay Categories &amp;amp; Types]&#039;&#039;&#039; - Categories, monoids, monads, functors and more! Held in the Alonzo Church classroom.&lt;br /&gt;
* &#039;&#039;&#039;January 20th, 19:00 - [[User Experience Book Club SF]]&#039;&#039;&#039; - Our book this month is &amp;quot;A Theory of Fun for Game Design&amp;quot; by Raph Koster - http://is.gd/6sEqw (meets in Turing)&lt;br /&gt;
* &#039;&#039;&#039;January 21st, 20:00 - [[Five Minutes of Fame]]&#039;&#039;&#039; - Monthly set of lightning talks on diverse topics&lt;br /&gt;
* &#039;&#039;&#039;January 22nd, 17:00 - [[CleaningParty| Cleaning Party]]&#039;&#039;&#039; - Come help clean up Noisebridge! Awsum fun!&lt;br /&gt;
* ...January 14th,16th, and 17th 1:00- ??? Build Out day for kitchen/bathroom/laundry bring yourself and a good attitude, learn a few things as well&lt;br /&gt;
* &#039;&#039;&#039;January 15th, 18:00 - [[CNC_Mill_Workshop]]&#039;&#039;&#039; - Learn to use the CNC mill for 2D engraving and circuit board routing&lt;br /&gt;
* Thursdays 17:00 [[ASL Group|American Sign Language]] - Learn how to talk without using your voice (or just come chat in ASL)&amp;lt;small&amp;gt;[http://whenisgood.net/noisebridge/asl/generic click to reschedule]&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===2009===&lt;br /&gt;
* &#039;&#039;&#039;November 18th, 19:30&#039;&#039;&#039; - [[Dorkbot_2009_11_18|Dorkbot]]&lt;br /&gt;
* &#039;&#039;&#039;November 19th, 18:00&#039;&#039;&#039; - [[Mesh meetup]]&lt;br /&gt;
* &#039;&#039;&#039;November 19th, 20:00&#039;&#039;&#039; - [[Five Minutes of Fame]]&lt;br /&gt;
* &#039;&#039;&#039;November 20th, 18:00&#039;&#039;&#039; - Loud Objects [http://www.flickr.com/photos/createdigitalmedia/3428249036/ Noise Toy workshop].&lt;br /&gt;
* &#039;&#039;&#039;November 20th, 20:00&#039;&#039;&#039; - Performance by [http://www.loudobjects.com/ Loud Objects], (featuring Tristan Perich and Lesley Flanigan) and [http://www.myspace.com/jibkidder Jib Kidder].&lt;br /&gt;
:&#039;&#039;&#039;2009-11-05&#039;&#039;&#039; - [http://www.server-sky.com/ Server Sky presentation: Internet and Computation in Orbit] by Keith Lofstrom&lt;br /&gt;
:&#039;&#039;&#039;2009-11-05&#039;&#039;&#039; - [[Mesh meetup]]&lt;br /&gt;
:&#039;&#039;&#039;2009-11-02&#039;&#039;&#039; - [[French]] book club meeting to discuss  [http://www.amazon.com/exec/obidos/tg/detail/-/2842612892/ref=ord_cart_shr?_encoding=UTF8&amp;amp;m=ATVPDKIKX0DER&amp;amp;v=glance Une Si Longue Lettre]&lt;br /&gt;
: &#039;&#039;&#039; October 1st, 18:00&#039;&#039;&#039; - [[Wireless_Mesh_Network_Meetup | Mesh wireless meetup]]&lt;br /&gt;
: &#039;&#039;&#039; October 1st, 19:00&#039;&#039;&#039; - [http://groups.google.com/group/bacat Bay Area Categories and Types]&lt;br /&gt;
: &#039;&#039;&#039;2009-10-03&#039;&#039;&#039; [[Year 1 Open Hacker House]]&lt;br /&gt;
:&#039;&#039;&#039;Friday&#039;&#039;&#039;: [[CrazyCryptoNight]] - Discussion of cryptography for beginners through experts6-???&lt;br /&gt;
:&#039;&#039;&#039;Sunday&#039;&#039;&#039; : [[OpenEEG | OpenEEG Hacking]] Sundays, at 3-5pm.&lt;br /&gt;
:&#039;&#039;&#039;Monday&#039;&#039;&#039;: [[German]] - Learn German, all levels7pm beginners, 8pm advancedRSVP 24 hours in advance for the benefit of the instructorEvents ran May-November 2009Currently on Thursdays at 8Get on the mailing list.&lt;br /&gt;
:&#039;&#039;&#039;Tuesday&#039;&#039;&#039;: [[Haskell/Haschool]] - Learn Haskell with Jason Dusek 6PM - 7:30PM, from May until we&#039;re all experts.&lt;br /&gt;
:&#039;&#039;&#039;Wednesday&#039;&#039;&#039;: [[Adobe_Lightroom|Adobe Lightroom]] - Become a more organized photographerWeekly class (mostly held off site).&lt;br /&gt;
:&#039;&#039;&#039;Thursday&#039;&#039;&#039;: [[Professional VFX Compositing With Adobe After Effects]] - Taught by [[User:SFSlim|Aaron Muszalski]]7:30PM - 10PM, most Thursdays in May &amp;amp; June &amp;amp; ? (click through dammit)&lt;br /&gt;
:&#039;&#039;&#039;2009-09-17&#039;&#039;&#039;: [[Five Minutes of Fame]] 3D Edition&lt;br /&gt;
:&#039;&#039;&#039;2009-09-17&#039;&#039;&#039;: [[Wireless Mesh Network Meetup | Mesh wireless meetup]]&lt;br /&gt;
:&#039;&#039;&#039;2009-08-20&#039;&#039;&#039;: [[Five Minutes of Fame]] One Dee Edition&lt;br /&gt;
:&#039;&#039;&#039;2009-07-16&#039;&#039;&#039;: [[Five Minutes of Fame]] Zero Dee&lt;br /&gt;
:&#039;&#039;&#039;2009-07-02 - 2009-07-05&#039;&#039;&#039;: [http://toorcamp.org Toorcamp]&lt;br /&gt;
:&#039;&#039;&#039;2009-07-01&#039;&#039;&#039;: Noisedroid meeting to discuss location logging on Android platform (and other stuff too, I&#039;m sure)&lt;br /&gt;
:&#039;&#039;&#039;2009-06-30&#039;&#039;&#039;: [[Powerbocking Class|Powerbocking class]]&lt;br /&gt;
:&#039;&#039;&#039;2009-06-30&#039;&#039;&#039;: &amp;quot;Suing Telemarketers for Fun and Profit&amp;quot; (Toorcamp talk preview)&lt;br /&gt;
:&#039;&#039;&#039;2009-06-28&#039;&#039;&#039;: &amp;quot;Meditation for Hackers&amp;quot; (Toorcamp workshop preview)&lt;br /&gt;
:&#039;&#039;&#039;2009-06-18&#039;&#039;&#039;: [[Five Minutes of Fame]]&lt;br /&gt;
:&#039;&#039;&#039;2009-06-15&#039;&#039;&#039;: [[Eagle Workshop]]  Session two of the Eagle CAD workshop.&lt;br /&gt;
:&#039;&#039;&#039;2009-06-13&#039;&#039;&#039;: [[RoboGames 2009]] Noisebridge had a booth staffed by vounteers, great fun!&lt;br /&gt;
:&#039;&#039;&#039;2009-05-21&#039;&#039;&#039;: [[Five Minutes of Fame]]&lt;br /&gt;
:&#039;&#039;&#039;2009-04-27&#039;&#039;&#039;: [[EagleCAD workshop]] -- learn to use this CAD tool for printed circuit board design&lt;br /&gt;
:&#039;&#039;&#039;2009-04-16&#039;&#039;&#039;: [[Five Minutes of Fame]] April showers &amp;amp; flowers edition&lt;br /&gt;
:&#039;&#039;&#039;2009-04-11&#039;&#039;&#039;: [[RFID Hacking]] weekend workshop  (this event moved from the original March date)&lt;br /&gt;
:&#039;&#039;&#039;2009-04-05&#039;&#039;&#039;: [[First aid and CPR class]] Learning how to not only not die, but also reduce scarring!&lt;br /&gt;
:&#039;&#039;&#039;2009-04-03&#039;&#039;&#039;: [[Sudo pop]] 2PM and onMaking the first batch of a Noisebridge label yerba mate-niated rootbrew, gratis and DIY&lt;br /&gt;
:&#039;&#039;&#039;2009-03-26&#039;&#039;&#039;: [[OpenEEG | OpenEEG Hacking]] first meet up for this new group: 8 pm&lt;br /&gt;
:&#039;&#039;&#039;2009-03-19&#039;&#039;&#039;: [[Five Minutes of Fame]]&lt;br /&gt;
:&#039;&#039;&#039;2009-03-12&#039;&#039;&#039;: [[OpenBTS and GSM]] talk by David Burgess&lt;br /&gt;
:&#039;&#039;&#039;2009-02-14&#039;&#039;&#039;: [[Open Heart Workshop]] Valentine&#039;s Day blinkyheart soldering party! &lt;br /&gt;
:&#039;&#039;&#039;2009-02-13&#039;&#039;&#039;: [[Time-t_Party|&amp;lt;tt&amp;gt;time_t&amp;lt;/tt&amp;gt; Party]] to celebrate 1,234,567,890 since the Unix epoch.&lt;br /&gt;
:&#039;&#039;&#039;2009-02-09&#039;&#039;&#039;: [[Spanish learning at 8:30]]&lt;br /&gt;
:&#039;&#039;&#039;2009-02-05&#039;&#039;&#039;: [[PGP Key Workshop]]&lt;br /&gt;
:&#039;&#039;&#039;2009-01-31&#039;&#039;&#039;: [[Locksport and Lockpicking]]&lt;br /&gt;
&lt;br /&gt;
===2008===&lt;br /&gt;
:&#039;&#039;&#039;2008-12-27&#039;&#039;&#039;: [[25C3]] Chaos Computer Congress in Berlin&lt;br /&gt;
:&#039;&#039;&#039;2008-12-20 &amp;amp; 21&#039;&#039;&#039;: [[Creme Brulee]] Workshop on creating a french dessert, with bonus propane torch.&lt;br /&gt;
:&#039;&#039;&#039;2008-12-17 20:00&#039;&#039;&#039;: [[Machine Learning]] Birds-of-a-feather&lt;br /&gt;
:&#039;&#039;&#039;2008-11-24&#039;&#039;&#039;: [[Circuit Hacking Monday]] circuit design workshop&lt;br /&gt;
:&#039;&#039;&#039;2008-11-21, 7pm&#039;&#039;&#039;:[[Milk and Cookies]] -- [[User:Dmolnar|David Molnar]] hosts Milk and Cookies at 83CBring a short 5-7minute thing to read to othersBring a potluck cookie/snack/drink if you likeDavid will bring milk and cookies.&lt;br /&gt;
:&#039;&#039;&#039;2008-11-17, 7:30pm&#039;&#039;&#039;: [[Basic Bicycle Maintain]] - [[User:rubin110|Rubin]] and [[User:rigel|rigel]] hate it when we see a bike that isn&#039;t maintainedScreechy chains and clacking derailleur can go to hellBasic bike tune up, sharing the smarts on simple things you can do at home to make your ride suck a whole lot less.&lt;br /&gt;
:&#039;&#039;&#039;2008-11-16, 5:00pm&#039;&#039;&#039;: [[RepRap Soldering Party]] - help assemble RepRap!  RSVPs required on wiki! [[User:Adi|adi]]&lt;br /&gt;
:&#039;&#039;&#039;2008-11-16, 3:00pm&#039;&#039;&#039;: [[Oscilloscopes]] - Learn how to use this versatile tool to test electronic circuits Maximum 6 slots, please sign up ahead of time! [[User:dstaff|dstaff]]&lt;br /&gt;
:&#039;&#039;&#039;2008-10-31&#039;&#039;&#039;: [[Halloween Open House]] - NoiseBridge&#039;s own [[PPPC]] threw an awesome open house/halloween galaPost pictures if you got &#039;em!&lt;br /&gt;
:&#039;&#039;&#039;2008-10-25&#039;&#039;&#039;: [[Soldering Workshop]] and Pumpkin Hackin&#039; - Learn to solder for total newbies (or learn to solder better!), including surface mountAdditionally, carve your halloween pumpkins and enjoy some experimental pumpkin pie and/or soup.&lt;br /&gt;
:&#039;&#039;&#039;2008-10-07&#039;&#039;&#039;: (tuesday before meeting) - Etch a circuit boardI&#039;ll be trying a photo resist etching and a basic printed mask etchingThis is step 1/3 for a project called &amp;quot;annoying USB thingie&amp;quot; which will execute pre-defined keystrokes by sneaking a tiny USB dongle onto a victim^h^h^h^h^h buddy&#039;s computer.&lt;br /&gt;
:&#039;&#039;&#039;2008-09-13&#039;&#039;&#039;: [[Processing Workshop]] — Learn this very easy-to-use programming language! - [[Processing Workshop Report]]&lt;br /&gt;
:&#039;&#039;&#039;2008-02-16&#039;&#039;&#039;: [[Brain Machine Workshop|Brain Machine Making Workshop]]: Our first hardware sprint!&lt;br /&gt;
&lt;br /&gt;
[[Category:Top level]]&lt;/div&gt;</summary>
		<author><name>RubinErrata</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Category:Events&amp;diff=44094</id>
		<title>Category:Events</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Category:Events&amp;diff=44094"/>
		<updated>2014-08-24T23:51:27Z</updated>

		<summary type="html">&lt;p&gt;RubinErrata: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Python_coding.jpg|1000px|thumb|left|Python 3.0]]&lt;br /&gt;
&amp;lt;!-- Note that this page uses transclusion. Content between the &amp;quot;onlyinclude&amp;quot; tags below will be pushed to the main page --&amp;gt;&lt;br /&gt;
Official, Semi-Official, one-off and other events at the Noisebridge space.&lt;br /&gt;
&lt;br /&gt;
=Event Calendar=&lt;br /&gt;
Not all events make it onto this calendar. Many events only make it to the Discussion or Announcements [[Mailinglist | mailing lists]], [[IRC]] or in person at [[:Category:Meeting_Notes | Tuesday meetings]]. Best of all, Noisebridge is about people getting together at the space in San Francisco to do stuff.  DO pay attention, as some events just arise organically from the bottom up!&lt;br /&gt;
&lt;br /&gt;
If you&#039;d like to host an event yourself, we recommend bringing in at least one Noisebridge member, and getting advice on [[Hosting_an_Event|hosting an event]] at Noisebridge.&lt;br /&gt;
&lt;br /&gt;
You should view the  [https://www.google.com/calendar/embed?src=1uesj915rces4cbmcr8j3sg8t0%40group.calendar.google.com&amp;amp;ctz=America/Los_Angeles Google Calendar].&lt;br /&gt;
To post Google Calendar entries for your event or to gain access to do so for yourself, ask on the [https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss Noisebridge-Discuss] mailing list.&lt;br /&gt;
&amp;lt;!-- Items inside this &amp;quot;onlyinclude&amp;quot; tag will be pushed to the main page --&amp;gt;&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Upcoming Events &amp;lt;small&amp;gt;[https://www.noisebridge.net/index.php?title=Category:Events&amp;amp;action=edit&amp;amp;section=2 edit]&amp;lt;/small&amp;gt; ===&lt;br /&gt;
&amp;lt;!-- Please read our &amp;quot;Hosting an Event&amp;quot; page and possibly follow some of the guidelines there before posting your event here https://www.noisebridge.net/wiki/Hosting_an_Event --&amp;gt;&lt;br /&gt;
&amp;lt;!-- It&#039;s smart (read this as highly RECOMMENDED!) to add in a link to a wiki page with more information about your event, and a way to contact the event organizer(s). Thanks! --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please see the current postings at our [https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss Discuss list] for events that are in the active process of being formed and may not yet have made it here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Late August:&#039;&#039;&#039; [[Gstettensaga]] - Movie screening and discussion&lt;br /&gt;
&lt;br /&gt;
{{event&lt;br /&gt;
|time = Wednesday September 24th 2014 19:00&lt;br /&gt;
|title = Instructables Build Night -- with Sugru&lt;br /&gt;
|description = [http://www.instructables.com/ Instructables.com] is sending us a bunch of free [http://sugru.com/ Sugru], a molding plastic that hardens on its own at room temperature.  Let&#039;s make cool stuff!  Instructables is also offering prizes. -- [[Instructables_Build_Night_--_with_Sugru|Click here for more info]].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{event&lt;br /&gt;
|time         = Sunday October 5 2014 12:00&lt;br /&gt;
|title        = Arse Elektronika: trans* &lt;br /&gt;
|description  = Annual conference on sex and technology; workshops and talks in main space. Website of past years&#039; conferences [http://www.monochrom.at/arse-elektronika here].&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{event&lt;br /&gt;
|time         = Saturday October 18 2014 19:15&lt;br /&gt;
|title        = Noisebridge Lit Crawl event&lt;br /&gt;
|description  = The Lit Crawl is an annual literary event featuring almost a hundred different readings that take place throughout the Mission. This will be the second time Noisebridge participates in the Lit Crawl. More information about the San Francisco Lit Crawl [http://litcrawl.org/sf/ here]. To read at this event please sign up [https://noisebridge.net/wiki/Noisebridge_Lit_Crawl_event here]. If you have questions about this event or wish to help organize or disorganize it, please contact james at jameswarner dot net.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Recurring Events &amp;lt;small&amp;gt;[https://www.noisebridge.net/index.php?title=Category:Events&amp;amp;action=edit&amp;amp;section=3 edit]&amp;lt;/small&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
Please check the [https://www.noisebridge.net/mailman/listinfo/noisebridge-announce Announce list] and the [https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss Discuss list] for alternate locations arranged by event organizers &amp;amp; participants.&lt;br /&gt;
&amp;lt;!--Please refrain from deleting others&#039; classes without first getting agreement.&amp;lt;br&amp;gt; You may do this by using a valid [https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss Discuss list] email address, or else by going anonymous if you really must.--&amp;gt;&lt;br /&gt;
&amp;lt;!-- Please read our &amp;quot;Hosting an Event&amp;quot; page and possibly follow some of the guidelines there before posting your event herehttps://www.noisebridge.net/wiki/Hosting_an_Event --&amp;gt;&lt;br /&gt;
&amp;lt;!-- It&#039;s smart (read this as highly RECOMMENDED!) to add in a link to a wiki page with more information about your event, and a way to contact the event organizer(s)Thanks! --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Large turnout events should be written in &#039;&#039;&#039;bold&#039;&#039;&#039;--&amp;gt;&lt;br /&gt;
==== Mondays ====&lt;br /&gt;
* &#039;&#039;&#039;7:30 pm - 10:00 pm [[Circuit Hacking Mondays]]&#039;&#039;&#039;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;&amp;lt;!-- (Early start of 3:00pm on Monday holidays.)--&amp;gt;&#039;&#039;&amp;lt;/span&amp;gt;&amp;lt;div style=&amp;quot;padding-left: 30px; max-width: 725px;&amp;quot;&amp;gt;- Learn to solder! And make cool things with electronics. [[User:maltman23|Mitch]], Rolf, [[User:Miloh|Miloh]], [[User:Cedric|Cedric]], and others will bring kits-for-purchase to make cool, hackable things for all skill levels that you can bring home after you make them! Many sessions even designed for &#039;&#039;&#039;absolute beginners&#039;&#039;&#039;! Bring your own projects to hack! Bring things to fix! All ages. All are welcome! See the [https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss Discuss list] and the [https://www.noisebridge.net/mailman/listinfo/noisebridge-announce Announce list] for weekly updates.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;!--* &#039;&#039;&#039;6:00 pm - 8:00 pm [[Collaborative Coding]]&#039;&#039;&#039; - All levels and languages welcome for open, friendly coding session. Bring tutorials, projects, or just yourself. (Hamlet Act 3 Scene 1: 2B or !2B?)--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;8:00 pm - 10:00 pm [[Front-end Web Development]]&#039;&#039;&#039; - Learn HTML/CSS/JS. We&#039;re covering the basics and then going in-depth on different topics every week. Recap of last week&#039;s material starts at 7:30 pm. Join the [https://www.noisebridge.net/mailman/listinfo/webdev WebDev list] or the [https://www.noisebridge.net/mailman/listinfo/noisebridge-announce Announce list] for updates.&lt;br /&gt;
* &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;[[House_Keeping#Trash_and_Recycling|Take Out the Trash Night -- Round One]]&amp;lt;/span&amp;gt; Be sure to put bins out by midnight as the trash truck comes between 1:30 to 2:30am.&lt;br /&gt;
&lt;br /&gt;
==== Tuesdays ====&lt;br /&gt;
* &#039;&#039;&#039;7:00 pm - 9:00 pm [http://www.railsschool.org Ruby and Rails class]&#039;&#039;&#039; - Seminar and workshop for learning everything about Ruby, Rails, and web application development (Church classroom). See the [https://www.noisebridge.net/mailman/listinfo/noisebridge-announce Announce list] for weekly updates.&lt;br /&gt;
* &#039;&#039;&#039;6:00 pm - 7:00 pm [[Hack_and_Tell| Hack and Tell]]&#039;&#039;&#039; - We want you to share your projects, eat snacks and get acquainted.  Casual meet and greet for all.&lt;br /&gt;
&amp;lt;!-- **STATUS?? * &#039;&#039;&#039;7:30 pm - 9:00 pm [[Light Patterns with LEDs and Microcontrollers]]&#039;&#039;&#039; - Learn how to make light dance and do your bidding! We will make Arduino sketches to control multicolor LED pixels.--&amp;gt;&lt;br /&gt;
&amp;lt;!-- **STATUS?? * 7:30 pm [[Spacebridge]] - Noisebridge&#039;s space program --&amp;gt;&lt;br /&gt;
&amp;lt;!-- **STATUS?? * &#039;&#039;&#039;6:00 pm - 7:30 pm [[Rebase|Great Noisebridge Freebase of 2014!]]&#039;&#039;&#039; - Discussion and Proposal development regarding the ongoing Freebase initiative. Meet in the Hackatorium. --&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;5:30 pm [[SafeSpaceWG]] drama resolution&#039;&#039;&#039; - discussion of problems and solutions relating to behavior in the space&lt;br /&gt;
* &#039;&#039;&#039;7:00 pm - 9:00 pm [[PyClass]]&#039;&#039;&#039; - Crash course in the Python standard library, in Turing.&lt;br /&gt;
* &#039;&#039;&#039;7:00 pm [[Meetings|Noisebridge Weekly Meeting]]&#039;&#039;&#039; - Introducing new people and events to the space, general discussion, and decision-making on key issues. &#039;&#039;&#039;This is your space, folks. Come on out here in person to express what you think about what&#039;s going on with it!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==== Wednesdays ====&lt;br /&gt;
* 4:00 pm - 5:30 pm [[hackaway Microcontrollers: Module 1]] (Church Classroom) - New series for middle school and high school students starting September 10th! Introduction to electronics, prototyping, and programming.&lt;br /&gt;
&amp;lt;!-- * 6:00 pm [[Replicator Wednesday|Replicator Wednesday]]! New series started January 9th! --&amp;gt;&lt;br /&gt;
* 6:00 pm - 8:00pm [http://linuxmafia.com/pipermail/sf-lug/ SF-LUG mailing-list] for announcements - SF-LUG Weekly Linux Discussion Group, in the Turing classroom.&lt;br /&gt;
* 6:30 pm - 8:30 pm [[BACE Timebank]] (1st Wednesdays every &#039;&#039;odd&#039;&#039; month) - Help organize community mutual aid by trading in equal time credits. To find out more and join go to [http://sfbace.org sfbace.org].&lt;br /&gt;
* 7:00 pm - 9:00 pm [[PyClass]] - Crash course in the Python standard library, Church Classroom.&lt;br /&gt;
* 8:00 pm - 10:00 pm [[DreamTeam| Dream Team Neuro Hackery]] - EEG research &amp;amp; development project with general interest in sleep, dreaming, creative intelligence, and many loosely related topics such as: neurophysiology, signal processing, cognitive neuroscience, and (especially) hacking code and devices for data acquisition and analysis.  Join us at the [[CollaborationStation]] (near the Hackatorium).  Expect general discussion around 8 PM - usually moving along by 9 PM to focus on more technical aspects of current project.&lt;br /&gt;
&lt;br /&gt;
==== Thursdays ====&lt;br /&gt;
* [[House_Keeping#Trash_and_Recycling|Trash Night -- Round Two]]  - Take out the trash for Friday morning! Do it by midnight as truck comes 1:30-2:30am.&lt;br /&gt;
* &#039;&#039;&#039;6:00 pm-8:00 pm [[Collaborative Coding]]&#039;&#039;&#039; - All levels and languages welcome for an open, friendly coding session. Bring tutorials, projects, or just yourself. Started on 2013-12-16, but new participants &#039;&#039;&#039;always&#039;&#039;&#039; welcome here! (2B or !2B?)&lt;br /&gt;
* 7:00 pm [[Digital Archivists]] - Learn how to scan books and help build book scanners.&lt;br /&gt;
* 8:00 pm - 10:00 pm [[UavGroup]] - Weekly meetup to collaborate on unmanned aerial vehicles.&lt;br /&gt;
* 7:00 pm - 10:00 pm [[3D Thursday]] Weekly meetup (non-3rd-thursdays) at Noisebridge focusing on 3D Printers, CNC machines, FabLabs, and replicating machines of all kinds.&lt;br /&gt;
* 8:00 pm [[Front-end_Web_Development#Lab|Front-end Web Development Lab]] - Understand by doing! A recap of Monday&#039;s lecture in workshop form - and a good time for one-on-one help with the material.&lt;br /&gt;
* &#039;&#039;&#039;8:00 pm [[Five Minutes of Fame]]&#039;&#039;&#039; a.k.a. 5MoF - lightning 5min talks every 3rd Thursday of the month&lt;br /&gt;
&lt;br /&gt;
==== Fridays ====&lt;br /&gt;
&amp;lt;!-- **STATUS?? Tastebridge 1.0 is dead; long live Tastebridge 2.0 --&amp;gt;&lt;br /&gt;
* 1:00pm - late 1st &amp;amp; 3rd Friday&#039;s [[Tastebridge 2.0]] @ [[Kitchen]]&lt;br /&gt;
* 18:00 am - 20:00 1st &amp;amp; 3rd Frriday&#039;s [[DATA]] in Turing; understanding and using data&lt;br /&gt;
* 20:00 - 22:00 1st &amp;amp; 3rd Friday&#039;s [[FUN Tutoring]] @ [[CollaborationStation]]&lt;br /&gt;
* 7:00 pm - 9:00 pm [[JavaScript|JavaScript Class]] Ordo EmacsCrypto programming language, DOM, Object Oriented JavaScript, and Events. Also see the [https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss Discuss list] for updates. Not so much designed for beginner programmers, sorry! Beginning programmers are probably much better off jumping into the JavaScript material in the current [[Front-end Web Development]] class.&lt;br /&gt;
&lt;br /&gt;
==== Saturdays ====&lt;br /&gt;
* 12:00 pm - 2:00 pm &#039;&#039;&#039;[[Godwafflenoisepancakes]]&#039;&#039;&#039; An afternoon of noise music and vegan pancakes held in the Hackatorium on the first Saturday of the month, starting in May. &lt;br /&gt;
* 12:00 pm - 6:00 pm &#039;&#039;&#039;[[modular|Modular and Analog Synth Workshop]]&#039;&#039;&#039; NEXT WORKSHOP TBA Learn the basics of analog synthesis on a modular synth with Douglas. we will meet in the church.&lt;br /&gt;
&lt;br /&gt;
==== Sundays ====&lt;br /&gt;
* 10:00 am - 11:30 am [[JavaScript|JavaScript Class]]?? Attendance has been extremely light to absent! Check with the [https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss Discuss list] for week-to-week status.&lt;br /&gt;
* 12:30 pm - 7:30 pm [[Dungeons and Dragons]] in Church, currently looking for new players.&lt;br /&gt;
* 1:00 pm Monthly Lock Sport Collaboration: Come learn how to pick locks and learn more about them with the [http://www.tooolsf.org/ SF Bay Area chapter] of [http://toool.us/ TOOOL]. The group meets on alternating  months at Noisebridge and in San Jose. Check the [https://groups.google.com/forum/#!forum/tooolsf-announce TOOOL SF announcement list] for details. &lt;br /&gt;
* 2:00 pm [[BAHA]] - [http://baha.bitrot.info Bay Area Hacker&#039;s Association] - security meeting (2nd Sundays only)&lt;br /&gt;
* 3:00 pm [[Go]] - Playing of the Go board game. On nice days we often take the boards to Dolores Park and play there.&lt;br /&gt;
* 6:00 pm [[Plan 9]] class (if not Noisebridge check Sycamore)&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you&#039;d like to contact somebody at Noisebridge regarding these Events or even the Noisebridge Wiki itself, then please send an email message to one of the Board members listed in the [[Contacts]] list, e.g., &amp;lt;secretary@noisebridge.net&amp;gt; or &amp;lt;treasurer@noisebridge.net&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Orphaned Events ===&lt;br /&gt;
These events appear to be dormant or extinct.&lt;br /&gt;
&lt;br /&gt;
* SAT 10:15 - 12:10 [[Juggling with Judy!]] Note: next class is scheduled for Saturday June 29th.  Attention juggling fans!  Judy will be at the 2013 World Juggling Day celebration Saturday June 15th at Ripley&#039;s Believe It Or Not Odditorium in San Francisco Fisherman&#039;s Warf - free event begins at 1.  Come check it out!  &lt;br /&gt;
* THU 18:00 - 21:00 &#039;&#039;&#039;[[Privacy Bay]]&#039;&#039;&#039; - A monthly meetup for Bay Area folks interested in privacy. Meets in Church on the last Thursday of the month.&lt;br /&gt;
* FRI 19:00 - 21:00 [[Anarchy_101|Anarchy 101]] - a class/seminar on what anarchy is and is not, and how it impacts us as individuals and as discrete groups.&lt;br /&gt;
* SUN 13:00 [[Songbridge]]: (Bi-monthly) Learn how to make and record music with a computerWe cover midi and vst as well as multi-track recordingBring your laptop.&lt;br /&gt;
* 20:00 - 22:00 [[Noise~_Wednesday | Noise~ Wed]] - Graphical media programming with Max/MSP/Jitter&lt;br /&gt;
&lt;br /&gt;
 *19:00 [[Tahoe-LAFS]] - Occasional meetup of users and/or developers of the Least Authority File System.&lt;br /&gt;
&lt;br /&gt;
* 14:00 - 16:00 Android Developer Support Group - Meet up with other app developers in the library for a lightly structured knowledge-share.&lt;br /&gt;
&lt;br /&gt;
=== Proposed Future Events and Classes === &lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Sound Science]] A potential monthly lecture/demonstration series on the little known science behind sound reproductionTopics to include: Transducer Physics(speakers and mics), Room Acoustics, Signal Path and Cabling,Loudspeaker design 101, Music Production Tips for Big Sound, and How to make a small system sound HUGEEach session to include hands on projects like making speakers from stuff lying around, Non-Newtonian bass monsters, and ez speaker mods for anyoneIf interested contact the new guy-&amp;gt; MattLong8 at gmail dot com, 805 four five three - six zero nine seven &lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Modular Synthesis]] a bi-weekly (or monthly) group devoted to modular synthesizers&amp;gt; workshop will include modular sound synthesis styles and techniques, a study of different modules and their functions, ie voltage controlled oscillator, voltage controlled filter, low frequency oscillator, envelope generator ect and how these modules interact with each other, what control voltage and triggers are..... as well as one on one time for each student with the modular, which is a 60 space large format Moog style modular synthesizer with big knobs and 1/4 jacks   including performance and other awesomeness by Douglas. contact Douglas at greenshoos at gmail dotcom&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[VideoHacking]] a weekly video/video art devoted hacker group, including experiments in the 3D vr realm...if interested contact julialc4@gmail.com&lt;br /&gt;
:Wednesdays at 21:00 [[Brewing Bridge]] - Malakkar Proposal: Learn how to make your drinks fun AND antibacterial, using yeastThis will be recurring if enough interest or need is presentAssociated items - what to do with brewing leftovers, and brewers sample hour, etc.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Probability]] - Weekly probability study group based on [http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-041-probabilistic-systems-analysis-and-applied-probability-spring-2006/related-resources/ Fundamentals of Applied Probability Theory] by Al Drake&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Mandarin Corner|Mandarin]] - Learn or practice Mandarin, all levels. Also currently on hiatus. Get on the mailing list.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Movie Night!]] - [[User:ThOMG|Thom]] wants to build community through nerdy sci-fi! (+Bill+Ted+Excellence++) (how about a Friday hacker movie night? -[[User:Carl|Carl]])&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Introduction to the AVR Microcontroller]] - [[User:Mightyohm|Jeff]] and [[User:Maltman23|Mitch]] are planning an introductory class for people wanting to make cool projects with AVRs.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Basic Chemistry Lab Techniques]]&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Cuddle Puddle for the Economy]] - Stress-hacking with informal massage exchange.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Milk and Cookies]] - Come read your favorite selections out loudWith Milk and Cookies (and yeah, probably beer too).&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Processing Workshop 2]] - [[User:Scmurray|Scott]] is interested in teaching this, and is busy thinking about what, where, when, why, and how.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;:  [[Hack your Hardware]] -- We call BS on &amp;quot;no user-serviceable parts inside&amp;quot;&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Homebrew Instruction Class]] - The Wort (pt 1/3)&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Trip to Shooting Range]] - Field trip to a shooting range, to shoot guns Express interest at [[Trip to Shooting Range]]&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Surface Mount Soldering Workshop]] - Learn how to solder cicuits with small surface mount parts [[User:maltman23|Mitch Altman]] and Martin Bogomolni and others will show their tricks [[User:maltman23|Mitch]] will bring hackable kits that uses surface mounts for you to solder&amp;lt;-YES!(mattlong8 at gmail dot com)&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039; - [[Locksport and Lockpicking]]&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039; - [[Version control tutorial]]&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039; - [[Foreign language learning for rocket scientists]] - I&#039;m near-native (fool people when I try) in (French and) Japanese, and a pro trans/terpreter and will share my shortcuts (skill-order, vocab, speed/articulation, translation≅grammar)No expertise on tonal languages yet..so if you know how to remember tones or how tone-sandhi interacts with speed and/or how nuances of speaker attitude are expressed in them (what we do with rythm/inflection/sentence-intonation and stress in Eng., and with particles and ??? in e.gCantonese) please chime in or call me (415-608-0564) so I can convey your wisdom[also looking for a from-scratch Arabic partner]&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Getting started with Arduino]]&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Distributed Databases]]&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Node.js Beginners Session]] - Interested in learning about Node.js? I amMaybe these guys want to teach it: http://www.meetup.com/Joyent-Cloud-User-Group/events/81311542/&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Scrum Club]] - I though I&#039;d test the waters and see if anyone was interested in a noisebridge scrum club details are here http://scrumclub.org/scrum-clubs/ if inturested hit me up twitter: @theabcasian, facebook: http://www.facebook.com/theabcasian&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[CNC Mill Workshop]] - Who wants to make stuff on the [[MaxNCMill]]?&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Math &amp;amp; Science Help]] - If you would like some math, science or engineering help, I&#039;m down to lend a hand.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Cyborg Group|Cyborg Group / Sensebridge]] - Work on projects like artificial senses Someone needs to lead this!&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[OpenEEG]] - Brain techHas historically met on Sundays, at the behest of interested parties.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Programming_for_Poets | Programming for Poets]] -  Gentle intro to programming using Processing&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[World Builders &amp;amp; Simgineers]] -  Work together to create a beautiful &amp;amp; open virtual world &amp;amp; platform.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[PlunderBridge]] -  Metal detecting, detector technology &amp;amp; treasure hunting expeditions.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Ruby Mining]] -  Ruby on Rails basics, interactive working group&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[MoinMoin Wiki]] -  MoinMoin Wiki (details see there)&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Noisebridge Fundraiser 2013]]&lt;br /&gt;
&lt;br /&gt;
= Past Events =&lt;br /&gt;
&lt;br /&gt;
===2013===&lt;br /&gt;
*{{event&lt;br /&gt;
|time         = Friday, August 9, 5:00pm&lt;br /&gt;
|title        = Noisebridge Party Setup&lt;br /&gt;
|description  = Volunteers will be preparing the space for Saturday&#039;s show.  There are no scheduled conflicts; you might be asked to move multiple times by someone pushing a broom and assembling a raised stage simultaneously.&lt;br /&gt;
|}}&lt;br /&gt;
&lt;br /&gt;
*{{event&lt;br /&gt;
|time         = Saturday, August 10, 4:00pm&lt;br /&gt;
|title        = Noisebridge &amp;quot;______ the Bridge&amp;quot; Party&lt;br /&gt;
|description  =  &amp;lt;span style=&amp;quot;color:#ff00ff; background:##ff00ff&amp;quot;&amp;gt; a summer fundraising party for Noisebridge, which YOU are invited to!&amp;lt;/span&amp;gt;&lt;br /&gt;
|suggested donation = $10, but no one turned away for lack of funds&lt;br /&gt;
|}}&lt;br /&gt;
&lt;br /&gt;
*{{event&lt;br /&gt;
|time         = Sunday, August 11, 2:00pm&lt;br /&gt;
|title        = Bay Area Hackers&#039; Association Meeting&lt;br /&gt;
|description  = Jon Callas presenting on [[BAHA/2013-08-11|Secure Communications, Privacy, Counter-Surveillance]].&lt;br /&gt;
|}}&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Wednesday, May 22, 7.00 pm: Instructables Build Night&#039;&#039;&#039; - Bare Conductive, Instructables will supply Bare Conductive paint pens and pizza. Come experiment with the paint and post some Instructables. This is a FREE event.&lt;br /&gt;
&lt;br /&gt;
===2012===&lt;br /&gt;
* &#039;&#039;&#039;December 20, Thursday, 20:00 - 22:00 - [[5MoF|5 Minutes of Fame]]&#039;&#039;&#039; - Following up on its triumphant return in November, 5MoF is back with another showcase of lightning talks &amp;amp; other good stuff, with your host Sir Danny O&#039;Brien! Details TBA&lt;br /&gt;
*&#039;&#039;&#039;Tuesday Feb14th, 18:00 to 20:00&#039;&#039;&#039; ZiP MegaZine releases its inaugural issue with &#039;&#039;&#039;My Noisy Valentine&#039;&#039;&#039; Zine Release Microparty in the Noisebridge cafeFor more info follow [[zine | this]] link.&lt;br /&gt;
* &#039;&#039;&#039;Wednesday, Jan30, 20:00-22:00&#039;&#039;&#039; [[zine|ZiP]] meeting for zine-makers &amp;amp; others with an interest in printing &amp;amp; self-publishingThe meeting 1/30/13 is our first since mid-2012We plan to hold them regularly from now on at this time (Wednesday 8pm)This meeting will be informal &amp;amp; will probably take place in the printing/lasercutter area of the hackerspace.&lt;br /&gt;
&lt;br /&gt;
===2011===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;September 11th 14:00 to 17:00&#039;&#039;&#039; - The San Francisco Chapter of the Open Organisation Of Lockpickers and Bay Area Hacker&#039;s Association present a joint meeting on [https://secure.wikimedia.org/wikipedia/en/wiki/Locksport locksport]&lt;br /&gt;
*&#039;&#039;&#039;August 4, 7PM, Thursday&#039;&#039;&#039; - [http://zeidman.net Bob Zeidman] will be giving a talk on video games and intellectual property, hosted by TheMADEHe will also speak about IP infringement cases.&lt;br /&gt;
*&#039;&#039;&#039;August 9, 6:30PM, Tuesday&#039;&#039;&#039; - [http://www.meetup.com/makesf/events/26413241/ Make:SF] - Chris Jefferies will speak about the wireless sensor kit he is developing and we are bringing back our all star soldering kits.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;April 13th, 19:00&#039;&#039;&#039; - Kombucha fermentation class with [[BioBridge]] &lt;br /&gt;
*&#039;&#039;&#039;April 7th, 20:00&#039;&#039;&#039; - [[In-Depth|Noisebridge: In-Depth]] Our monthly lecture and round tableThis month&#039;s speaker will be Aragorn! his lecture will be &amp;quot;Anarchism &amp;amp; technology: An unbridgeable chasm&amp;quot;&lt;br /&gt;
*&#039;&#039;&#039;April 4th, 20:00&#039;&#039;&#039; - Camp KDE PartyCome and meet part of the KDE North America community and get a quick overview of this year&#039;s [http://camp.kde.org/ Camp KDE] conferenceThere will be beer&lt;br /&gt;
*&#039;&#039;&#039;April 3rd, 16:00&#039;&#039;&#039; - NoiseCaching: Meet-up to build some geocaches, and talk about making geocoinsThen we&#039;ll head out to find some local caches and place caches we made[http://www.geocaching.com More info about Geocaching here]&lt;br /&gt;
* &#039;&#039;&#039;March 20th, 19:00&#039;&#039;&#039; [[Hack Politics]] meetup -- the first meetup to figure out how we in the hacker community can effectively mobilize and create meaningful change in these interesting times&lt;br /&gt;
* &#039;&#039;&#039;March 12th, 12:00-18:00 - Noisebridge Hackathon!&#039;&#039;&#039; Second Saturday Hackathon is a casual monthly event dedicated to working on the space or relevant projects and building community This is a great time to get feedback or help on any projects you have been considering that center around the space, culture, and infrastructure of Noisebridge You can also help with existing projects and find out ways to get involved.&lt;br /&gt;
* &#039;&#039;&#039;March 10, Thursday, 19:00 - Group Grammar Clinic&#039;&#039;&#039; - Church Classroom - Donations gladly accepted - A clinic for grammar and writing evaluationPlease bring your web/social or technical writing for us to evaluateBring your laptop as well Collaboration groupware possibly provided(Please suggest groupware software to use if you wish)Constructive feedback from other group members is encouraged so that this clinic is a group process- Facilitator: [[User:Owen|Owen]] (opietro@yahoo.com)&lt;br /&gt;
* &#039;&#039;&#039;March 9th, 20:00&#039;&#039;&#039; - Ferment and filter a mash! [[fermentation logs]]&lt;br /&gt;
&lt;br /&gt;
===2010===&lt;br /&gt;
* &#039;&#039;&#039;Sunday, August 22, 19:00 CLUB-MATE DROPOFF AND TASTING PARTY&#039;&#039;&#039; Nick Farr will be in town to drop off Club-Mate ordered by San Franciscans!&lt;br /&gt;
* &#039;&#039;&#039;June 5th, 12:00-19:00 - [[NoiseBridgeRehab]]&#039;&#039;&#039; - Help make the space more usable and accessible! Noisebridge needs your help!&lt;br /&gt;
* &#039;&#039;&#039;June 5th, 16:00-20:00 - [[Science For Juggalos]]&#039;&#039;&#039; - Science Fair in front of the Warfield Theater teaching magnetism to Juggalos&lt;br /&gt;
* &#039;&#039;&#039;June 6th, 15:00 - [[AVC Meetup]]&#039;&#039;&#039; - Entrepreneurial bonding &amp;amp; matchmaking&lt;br /&gt;
* &#039;&#039;&#039;June 9th, 21:00 - Your liver supports Noisebridge&#039;&#039;&#039; - Come to Elixir @ 16th &amp;amp; Guerrero anytime after 21:00 and drink, drink, drink! 50% of tips go to Noisebridge&lt;br /&gt;
* &#039;&#039;&#039;February 27th, 20:00 - [[Hacker EPROM]]&#039;&#039;&#039; - Noisebridge&#039;s first prom! Nice tie and a (robot) date requiredWe will have a DJ and punch.&lt;br /&gt;
* &#039;&#039;&#039;February 24th, 19:00, Wednesday - Joris Peels, of [http://www.shapeways.com Shapeways]&#039;&#039;&#039;, and expert on 3D printing, will give a [[ShaperwaysPresentation | talk and demonstration]] at Noisebridge!.&lt;br /&gt;
* &#039;&#039;&#039;February 23rd, 18:00 - Cleaning day&#039;&#039;&#039; - Come and help clean Noisebridge, because everyone loves a clean hack space.&lt;br /&gt;
* &#039;&#039;&#039;February 12th, 21:00 - visit from Steve Jackson&#039;&#039;&#039;Game designer [http://en.wikipedia.org/wiki/Steve_Jackson_%28US_game_designer%29 Steve Jackson], founder of Steve Jackson Games, will visit Noisebridge.&lt;br /&gt;
* &#039;&#039;&#039;January 27th, 18:00-20:00 - [[beatrixjar event|Circuit Bending Workshop]]&#039;&#039;&#039; - [http://www.beatrixjar.com/ Beatrix*JAR] (contact [[User:Gpvillamil|Gian Pablo]] for more info)&lt;br /&gt;
* &#039;&#039;&#039;January 27th, 20:00-22:00 - [[beatrixjar event|Circuit Bending Performance]]&#039;&#039;&#039; - [http://www.beatrixjar.com/ Beatrix*JAR] - &amp;quot;Celebrate a night of new sound that will change your idea of music forever!&amp;quot;&lt;br /&gt;
* &#039;&#039;&#039;January 25th, 19:30 - [[Bag Porn]]&#039;&#039;&#039; - What&#039;s in your bag?&lt;br /&gt;
* &#039;&#039;&#039;January 20th, 19:00-21:00 - [http://groups.google.com/group/bacat/about Bay Categories &amp;amp; Types]&#039;&#039;&#039; - Categories, monoids, monads, functors and more! Held in the Alonzo Church classroom.&lt;br /&gt;
* &#039;&#039;&#039;January 20th, 19:00 - [[User Experience Book Club SF]]&#039;&#039;&#039; - Our book this month is &amp;quot;A Theory of Fun for Game Design&amp;quot; by Raph Koster - http://is.gd/6sEqw (meets in Turing)&lt;br /&gt;
* &#039;&#039;&#039;January 21st, 20:00 - [[Five Minutes of Fame]]&#039;&#039;&#039; - Monthly set of lightning talks on diverse topics&lt;br /&gt;
* &#039;&#039;&#039;January 22nd, 17:00 - [[CleaningParty| Cleaning Party]]&#039;&#039;&#039; - Come help clean up Noisebridge! Awsum fun!&lt;br /&gt;
* ...January 14th,16th, and 17th 1:00- ??? Build Out day for kitchen/bathroom/laundry bring yourself and a good attitude, learn a few things as well&lt;br /&gt;
* &#039;&#039;&#039;January 15th, 18:00 - [[CNC_Mill_Workshop]]&#039;&#039;&#039; - Learn to use the CNC mill for 2D engraving and circuit board routing&lt;br /&gt;
* Thursdays 17:00 [[ASL Group|American Sign Language]] - Learn how to talk without using your voice (or just come chat in ASL)&amp;lt;small&amp;gt;[http://whenisgood.net/noisebridge/asl/generic click to reschedule]&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===2009===&lt;br /&gt;
* &#039;&#039;&#039;November 18th, 19:30&#039;&#039;&#039; - [[Dorkbot_2009_11_18|Dorkbot]]&lt;br /&gt;
* &#039;&#039;&#039;November 19th, 18:00&#039;&#039;&#039; - [[Mesh meetup]]&lt;br /&gt;
* &#039;&#039;&#039;November 19th, 20:00&#039;&#039;&#039; - [[Five Minutes of Fame]]&lt;br /&gt;
* &#039;&#039;&#039;November 20th, 18:00&#039;&#039;&#039; - Loud Objects [http://www.flickr.com/photos/createdigitalmedia/3428249036/ Noise Toy workshop].&lt;br /&gt;
* &#039;&#039;&#039;November 20th, 20:00&#039;&#039;&#039; - Performance by [http://www.loudobjects.com/ Loud Objects], (featuring Tristan Perich and Lesley Flanigan) and [http://www.myspace.com/jibkidder Jib Kidder].&lt;br /&gt;
:&#039;&#039;&#039;2009-11-05&#039;&#039;&#039; - [http://www.server-sky.com/ Server Sky presentation: Internet and Computation in Orbit] by Keith Lofstrom&lt;br /&gt;
:&#039;&#039;&#039;2009-11-05&#039;&#039;&#039; - [[Mesh meetup]]&lt;br /&gt;
:&#039;&#039;&#039;2009-11-02&#039;&#039;&#039; - [[French]] book club meeting to discuss  [http://www.amazon.com/exec/obidos/tg/detail/-/2842612892/ref=ord_cart_shr?_encoding=UTF8&amp;amp;m=ATVPDKIKX0DER&amp;amp;v=glance Une Si Longue Lettre]&lt;br /&gt;
: &#039;&#039;&#039; October 1st, 18:00&#039;&#039;&#039; - [[Wireless_Mesh_Network_Meetup | Mesh wireless meetup]]&lt;br /&gt;
: &#039;&#039;&#039; October 1st, 19:00&#039;&#039;&#039; - [http://groups.google.com/group/bacat Bay Area Categories and Types]&lt;br /&gt;
: &#039;&#039;&#039;2009-10-03&#039;&#039;&#039; [[Year 1 Open Hacker House]]&lt;br /&gt;
:&#039;&#039;&#039;Friday&#039;&#039;&#039;: [[CrazyCryptoNight]] - Discussion of cryptography for beginners through experts6-???&lt;br /&gt;
:&#039;&#039;&#039;Sunday&#039;&#039;&#039; : [[OpenEEG | OpenEEG Hacking]] Sundays, at 3-5pm.&lt;br /&gt;
:&#039;&#039;&#039;Monday&#039;&#039;&#039;: [[German]] - Learn German, all levels7pm beginners, 8pm advancedRSVP 24 hours in advance for the benefit of the instructorEvents ran May-November 2009Currently on Thursdays at 8Get on the mailing list.&lt;br /&gt;
:&#039;&#039;&#039;Tuesday&#039;&#039;&#039;: [[Haskell/Haschool]] - Learn Haskell with Jason Dusek 6PM - 7:30PM, from May until we&#039;re all experts.&lt;br /&gt;
:&#039;&#039;&#039;Wednesday&#039;&#039;&#039;: [[Adobe_Lightroom|Adobe Lightroom]] - Become a more organized photographerWeekly class (mostly held off site).&lt;br /&gt;
:&#039;&#039;&#039;Thursday&#039;&#039;&#039;: [[Professional VFX Compositing With Adobe After Effects]] - Taught by [[User:SFSlim|Aaron Muszalski]]7:30PM - 10PM, most Thursdays in May &amp;amp; June &amp;amp; ? (click through dammit)&lt;br /&gt;
:&#039;&#039;&#039;2009-09-17&#039;&#039;&#039;: [[Five Minutes of Fame]] 3D Edition&lt;br /&gt;
:&#039;&#039;&#039;2009-09-17&#039;&#039;&#039;: [[Wireless Mesh Network Meetup | Mesh wireless meetup]]&lt;br /&gt;
:&#039;&#039;&#039;2009-08-20&#039;&#039;&#039;: [[Five Minutes of Fame]] One Dee Edition&lt;br /&gt;
:&#039;&#039;&#039;2009-07-16&#039;&#039;&#039;: [[Five Minutes of Fame]] Zero Dee&lt;br /&gt;
:&#039;&#039;&#039;2009-07-02 - 2009-07-05&#039;&#039;&#039;: [http://toorcamp.org Toorcamp]&lt;br /&gt;
:&#039;&#039;&#039;2009-07-01&#039;&#039;&#039;: Noisedroid meeting to discuss location logging on Android platform (and other stuff too, I&#039;m sure)&lt;br /&gt;
:&#039;&#039;&#039;2009-06-30&#039;&#039;&#039;: [[Powerbocking Class|Powerbocking class]]&lt;br /&gt;
:&#039;&#039;&#039;2009-06-30&#039;&#039;&#039;: &amp;quot;Suing Telemarketers for Fun and Profit&amp;quot; (Toorcamp talk preview)&lt;br /&gt;
:&#039;&#039;&#039;2009-06-28&#039;&#039;&#039;: &amp;quot;Meditation for Hackers&amp;quot; (Toorcamp workshop preview)&lt;br /&gt;
:&#039;&#039;&#039;2009-06-18&#039;&#039;&#039;: [[Five Minutes of Fame]]&lt;br /&gt;
:&#039;&#039;&#039;2009-06-15&#039;&#039;&#039;: [[Eagle Workshop]]  Session two of the Eagle CAD workshop.&lt;br /&gt;
:&#039;&#039;&#039;2009-06-13&#039;&#039;&#039;: [[RoboGames 2009]] Noisebridge had a booth staffed by vounteers, great fun!&lt;br /&gt;
:&#039;&#039;&#039;2009-05-21&#039;&#039;&#039;: [[Five Minutes of Fame]]&lt;br /&gt;
:&#039;&#039;&#039;2009-04-27&#039;&#039;&#039;: [[EagleCAD workshop]] -- learn to use this CAD tool for printed circuit board design&lt;br /&gt;
:&#039;&#039;&#039;2009-04-16&#039;&#039;&#039;: [[Five Minutes of Fame]] April showers &amp;amp; flowers edition&lt;br /&gt;
:&#039;&#039;&#039;2009-04-11&#039;&#039;&#039;: [[RFID Hacking]] weekend workshop  (this event moved from the original March date)&lt;br /&gt;
:&#039;&#039;&#039;2009-04-05&#039;&#039;&#039;: [[First aid and CPR class]] Learning how to not only not die, but also reduce scarring!&lt;br /&gt;
:&#039;&#039;&#039;2009-04-03&#039;&#039;&#039;: [[Sudo pop]] 2PM and onMaking the first batch of a Noisebridge label yerba mate-niated rootbrew, gratis and DIY&lt;br /&gt;
:&#039;&#039;&#039;2009-03-26&#039;&#039;&#039;: [[OpenEEG | OpenEEG Hacking]] first meet up for this new group: 8 pm&lt;br /&gt;
:&#039;&#039;&#039;2009-03-19&#039;&#039;&#039;: [[Five Minutes of Fame]]&lt;br /&gt;
:&#039;&#039;&#039;2009-03-12&#039;&#039;&#039;: [[OpenBTS and GSM]] talk by David Burgess&lt;br /&gt;
:&#039;&#039;&#039;2009-02-14&#039;&#039;&#039;: [[Open Heart Workshop]] Valentine&#039;s Day blinkyheart soldering party! &lt;br /&gt;
:&#039;&#039;&#039;2009-02-13&#039;&#039;&#039;: [[Time-t_Party|&amp;lt;tt&amp;gt;time_t&amp;lt;/tt&amp;gt; Party]] to celebrate 1,234,567,890 since the Unix epoch.&lt;br /&gt;
:&#039;&#039;&#039;2009-02-09&#039;&#039;&#039;: [[Spanish learning at 8:30]]&lt;br /&gt;
:&#039;&#039;&#039;2009-02-05&#039;&#039;&#039;: [[PGP Key Workshop]]&lt;br /&gt;
:&#039;&#039;&#039;2009-01-31&#039;&#039;&#039;: [[Locksport and Lockpicking]]&lt;br /&gt;
&lt;br /&gt;
===2008===&lt;br /&gt;
:&#039;&#039;&#039;2008-12-27&#039;&#039;&#039;: [[25C3]] Chaos Computer Congress in Berlin&lt;br /&gt;
:&#039;&#039;&#039;2008-12-20 &amp;amp; 21&#039;&#039;&#039;: [[Creme Brulee]] Workshop on creating a french dessert, with bonus propane torch.&lt;br /&gt;
:&#039;&#039;&#039;2008-12-17 20:00&#039;&#039;&#039;: [[Machine Learning]] Birds-of-a-feather&lt;br /&gt;
:&#039;&#039;&#039;2008-11-24&#039;&#039;&#039;: [[Circuit Hacking Monday]] circuit design workshop&lt;br /&gt;
:&#039;&#039;&#039;2008-11-21, 7pm&#039;&#039;&#039;:[[Milk and Cookies]] -- [[User:Dmolnar|David Molnar]] hosts Milk and Cookies at 83CBring a short 5-7minute thing to read to othersBring a potluck cookie/snack/drink if you likeDavid will bring milk and cookies.&lt;br /&gt;
:&#039;&#039;&#039;2008-11-17, 7:30pm&#039;&#039;&#039;: [[Basic Bicycle Maintain]] - [[User:rubin110|Rubin]] and [[User:rigel|rigel]] hate it when we see a bike that isn&#039;t maintainedScreechy chains and clacking derailleur can go to hellBasic bike tune up, sharing the smarts on simple things you can do at home to make your ride suck a whole lot less.&lt;br /&gt;
:&#039;&#039;&#039;2008-11-16, 5:00pm&#039;&#039;&#039;: [[RepRap Soldering Party]] - help assemble RepRap!  RSVPs required on wiki! [[User:Adi|adi]]&lt;br /&gt;
:&#039;&#039;&#039;2008-11-16, 3:00pm&#039;&#039;&#039;: [[Oscilloscopes]] - Learn how to use this versatile tool to test electronic circuits Maximum 6 slots, please sign up ahead of time! [[User:dstaff|dstaff]]&lt;br /&gt;
:&#039;&#039;&#039;2008-10-31&#039;&#039;&#039;: [[Halloween Open House]] - NoiseBridge&#039;s own [[PPPC]] threw an awesome open house/halloween galaPost pictures if you got &#039;em!&lt;br /&gt;
:&#039;&#039;&#039;2008-10-25&#039;&#039;&#039;: [[Soldering Workshop]] and Pumpkin Hackin&#039; - Learn to solder for total newbies (or learn to solder better!), including surface mountAdditionally, carve your halloween pumpkins and enjoy some experimental pumpkin pie and/or soup.&lt;br /&gt;
:&#039;&#039;&#039;2008-10-07&#039;&#039;&#039;: (tuesday before meeting) - Etch a circuit boardI&#039;ll be trying a photo resist etching and a basic printed mask etchingThis is step 1/3 for a project called &amp;quot;annoying USB thingie&amp;quot; which will execute pre-defined keystrokes by sneaking a tiny USB dongle onto a victim^h^h^h^h^h buddy&#039;s computer.&lt;br /&gt;
:&#039;&#039;&#039;2008-09-13&#039;&#039;&#039;: [[Processing Workshop]] — Learn this very easy-to-use programming language! - [[Processing Workshop Report]]&lt;br /&gt;
:&#039;&#039;&#039;2008-02-16&#039;&#039;&#039;: [[Brain Machine Workshop|Brain Machine Making Workshop]]: Our first hardware sprint!&lt;br /&gt;
&lt;br /&gt;
[[Category:Top level]]&lt;/div&gt;</summary>
		<author><name>RubinErrata</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Greeter_Committee&amp;diff=44093</id>
		<title>Greeter Committee</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Greeter_Committee&amp;diff=44093"/>
		<updated>2014-08-24T23:50:59Z</updated>

		<summary type="html">&lt;p&gt;RubinErrata: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Greeters =&lt;br /&gt;
[[File:Python_coding.jpg|1000px|thumb|left|Python 3.0]]&lt;br /&gt;
Having Greeters at the door to welcome people has worked very well at hackerspaces around the world.&lt;br /&gt;
&lt;br /&gt;
The purpose of the Greeter Committee is to create a system and processes that welcome everyone to Noisebridge who would like to see how Noisebridge can benefit them and how they can contribute to Noisebridge, thus attracting people who belong at Noisebridge. &lt;br /&gt;
&lt;br /&gt;
In addition, the purpose is to keep out people who do not belong at Noisebridge. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Meeting notes: Tuesday, 19-Aug-2014 ==&lt;br /&gt;
&lt;br /&gt;
The Greeter Committee meeting was an agenda item, and took place as the last part of the weekly Tuesday Noisebridge membership meeting.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== The reason we need Greeters: ===&lt;br /&gt;
* Greeters work great at hackerspaces around the world.&lt;br /&gt;
* Greeters give a warm welcome to everyone who comes to the space.&lt;br /&gt;
* Greeters ensure that everyone who comes to the space knows what Noisebridge is about, and what Noisebridge is not about.&lt;br /&gt;
* Greeters keep people out who do not belong at Noisebridge.&lt;br /&gt;
* Greeters are point people in case of a problem.&lt;br /&gt;
&lt;br /&gt;
The biggest problems Noisebridge has faced come from people being in the space who don&#039;t belong. &lt;br /&gt;
&lt;br /&gt;
==== People who do not belong at Noisebridge: ==== &lt;br /&gt;
People who come to merely use Noisebridge without contributing (and/or who are disruptive) to Noisebridge and our community.  These people don&#039;t fit in with the culture of Noisebridge, make inappropriate comments and actions towards women and others, steal, and detract rather than contribute to Noisebridge.  The net result is that people who do belong at Noisebridge drift away from Noisebridge.&lt;br /&gt;
&lt;br /&gt;
==== People who do belong at Noisebridge: ====&lt;br /&gt;
Anyone and everyone, regardless of any other qualities, who want to benefit from and contribute to Noisebridge and our community, and who strive to fit in with our collective culture without being disruptive to our community.&lt;br /&gt;
&lt;br /&gt;
===== Some results of people being in the space who don&#039;t belong: =====&lt;br /&gt;
* theft&lt;br /&gt;
* inappropriate comments and behavior towards women and others&lt;br /&gt;
* dilution of our community&lt;br /&gt;
* loss of people who do belong&lt;br /&gt;
* increase of people who do not belong&lt;br /&gt;
* lack of continuity due to people at the space not knowing what the space is about, since no one has passed along this info&lt;br /&gt;
* lack of empowerment for people in the community, who don&#039;t know that they can and should do cool things (as well as telling others when they are not being excellent, and when they are).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Here is the basic idea of the Greeters: ===&lt;br /&gt;
&lt;br /&gt;
Noisebridge is only open when there is at least one Greeter at the door (though, ideally we want 2 at all times).  &lt;br /&gt;
&lt;br /&gt;
Greeters become Greeters by being vetted by the Greeter Committee.  This includes training on conflict resolution, mediation, and role playing to effectively handle dealing with problematic people who need to be shown the door.&lt;br /&gt;
&lt;br /&gt;
Greeters will welcome everyone who comes to Noisebridge, and if they don&#039;t know the person, make sure they know what Noisebridge is about, and what it isn&#039;t about, and about our code of conduct.  If the person is new, they get a tour of Noisebridge.&lt;br /&gt;
&lt;br /&gt;
It is up to the Greeter to use their judgement as to whether someone should not be let in to Noisebridge.  New people may be asked to leave either before or after they get a tour of Noisebridge.  Banned people will be kept out.  Tweakers and drunks will be kept out.&lt;br /&gt;
&lt;br /&gt;
The last Greeter ensures that no one stays in Noisebridge who is not a Member of Noisebridge in good standing, or a guest that a Member in good standing (who must be present) takes full personal responsibility for.  A guest can be anyone -- as long as there is a Member in good standing who is present and will take full responsibility for them.&lt;br /&gt;
&lt;br /&gt;
During hours that Noisebridge isn&#039;t open to the public, we are only open to Members in good standing and their guests.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Meeting notes: Tuesday, 12-Aug-2014 ==&lt;br /&gt;
&lt;br /&gt;
=== Greeters &amp;amp; Noisebridge Open Hours ===&lt;br /&gt;
&#039;&#039;&#039;It&#039;s up to Greeters to welcome people to Noisebridge,&amp;lt;br&amp;gt;&lt;br /&gt;
give tours of Noisebridge for new people (including showing them what Noisebridge is about, and what it is not about, including activities and conduct).  Greeters also keep people out who don&#039;t belong at Noisebridge. This filters unpleasant noise at the earliest stage.&lt;br /&gt;
* Greeters are also the point person for people at Noisebridge to go to when there is a problem in the space&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Noisebridge will have hours when we are open to the public&amp;lt;br&amp;gt;&lt;br /&gt;
and hours when Noisebridge is only open to Members in good standing and their guests.&lt;br /&gt;
* A possible start for Open Hours:  8am to 11pm (if we can have enough Greeters to commit to shifts during these hours)&lt;br /&gt;
* Noisebridge is only open to the public when there is at least one Greeter at the door&lt;br /&gt;
* When Noisebridge is not open to the public, only Members in good standing and their guests are allowed in Noisebridge&lt;br /&gt;
* Before the last Greeter of the night leaves, they go around and ensure that only Members in good standing and their guests remain in the space&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How do we decide who belongs at Noisebridge and who doesn&#039;t?&lt;br /&gt;
* Need to be contributing to and benefitting from Noisebridge&lt;br /&gt;
* Zero tolerance for intolerant people&lt;br /&gt;
* Must be willing to change behavior when people in the Noisebridge community see their behavior as unexcellent&lt;br /&gt;
* Greeters will need to use their judgment&lt;br /&gt;
* (this topic needs more discussion)&lt;br /&gt;
* If someone rings the bell when Noisebridge is not open to the public, then any Member in good standing can (if they want to -- but there is no obligation for anyone to do so) let them in as their guest, but only if the Member is willing to take personal responsibility for that person for as long as the person is in the space (and the Member must ask the person to leave if the Member leaves the space -- or find another Member to take personal responsibility for the person as their guest)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Who is the ideal Noisebridge person?&lt;br /&gt;
There are many ways that people can be excellent at Noisebridge.&lt;br /&gt;
* Attends a class&lt;br /&gt;
* Teaches a class that people like&lt;br /&gt;
* Works on cool projects&lt;br /&gt;
* Idea:  create some cartoon avatars of several examples of ideal Noisebridge community people (as a fun way to give examples to people on what is excellent)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;We need Greeters who are:&lt;br /&gt;
* Respected by the community&lt;br /&gt;
* Not liable to power-trip&lt;br /&gt;
* Able to read people&lt;br /&gt;
* Able to be assertive when necessary&lt;br /&gt;
* Willing to take responsibility when they mess up&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;We need a formalized process for vetting new Greeters:&lt;br /&gt;
* Nomination of people for the role&lt;br /&gt;
* Background check&lt;br /&gt;
* Training process (including role-playing sessions)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;We need a way to identify Members in good standing -- perhaps:&lt;br /&gt;
* Treasurer gives Greeters updated list of Members in good standing each week (check against photo ID if the Greeter is unsure)&lt;br /&gt;
* RFID cards for Members&lt;br /&gt;
* NFC on phone can check RFID cards &lt;br /&gt;
* Multiple methods would be ideal&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Where do we go from here?&lt;br /&gt;
* We&#039;ll have some set open hours: 8-11 is a good target to start with&lt;br /&gt;
* It would be ideal to have two Greeters here at a time, each with 4-hour, overlapping shifts (this would also be a good way to vet new Greeters, if a new Greeter is always overlapping with an experienced Greeter)&lt;br /&gt;
* If there is at least one Greeter at the door (preferably 2 Greeters), we can keep Noisebridge open to the public. &lt;br /&gt;
* When Noisebridge is not open to the public, a Member needs to step up to take the visitor under their wing as their guest, and be personally responsible for them for as long as they are in the space (and the Member must be present at the space while their guest is in the space).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TODO:&lt;br /&gt;
* List of people who are banned (preferably with pictures)&lt;br /&gt;
* Wiki page describing the responsibilities of the Greeters&lt;br /&gt;
* Card with an outline of what Noisebridge is about (and not about)&lt;br /&gt;
* A few fictitious &amp;quot;profiles&amp;quot; to illustrate the ideal noisebridge-er(?)&lt;/div&gt;</summary>
		<author><name>RubinErrata</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Front-end_Web_Development&amp;diff=44092</id>
		<title>Front-end Web Development</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Front-end_Web_Development&amp;diff=44092"/>
		<updated>2014-08-24T23:50:43Z</updated>

		<summary type="html">&lt;p&gt;RubinErrata: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Python_coding.jpg|1000px|thumb|left|Python 3.0]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&amp;lt;div class=&amp;quot;hero cf&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hero__hgroup&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h1&amp;gt;Front-end Web Development&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;A free, weekly class on HTML, CSS, and JavaScript&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hero__details&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hero__detail-group&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hero__detail hero__detail--what&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;What&amp;lt;/h2&amp;gt;&lt;br /&gt;
Learn HTML, CSS and JavaScript - and put them to good use! This class, taught by [[User:JeffreyATW|Jeffrey Carl Faden]], is aimed at beginners who are interested in web development, as well as seasoned professionals looking to brush up on the latest and greatest.&lt;br /&gt;
&lt;br /&gt;
Front-end web development is all about making code that runs in the browser (versus code that runs on the server). There isn&#039;t a big focus on web design (creating wireframes and mockups), but we do cover best practices for turning these designs into beautiful code.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hero__detail hero__detail--who&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Who&amp;lt;/h2&amp;gt;&lt;br /&gt;
This class is for &#039;&#039;&#039;everyone&#039;&#039;&#039;! Computer users unacquainted with programming, as well as experienced developers, are welcome at any time. If you&#039;re new to the class, consider coming to the [[#Lecture|lecture]] at 7:30 for a recap.&lt;br /&gt;
&lt;br /&gt;
The space and the class are entirely &#039;&#039;&#039;free&#039;&#039;&#039; to attend. You do not have to be a Noisebridge member. Upon arriving at Noisebridge, state that you&#039;re here for the class and you&#039;ll be allowed in as a guest.&lt;br /&gt;
&lt;br /&gt;
Please bring any kind of laptop.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hero__detail-group&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hero__detail hero__detail--when&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;When&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[#Lecture|Lectures]] start promptly at &#039;&#039;&#039;8pm on Mondays&#039;&#039;&#039; and go for up to two hours. There is a half-hour recap starting at &#039;&#039;&#039;7:30pm&#039;&#039;&#039;. Please try to arrive early as physical space is limited.&lt;br /&gt;
&lt;br /&gt;
[[#Lab|Labs]] start at &#039;&#039;&#039;8pm on Thursdays&#039;&#039;&#039; and end two hours later.&lt;br /&gt;
&lt;br /&gt;
This class runs in a weekly series, and the curriculum takes about 6 months from start to finish. Don&#039;t let it discourage you if you&#039;re starting from the middle - attend recaps and labs and you should be able to catch up!&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hero__detail hero__detail--where&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Where&amp;lt;/h2&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[[Noisebridge]]&#039;&#039;&#039;, 2169 Mission St., San Francisco, 94114 (at 18th St., near 16th St. BART station). [[Getting Here]]&lt;br /&gt;
&lt;br /&gt;
The lecture is held in the [[Classrooms#Church|Church classroom]], which is in the back of the space.&lt;br /&gt;
&lt;br /&gt;
The lab is held in the [[Classrooms#Turing|Turing classroom]], the room past the wood shop.&lt;br /&gt;
&lt;br /&gt;
Read up on [[Getting_In|getting in]] to the space. Again, you do not need to be a member!&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- end hero__details --&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- end hero --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;section new-series&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;container&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Next Series&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;new-series__calendar&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;new-series__calendar__month&amp;quot;&amp;gt;About&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;new-series__calendar__date&amp;quot;&amp;gt;4 &amp;lt;span class=&amp;quot;new-series__calendar__months&amp;quot;&amp;gt;months&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
Remember that you can start coming to class at any time during the series! You can catch up by watching videos from [[Front-end_Web_Development/Notes|previous classes]], doing [[Front-end_Web_Development/Assignments|assignments]], or attending [[#Lab|lab]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;section keep-informed&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;container&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Keep Informed&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;keep-informed__buttons&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[https://www.noisebridge.net/mailman/listinfo/webdev WebDev]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[https://www.noisebridge.net/mailman/listinfo/noisebridge-announce Noisebridge-announce]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Join one of the above lists to be notified of upcoming classes via email.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you can&#039;t make it, subscribe to a mailing list to be notified when you can watch a live stream of the lecture! If you missed it, previous lecture streams are available for viewing on the [[Front-end_Web_Development/Notes|Previous Classes]] page!&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;classes&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;classes__class classes__class--lecture&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Lecture&amp;lt;/h2&amp;gt;&lt;br /&gt;
Weekly classroom-style presentation on HTML/CSS/JS. The lecture starts every Monday at 8pm. We also have a recap starting at 7:30pm, where we&#039;ll cover the (very) basics, such as explaining what &amp;quot;front-end&amp;quot; means, discussing tools of the trade, and understanding basic HTML and CSS.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;classes__current&amp;quot;&amp;gt;&lt;br /&gt;
==== Class for 2014-08-25: jQuery UI ====&lt;br /&gt;
We&#039;ll go back to the [http://jeffreyatw.com/static/frontend/series6/class6/goal.zip &amp;quot;professional&amp;quot; site we put together a number of weeks ago] and add more functionality to it with some jQuery plugins. We&#039;ll first make a dialog box - or a &amp;quot;modal&amp;quot; - pop up when you click the sign up buttons. We&#039;ll do this by introducing [http://jqueryui.com/ jQuery UI] to make common user controls easier to create. We&#039;ll also compare our CSS-only menu with one made with the help of jQuery, explaining the differences between the two.&lt;br /&gt;
&lt;br /&gt;
[https://plus.google.com/events/cp7l9tn2jjebnsupsttto65kkro Join the Google+ Event to watch the video livestream.]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;[http://docs.google.com/present/view?id=dfjgtf36_41hmtj2td2 Intro presentation]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;[[Front-end_Web_Development/Notes|Previous Classes]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;classes__class classes__class--lab&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Lab&amp;lt;/h2&amp;gt;&lt;br /&gt;
We also meet for a weekly lab/workshop where we work on an assignment that covers the material learned in the lecture earlier in the week. Those working on their own personal projects are also more than welcome to come and solicit help. Every Thursday at 8pm in the Turing classroom.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;classes__current&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== [http://jeffreyatw.com/static/frontend/series6/class10/assignment.html Assignment for 2014-08-21] (jQuery: counters and attributes) ====&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;[[Front-end_Web_Development/Assignments|Previous Assignments]]&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;section&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;See Also&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;web-development__link&amp;quot;&amp;gt;[[Web Development Resources]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
[[Category:Events]][[Category:Classes]]&lt;/div&gt;</summary>
		<author><name>RubinErrata</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Testimonials&amp;diff=44091</id>
		<title>Testimonials</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Testimonials&amp;diff=44091"/>
		<updated>2014-08-24T23:48:58Z</updated>

		<summary type="html">&lt;p&gt;RubinErrata: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Python_coding.jpg|1000px|thumb|left|Python 3.0]]&lt;br /&gt;
&lt;br /&gt;
==Why People Love Noisebridge==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
It&#039;s inspirational, and it makes doing projects a lot easier: I love the&lt;br /&gt;
sewing machines and the woodshop.  I come in and I&#039;m overwhelmed by the&lt;br /&gt;
ways people can be creative.  It definitely has inspired me to learn&lt;br /&gt;
from others, and to do more projects; it sounds trite but what can I say?&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
The way cool people are doing way cool things.  It&#039;s wonderful the way that&lt;br /&gt;
people are greeted when they come in the door, and if they&#039;re new, the&lt;br /&gt;
way people show them around and make them feel welcome.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
I love how many people there are who take matters of fixing things into&lt;br /&gt;
their own hands.  I love the 5mof talks.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
The crazy experimental utopian geek society vision it&#039;s based on.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Fabrication equipment.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Anarchy, how much people care about stuff (even stuff that&#039;s stupid or&lt;br /&gt;
useless), brain-controlled robot, FUCKING INDUSTRIAL JUKIS. Many many&lt;br /&gt;
awesome people.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
The people, the community! Great folks doing amazing work. The classes,&lt;br /&gt;
the equipment. The beautiful space. The generosity and excitement about&lt;br /&gt;
everything. The adorable subversiveness.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
I love being able to contribute to the awesome culture of SF&lt;br /&gt;
hacker/artspaces. I negotiated the donation of the long tables with&lt;br /&gt;
power, the iMac that the library was being tracked upon, and a number of&lt;br /&gt;
other goods. I LOVE helping people get access to resources they care&lt;br /&gt;
about / need to be productive / happy / successful.&lt;br /&gt;
Community. Able to join in informally at whatever level you are at, give&lt;br /&gt;
and take.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;There are a lot of cool tools and resources to work with, the people are&lt;br /&gt;
pretty intelligent and say interesting things, minimal conformity bias,&lt;br /&gt;
really easy to strike up a conversation with random folks.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Interesting people, the sense that someone might invent a time machine&lt;br /&gt;
at any moment.  In short, the atmosphere.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
The culture of creativity and openness.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Geeky people to talk to, open generous attitude. Its very existence.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Good intentions that seem to be mostly followed through with action,&lt;br /&gt;
even when it&#039;s something requiring a big commitment like classes that go&lt;br /&gt;
on for months.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Everyone there is all abOut helping people learn how do do cool things.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
It&#039;s a space of extraordinary creativity and brilliance!  I LOVE IT!!!&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Very kind and knowledgeable people, well stocked electronics area with&lt;br /&gt;
lots of great free bits to use, the shop is great for basic projects.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Anarchy! People doing projects! It is always different as people remake&lt;br /&gt;
bits of it. Drama. Mike Kahn&#039;s rambling genius. Giving tours.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* The fact that whenever I come there THERE IS FOOD&lt;br /&gt;
* The library is freaking amazing&lt;br /&gt;
* The free and open access anytime&lt;br /&gt;
* It&#039;s a great sandbox environment for actual projects&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Your openness, your classes, your informational aesthetic, your principles.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Positive energy. People helping other people. Lots of tech knowledge.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Beautiful things happen there. The creators of Word Lens were hacking&lt;br /&gt;
there a year and a half ago, then they showed a demo to everyone. The&lt;br /&gt;
Monday Night Soldering events. Five Minutes of Fame.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
I love that we don&#039;t have any rules, we give keys to newbs, and this&lt;br /&gt;
shit still works. I love that when there are epic threads on the mailing&lt;br /&gt;
list which some observers point at and call dysfunction, all of the&lt;br /&gt;
serious participants in the discussion are actually in agreement about&lt;br /&gt;
at least one thing: noisebridge is worthwhile enough to have and defend&lt;br /&gt;
opinions about.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Hacking on stuff with other brilliant people. Sometimes it&#039;s some weird&lt;br /&gt;
painting stuff, sometimes it&#039;s photographic art, sometimes it&#039;s reading&lt;br /&gt;
with some giant poodle, other times it&#039;s the people who spontaneously&lt;br /&gt;
show up and show off their projects.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Noisebridge is seriously great.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ManualPage}}&lt;/div&gt;</summary>
		<author><name>RubinErrata</name></author>
	</entry>
</feed>