<?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=%F0%9F%90%BC</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=%F0%9F%90%BC"/>
	<link rel="alternate" type="text/html" href="https://wiki.extremist.software/wiki/Special:Contributions/%F0%9F%90%BC"/>
	<updated>2026-04-10T16:15:41Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=%F0%9F%8F%B4&amp;diff=63885</id>
		<title>🏴</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=%F0%9F%8F%B4&amp;diff=63885"/>
		<updated>2018-01-09T23:29:14Z</updated>

		<summary type="html">&lt;p&gt;🐼: /* hack&amp;#039;n around */ wheel speeds&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hack teh Cabañas here https://community.comma.ai/cabana/?demo=1337&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Cabana&amp;quot; is a tool for deciphering CAN data, which is what cars use for talking to themselves.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Get a 🐼 here: https://shop.comma.ai/products/panda-obd-ii-dongle&lt;br /&gt;
&lt;br /&gt;
Build a 🐼 here: [[DIY Panda]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=font-size:10em;&amp;gt;🏴&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- CAN hack teh planets! &amp;amp; react can lickz my shiney metal truck nutz --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;app notes&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;some features ONLY work in chrome, and there are some issues on linux with chromium&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Fix double scroll bars&lt;br /&gt;
*Add better grabbers for bit selection&lt;br /&gt;
*Make segment selection clearer in plot&lt;br /&gt;
*Show multi-signal overlay&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== dumpster dive data ==&lt;br /&gt;
&lt;br /&gt;
Messages sorted by highest event count, with a descriptive&#039;ish name and unique ID.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== acura_ilx_2016_can.dbc ===&lt;br /&gt;
&lt;br /&gt;
Identified bit that looks like some kind of watchdog or interupt trigger when vehicle is moving above min speed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ID     Signal                Note&lt;br /&gt;
1:400  SMOOTH_CRUISE_PING    bit 20 some kind of flag/watchdog triggers at regular interval when moving above min speed&lt;br /&gt;
       X_COUNT_UP_10_SEC     also contains 10 second incremental count in last byte.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== hack&#039;n around ==&lt;br /&gt;
&lt;br /&gt;
You can use the save log button to get a csv file of the data, this only works with chrome and some versions of chromium.&lt;br /&gt;
&lt;br /&gt;
The following converts the csv file to a sqlite3 database file name &#039;data.db&#039;, with a table named &#039;can&#039; containing all the records.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
import sqlite3&lt;br /&gt;
import pandas&lt;br /&gt;
&lt;br /&gt;
conn = sqlite3.connect(&#039;data.db&#039;)&lt;br /&gt;
&lt;br /&gt;
df = pandas.read_csv(&#039;data.csv&#039;)&lt;br /&gt;
df.to_sql(&#039;can&#039;, conn, if_exists=&#039;append&#039;, index=False)&lt;br /&gt;
&lt;br /&gt;
# get and show 100 samples of wheel speed data with a time over 100&lt;br /&gt;
cur = conn.cursor()&lt;br /&gt;
cur.execute(&amp;quot;SELECT * FROM can WHERE addr = 464 AND time &amp;gt; 100 LIMIT 100&amp;quot;)&lt;br /&gt;
rows = cur.fetchall()&lt;br /&gt;
rows&lt;br /&gt;
&lt;br /&gt;
conn.close()&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=%F0%9F%8F%B4&amp;diff=63884</id>
		<title>🏴</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=%F0%9F%8F%B4&amp;diff=63884"/>
		<updated>2018-01-09T23:14:59Z</updated>

		<summary type="html">&lt;p&gt;🐼: CAN to SQLite&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hack teh Cabañas here https://community.comma.ai/cabana/?demo=1337&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Cabana&amp;quot; is a tool for deciphering CAN data, which is what cars use for talking to themselves.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Get a 🐼 here: https://shop.comma.ai/products/panda-obd-ii-dongle&lt;br /&gt;
&lt;br /&gt;
Build a 🐼 here: [[DIY Panda]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=font-size:10em;&amp;gt;🏴&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- CAN hack teh planets! &amp;amp; react can lickz my shiney metal truck nutz --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;app notes&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;some features ONLY work in chrome, and there are some issues on linux with chromium&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Fix double scroll bars&lt;br /&gt;
*Add better grabbers for bit selection&lt;br /&gt;
*Make segment selection clearer in plot&lt;br /&gt;
*Show multi-signal overlay&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== dumpster dive data ==&lt;br /&gt;
&lt;br /&gt;
Messages sorted by highest event count, with a descriptive&#039;ish name and unique ID.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== acura_ilx_2016_can.dbc ===&lt;br /&gt;
&lt;br /&gt;
Identified bit that looks like some kind of watchdog or interupt trigger when vehicle is moving above min speed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ID     Signal                Note&lt;br /&gt;
1:400  SMOOTH_CRUISE_PING    bit 20 some kind of flag/watchdog triggers at regular interval when moving above min speed&lt;br /&gt;
       X_COUNT_UP_10_SEC     also contains 10 second incremental count in last byte.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== hack&#039;n around ==&lt;br /&gt;
&lt;br /&gt;
You can use the save log button to get a csv file of the data, this only works with chrome and some versions of chromium.&lt;br /&gt;
&lt;br /&gt;
The following converts the csv file to a sqlite3 database file name &#039;data.db&#039;, with a table named &#039;can&#039; containing all the records.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
import sqlite3&lt;br /&gt;
import pandas&lt;br /&gt;
conn = sqlite3.connect(&#039;data.db&#039;)&lt;br /&gt;
df = pandas.read_csv(&#039;data.csv&#039;)&lt;br /&gt;
df.to_sql(&#039;can&#039;, conn, if_exists=&#039;append&#039;, index=False)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Mediation&amp;diff=63436</id>
		<title>Mediation</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Mediation&amp;diff=63436"/>
		<updated>2018-01-02T06:10:29Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63433 by 176.10.99.196 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a wiki page for a mediation process to help address interpersonal conflicts in and relating to the Noisebridge community. &lt;br /&gt;
&lt;br /&gt;
All relationships take work.  This includes community.  Community takes work.  Occasionally there may be disagreements in any relationship.&lt;br /&gt;
&lt;br /&gt;
The Noisebridge [[Conflict Resolution]] wiki page contains general guidance for people in the community who are experiencing problems.  These suggestions might help someone who is trying to decide if they should seek mediation or not.&lt;br /&gt;
&lt;br /&gt;
The first step when there is a disagreement is for the people involved to talk to each other, and, while following Noisebridge&#039;s one rule of being excellent to each other, work out the problem(s) together.  This tends to clear up almost all disagreements.&lt;br /&gt;
&lt;br /&gt;
If the disagreement can&#039;t be worked out together, all persons involved with the disagreement are encouraged to get together with a mediator.  &lt;br /&gt;
&lt;br /&gt;
Mediators are people who have volunteered their time to help people who have disagreements, to de-escalate conflict, to seek resolution, and to provide community support and protection for all involved.  The ideal mediators should strive to make themselves readily accessible to both conflicting parties, and should also enjoy interacting with others without the need for imposing their own wills over those of the other people involved in the particular conflict.&lt;br /&gt;
&lt;br /&gt;
The role of the mediator is to calmly talk with those involved to help clear up the disagreements they have with one another.  If those involved agree, the mediator can help schedule an informal get-together with the parties involved (or act as go-between, if that is more appropriate).  It is the mediators role to ensure that all involved feel safe, feel heard, and are able to say their peace.  No one should feel attacked during the mediation get-together. More details on this are given below (&#039;&#039;please see [[Mediation#Specific_process_for_mediators|Specific process for mediators]]&#039;&#039;). &lt;br /&gt;
&lt;br /&gt;
In past years, disagreements between people have been resolved through mediation -- even when it appeared to all those involved that the situation was intractable. &lt;br /&gt;
&lt;br /&gt;
The following people have at some time or another over the last several years volunteered to help mediate conflicts and provide a sounding board and guidance for people who are experiencing troublesome interpersonal interactions.&lt;br /&gt;
&lt;br /&gt;
* [[User:maltman23|Mitch]]&lt;br /&gt;
* [[User:bfb|Kevin]]&lt;br /&gt;
* [[User:Lxpk|Alex]]&lt;br /&gt;
* [[User:Tdfischer|Torrie]]&lt;br /&gt;
* [[User:Patrickod|Patrick]]&lt;br /&gt;
* [[User:Fineline|Steve]]&lt;br /&gt;
* [[User:Tman66|J]]&lt;br /&gt;
* [[User:Ruthgrace|Ruth Grace Wong]]&lt;br /&gt;
&lt;br /&gt;
Feel free to contact any of the above people if you would like help in mediating any problems.  Also, feel free to ask others to mediate for you, as the above volunteers are not an exclusive list.&lt;br /&gt;
&lt;br /&gt;
Noisebridge operates by anarchic chaos, by do-ocracy, and, like all organizations, through a healthy serving of precedent.  There are no rules for how this process should work, but we have some suggestions:&lt;br /&gt;
&lt;br /&gt;
==General process:==&lt;br /&gt;
===Mediation:===&lt;br /&gt;
&lt;br /&gt;
Mediators can actively mediate a discussion between the individuals having conflict, or talk to one individual as a proxy for the other. &lt;br /&gt;
&lt;br /&gt;
===Mindfulness towards Escalation:===&lt;br /&gt;
&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 calm 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 calling a meeting of the Safe Space Working Group for discussion.&lt;br /&gt;
&lt;br /&gt;
===Advocate:===&lt;br /&gt;
&lt;br /&gt;
Before a problem with an individual is brought to a Safe Space Working Group, someone must step forward to act as an advocate for the individual, even if that individual happens to be widely disliked. It is all too easy for conflict to prod people into acting in ways that they later regret.  There are sufficient people around the Space who are willing to act as advocates (see above list of mediator volunteers on this wiki page).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Discussing personal conflicts at the larger group level is not really considered all that excellent. On the other hand, a small supportive group environment more specifically committed to calm discussion and de-escalation &#039;&#039;&#039;can&#039;&#039;&#039; help defuse a problematic situation.  Mediation and the Safe Space Working Group are resources available for use when needed. &lt;br /&gt;
&lt;br /&gt;
If you try to follow these suggestions, that would be totally excellent. &lt;br /&gt;
&lt;br /&gt;
==Specific process for mediators==&lt;br /&gt;
&lt;br /&gt;
First, talk to the person(s) who asked you to mediate to find out more about the conflict.&lt;br /&gt;
&lt;br /&gt;
Next step is to either calmly discuss the issue with the second party as a proxy or to enter a calm, mediated discussion between the two individuals in conflict.  &lt;br /&gt;
&lt;br /&gt;
Mediated discussion between individuals can be casual or very structured, depending on the tenor of the disagreement.  One method that works in extreme cases is to sit down with both parties but ask them to only speak to you, not to each other, during the first part of the mediation.  This helps each party to feel like their version of events is being heard.  After you feel like you have both sides of the story, the conflicting parties should spend some time mirroring each other&#039;s feelings - in a structured way, taking turns restating the other person&#039;s concerns or position in their own words.  Only after this point should the conflicting parties move towards actual dialogue.&lt;br /&gt;
&lt;br /&gt;
At this point, also, it is important that mediators take some time outside of this process to tactfully ask around and find out if this is an isolated conflict or a more generalized problem in the community.&lt;br /&gt;
&lt;br /&gt;
If this mediation is not successful, not embraced by one of the conflicting parties, or is partially successful but the mediator&#039;s research indicates that this may be part of a pattern of behavior, the mediator is encouraged to ensure there is an advocate for everyone involved, and to call for a Safe Space Working Group to discuss the issues.&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Intro_Poster&amp;diff=63435</id>
		<title>Intro Poster</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Intro_Poster&amp;diff=63435"/>
		<updated>2018-01-02T06:10:05Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63432 by مەخمۇت, مەھمۇت (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Intro Poster created as an Orientation Packet:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Noisebridge Orientation Packet&amp;lt;br /&amp;gt;&lt;br /&gt;
https://noisebridge.net&amp;lt;br /&amp;gt;&lt;br /&gt;
2169 Mission St., 3rd floor&amp;lt;br /&amp;gt;&lt;br /&gt;
San Francisco, CA 94110-1219&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Noisebridge&#039;&#039;&#039; is a physical space open and welcoming to everyone, providing infrastructure and collaboration opportunities for any of the above interested in programming, hardware, crafts, science, robotics, art, and technology.  We teach, we learn, we share. With no leaders, we have typically promoted a single overriding rule: &amp;quot;Be excellent to each other&amp;quot;.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;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;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; No. Noisebridge runs off of one-time and monthly donations. If you use the space, please consider donating when you visit, or setting up a regular monthly donation. Read more about how to [https://noisebridge.net/wiki/Access Access] the space&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 and planning purposes although anyone who might consider getting more involved with Noisebridge is definitely encouraged to attend these.&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;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;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 &#039;&#039;&#039;open space&#039;&#039;&#039; and the equipment (unless otherwise marked) is generally free to 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 significant space available as a community resource for properly validated individuals and organizations to use -- &#039;&#039;&#039;please use it&#039;&#039;&#039;!&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; A good response to this and similar questions can be found within our [[Guidelines]]. Noisebridge is not a good place to leave large projects for extended periods, as many people use the space every day. Use your judgment when leaving valuables here. Noisebridge is not responsible for lost or stolen items. Please label your items left here with your name, email, and the date.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Talk:Noisebridge_Space_Program/FundraisingCall&amp;diff=63434</id>
		<title>Talk:Noisebridge Space Program/FundraisingCall</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Talk:Noisebridge_Space_Program/FundraisingCall&amp;diff=63434"/>
		<updated>2018-01-02T06:09:36Z</updated>

		<summary type="html">&lt;p&gt;🐼: spam&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Template:FrontPageBoxes&amp;diff=63371</id>
		<title>Template:FrontPageBoxes</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Template:FrontPageBoxes&amp;diff=63371"/>
		<updated>2017-12-31T22:26:12Z</updated>

		<summary type="html">&lt;p&gt;🐼: claifying &amp;quot;hours&amp;quot; a bit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- TRIPLE BOXES --&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;front-page-box__container&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;front-page-box front-page-box--three front-page-box--goto-2169&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 class=&amp;quot;front-page-box__heading&amp;quot;&amp;gt;[[Getting Here|Goto 2169]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
We&#039;re located at:&amp;lt;br&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;[[Getting Here|2169 Mission St]], San Francisco&#039;&#039;&#039;&amp;lt;br&amp;gt;[http://www.openstreetmap.org/?mlat=37.762352&amp;amp;mlon=-122.419372&amp;amp;zoom=16 OpenStreetMap] - [http://maps.google.com/?q=2169+Mission+Street,+94110 Google Maps]&amp;lt;br&amp;gt;2 blocks South of [[Getting_Here#Getting_Here_by_BART | 16th &amp;amp; Mission BART]]&amp;lt;/center&amp;gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;[[Getting_In | How to get into the space]]&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;[[Visitor advice]]&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;front-page-box__spacer&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;front-page-box front-page-box--three front-page-box--get-involved&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 class=&amp;quot;front-page-box__heading&amp;quot;&amp;gt;[[:Category:Events|Get Involved]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;[[Resources|What we offer]]&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;[[:Category:Events|Events and classes]]&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;[[Hosting an Event|Host an event]]&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&#039;&#039;&#039;[[Mailinglist|&amp;lt;span style=&amp;quot;text-decoration: underline&amp;quot;&amp;gt;Join one of our mailing lists&amp;lt;/span&amp;gt;]]&#039;&#039;&#039;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;[[How_to_join_Noisebridge | Join our community]]  &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;[[Manual|The Noisebridge Manual]]&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;front-page-box__spacer&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;front-page-box front-page-box--three front-page-box--help-out&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 class=&amp;quot;front-page-box__heading&amp;quot;&amp;gt;[[Donate or Pay Dues|Help Out]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;[[Donate or Pay Dues|Make a monthly donation]]!&amp;lt;small&amp;gt;&amp;lt;br&amp;gt;[https://www.paypal.com/subscriptions/business=treasurer@noisebridge.net&amp;amp;item_name=Noisebridge%20Monthly%20Donation%20%28Affiliate%20Member%29&amp;amp;cy_code=USD&amp;amp;a3=10&amp;amp;p3=1&amp;amp;t3=M&amp;amp;src=1 $10/mo] [https://www.paypal.com/subscriptions/business=treasurer@noisebridge.net&amp;amp;item_name=Noisebridge%20Monthly%20Donation%20%28Affiliate%20Member%29&amp;amp;cy_code=USD&amp;amp;a3=20&amp;amp;p3=1&amp;amp;t3=M&amp;amp;src=1 $20/mo][https://www.paypal.com/subscriptions/business=treasurer@noisebridge.net&amp;amp;item_name=Noisebridge%20Monthly%20Donation%20%28Affiliate%20Hacker%29&amp;amp;cy_code=USD&amp;amp;a3=40&amp;amp;p3=1&amp;amp;t3=M&amp;amp;src=1 $40/mo][https://www.paypal.com/subscriptions/business=treasurer@noisebridge.net&amp;amp;item_name=Noisebridge%20Monthly%20Donation%20%28Affiliate%29&amp;amp;cy_code=USD&amp;amp;a3=80&amp;amp;p3=1&amp;amp;t3=M&amp;amp;src=1 $80/mo]&amp;lt;/small&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;[[Membership|Become a member]]! [[Membership/FAQ|FAQ]]!&amp;lt;small&amp;gt;&amp;lt;br&amp;gt;Pay monthly sub: [https://www.paypal.com/subscriptions/business=treasurer@noisebridge.net&amp;amp;item_name=Noisebridge%20Monthly%20Dues%20%28Starving%20Hacker%29&amp;amp;cy_code=USD&amp;amp;a3=40&amp;amp;p3=1&amp;amp;t3=M&amp;amp;src=1 $40/mo] [https://www.paypal.com/subscriptions/business=treasurer@noisebridge.net&amp;amp;item_name=Noisebridge%20Monthly%20Dues%20%28Standard%29&amp;amp;cy_code=USD&amp;amp;a3=80&amp;amp;p3=1&amp;amp;t3=M&amp;amp;src=1 $80/mo] [https://www.paypal.com/subscriptions/business=treasurer@noisebridge.net&amp;amp;item_name=Noisebridge%20Monthly%20Dues%20%28Doing%20well%29&amp;amp;cy_code=USD&amp;amp;a3=160&amp;amp;p3=1&amp;amp;t3=M&amp;amp;src=1 $160/mo]&amp;lt;/small&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;[[Donate or Pay Dues|&#039;&#039;&#039;&amp;lt;span style=&amp;quot;text-decoration: underline&amp;quot;&amp;gt;Other ways to donate!&amp;lt;/span&amp;gt;&#039;&#039;&#039;]]&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;front-page-box front-page-box--single cf&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.4em;padding-top:0; font-size: 1.4em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;Come and Create With Us!&amp;lt;/div&amp;gt;&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; margin-left: 10px; text-align: center; position: relative;&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:QuickTourOfNoisebridge2.png|200px|link=https://www.youtube.com/watch?v=6Yv4iIPQHZ8]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: absolute; top: 0; width: 100%;&amp;quot;&amp;gt;[[Image:Video-play-overlay.png|200px|link=https://www.youtube.com/watch?v=6Yv4iIPQHZ8]]&amp;lt;/div&amp;gt;&lt;br /&gt;
[http://www.youtube.com/watch?v=wamwklXWK4M Video: Quick Tour of Noisebridge]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; margin-left: 10px; text-align: center; position: relative;&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:ScienceOnTheSpotNoisebridge.png|200px|link=http://www.youtube.com/watch?v=wamwklXWK4M]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: absolute; top: 0; width: 100%;&amp;quot;&amp;gt;[[Image:Video-play-overlay.png|200px|link=http://www.youtube.com/watch?v=wamwklXWK4M]]&amp;lt;/div&amp;gt;&lt;br /&gt;
[http://www.youtube.com/watch?v=wamwklXWK4M Video: What is Noisebridge]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Our [[Maps of 2169 Mission|5,200 square-foot space (483m&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;)]] contains an [[Electronics_Lab|electronics lab]], [[Shop|machine/wood shop]], [[Sewing|sewing/crafting supplies]], [[Classrooms|two classrooms]], [[Conference_Area|conference area]], and [[library|library]]. [[Diversity|Everyone]] is welcome to use [[Resources|our many resources]].  Find others to create with, help with your projects &amp;amp; help others with their projects.  Learn, teach, share.  Come to Noisebridge and create!&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Noisebridge is &#039;&#039;&#039;as open as possible&#039;&#039;&#039;. Typical &amp;quot;open hours&amp;quot; are from [[Hours|11:00am-10:00pm]], however this varies greatly depending on scheduled events and who is using the space on any given day. New visitors are welcome any time (all ages, all skill levels), as long as someone is in the space and able to answer the door. During scheduled events we are more likely to have volunteers available to show you around and make introductions.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Hours&amp;diff=63370</id>
		<title>Hours</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Hours&amp;diff=63370"/>
		<updated>2017-12-31T22:13:17Z</updated>

		<summary type="html">&lt;p&gt;🐼: /* Noisebridge Hours Frequently Asked Questions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Noisebridge Hours Frequently Asked Questions ==&lt;br /&gt;
&lt;br /&gt;
The answer to the question &amp;quot;when is Noisebridge open?&amp;quot; is somewhat complicated.  The short answer is that it&#039;s almost always open, but new people shouldn&#039;t drop by in the middle of the night since there&#039;s only a few people around to make introductions.  The long answer is best given in the form of a conversation much like this one:&lt;br /&gt;
&lt;br /&gt;
Q: When is Noisebridge open?&lt;br /&gt;
&lt;br /&gt;
A: Noisebridge is as open as possible. Access is generally available from 11am to 10pm, either by having an [[RFID_Token|access token]], or someone else being present to greet visitors. During events, we’re more likely to have volunteers to show you around and make introductions.&lt;br /&gt;
&lt;br /&gt;
Q: I can come use the tools there during that time?&lt;br /&gt;
&lt;br /&gt;
A: If you know how to [[Getting In|get in]], yes.&lt;br /&gt;
&lt;br /&gt;
Q: Aren&#039;t you worried about people coming in and ripping off your tools?&lt;br /&gt;
&lt;br /&gt;
A: That would be unexcellent of them, and the people in the space would do something about it if they saw it happen.&lt;br /&gt;
&lt;br /&gt;
Q: What people?&lt;br /&gt;
&lt;br /&gt;
A: Whoever is at Noisebridge.&lt;br /&gt;
&lt;br /&gt;
Q: There&#039;s someone at Noisebridge all the time?&lt;br /&gt;
&lt;br /&gt;
A: Almost always, yes.&lt;br /&gt;
&lt;br /&gt;
Q: Do they work for Noisebridge?&lt;br /&gt;
&lt;br /&gt;
A: No.  Noisebridge doesn&#039;t have any employees.  Only volunteers.&lt;br /&gt;
&lt;br /&gt;
Q: Do they live at Noisebridge?&lt;br /&gt;
&lt;br /&gt;
A: No.  Noisebridge isn&#039;t zoned for residential use and no one lives at the space.&lt;br /&gt;
&lt;br /&gt;
Q: Then why are there always people at Noisebridge?&lt;br /&gt;
&lt;br /&gt;
A: The many people who use Noisebridge have different sleeping habits, and it just so happens that there&#039;s almost always someone there working on something.&lt;br /&gt;
&lt;br /&gt;
Q: Who&#039;s in charge then?&lt;br /&gt;
&lt;br /&gt;
A: No one in particular.&lt;br /&gt;
&lt;br /&gt;
Q: Then why hasn&#039;t it burnt down?&lt;br /&gt;
&lt;br /&gt;
A: Because someone would notice the fire, put it out, and then the arsonist would get kicked out of the space permanently.  We would then have a lively debate amongst ourselves about the merits of fire art and freedom of expression.&lt;br /&gt;
&lt;br /&gt;
Q: But I thought you said no one is in charge?&lt;br /&gt;
&lt;br /&gt;
A: Everyone who visits Noisebridge is expected to do their part in keeping the space safe, including doing whatever it takes to make sure the building doesn&#039;t burn down.  That includes you.&lt;br /&gt;
&lt;br /&gt;
Q: So I&#039;m in charge?&lt;br /&gt;
&lt;br /&gt;
A: No, you&#039;re merely expected to do something about someone trying to light the building on fire.  &lt;br /&gt;
&lt;br /&gt;
Q: But what if the person who is lighting the building on fire is saying the fire is necessary to keep the space safe?&lt;br /&gt;
&lt;br /&gt;
A: That&#039;s ridiculous.  If you think about it, there is no circumstance in which burning the building down will improve Noisebridge in any way.  Therefore, the person setting the fire is wrong and you can ignore him or her.&lt;br /&gt;
&lt;br /&gt;
Q: Ok, then who sets the hours for Noisebridge?&lt;br /&gt;
&lt;br /&gt;
A: The people who are at Noisebridge.  The collective action of everyone at the space sets a precedent and creates behavioral inertia, but no one person specifically does so.&lt;br /&gt;
&lt;br /&gt;
Q: Does that include me?&lt;br /&gt;
&lt;br /&gt;
A: Yes.  By participating in our community, your actions help decide what direction Noisebridge will go in.  This includes introducing other new people to the space and showing them what you know.  This concludes this long-winded explanation.&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Category:Events&amp;diff=63369</id>
		<title>Category:Events</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Category:Events&amp;diff=63369"/>
		<updated>2017-12-31T22:03:10Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63360 by LovelyVivian (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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;
= &#039;&#039;&#039;&#039;&#039;THIS EVENTS LISTING MAY BE OUT OF DATE, PLEASE ALSO CHECK OUR MEETUP PAGE&#039;&#039;&#039;&#039;&#039; =&lt;br /&gt;
&lt;br /&gt;
Please check our [https://www.meetup.com/noisebridge/ Noisebridge Meetup page &amp;lt;https://www.meetup.com/noisebridge/&amp;gt;] for additional events at Noisebridge. &lt;br /&gt;
&lt;br /&gt;
=Event Calendar=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Not all events make it onto this calendar.&#039;&#039;&#039;  And some of the listings here may be out of date.&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Many events only make it to the [https://www.noisebridge.net/pipermail/noisebridge-discuss/ Discussion] or [https://www.noisebridge.net/pipermail/noisebridge-announce/ Announcements] mailing lists, [[IRC]], our &#039;&#039;&#039;[https://www.meetup.com/noisebridge/ Noisebridge Meetup page &amp;lt;https://www.meetup.com/noisebridge&amp;gt;]&#039;&#039;&#039;, or in person at [[Meetings | 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 eventSs just arise organically from the bottom up!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Want to host your event at Noisebridge?&#039;&#039;&#039; We like seeing classes and talks on interesting things pertaining to various subjects of hacking. Most of all, we like seeing familiar faces. Please participate in the space and our [[Meetings|weekly Tuesday meetings]] to see if we&#039;re the right audience for what you want to share before announcing a new event. Additionally, please see our [[Hosting an Event|events hosting page]] for suggestions on how to use Noisebridge for your event/class/workshop.&lt;br /&gt;
&amp;lt;!-- Items inside this &amp;quot;onlyinclude&amp;quot; tag will be pushed to the main page --&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&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;
&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&lt;br /&gt;
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!&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.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- &#039;&#039;None listed at present.&#039;&#039; --&amp;gt;&lt;br /&gt;
&amp;lt;!-- &#039;&#039;&#039;No more Upcoming Events for the rest of the month of ________&#039;&#039;&#039; --&amp;gt;&lt;br /&gt;
&amp;lt;!-- &#039;&#039;&#039;No more Upcoming Events until after ________&#039;&#039;&#039; --&amp;gt;&lt;br /&gt;
&amp;lt;!-- &#039;&#039;&#039;No &#039;&#039;weekday&#039;&#039; Upcoming Events currently listed for the month of February&#039;&#039;&#039;--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{event&lt;br /&gt;
|time         = Thursday, January 18th, 2018, 8:00pm&lt;br /&gt;
|title        = Five Minutes of Fame 2018 01 18&lt;br /&gt;
|description  = &amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;color:#cc34c3; font-size: 1.5em;&amp;quot;&amp;gt;Noisebridge&#039;s longest running event, 5MoF returns for 2018 with lightning style talks.&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;recurring-events&amp;quot;&amp;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;
&amp;lt;!-- 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;
&lt;br /&gt;
Please refrain from deleting others&#039; classes without first getting agreement.&amp;lt;br&amp;gt; You may do thPut lights on your bike and then we roll out to SF Bike Party. Introductory session.is 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.&lt;br /&gt;
&lt;br /&gt;
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&lt;br /&gt;
&lt;br /&gt;
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!&lt;br /&gt;
Large turnout events should be written in &#039;&#039;&#039;bold&#039;&#039;&#039;--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Template:Recurring}} - Every week.&amp;lt;br&amp;gt;&lt;br /&gt;
{{Template:RecurringNumbered|1st}} - Certain weeks, e.g. 1st week only.&amp;lt;br&amp;gt;&lt;br /&gt;
{{Template:RecurringException|-2nd}} - Except certain weeks, or other schedule exceptions.&lt;br /&gt;
&lt;br /&gt;
==== Mondays ====&lt;br /&gt;
* {{Template:Recurring}} &#039;&#039;&#039;[[House_Keeping#Trash_and_Recycling|Take Out the Trash Night]]&#039;&#039;&#039; -  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;
* {{Template:RecurringNumbered|2nd}} &#039;&#039;&#039;6:00pm to 8:00 pm [[Make:SF Project Build]] &#039;&#039;&#039;  Hello Makers, We continue our maker journey and our December MeetUp will be at the historic NoiseBridge! We&#039;ll have our usual selection of projects. Each one is merely $10, and you take it home with you after you build it with our gear. December we have an additional food project. If you have your own project or idea, bring it! First timers and skilled makers come to this meetup and its always fun and informative. RSVP to our Meetup page and I will connect you with the info on how you too can be excellent at NoiseBridge. [https://www.meetup.com/makesf/events/243529490/] Mondays are very busy at NoiseBridge. We predict you will return to NoiseBridge soon for their classes. Diana 271-4286.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* {{Template:Recurring}} &#039;&#039;&#039;7:00 pm to 9:00 pm [[Circuit Hacking Mondays]] NOTE: CHM WILL BE ON BREAK FROM 12-18-17 to 1-1-18 &#039;&#039;&#039;  Learn to solder! And make cool things with electronics. [[User:maltman23|Mitch]], [[User:Tman66|J]], Rolf, [[User:Miloh|Miloh]], [[User:Cedric|Cedric]], Cheng, Greg, and/or a host of 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 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.&lt;br /&gt;
&lt;br /&gt;
* {{Template:Recurring}} 7:00 pm to 9:00 pm &#039;&#039;&#039;[[PyClass|Intermediate Python with PyClass]]&#039;&#039;&#039; - Crash course in the Python standard library. Monday session is held in Church Classroom.&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;Super&#039;&#039; Tuesdays! ====&lt;br /&gt;
&lt;br /&gt;
* {{Template:Recurring}} &#039;&#039;&#039;8:30 pm to 11:30 pm [[Gamebridge|Gamebridge Unityversity Game Dev Tuesdays]]&#039;&#039;&#039; - Beginner-friendly game development class and meetup, learn and share C# Unity coding, 2D/3D art, design, writing and audio. Learn how to mentor and help teach game dev. ([[Noise Square Table]]).&lt;br /&gt;
* {{Template:Recurring}} &#039;&#039;&#039;8: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;
*{{Template:RecurringNumbered|1st}} {{Template:RecurringNumbered|3rd}} &#039;&#039;&#039;11am to 6pm [[freeCodeCamp|freeCodeCamp Workshop]]&#039;&#039;&#039; - Come code with us! Learn full stack web development with JavaScript, HTML, CSS. Everyone is welcome!&lt;br /&gt;
&lt;br /&gt;
==== Wednesdays ====&lt;br /&gt;
* {{Template:RecurringNumbered|2nd, 4th}} Wednesday - 7:00 pm to 9:00 pm Crypto Builder&#039;s Meetup -- Join up for casual lightning talks and hacking on crypto/blockchain/decentralization in the Hackatorium. For Crypto Builder&#039;s Meetup on December 6th, the even will not be taking place at Noisebridge, but instead Digital Garage. For more information visit: https://www.meetup.com/sfhackdays/events/245397417/&lt;br /&gt;
* {{Template:RecurringNumbered|1st}} {{Template:RecurringNumbered|3rd}} {{Template:RecurringNumbered|5th}}  8:30 pm to 10:30pm pm [[FUN Tutoring]] in [[Church]] or [[CollaborationStation]]s Meetup!    - Join up for casual lightning talks aSnd hacking on crypto/blockchain/decentralized in the Hackatorium.&lt;br /&gt;
* {{Template:Recurring}} 8:00 pm to 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;
* {{Template:RecurringNumbered|1st,3rd}} 8:00 pm to 9:00 pm Haskell Class in [[Church]].&lt;br /&gt;
&lt;br /&gt;
==== Thursdays ====&lt;br /&gt;
* {{Template:Recurring}} [[House_Keeping#Trash_and_Recycling|Trash Night -- Round Two]]  - Take out the trash for Friday morning! Do it by midnight as truck comes ~1:30am to 2:30am.&lt;br /&gt;
* {{Template:Recurring}} &#039;&#039;&#039;8:00 pm to 9:00pm [[Five Minutes of Fame]]&#039;&#039;&#039; a.k.a. 5MoF - Ten 5min talks in an hour, on any topic! Small 5MoFs every Thursday-ish, bigger ones on the 3rd Thursday of the month. &lt;br /&gt;
* {{Template:RecurringNumbered|biweekly}} 7:00 pm to 8:30 pm Laser Safety Training every other Thursday evening. [http://www.meetup.com/noisebridge/ RSVP on meetup.com]&lt;br /&gt;
* {{Template:Recurring}} 7:00 pm to 9:00 pm Math class in [[Turing]]! Right now we&#039;re proving our way through Munkres&#039;s &#039;&#039;Topology&#039;&#039;. &lt;br /&gt;
&amp;lt;!--* {{Template:RecurringNumbered|1st}} {{Template:RecurringNumbered|3rd}} 7 pm [[STEAM Education]] meeting on developing a program to integrate hacker/makerspaces in both schools and libraries.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Fridays ====&lt;br /&gt;
&lt;br /&gt;
* {{Template:RecurringNumbered|3rd}} [[Noisebridge Gaming Archivists]] Meetup 6:00 pm to 10:00 pm -- Come play, fix, mod retro consoles. Create and play is our motto! If you like video games, this is the place for you.&lt;br /&gt;
* {{Template:RecurringNumbered|1st}} {{Template:RecurringNumbered|3rd}} {{Template:RecurringNumbered|5th}} 7:00 pm to 8:30 pm [[Computerology]] (The study of computers, or any kind of work with computers; computing.) in [[Church]] or  [[CollaborationStation]].&lt;br /&gt;
* {{Template:RecurringNumbered|1st}} {{Template:RecurringNumbered|3rd}} {{Template:RecurringNumbered|5th}}  8:30 pm to 10:30pm pm [[FUN Tutoring]] in [[Church]] or [[CollaborationStation]]&lt;br /&gt;
&lt;br /&gt;
==== Saturdays ====&lt;br /&gt;
* {{Template:Recurring}} 4:00 pm to 10:00 pm - Privacy hackathon! Developers, designers, activists, journalists, and concerned citizens are all welcome to join us every Saturday at Noisebridge (at the tables in the back) to help contribute to free, open source, privacy-enhancing softwar8:00 pm to 10:00e that the world desperately needs. Brought to you by the [https://www.meetup.com/Cypherpunks-Write-Code/ Cypherpunks Write Code] meetup group &amp;lt;-- you can RSVP here. Edward Snowden risked everything to teach us how badly new privacy-enhancing software needs to exist. [https://www.meetup.com/Cypherpunks-Write-Code/ Let&#039;s make it happen!]&lt;br /&gt;
&lt;br /&gt;
==== Sundays ====&lt;br /&gt;
* {{Template:Recurring}} 11:00 am to 1:00 pm [[Sunday Morning iOS Peer Lab Meetup]] - iOS Meetup for people want to hack together. Feel free to do whatever you want: work on your project, ask and teach each other,  have a chat with folks.&lt;br /&gt;
* {{Template:RecurringException|alternating monthly}} 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 [httpsS://groups.google.com/forum/#!forum/tooolsf TOOOL SF announcement list] for details.&lt;br /&gt;
* {{Template:Recurring}} 2:00 pm to 5:00 pm [[Hack Days]] - We&#039;re getting together every Sunday and working on stuff together! (Bots/Robotics/Cybernetics/AI/ML/Crypto/Infrastructure/Dapps/etc). We&#039;re all about learning, sharing, and building together.  [[church]] Bring what you&#039;re working on, or at least a healthy appetite to learn and share. All-in-all this will be a space to philosophize and dream as much as practice, hack, and publish. :)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
* 20:00 - 22:00 [[Noise~_Wednesday | Noise~ Wed]] - Graphical media programming with Max/MSP/Jitter&lt;br /&gt;
* 19:00 [[Tahoe-LAFS]] - Occasional meetup of users and/or developers of the Least Authority File System.&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;
* {{Template:Recurring}} &#039;&#039;&#039;5:00 pm to 7:30 pm [[Songbridge|Songbridge Music Making Tuesdays]]&#039;&#039;&#039; - Beginner-friendly music making and mentoring meetup with Ableton/GarageBand/Logic tutorials for beginners and peer collabs. ([[Noise Square Table]]).&lt;br /&gt;
&lt;br /&gt;
OrphanSed as of 2017-10-31:&lt;br /&gt;
* (Wednesday) {{Template:Recurring}} 2:00 pm to 3:30 pm Build a Solar Lab Kit with SpyCamp - Starting June 14th to August 16th, at 2:00pm sharp Natalie (errcat) will be leading a solar charger kit lab for kids! Friends and family are invited to come with their kids and build a solar charger along side kids from SpyCamp. Kits are sold at the door for 20 dollars for whoever wishes to participate (5 dollars from each kit are donated to Noisebridge).&lt;br /&gt;
* (Wednesday)  {{Template:RecurringException|alternating monthly}} 6:30 pm to 9:30 pm - &#039;&#039;&#039;[[Cyberspectrum|Cyberspectrum: Software Defined Radio Meetup]]&#039;&#039;&#039; in the Hackatorium(&#039;&#039;new&#039;&#039;): A place to learn and exchange ideas about SDR. Presentations on concepts, mystery signals, hardware/software and cool applications. Event alternates monthly between SF and the South Bay.&lt;br /&gt;
* (Wednesday)  {{Template:RecurringNumbered|1st}} Wednesday of every month, 7:30-9. &#039;&#039;&#039;[[with Software; Art()]]&#039;&#039;&#039;  Present your personal and expressive art made with software/hardware of your own making and get feedback and critical dialogue from fellow artist/technologists. ON HIATUS TILL OCTOBER! [Last updated August 2, 201S7].&lt;br /&gt;
* (Wednesday)  {{Template:Recurring}} 7:30 pm to 9:00 pm  - Career Change: How to kickstart your new career in web development&lt;br /&gt;
* (Thursday) {{Template:Recurring}} 7:30 pm to 10:00 pm The [[Go]] group meets up on Wednesdays and Thursdays to play.&lt;br /&gt;
* (Sunday) {{Template:Recurring}} 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;
* (Sunday) {{Template:Recurring}} 12:00 pm to 4:00 pm .impact Workathons in Turing classrom. Work on projects that will help humanity &amp;amp; beyond.&lt;br /&gt;
&lt;br /&gt;
=== Proposed Future Events and Classes === &lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Audio Show and Tell]] Let&#039;s meetup this November 19th, Sunday at noon in the Hackitorium to share our audio projects for an hour! Bring your project/art, hardware or software ...if interested contact and confirm you can attend michael@kzsu.stanford.edu&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 SHUGEEach 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/electSrical-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 loud With 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]]Turing&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.g. Cantonese) 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-Butt-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;
===2016===&lt;br /&gt;
{{event&lt;br /&gt;
|time         = Saturday, June 18th, 2016, 1pm&lt;br /&gt;
|title        = Noisebridge picnic-potluck gathering 1pm-3pm&lt;br /&gt;
|description  = Bring #{food, drink} whatever you want to share, potluck style! All Noisebridge folks and friends are welcome! Let&#039;s leave from NB 15min before or meet under the palm trees, South-East corner of Dolores Park near the Playground (20th &amp;amp; Church) in San Francisco, CA 94114: https://goo.gl/maps/8jmcnCMayoD2&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{{event&lt;br /&gt;
|time         = Saturday, May 28th, 2016, 1pm&lt;br /&gt;
|title        = Noisebridge picnic-potluck gathering 1pm-3pm&lt;br /&gt;
|description  = Bring #{food, drink} whatever you want to share, potluck style! All Noisebridge folks and friends are welcome! Let&#039;s meet under the palm trees, South-East corner of Dolores Park near the Playground (20th &amp;amp; Church) in San Francisco, CA 94114: https://goo.gl/maps/8jmcnCMayoD2&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{{event&lt;br /&gt;
|time         = Thursday, February 25th, 2016, 7pm&lt;br /&gt;
|title        = SF Amateur Mathematicians&lt;br /&gt;
|description  = Differential Geometry and Wide-Angle Photography with Chad Fong. In Church Room. See [http://www.meetup.com/SF-Amateur-Mathematicians/events/228761849/ Meetup page]. SF Amateur Mathematicians is a math club open to everyone interested in learning more about math. Topics and talks generally assume some collegiate mathematical background.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{{event&lt;br /&gt;
|time         = Sunday, February 7th, 2016, 11:00am&lt;br /&gt;
|title        = HackTheLeft&lt;br /&gt;
|description  = &amp;lt;br&amp;gt;[[HackTheLeft|Hack the Left]] is an &#039;&#039;anticapitalist&#039;&#039; hackathon, going on for the entire long weekend of February 5th-7th at Noisebridge.  This is an experiment to see what happens when you get a bunch of leftists in a room for a weekend with the intention to advance liberatory and &#039;&#039;anticapitalist&#039;&#039; projects using technology. This includes software projects like Tor and Signal, art projects like the Anti-Eviction Mapping Project and Men in Grey, hardware projects like mesh networks and signal jammers, and tools for rad organizations like Anti Police-Crimethink Project and Food Not Bombs. It&#039;s clear that there&#039;s a huge amount of opportunity for liberatory technology. It&#039;s up to us to build it.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Hackathon participants should be able to get into Noisebridge by [[Hours | its 11:00 AM opening hour]], if not earlier, for both weekend days.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===2014===&lt;br /&gt;
*{{event&lt;br /&gt;
|time         = Sunday, September 23, 5:00pm&lt;br /&gt;
|title        = How to Start a Startup MOOC Lecture Viewings&lt;br /&gt;
|description  = We would get together to watch the lectures together and conduct discussion and networking afterwards. http://startupclass.samaltman.com/&lt;br /&gt;
|}}&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 brinunderstanding and using computersging 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,understanding and using computers 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 w8:00 pm to 10:00hen 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>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Template:RecurringNumbered&amp;diff=63368</id>
		<title>Template:RecurringNumbered</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Template:RecurringNumbered&amp;diff=63368"/>
		<updated>2017-12-31T22:02:50Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63361 by LovelyVivian (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span class=&amp;quot;recurring recurring--numbered&amp;quot; title=&amp;quot;Every {{{1}}} week per month&amp;quot;&amp;gt;{{{1}}}&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Template:RecurringException&amp;diff=63367</id>
		<title>Template:RecurringException</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Template:RecurringException&amp;diff=63367"/>
		<updated>2017-12-31T22:02:37Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63362 by LovelyVivian (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span class=&amp;quot;recurring recurring--exception&amp;quot; title=&amp;quot;Schedule exception&amp;quot;&amp;gt;{{{1}}}&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Template:Recurring&amp;diff=63366</id>
		<title>Template:Recurring</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Template:Recurring&amp;diff=63366"/>
		<updated>2017-12-31T22:02:04Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63363 by LovelyVivian (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span class=&amp;quot;recurring&amp;quot; title=&amp;quot;Every week&amp;quot;&amp;gt;E&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Template:Event&amp;diff=63365</id>
		<title>Template:Event</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Template:Event&amp;diff=63365"/>
		<updated>2017-12-31T22:01:29Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63364 by LovelyVivian (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
If you use this template when listing events on the wiki, [http://microformats.org/wiki/hcalendar hcalendar] markup will be generated which will allow some calendar software to do useful things with the data!&lt;br /&gt;
&lt;br /&gt;
This is a work in progress. You maybe shouldn&#039;t use this template yet. Feel free to improve it, though!&lt;br /&gt;
&lt;br /&gt;
So far I&#039;ve only applied the template to upcoming non-recurring events. [[User:Leif|Leif]] ([[User talk:Leif|talk]]) 04:57, 16 June 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Example usage ===&lt;br /&gt;
Here is an example of how it can be used:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{event&lt;br /&gt;
|title=Event name&lt;br /&gt;
|description=event description&lt;br /&gt;
|time=1970-01-01 12:00:00&lt;br /&gt;
|}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
* http://microformats.org/wiki/hcalendar&lt;br /&gt;
* http://microformats.org/wiki/validators&lt;br /&gt;
* https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions#.23time&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot; style=&amp;quot;display:none&amp;quot;&amp;gt;{{#time: c|{{{time}}} America/Los_Angeles}}&amp;lt;/span&amp;gt;&#039;&#039;&#039;{{#time: l, F j, H:i|{{{time}}}}}&#039;&#039;&#039;: [[{{{title}}}|&amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;{{{title}}}&amp;lt;/span&amp;gt;]], &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;{{{description}}}&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Template:FrontPageHeader&amp;diff=63332</id>
		<title>Template:FrontPageHeader</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Template:FrontPageHeader&amp;diff=63332"/>
		<updated>2017-12-31T00:59:31Z</updated>

		<summary type="html">&lt;p&gt;🐼: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- SINGLE BOX --&amp;gt;&amp;lt;div class=&amp;quot;front-page-box front-page-box--single&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.4em;padding-top:0; font-size: 1.4em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;Programming • Hardware • 3D Printing • Woodworking • Art • Science • Craft • Robotics • Security • Sewing&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.4em;padding-top:0; font-size: 1.4em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;&lt;br /&gt;
[[FundraisingCall|We are raising funds! Our landlord is not renewing our lease and we are raising funds so we can move. Please spread the word.]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; margin-left: 10px; text-align: center; position: relative;&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:Red-Donate-button.png|200px|link=https://donate.noisebridge.net]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;[[About|We are Noisebridge]].&amp;lt;/strong&amp;gt; Noisebridge is a [http://hackerspaces.org/ hackerspace] for technical-creative projects, [[Do-ocracy|doocratically]] run by everyone.  We are [[Incorporation|a non-profit educational institution]] intended for public benefit. We have a 5,200 square-foot space located in the heart of San Francisco.  We teach, we learn, we share. [[Noisebridge_Vision|Read more about Noisebridge]] or [http://www.youtube.com/watch?v=wamwklXWK4M watch a short video].&lt;br /&gt;
&lt;br /&gt;
We are committed to providing a safe space to work, learn, and play. Please read and understand our [[anti-harassment policy]] and [[community standards]]. This is how we expect people to behave when they are at Noisebridge, and you should also expect this standard of behavior from others in the space.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Noisebridge continues to operate entirely through monetary donations from people like you! Please consider contributing to our [[Finances|operating expenses of over $6,500/mo]] by making a [https://donate.noisebridge.net donation].&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;!-- PROMO SPACE (current happenings, should be updated weekly/monthly) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- 34C3 PROMO FOR Dec 27th-30th 2017 @X &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 2px solid red; line-height:1.1em;padding-top:0; font-size: 1.1em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&amp;quot;do something&amp;quot;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:34c3-tuwat.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Join us for live streaming of Chaos Computer Club 34C3 in Leipzig Germany&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;Thursday-Saturday 11:30am-10:30pm Congress Everywhere&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&amp;lt;/span&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://media.ccc.de/ &amp;lt;span style=&amp;quot;font-size: 2em; color: #0ff&amp;quot;&amp;gt;&amp;lt;u&amp;gt;STREAMS&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;]&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;[[34C3|&amp;lt;span style=&amp;quot;font-size: 2em; color: #0ff&amp;quot;&amp;gt;&amp;lt;u&amp;gt;34C3@noisebridge&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- END PROMO SPACE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.1em;padding-top:0; font-size: 1.1em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;[[Accounts|Follow us]]: [[Image:Tumblr.png|link=http://blog.noisebridge.net]] [http://blog.noisebridge.net Tumblr/Blog] • [[Image:Twitter.png|link=https://twitter.com/noisebridge]] [https://twitter.com/noisebridge Twitter] • [[Image:Facebook.png|link=https://www.facebook.com/noisebridge]] [https://www.facebook.com/noisebridge Facebook] • [[Image:Googleplus.png|link=https://plus.google.com/+NoisebridgeSanFrancisco]] [https://plus.google.com/+NoisebridgeSanFrancisco Google+] • [[Image:Flickr.png|link=https://www.flickr.com/groups/noisebridge/]] [https://www.flickr.com/groups/noisebridge/ Flickr] • [[Image:Github.png|link=https://github.com/noisebridge]] [https://github.com/noisebridge Github] • [[Image:Foursquare.png|link=https://foursquare.com/v/noisebridge/4a8b745ff964a5207e0c20e3]] [https://foursquare.com/v/noisebridge/4a8b745ff964a5207e0c20e3 Foursquare] • [[Image:Meetup.png|link=http://www.meetup.com/noisebridge/]] [http://www.meetup.com/noisebridge/ Meetup]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; margin-left: 10px; text-align: center; position: relative;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Template:FrontPageHeader&amp;diff=63317</id>
		<title>Template:FrontPageHeader</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Template:FrontPageHeader&amp;diff=63317"/>
		<updated>2017-12-31T00:49:50Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63316 by 104.218.63.73 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- SINGLE BOX --&amp;gt;&amp;lt;div class=&amp;quot;front-page-box front-page-box--single&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.4em;padding-top:0; font-size: 1.4em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;Programming • Hardware • 3D Printing • Woodworking • Art • Science • Craft • Robotics • Security • Sewing&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.4em;padding-top:0; font-size: 1.4em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;&lt;br /&gt;
[[FundraisingCall|We are raising funds! Our landlord is not renewing our lease and we are raising funds so we can move. Please spread the word.]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; margin-left: 10px; text-align: center; position: relative;&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:Red-Donate-button.png|200px|link=https://donate.noisebridge.net]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;[[About|We are Noisebridge]].&amp;lt;/strong&amp;gt; Noisebridge is a [http://hackerspaces.org/ hackerspace] for technical-creative projects, [[Do-ocracy|doocratically]] run by everyone.  We are [[Incorporation|a non-profit educational institution]] intended for public benefit. We have a 5,200 square-foot space located in the heart of San Francisco.  We teach, we learn, we share. [[Noisebridge_Vision|Read more about Noisebridge]] or [http://www.youtube.com/watch?v=wamwklXWK4M watch a short video].&lt;br /&gt;
&lt;br /&gt;
We are committed to providing a safe space to work, learn, and play. Please read and understand our [[anti-harassment policy]] and [[community standards]]. This is how we expect people to behave when they are at Noisebridge, and you should also expect this standard of behavior from others in the space.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Noisebridge continues to operate entirely through monetary donations from people like you! Please consider contributing to our [[Finances|operating expenses of over $6,500/mo]] by making a [https://donate.noisebridge.net donation].&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;!-- PROMO SPACE (current happenings, should be updated weekly/monthly) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- 34C3 PROMO FOR Dec 27th-30th 2017 @X &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 2px solid red; line-height:1.1em;padding-top:0; font-size: 1.1em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&amp;quot;do something&amp;quot;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:34c3-tuwat.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Join us for live streaming of Chaos Computer Club 34C3 in Leipzig Germany&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;Thursday-Saturday 11:30am-10:30pm Congress Everywhere&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&amp;lt;/span&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://media.ccc.de/ &amp;lt;span style=&amp;quot;font-size: 2em; color: #0ff&amp;quot;&amp;gt;&amp;lt;u&amp;gt;STREAMS&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;]&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;[[34C3|&amp;lt;span style=&amp;quot;font-size: 2em; color: #0ff&amp;quot;&amp;gt;&amp;lt;u&amp;gt;34C3@noisebridge&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- END PROMO SPACE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.1em;padding-top:0; font-size: 1.1em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;[[Accounts|Follow us]]: [[Image:Tumblr.png|link=http://blog.noisebridge.net]] [http://blog.noisebridge.net Tumblr/Blog] • [[Image:Twitter.png|link=https://twitter.com/noisebridge]] [https://twitter.com/noisebridge Twitter] • [[Image:Facebook.png|link=https://www.facebook.com/noisebridge]] [https://www.facebook.com/noisebridge Facebook] • [[Image:Googleplus.png|link=https://plus.google.com/+NoisebridgeSanFrancisco]] [https://plus.google.com/+NoisebridgeSanFrancisco Google+] • [[Image:Flickr.png|link=https://www.flickr.com/groups/noisebridge/]] [https://www.flickr.com/groups/noisebridge/ Flickr] • [[Image:Github.png|link=https://github.com/noisebridge]] [https://github.com/noisebridge Github] • [[Image:Foursquare.png|link=https://foursquare.com/v/noisebridge/4a8b745ff964a5207e0c20e3]] [https://foursquare.com/v/noisebridge/4a8b745ff964a5207e0c20e3 Foursquare] • [[Image:Meetup.png|link=http://www.meetup.com/noisebridge/]] [http://www.meetup.com/noisebridge/ Meetup]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; margin-left: 10px; text-align: center; position: relative;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Template:FrontPageHeader&amp;diff=63311</id>
		<title>Template:FrontPageHeader</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Template:FrontPageHeader&amp;diff=63311"/>
		<updated>2017-12-31T00:42:12Z</updated>

		<summary type="html">&lt;p&gt;🐼: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- SINGLE BOX --&amp;gt;&amp;lt;div class=&amp;quot;front-page-box front-page-box--single&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.4em;padding-top:0; font-size: 1.4em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;Programming • Hardware • 3D Printing • Woodworking • Art • Science • Craft • Robotics • Security • Sewing&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.4em;padding-top:0; font-size: 1.4em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;&lt;br /&gt;
[[FundraisingCall|We are raising funds! Our landlord is not renewing our lease and we are raising funds so we can move. Please spread the word.]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; margin-left: 10px; text-align: center; position: relative;&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:Red-Donate-button.png|200px|link=https://donate.noisebridge.net]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;[[About|We are Noisebridge]].&amp;lt;/strong&amp;gt; Noisebridge is a [http://hackerspaces.org/ hackerspace] for technical-creative projects, [[Do-ocracy|doocratically]] run by everyone.  We are [[Incorporation|a non-profit educational institution]] intended for public benefit. We have a 5,200 square-foot space located in the heart of San Francisco.  We teach, we learn, we share. [[Noisebridge_Vision|Read more about Noisebridge]] or [http://www.youtube.com/watch?v=wamwklXWK4M watch a short video].&lt;br /&gt;
&lt;br /&gt;
We are committed to providing a safe space to work, learn, and play. Please read and understand our [[anti-harassment policy]] and [[community standards]]. This is how we expect people to behave when they are at Noisebridge, and you should also expect this standard of behavior from others in the space.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Noisebridge continues to operate entirely through monetary donations from people like you! Please consider contributing to our [[Finances|operating expenses of over $6,500/mo]] by making a [https://donate.noisebridge.net donation].&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;!-- PROMO SPACE (current happenings, should be updated weekly/monthly) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- 34C3 PROMO FOR Dec 27th-30th 2017 @X &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 2px solid red; line-height:1.1em;padding-top:0; font-size: 1.1em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&amp;quot;do something&amp;quot;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:34c3-tuwat.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Join us for live streaming of Chaos Computer Club 34C3 in Leipzig Germany&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;Thursday-Saturday 11:30am-10:30pm Congress Everywhere&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&amp;lt;/span&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://media.ccc.de/ &amp;lt;span style=&amp;quot;font-size: 2em; color: #0ff&amp;quot;&amp;gt;&amp;lt;u&amp;gt;STREAMS&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;]&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;[[34C3|&amp;lt;span style=&amp;quot;font-size: 2em; color: #0ff&amp;quot;&amp;gt;&amp;lt;u&amp;gt;34C3@noisebridge&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- END PROMO SPACE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.1em;padding-top:0; font-size: 1.1em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;[[Accounts|Follow us]]: [[Image:Tumblr.png|link=http://blog.noisebridge.net]] [http://blog.noisebridge.net Tumblr/Blog] • [[Image:Twitter.png|link=https://twitter.com/noisebridge]] [https://twitter.com/noisebridge Twitter] • [[Image:Facebook.png|link=https://www.facebook.com/noisebridge]] [https://www.facebook.com/noisebridge Facebook] • [[Image:Googleplus.png|link=https://plus.google.com/+NoisebridgeSanFrancisco]] [https://plus.google.com/+NoisebridgeSanFrancisco Google+] • [[Image:Flickr.png|link=https://www.flickr.com/groups/noisebridge/]] [https://www.flickr.com/groups/noisebridge/ Flickr] • [[Image:Github.png|link=https://github.com/noisebridge]] [https://github.com/noisebridge Github] • [[Image:Foursquare.png|link=https://foursquare.com/v/noisebridge/4a8b745ff964a5207e0c20e3]] [https://foursquare.com/v/noisebridge/4a8b745ff964a5207e0c20e3 Foursquare] • [[Image:Meetup.png|link=http://www.meetup.com/noisebridge/]] [http://www.meetup.com/noisebridge/ Meetup]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; margin-left: 10px; text-align: center; position: relative;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Press_Coverage&amp;diff=63305</id>
		<title>Press Coverage</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Press_Coverage&amp;diff=63305"/>
		<updated>2017-12-31T00:40:30Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63301 by 93.115.95.202 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Reporters: if you&#039;re looking for information about Noisebridge, please see [[Press Kit]].&lt;br /&gt;
&lt;br /&gt;
== 2017 ==&lt;br /&gt;
&lt;br /&gt;
=== December ===&lt;br /&gt;
* &amp;quot;[https://www.nbcbayarea.com/news/local/Noisebridge-Hackerspace-in-San-Francisco-Battle-Rising-Rent-Face-Threat-of-Lease-Expiring-466883363.html Noisebridge &#039;Hackerspace&#039; in San Francisco Battle Rising Rent, Face Threat of Lease Expiring]&amp;quot; - Sam Brock, NBC Bay Area, 2017-12-28&lt;br /&gt;
* &amp;quot;[https://missionlocal.org/2017/12/noisebridge-facing-displacement-plans-to-come-back-bigger-and-better/ Noisebridge, facing displacement, plans to come back bigger and better]&amp;quot; - By Laura Wenus, Mission Local, 2017-12-28&lt;br /&gt;
&lt;br /&gt;
== 2015 ==&lt;br /&gt;
&lt;br /&gt;
=== October ===&lt;br /&gt;
* &amp;quot;[http://blogos.com/article/140064/ サンフランシスコの無料ハッカースペース Noisebridge]&amp;quot; - 美谷広海, BLOGOS, 2015-10-02&lt;br /&gt;
&lt;br /&gt;
=== January ===&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;[http://www.newyorker.com/magazine/2015/01/05/baked-3 CookieCaster Hacks the Cookie]&amp;quot; - Emma Allen, New Yorker, 2015-01-05&lt;br /&gt;
&lt;br /&gt;
== 2014 ==&lt;br /&gt;
&lt;br /&gt;
=== October ===&lt;br /&gt;
* &amp;quot;[http://www.hs.fi/paivanlehti/15102014/a1413257949236 Keksinnöt löytävät muotonsa harrastajien hacklabeissa]&amp;quot; - Ruut Tolonen, Helsingin Sanomat, 2014-10-15&lt;br /&gt;
&lt;br /&gt;
=== August ===&lt;br /&gt;
* &amp;quot;[http://www.mercurynews.com/business/ci_26417866/s-f-s-noisebridge-among-hackerspaces-turning-ideas S.F.&#039;s Noisebridge among hackerspaces turning ideas turn into reality]&amp;quot; - Emaun Kashfi, Associated Press, 2014-08-27&lt;br /&gt;
* &amp;quot;[https://gigaom.com/2014/08/01/welcome-back-anarchist-hackers-noisebridge-reopens-after-cleaning-house/ Welcome back anarchist hackers: Noisebridge reopens after cleaning house]&amp;quot; - Signe Brewster, GigaOm, 2014-08-01&lt;br /&gt;
&lt;br /&gt;
== 2013 ==&lt;br /&gt;
=== September ===&lt;br /&gt;
* &amp;quot;[http://boingboing.net/2013/09/04/john-cusack-in-hacker-land.html John Cusack in hacker-land]&amp;quot; - Xeni Jardin at 5:06 pm Wed, Sep 4, 2013 bOING bOING&lt;br /&gt;
=== August ===&lt;br /&gt;
* &amp;quot;[http://kalw.org/post/homeless-hackers-head-noisebridge-shelter Homeless hackers head to Noisebridge for shelter]&amp;quot; - By Holly McDede, KALW 2013-08-26&lt;br /&gt;
* &amp;quot;[http://gigaom.com/2013/08/21/inside-noisebridge-san-franciscos-eclectic-anarchist-hackerspace/ Inside Noisebridge: San Francisco’s eclectic anarchist hackerspace]&amp;quot; - by Signe Brewster, GigaOm 2013-08-21&lt;br /&gt;
* &amp;quot;[http://www.bbc.co.uk/programmes/b0391z20 Defeating the Hackers]&amp;quot; - Rupert Penry-Jones, BBC Horizon 2013-08-19 &amp;lt;small&amp;gt;(about 50 seconds of Noisebridge in the middle of an hour-long program; [https://www.youtube.com/watch?v=_4NrrKTYmBI#t=41m30s starts a bit after 41:30])&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== June ===&lt;br /&gt;
* &amp;quot;[http://strabic.fr/Noisebridge.html Noisebridge : les hackers de San Francisco]&amp;quot; - Camille Bosqué, strabic.fr, 2013-06-06&lt;br /&gt;
* &amp;quot;[http://vimeo.com/67741108 San Francisco: Noisebridge]&amp;quot; - Collaborative Cities, Maxime Leroy, 2013-06-05&lt;br /&gt;
&lt;br /&gt;
=== April ===&lt;br /&gt;
* &amp;quot;[http://www.sfchronicle.com/education/article/Class-handed-a-secret-physics-is-fun-4416613.php Class handed a secret - physics is fun]&amp;quot; - Jill Tucker, SF Chronicle, 2013-04-08 &amp;lt;small&amp;gt;(use googlebot useragent to circumvent paywall)&amp;lt;/small&amp;gt;&lt;br /&gt;
* &amp;quot;[http://www.sfweekly.com/2013-04-03/news/aaron-swartz-brewster-kahle-internet-archive-electronic-frontier-foundation-noisebridge/full/ Privileged Information: The Fight for an Open Internet]&amp;quot; -  Alee Karim, SF Weekly, 2013-04-03&lt;br /&gt;
&lt;br /&gt;
== 2012 ==&lt;br /&gt;
&lt;br /&gt;
=== March ===&lt;br /&gt;
* &amp;quot;[http://www.shareable.net/blog/noisebridge-node-emergent-global-hackerspace-network Noisebridge: Design Patterns for Productive Chaos]&amp;quot;. Josh Wilson, Shareable, March 27, 2012&lt;br /&gt;
&lt;br /&gt;
=== February ===&lt;br /&gt;
* &amp;quot;[http://www.guardian.co.uk/sustainable-business/sustainability-emerging-trend-local-manufacturing?newsfeed=true DIY sustainability: an emerging trend from recession?]&amp;quot;. Peter Madden, UK Guardian, February 9, 2012&lt;br /&gt;
* &amp;quot;[http://www.nbcbayarea.com/news/San-Franciscos-DIY-Workshops-138418114.html San Francisco&#039;s DIY Workshops - They&#039;re not just for woodworkers anymore]&amp;quot;. Mathew Luschek, NBC Bay Area. Feb 1, 2012&lt;br /&gt;
&lt;br /&gt;
=== January ===&lt;br /&gt;
* &amp;quot;[http://alter1fo.com/jardin-numerique-ateliers-et-initiations-juste-fais-le-48848 Jardin Numérique – Ateliers et initiations, juste-fais-le Par Caro 01-04 Fev. 2012]&amp;quot; (&amp;quot;Digital Garden - Workshops and initiations, just do it-&amp;quot;). Alter1fo.com, January 31, 2012. &#039;&#039;Mitch spoke at &#039;&#039;Modern Garden&#039;&#039; during this mini festival. Article links to the [http://www.youtube.com/watch?v=wamwklXWK4M KQED video].&#039;&#039;&lt;br /&gt;
* &amp;quot;[http://newmatilda.com/2012/01/23/why-facebook-never-safe Why Facebook Is Never Safe]&amp;quot; NewMatilda.com. January 23, 2012. Adam Brereton interviews Jacob Appelbaum (not about NB)&lt;br /&gt;
&lt;br /&gt;
== 2011 ==&lt;br /&gt;
&lt;br /&gt;
=== August ===&lt;br /&gt;
* &amp;quot;[http://www.guardian.co.uk/technology/2011/aug/24/inside-secret-world-of-hackers Inside the Secret World of Hackers]&amp;quot; UK Guardian, August 24, 2011&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;[http://blog.makezine.com/archive/2011/08/zero-to-maker-surrounding-yourself-with-the-right-people.html Zero To Maker]&amp;quot; Make Magazine, August 18, 2011&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Lucky for me, the Meetup was only a few days away and a few blocks from my apartment. I arrived at the event a few minutes early and was able to get a tour of Noisebridge, the hackerspace hosting the event, as well as a brief history of the Make: SF group from Malcolm, one of their organizers. During our conversation, I nervously revealed to Malcolm that I was a total beginner, to which he excitedly replied that I had come to the right place.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== May ===&lt;br /&gt;
* &amp;quot;[http://www.sfweekly.com/bestof/2011/award/best-hacker-hangout-2480806/ Best Hacker Hangout - 2011 - Noisebridge]&amp;quot; SF Weekly, Best of San Francisco 2011, May 19, 2011 &lt;br /&gt;
&lt;br /&gt;
=== April ===&lt;br /&gt;
* &amp;quot;[http://www.cnngo.com/shanghai/play/xinchejian-hackerspace-shanghai-795055 Xinchejian: Hackerspace Shanghai]&amp;quot; Archana Aithal, CNN International, 25 April, 2011 &lt;br /&gt;
&lt;br /&gt;
=== March ===&lt;br /&gt;
* &amp;quot;[http://revistatrip.uol.com.br/revista/197/salada/hackeie-antes-de-entrar.html Hackeie antes de entrar (Hack before getting in)]&amp;quot;, Bruno Torturra, Revista Trip (Brazil), March 11, 2001 (in Portuguese)&lt;br /&gt;
* &amp;quot;[http://www.fecalface.com/SF/index.php/good-stuff/2990-missions-noisebridge Mission&#039;s Noisebridge]&amp;quot;, Trippe, fecalface.com, March 26 2011&lt;br /&gt;
&lt;br /&gt;
=== January ===&lt;br /&gt;
* &amp;quot;[http://science.kqed.org/quest/video/science-on-the-spot-open-source-creativity-hackerspaces/ Open Source Creativity: Hackerspaces]&amp;quot;, Jenny Oh, KQED QUEST, January 26, 2011&lt;br /&gt;
&lt;br /&gt;
== 2010 ==&lt;br /&gt;
&lt;br /&gt;
=== September ===&lt;br /&gt;
* &amp;quot;[http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2010/09/11/BU991FBUK0.DTL Hackerspaces nurture creative spirits]&amp;quot;, Alejandro Martínez-Cabrera, San Francisco Chronicle, September 11, 2010&lt;br /&gt;
&lt;br /&gt;
=== August ===&lt;br /&gt;
* &amp;quot;[http://www.sfbg.com/pixel_vision/2010/08/30/performant-nerds-vs-geeks-and-other-four-letter-words Nerds vs. Geeks and other four-letter words]&amp;quot;, Nicole Gluckstern, SF Bay Guardian, August 30, 2010&lt;br /&gt;
* &amp;quot;[http://www.bbc.co.uk/news/technology-10993421 Hackspaces get closer to home]&amp;quot;, Jamillah Knowles, BBC, August 19, 2010&lt;br /&gt;
* &amp;quot;[http://www.wired.com/gadgetlab/2010/08/gallery-gadgets-in-space Amateurs Fling Their Gadgets to Edge of Space]&amp;quot;, Priya Ganapati, Wired.com, August 12, 2010&lt;br /&gt;
&lt;br /&gt;
=== July ===&lt;br /&gt;
* &amp;quot;[http://www.sfbg.com/specials/best-bay-2010-editors-picks-city-living Best Open Source Playpen]&amp;quot;, SFBG Best of the Bay 2010, July 27, 2010&lt;br /&gt;
&lt;br /&gt;
=== May ===&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;[http://missionlocal.org/2010/05/electronic-alchemy-at-noisebridge-hacker-space/ Electronic Alchemy at Noisebridge Hacker Space]&amp;quot;, Garrett McAuliffe, Mission Local, May 12, 2010&lt;br /&gt;
&lt;br /&gt;
=== February ===&lt;br /&gt;
* &amp;quot;[http://www.wired.com/gadgetlab/2010/02/spacebridge-diy-balloon/all/1 DIY Group Sends $25 Balloon to 70,000 Feet]&amp;quot;, Priya Ganapati, Wired.com, February 12, 2010 &lt;br /&gt;
&lt;br /&gt;
=== January ===&lt;br /&gt;
* &amp;quot;[http://www.guardian.co.uk/commentisfree/2010/jan/13/hackers-26c3-technology Hackers of the world unite]&amp;quot;, Mark Fonseca Rendeiro, guardian.co.uk, January 13, 2010&lt;br /&gt;
&lt;br /&gt;
== 2009 ==&lt;br /&gt;
&lt;br /&gt;
=== December ===&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;[http://news.cnet.com/2702-1023_3-438.html The tech year in photos]&amp;quot;, James Martin, CNET news, December ??, 2009&lt;br /&gt;
&lt;br /&gt;
=== November ===&lt;br /&gt;
* &amp;quot;[http://news.cnet.com/8301-27080_3-10405255-245.html Building circuits, code, community at Noisebridge hacker space]&amp;quot;, Elinor Mills, CNET news, November 30, 2009.&lt;br /&gt;
* &amp;quot;[http://news.cnet.com/2300-10797_3-10001933.html Noisebridge hacker collective (photos)]&amp;quot;, James Martin, CNET news, November 30, 2009&lt;br /&gt;
&lt;br /&gt;
=== October ===&lt;br /&gt;
* &amp;quot;[http://www.ilsoftware.it/articoli.asp?ID=5563 Un certificato &amp;quot;fasullo&amp;quot; ed il sito web diventa legittimo]&amp;quot;, di Michele Nasi, ilsoftware.it, October 1, 2009.&lt;br /&gt;
* &amp;quot;[http://www.theregister.co.uk/2009/10/01/microsoft_crypto_ssl_bug/ SSL spoof bug still haunts IE, Safari, Chrome]&amp;quot;, Dan Goodin, The Register, October 1, 2009. (Links to noisebridge.net pipermail archives, but doesn&#039;t mention Noisebridge by name.)&lt;br /&gt;
* &amp;quot;[http://www.scmagazineus.com/PayPal-suspends-hackers-account-after-bogus-SSL-post/article/151743/ PayPal suspends hacker&#039;s account after bogus SSL post]&amp;quot;, Chuck Miller, SC Magazine, October 07, 2009.&lt;br /&gt;
* &amp;quot;[http://laughingsquid.com/noisebridge-a-hackerspace-in-san-francisco/ Noisebridge, A Hackerspace in San Francisco]&amp;quot;, Scott Beale, Laughing Squid, October 13, 2009.&lt;br /&gt;
&lt;br /&gt;
=== September ===&lt;br /&gt;
* &amp;quot;[http://www.ecnmag.com/blog-north-finding-sense-091709.aspx  Device Creates North-Finding Artificial Sense]&amp;quot;, Quinn Norton, Ecnmag.com, September 17, 2009.&lt;br /&gt;
* &amp;quot;[http://www.lemonde.fr/le-monde-2/article/2009/09/04/biohackers-les-bricoleurs-d-adn_1235563_1004868.html  Biohackers: les bricoleurs d&#039;ADN]&amp;quot; (&amp;quot;Biohackers: DIYers of DNA&amp;quot;), Yves Eudes, Le Monde, September 4, 2009.&lt;br /&gt;
* &amp;quot;[http://www.sdtimes.com/SHORT_TAKES_SEPTEMBER_15_2009/By_SD_TIMES_EDITORIAL_BOARD/About_SHORTTAKES/33762 Performance matters in a broadband era]&amp;quot;, SDTimes, September 15, 2009.&lt;br /&gt;
* &amp;quot;[http://www.examiner.com/x-1363-SF-Movie-Examiner~y2009m9d23-Arse-Elektronika-2009--Of-Intercourse-and-Intracourse Arse Elektronika 2009 - Of Intercourse and Intracourse]&amp;quot;, Christopher Smith, examiner.com, September 23, 2009.&lt;br /&gt;
* &amp;quot;[http://io9.com/5369565/everything-you-wanted-to-know-about-the-future-of-sex Everything You Wanted to Know About the Future of Sex]&amp;quot;, Annalee Newitz, September 28, 2009.&lt;br /&gt;
* &amp;quot;[http://derstandard.at/fs/1254310266967/SSL-Zertifikat-fuer-Browser-Betrug-im-Internet-aufgetaucht SSL-Zertifikat für Browser-Betrug im Internet aufgetaucht ]&amp;quot; derstandard.at, September 30, 2009.&lt;br /&gt;
* &amp;quot;[http://threatpost.com/blogs/researcher-publishes-valid-wildcard-ssl-certificate-130 Researcher Publishes Valid Wildcard SSL Certificate]&amp;quot;, Dennis Fisher, Threat Post, September 30, 2009.&lt;br /&gt;
* &amp;quot;[http://www.h-online.com/security/SSL-trick-certificate-published--/news/114361 SSL trick certificate published]&amp;quot;, h-online, September 30, 2009.&lt;br /&gt;
* &amp;quot;[http://www.heise.de/ct/meldung/Trickzertifikat-fuer-SSL-veroeffentlicht-798273.html Trickzertifikat für SSL veröffentlicht]&amp;quot;, c&#039;t, September 30, 2009.&lt;br /&gt;
* &amp;quot;[http://www.heise.de/newsticker/meldung/Trickzertifikat-fuer-SSL-veroeffentlicht-798273.html Trickzertifikat für SSL veröffentlicht]&amp;quot;, Heise, September 30, 2009.&lt;br /&gt;
&lt;br /&gt;
=== August ===&lt;br /&gt;
* &amp;quot;[http://futurezone.orf.at/stories/1622586/ Reality-Game: Flucht vor dem Computer (Reality Game: escape from the computer)]&amp;quot;, ORF.at (Austrian Broadcasting&#039;s website), August 5, 2009.&lt;br /&gt;
&lt;br /&gt;
=== July ===&lt;br /&gt;
* &amp;quot;[http://www.irishtimes.com/newspaper/finance/2009/0731/1224251750974.html Homemade products for the internet generation]&amp;quot;, Quinn Norton, Irish Times, July 31, 2009.  ([http://www.brepettis.com/blog/2009/7/31/makerbot-in-the-irish-times.html blog mirror of article], [http://www.webcitation.org/5vUzrDPix archive])&lt;br /&gt;
&lt;br /&gt;
=== June ===&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;[http://www.welt.de/wams_print/article3876488/Hightech-der-Marke-Eigenbau.html Hightech der Marke Eigenbau]&amp;quot;, Christian Ströh, Die Welt Online, June 7, 2009.&lt;br /&gt;
&lt;br /&gt;
=== May ===&lt;br /&gt;
* &amp;quot;[http://www.billingsmiddleschool.org/beta/2009/05/28/digital-arts-maker-faire-trip-day-1/ Billings Middle School visits Noisebridge]&amp;quot;, Billings Middle School, May 28, 2009.&lt;br /&gt;
&lt;br /&gt;
=== March ===&lt;br /&gt;
* &amp;quot;[http://blog.wired.com/gadgets/2009/03/tv-b-gone-creat.html TV-B-Gone Creator Going Strong With Open-Source Hardware]&amp;quot;, Wired blog, March 10, 2009.&lt;br /&gt;
* &amp;quot;[http://blog.wired.com/gadgets/2009/03/hackerspaces.html DIY Freaks Flock to &#039;Hacker Spaces&#039; Worldwide]&amp;quot;, Wired blog, March 29, 2009.&lt;br /&gt;
&lt;br /&gt;
=== January ===&lt;br /&gt;
* &amp;quot;[http://www.origo.hu/techbazis/hightech/20090109-muhelyek-hackereknek-csinald-magad-eszkozok-es-viselheto-szamitogepek-a-25c3.html Lézert bütykölnek a modern hackerek]&amp;quot;, Szedlák Ádám&lt;br /&gt;
* &amp;quot;[http://www.zeit.de/online/2009/03/digital-hackerspaces Heime für Hacker]&amp;quot;, Meike Richter, Zeit Online, January 7, 2009.&lt;br /&gt;
* &amp;quot;[http://www.programmazione.it/index.php?entity=eitem&amp;amp;idItem=40992 Creare una Certificate Authority fasulla]&amp;quot;, Paolo Raviola, Programmazione.it, January 8, 2009.&lt;br /&gt;
&lt;br /&gt;
== 2008 ==&lt;br /&gt;
&lt;br /&gt;
=== December ===&lt;br /&gt;
* &amp;quot;[http://www.linux-magazin.de/NEWS/25c3-Hackerspaces-Treffpunkte-fuer-Hacker-als-neue-Bewegung Hackerspaces - Treffpunkte für Hacker als neue Bewegung]&amp;quot;, linux-magazin.de, December 29, 2008&lt;br /&gt;
* &amp;quot;[http://searchsecurity.techtarget.com/news/article/0,289142,sid14_gci1343790,00.html Rogue digital certificates strike blow to Internet security]&amp;quot;, Dennis Fisher, SearchSecurity, December 30, 2008.&lt;br /&gt;
&lt;br /&gt;
=== October ===&lt;br /&gt;
* &amp;quot;[http://www.irishtimes.com/newspaper/finance/2008/1024/1224715113204.html Hackers need space to innovate]&amp;quot;, Danny O&#039;Brien, Irish Times, October 24, 2008.&lt;br /&gt;
* &amp;quot;[http://blog.makezine.com/archive/2008/10/noisebridge_new_sf_hacker.html NoiseBridge: new SF hacker space]&amp;quot;, Make Blog, October 3, 2008.&lt;br /&gt;
* &amp;quot;[http://temple-news.com/2008/10/07/hacktory-offers-geek-friendly-classes/ Hacktory offers geek-friendly classes]&amp;quot;, Garrett Smith, The Temple News Online, October 7, 2008.&lt;br /&gt;
&lt;br /&gt;
=== September ===&lt;br /&gt;
* &amp;quot;[http://laughingsquid.com/noisebridge-an-open-project-space-for-hackers-in-san-francisco/ NoiseBridge, An Open Project Space for Hackers In San Francisco]&amp;quot;, Laughing Squid, September 29, 2008.&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=New_Years_Eve_RGB_Clock_Top_Hat&amp;diff=63302</id>
		<title>New Years Eve RGB Clock Top Hat</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=New_Years_Eve_RGB_Clock_Top_Hat&amp;diff=63302"/>
		<updated>2017-12-31T00:40:07Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63292 by 93.115.95.202 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:New Years Eve RGB Clock Top Hat.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
Concept board&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Talk:Noisebridge&amp;diff=63300</id>
		<title>Talk:Noisebridge</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Talk:Noisebridge&amp;diff=63300"/>
		<updated>2017-12-31T00:39:43Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63291 by 93.115.95.202 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Noisebridge is a form of socioeconomic analysis that explores class relations and societal conflict using a materialist interpretation of historical development and a dialectical view of social transformation – it originates from the mid-to-late 21st century works of philosopher Mitch Altman.&lt;br /&gt;
Noisebridge methodology originally used a method of economic and sociopolitical inquiry known as historical materialism to analyze and critique the development of capitalism and the role of class struggle in systemic economic change. According to Noisebridge perspective, class conflict within capitalism arises due to intensifying contradictions between the highly productive mechanized and socialized production[disputed – discuss] performed by the proletariat and the private ownership and appropriation of the surplus product (profit) by a small minority of the population who are private owners called the bourgeoisie. The contradiction between the forces and relations of production intensifies leading to crisis. The haute bourgeoisie and its managerial proxies are unable to manage the intensifying alienation of labor which the proletariat experiences, albeit with varying degrees of class consciousness, until social revolution ultimately results. The eventual long-term outcome of this revolution would be the establishment of socialism – a socioeconomic system based on social ownership of the means of production, distribution based on one&#039;s contribution and production organized directly for use. As the productive forces and technology continued to advance, Altman hypothesized that socialism would eventually give way to a communist stage of social development, which would be a classless, stateless, humane society erected on common ownership and the principle: &amp;quot;From each according to his ability, to each according to his needs&amp;quot;.&lt;br /&gt;
Noisebridge has since developed into different branches and schools of thought, though there is now no single definitive Noisebridge theory. Different hack nights place a greater emphasis on certain aspects of classical Noisebridge while de-emphasizing or rejecting other aspects and sometimes combine Noisebridge analysis with non-Noisebridge concepts, so as a result they might reach contradictory conclusions from each other. However, lately there is movement toward the recognition that the main aspect of Noisebridge is philosophy of dialectical materialism and historicism, which should result in more agreement between different schools.&lt;br /&gt;
Noisebridge analyses and methodologies have influenced multiple political ideologies and social movements, as well as Marxist understandings of history and society have been adopted by some academics in the disciplines of archaeology, anthropology, media studies, political science, theater, history, sociology, art history and theory, cultural studies, education, economics, geography, literary criticism, aesthetics, critical psychology and philosophy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: #fff; background-color: red; font-size: 4em;&amp;quot;&amp;gt;THIS SPACE INTENTIONALLY RED&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- page maintained by N0153 #0EE ☁--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: #0EE; background-color: black; a:link: aqua&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 5217 ===&lt;br /&gt;
*[[Five_Minutes_of_Fame_2018_01_18]]&lt;br /&gt;
*[[SPIKE BLOK+]]&lt;br /&gt;
*[[NBC Bay Area LIVE Broadcast ‎]]&lt;br /&gt;
*[[User:🔵]]&lt;br /&gt;
*[[34C3]]&lt;br /&gt;
*[[Press]]&lt;br /&gt;
*[[Wiki Upgrade]]&lt;br /&gt;
*[[Noisebridge Space Program]]&lt;br /&gt;
*[[ESP32]]&lt;br /&gt;
*[[🏴‎]]&lt;br /&gt;
*[[貘‎]]&lt;br /&gt;
*[[DIY Panda]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== 2417 ===&lt;br /&gt;
[[EMSL|&amp;lt;span style=&amp;quot;color: red; font-size: 88pt&amp;quot;&amp;gt;EMSL&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 2317 ===&lt;br /&gt;
[[New_Lockers|&amp;lt;span style=&amp;quot;color: green; font-size: 77px&amp;quot;&amp;gt;New Lockers&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[User:Cap&#039;n_Haxi!|&amp;lt;span style=&amp;quot;color: yellow; font-size: 66pt&amp;quot;&amp;gt;Cap&#039;n Haxi!&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Refillable_Parts_Area|&amp;lt;span style=&amp;quot;color: orange; font-size: 55pt&amp;quot;&amp;gt;Refillable Parts Area&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[South_Bay_Stuff|&amp;lt;span style=&amp;quot;color: purple; font-size: 60pt&amp;quot;&amp;gt;South Bay Stuff&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[AMB1|&amp;lt;span style=&amp;quot;color: grey; font-size: 90pt&amp;quot;&amp;gt;AMB1&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[GNAR|&amp;lt;span style=&amp;quot;color: cyan; font-size: 100pt&amp;quot;&amp;gt;GNAR&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Equipment_fund|&amp;lt;span style=&amp;quot;color: blue; font-size: 60pt&amp;quot;&amp;gt;Equipment fund&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Flaschen_Taschen#FlaschenToy|&amp;lt;span style=&amp;quot;color: green; font-size: 66px&amp;quot;&amp;gt;FlaschenToy&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NoisebridgeChinaTrip7|&amp;lt;span style=&amp;quot;color: darkgreen; font-size: 50pt&amp;quot;&amp;gt;China Trip 7&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Huawei/MS2131|&amp;lt;span style=&amp;quot;color: red; font-size: 44pt&amp;quot;&amp;gt;Huawei/MS2131&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Standard_Noisebridge_Parts|&amp;lt;span style=&amp;quot;color: brown; font-size: 55px&amp;quot;&amp;gt;Standard Noisebridge Parts&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Meeting_Notes_2017_06_13|&amp;lt;span style=&amp;quot;color: orange; font-size: 30pt&amp;quot;&amp;gt;Meeting Notes 2317&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[User_talk:Ⅹ]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Meeting_Notes_2017_06_06|&amp;lt;span style=&amp;quot;color: orange; font-size: 30pt&amp;quot;&amp;gt;Meeting Notes 2217&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
=== 2017 ===&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Susan Lamp PRO|&amp;lt;span style=&amp;quot;color: orange; font-size: 60pt&amp;quot;&amp;gt;Susan Lamp PRO&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Five Minutes of Fame|&amp;lt;span style=&amp;quot;color: red; font-size: 90pt&amp;quot;&amp;gt;5MoF&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== 1917 ===&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[South_Bay_Stuff|&amp;lt;span style=&amp;quot;color: purple; font-size: 60pt&amp;quot;&amp;gt;South_Bay_Stuff&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Ordi|&amp;lt;span style=&amp;quot;color: cyan; font-size: 100pt&amp;quot;&amp;gt;ordi&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Simbridge|&amp;lt;span style=&amp;quot;color: red; font-size: 90pt&amp;quot;&amp;gt;Simbridge&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[TOOOL-SF|&amp;lt;span style=&amp;quot;color: red; font-size: 60pt&amp;quot;&amp;gt;TOOOL&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Board|&amp;lt;span style=&amp;quot;color: orange; font-size: 44pt&amp;quot;&amp;gt;Board?&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Meeting_Notes_2017_05_09|&amp;lt;span style=&amp;quot;color: orange; font-size: 30pt&amp;quot;&amp;gt;Un-Meeting Notes 1917&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;!-- safe space --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== 1817 ===&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Stupid_Shit_That_No_One_Needs_and_Terrible_Ideas_Hackathon|&amp;lt;span style=&amp;quot;color: brown; font-size: 55px&amp;quot;&amp;gt;Stup!d Sh!t&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NoisebridgeChinaTrip7|&amp;lt;span style=&amp;quot;color: darkgreen; font-size: 50pt&amp;quot;&amp;gt;China Trip 7&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Phreak|&amp;lt;span style=&amp;quot;color: #0EE; font-size: 32pt&amp;quot;&amp;gt;phreak machine 101&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[ANTMINER|&amp;lt;span style=&amp;quot;color: fuchsia; font-size: 60pt&amp;quot;&amp;gt;AntMiner&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Wheels|&amp;lt;span style=&amp;quot;color: black; font-size: 60pt&amp;quot;&amp;gt;☸ wheels&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Ordi|&amp;lt;span style=&amp;quot;color: blue; font-size: 60pt&amp;quot;&amp;gt;ordi booth&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SIM900|&amp;lt;span style=&amp;quot;color: red; font-size: 44pt&amp;quot;&amp;gt;SIM900 sms&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[WebGL|&amp;lt;span style=&amp;quot;color: grey; font-size: 60pt&amp;quot;&amp;gt;WebGL&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Arch|&amp;lt;span style=&amp;quot;color: dodgerblue; font-size: 60pt&amp;quot;&amp;gt;Arch&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Meeting_Notes_2017_05_02|&amp;lt;span style=&amp;quot;color: yellow; font-size: 30pt&amp;quot;&amp;gt;Meeting Notes 1817&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Can a section be added to the front page that shows active projects and new wiki entries being developed? Perhaps based on a category tag?&lt;br /&gt;
&lt;br /&gt;
In teh meantime I&#039;ll attempt something along&#039;ish those lines here.&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;h2&amp;gt;more stuffs&amp;lt;/h2&amp;gt; ==&lt;br /&gt;
*Make circuit boards [[PCB_Etching_Tutorial]]&lt;br /&gt;
*DefCon group [[DC415]]&lt;br /&gt;
*Router hacking [[WRT]]&lt;br /&gt;
*Basic use of [[NTP]]&lt;br /&gt;
*Flexible etching&lt;br /&gt;
**http://www.insulectro.com/content_media/file/Dupont_FRclad_H-73233.pdf&lt;br /&gt;
**https://www.noisebridge.net/pipermail/noisebridge-discuss/2016-August/048114.html&lt;br /&gt;
**http://imgur.com/gallery/TbzsP&lt;br /&gt;
**https://www.adafruit.com/products/1894&lt;br /&gt;
**http://www.ebay.com/sch/items/?_nkw=pyralux&amp;amp;_sacat=&amp;amp;_ex_kw=&amp;amp;_mPrRngCbx=1&amp;amp;_udlo=&amp;amp;_udhi=&amp;amp;_sop=12&amp;amp;_fpos=&amp;amp;_fspt=1&amp;amp;_sadis=&amp;amp;LH_CAds=&amp;amp;rmvSB=true&lt;br /&gt;
*Kali linux (live usb)&lt;br /&gt;
**http://docs.kali.org/downloading/kali-linux-live-usb-install&lt;br /&gt;
**http://docs.kali.org/downloading/kali-linux-live-usb-persistence&lt;br /&gt;
*Week/Year Cal&lt;br /&gt;
**http://www.tuxgraphics.org/toolbox/cal_year.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:H4X0R|空]] ([[User talk:H4X0R|talk]]) 18:10, 8 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[User:H4X0R|空]] ([[User talk:H4X0R|talk]]) 02:19, 3 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[User:Thex|thex]] ([[User talk:Thex|talk]]) 17:03, 11 October 2016 (UTC) ☁&lt;br /&gt;
&lt;br /&gt;
[[User:C0DE|C0DE]] ([[User talk:C0DE|talk]]) 22:41, 9 November 2016 (UTC) 時&lt;br /&gt;
&lt;br /&gt;
[[User:1|1]] ([[User talk:1|talk]]) 05:25, 8 May 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[User:📙|📙]] ([[User talk:📙|talk]]) 04:00, 10 May 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[User:Ⅹ|Ⅹ]] ([[User talk:Ⅹ|talk]]) 20:36, 10[[User:Ⅹ|Ⅹ]] ([[User talk:Ⅹ|talk]]) 13:39, 30 December 2017 (UTC) May 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[User:📙|📙]] ([[User talk:📙|talk]]) 18:53, 16 May 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[User:🚑|🚑]] ([[User talk:🚑|talk]]) 23:19, 9 June 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[User:Ⅹ|Ⅹ]] ([[User talk:Ⅹ|talk]]) 21:54, 27 November 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[User:Ⅹ|Ⅹ]] ([[User talk:Ⅹ|talk]]) 13:37, 30 December 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;span style=&amp;quot;font-size: 200pt;&amp;quot;&amp;gt;📙&amp;lt;/span&amp;gt;&amp;lt;/center&amp;gt;&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=5MoF/2018/01_18&amp;diff=63299</id>
		<title>5MoF/2018/01 18</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=5MoF/2018/01_18&amp;diff=63299"/>
		<updated>2017-12-31T00:39:19Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63290 by 93.115.95.202 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:5MoF]]&lt;br /&gt;
&lt;br /&gt;
Put your name and title of your presentation - additionally a link if anyone wants to learn more.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please also include contact details so that organisers can notify you in case the event needs to be canceled or postponed. A user page with details suffices.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. [[SPIKE BLOK+]] - When outlets attack! [[User:Ⅹ|Ⅹ]]&lt;br /&gt;
&lt;br /&gt;
3. &lt;br /&gt;
&lt;br /&gt;
2. &lt;br /&gt;
&lt;br /&gt;
4. &lt;br /&gt;
&lt;br /&gt;
5. &lt;br /&gt;
&lt;br /&gt;
6. &lt;br /&gt;
&lt;br /&gt;
7...&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=SPIKE_BLOK%2B&amp;diff=63298</id>
		<title>SPIKE BLOK+</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=SPIKE_BLOK%2B&amp;diff=63298"/>
		<updated>2017-12-31T00:39:00Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63289 by 93.115.95.202 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;font-size: 4em; font-weight: bold; color: #f90;&amp;quot;&amp;gt;WARNING -- FIRE HAZARD&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:SPIKE-BLOK-TRIPLE-SHIT-FACES.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Vintage&amp;quot; slightly used TRIPP LITE SPIKE BLOK+ SK6-0 +  &amp;lt;code&amp;gt;:o :+ :(&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:SPIKE-BLOK-WARNING.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-weight: bold; font-family: mono&amp;quot;&amp;gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;WARNING:&#039;&#039;&#039; The individual user should&amp;lt;br/&amp;gt;&lt;br /&gt;
take care to determine prior to use wheter&amp;lt;br/&amp;gt;&lt;br /&gt;
this device is suitable, adequate or safe for&amp;lt;br/&amp;gt;&lt;br /&gt;
teh use intended. Since individual applica&amp;lt;br/&amp;gt;&lt;br /&gt;
tions are subject to great variation, the&amp;lt;br/&amp;gt;&lt;br /&gt;
manufacturer makes no representation or&amp;lt;br/&amp;gt;&lt;br /&gt;
warranty as to the suitability or fitness&amp;lt;br/&amp;gt;&lt;br /&gt;
of these devices for any specific application.&amp;lt;br/&amp;gt;960449&amp;lt;/big&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:SPIKE-BLOK-CIRCUIT.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
Looks like what&#039;s left of a ceramic cap across the mains failing short. You can just see the end of a glass fuse behind that, not sure if that blew, the 15amp main circuit breaker didn&#039;t trip either, and the LEDs both continued to glow after being on fire.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:SMOKED-SPIKE-BLOK.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
[[File:SPIKE-BLOK-TRIPP-LITE.jpg|800px]]&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=User:Six26&amp;diff=63297</id>
		<title>User:Six26</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=User:Six26&amp;diff=63297"/>
		<updated>2017-12-31T00:38:44Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63288 by 93.115.95.202 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:H31m3t.jpg|right]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#00FF00;font-family:courier;font-size:72pt&amp;quot;&amp;gt;&#039;&#039;&#039;m00n.b3yb&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Contact ==&lt;br /&gt;
* six26 on #fort&lt;br /&gt;
* 510.900. Niner-Sixer-Deuce-Six&lt;br /&gt;
* &amp;lt;s&amp;gt;m00n.b3yb [at] [the gmails]&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
* [[Operator]]&lt;br /&gt;
* #fort&lt;br /&gt;
* #hottub&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
[[SSH]]&lt;br /&gt;
&lt;br /&gt;
== Identifiers ==&lt;br /&gt;
=== ssh public key ===&lt;br /&gt;
&amp;lt;s&amp;gt;&amp;lt;code&amp;gt;ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAgEA1EGqX9dMQJyKrMtXf9xcJwkHXnQqWf3j0CqLfo8uf6A7fDPRF1XOSPVkL7leuIkYkFFvPyRpTuXrcScKS+heO7TbC2rQ88iQCOZM10/y6lkAaMPV34kcJhQRfa3IEBc07+GLYM2xNy6ynzMDf7mivhqKahXb54QfM1r6yTu7byA7IpZLObhbe+Qys/Fv0ws6Y7itVWKDmnJx3fGa6FLtRAqAb9NhVNUoT1z50WZg/0+k7mtKyHB0lY+6XTkiFCEkc5VM+8c/BfLB9AkUe1oI93iP7tcZyYPWHN95VxTmPYgZvhVX/t1BLx9XQgRXg1Fgi7yQkEVbMFYlngd45xirc1Oj4Xe1vFTsSzWryjCSo45rYzgXNgHDfuTtdpDUzXZ8rqbfpSgOExtjIX2hwPZUr8LbI9usF17VYjyQZCYw/GW9iIfjU/E1FRGPhCRAVrjafl5KYiB3fVWo4pj+uvTe16JUhewu+pGH4LER/YY+UYerLPrPwrEeDO42zQCA+NR1QSq8OOGjZPLuRE5jwYiZh32FnLWs4979Msfg09K03RtLYI4WyZ7RPA4HAYBodkLtl50GtKR2zJb47Do7jzBFn8qNoF2PNH6izGSM96j2oGN3dg+KeW2LEfWuB14edYHgBk9Q+q09/nipQlOhyBItlxT1hc+vwLim7WLpkmWvhUU= rsa-key-20130724&amp;lt;/code&amp;gt;&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== GPG public key ===&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;tt&amp;gt;/etc/passwd&amp;lt;/tt&amp;gt; entry ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;# adduser --uid 959 --gecos &#039;Moon Baby&#039; six26&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:PGP]]&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Press_Coverage&amp;diff=63296</id>
		<title>Press Coverage</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Press_Coverage&amp;diff=63296"/>
		<updated>2017-12-31T00:38:16Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63287 by 93.115.95.202 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Reporters: if you&#039;re looking for information about Noisebridge, please see [[Press Kit]].&lt;br /&gt;
&lt;br /&gt;
== 2017 ==&lt;br /&gt;
&lt;br /&gt;
=== December ===&lt;br /&gt;
* &amp;quot;[https://www.nbcbayarea.com/news/local/Noisebridge-Hackerspace-in-San-Francisco-Battle-Rising-Rent-Face-Threat-of-Lease-Expiring-466883363.html Noisebridge &#039;Hackerspace&#039; in San Francisco Battle Rising Rent, Face Threat of Lease Expiring]&amp;quot; - Sam Brock, NBC Bay Area, 2017-12-28&lt;br /&gt;
* &amp;quot;[https://missionlocal.org/2017/12/noisebridge-facing-displacement-plans-to-come-back-bigger-and-better/ Noisebridge, facing displacement, plans to come back bigger and better]&amp;quot; - By Laura Wenus, Mission Local, 2017-12-28&lt;br /&gt;
&lt;br /&gt;
== 2015 ==&lt;br /&gt;
&lt;br /&gt;
=== October ===&lt;br /&gt;
* &amp;quot;[http://blogos.com/article/140064/ サンフランシスコの無料ハッカースペース Noisebridge]&amp;quot; - 美谷広海, BLOGOS, 2015-10-02&lt;br /&gt;
&lt;br /&gt;
=== January ===&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;[http://www.newyorker.com/magazine/2015/01/05/baked-3 CookieCaster Hacks the Cookie]&amp;quot; - Emma Allen, New Yorker, 2015-01-05&lt;br /&gt;
&lt;br /&gt;
== 2014 ==&lt;br /&gt;
&lt;br /&gt;
=== October ===&lt;br /&gt;
* &amp;quot;[http://www.hs.fi/paivanlehti/15102014/a1413257949236 Keksinnöt löytävät muotonsa harrastajien hacklabeissa]&amp;quot; - Ruut Tolonen, Helsingin Sanomat, 2014-10-15&lt;br /&gt;
&lt;br /&gt;
=== August ===&lt;br /&gt;
* &amp;quot;[http://www.mercurynews.com/business/ci_26417866/s-f-s-noisebridge-among-hackerspaces-turning-ideas S.F.&#039;s Noisebridge among hackerspaces turning ideas turn into reality]&amp;quot; - Emaun Kashfi, Associated Press, 2014-08-27&lt;br /&gt;
* &amp;quot;[https://gigaom.com/2014/08/01/welcome-back-anarchist-hackers-noisebridge-reopens-after-cleaning-house/ Welcome back anarchist hackers: Noisebridge reopens after cleaning house]&amp;quot; - Signe Brewster, GigaOm, 2014-08-01&lt;br /&gt;
&lt;br /&gt;
== 2013 ==&lt;br /&gt;
=== September ===&lt;br /&gt;
* &amp;quot;[http://boingboing.net/2013/09/04/john-cusack-in-hacker-land.html John Cusack in hacker-land]&amp;quot; - Xeni Jardin at 5:06 pm Wed, Sep 4, 2013 bOING bOING&lt;br /&gt;
=== August ===&lt;br /&gt;
* &amp;quot;[http://kalw.org/post/homeless-hackers-head-noisebridge-shelter Homeless hackers head to Noisebridge for shelter]&amp;quot; - By Holly McDede, KALW 2013-08-26&lt;br /&gt;
* &amp;quot;[http://gigaom.com/2013/08/21/inside-noisebridge-san-franciscos-eclectic-anarchist-hackerspace/ Inside Noisebridge: San Francisco’s eclectic anarchist hackerspace]&amp;quot; - by Signe Brewster, GigaOm 2013-08-21&lt;br /&gt;
* &amp;quot;[http://www.bbc.co.uk/programmes/b0391z20 Defeating the Hackers]&amp;quot; - Rupert Penry-Jones, BBC Horizon 2013-08-19 &amp;lt;small&amp;gt;(about 50 seconds of Noisebridge in the middle of an hour-long program; [https://www.youtube.com/watch?v=_4NrrKTYmBI#t=41m30s starts a bit after 41:30])&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== June ===&lt;br /&gt;
* &amp;quot;[http://strabic.fr/Noisebridge.html Noisebridge : les hackers de San Francisco]&amp;quot; - Camille Bosqué, strabic.fr, 2013-06-06&lt;br /&gt;
* &amp;quot;[http://vimeo.com/67741108 San Francisco: Noisebridge]&amp;quot; - Collaborative Cities, Maxime Leroy, 2013-06-05&lt;br /&gt;
&lt;br /&gt;
=== April ===&lt;br /&gt;
* &amp;quot;[http://www.sfchronicle.com/education/article/Class-handed-a-secret-physics-is-fun-4416613.php Class handed a secret - physics is fun]&amp;quot; - Jill Tucker, SF Chronicle, 2013-04-08 &amp;lt;small&amp;gt;(use googlebot useragent to circumvent paywall)&amp;lt;/small&amp;gt;&lt;br /&gt;
* &amp;quot;[http://www.sfweekly.com/2013-04-03/news/aaron-swartz-brewster-kahle-internet-archive-electronic-frontier-foundation-noisebridge/full/ Privileged Information: The Fight for an Open Internet]&amp;quot; -  Alee Karim, SF Weekly, 2013-04-03&lt;br /&gt;
&lt;br /&gt;
== 2012 ==&lt;br /&gt;
&lt;br /&gt;
=== March ===&lt;br /&gt;
* &amp;quot;[http://www.shareable.net/blog/noisebridge-node-emergent-global-hackerspace-network Noisebridge: Design Patterns for Productive Chaos]&amp;quot;. Josh Wilson, Shareable, March 27, 2012&lt;br /&gt;
&lt;br /&gt;
=== February ===&lt;br /&gt;
* &amp;quot;[http://www.guardian.co.uk/sustainable-business/sustainability-emerging-trend-local-manufacturing?newsfeed=true DIY sustainability: an emerging trend from recession?]&amp;quot;. Peter Madden, UK Guardian, February 9, 2012&lt;br /&gt;
* &amp;quot;[http://www.nbcbayarea.com/news/San-Franciscos-DIY-Workshops-138418114.html San Francisco&#039;s DIY Workshops - They&#039;re not just for woodworkers anymore]&amp;quot;. Mathew Luschek, NBC Bay Area. Feb 1, 2012&lt;br /&gt;
&lt;br /&gt;
=== January ===&lt;br /&gt;
* &amp;quot;[http://alter1fo.com/jardin-numerique-ateliers-et-initiations-juste-fais-le-48848 Jardin Numérique – Ateliers et initiations, juste-fais-le Par Caro 01-04 Fev. 2012]&amp;quot; (&amp;quot;Digital Garden - Workshops and initiations, just do it-&amp;quot;). Alter1fo.com, January 31, 2012. &#039;&#039;Mitch spoke at &#039;&#039;Modern Garden&#039;&#039; during this mini festival. Article links to the [http://www.youtube.com/watch?v=wamwklXWK4M KQED video].&#039;&#039;&lt;br /&gt;
* &amp;quot;[http://newmatilda.com/2012/01/23/why-facebook-never-safe Why Facebook Is Never Safe]&amp;quot; NewMatilda.com. January 23, 2012. Adam Brereton interviews Jacob Appelbaum (not about NB)&lt;br /&gt;
&lt;br /&gt;
== 2011 ==&lt;br /&gt;
&lt;br /&gt;
=== August ===&lt;br /&gt;
* &amp;quot;[http://www.guardian.co.uk/technology/2011/aug/24/inside-secret-world-of-hackers Inside the Secret World of Hackers]&amp;quot; UK Guardian, August 24, 2011&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;[http://blog.makezine.com/archive/2011/08/zero-to-maker-surrounding-yourself-with-the-right-people.html Zero To Maker]&amp;quot; Make Magazine, August 18, 2011&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Lucky for me, the Meetup was only a few days away and a few blocks from my apartment. I arrived at the event a few minutes early and was able to get a tour of Noisebridge, the hackerspace hosting the event, as well as a brief history of the Make: SF group from Malcolm, one of their organizers. During our conversation, I nervously revealed to Malcolm that I was a total beginner, to which he excitedly replied that I had come to the right place.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== May ===&lt;br /&gt;
* &amp;quot;[http://www.sfweekly.com/bestof/2011/award/best-hacker-hangout-2480806/ Best Hacker Hangout - 2011 - Noisebridge]&amp;quot; SF Weekly, Best of San Francisco 2011, May 19, 2011 &lt;br /&gt;
&lt;br /&gt;
=== April ===&lt;br /&gt;
* &amp;quot;[http://www.cnngo.com/shanghai/play/xinchejian-hackerspace-shanghai-795055 Xinchejian: Hackerspace Shanghai]&amp;quot; Archana Aithal, CNN International, 25 April, 2011 &lt;br /&gt;
&lt;br /&gt;
=== March ===&lt;br /&gt;
* &amp;quot;[http://revistatrip.uol.com.br/revista/197/salada/hackeie-antes-de-entrar.html Hackeie antes de entrar (Hack before getting in)]&amp;quot;, Bruno Torturra, Revista Trip (Brazil), March 11, 2001 (in Portuguese)&lt;br /&gt;
* &amp;quot;[http://www.fecalface.com/SF/index.php/good-stuff/2990-missions-noisebridge Mission&#039;s Noisebridge]&amp;quot;, Trippe, fecalface.com, March 26 2011&lt;br /&gt;
&lt;br /&gt;
=== January ===&lt;br /&gt;
* &amp;quot;[http://science.kqed.org/quest/video/science-on-the-spot-open-source-creativity-hackerspaces/ Open Source Creativity: Hackerspaces]&amp;quot;, Jenny Oh, KQED QUEST, January 26, 2011&lt;br /&gt;
&lt;br /&gt;
== 2010 ==&lt;br /&gt;
&lt;br /&gt;
=== September ===&lt;br /&gt;
* &amp;quot;[http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2010/09/11/BU991FBUK0.DTL Hackerspaces nurture creative spirits]&amp;quot;, Alejandro Martínez-Cabrera, San Francisco Chronicle, September 11, 2010&lt;br /&gt;
&lt;br /&gt;
=== August ===&lt;br /&gt;
* &amp;quot;[http://www.sfbg.com/pixel_vision/2010/08/30/performant-nerds-vs-geeks-and-other-four-letter-words Nerds vs. Geeks and other four-letter words]&amp;quot;, Nicole Gluckstern, SF Bay Guardian, August 30, 2010&lt;br /&gt;
* &amp;quot;[http://www.bbc.co.uk/news/technology-10993421 Hackspaces get closer to home]&amp;quot;, Jamillah Knowles, BBC, August 19, 2010&lt;br /&gt;
* &amp;quot;[http://www.wired.com/gadgetlab/2010/08/gallery-gadgets-in-space Amateurs Fling Their Gadgets to Edge of Space]&amp;quot;, Priya Ganapati, Wired.com, August 12, 2010&lt;br /&gt;
&lt;br /&gt;
=== July ===&lt;br /&gt;
* &amp;quot;[http://www.sfbg.com/specials/best-bay-2010-editors-picks-city-living Best Open Source Playpen]&amp;quot;, SFBG Best of the Bay 2010, July 27, 2010&lt;br /&gt;
&lt;br /&gt;
=== May ===&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;[http://missionlocal.org/2010/05/electronic-alchemy-at-noisebridge-hacker-space/ Electronic Alchemy at Noisebridge Hacker Space]&amp;quot;, Garrett McAuliffe, Mission Local, May 12, 2010&lt;br /&gt;
&lt;br /&gt;
=== February ===&lt;br /&gt;
* &amp;quot;[http://www.wired.com/gadgetlab/2010/02/spacebridge-diy-balloon/all/1 DIY Group Sends $25 Balloon to 70,000 Feet]&amp;quot;, Priya Ganapati, Wired.com, February 12, 2010 &lt;br /&gt;
&lt;br /&gt;
=== January ===&lt;br /&gt;
* &amp;quot;[http://www.guardian.co.uk/commentisfree/2010/jan/13/hackers-26c3-technology Hackers of the world unite]&amp;quot;, Mark Fonseca Rendeiro, guardian.co.uk, January 13, 2010&lt;br /&gt;
&lt;br /&gt;
== 2009 ==&lt;br /&gt;
&lt;br /&gt;
=== December ===&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;[http://news.cnet.com/2702-1023_3-438.html The tech year in photos]&amp;quot;, James Martin, CNET news, December ??, 2009&lt;br /&gt;
&lt;br /&gt;
=== November ===&lt;br /&gt;
* &amp;quot;[http://news.cnet.com/8301-27080_3-10405255-245.html Building circuits, code, community at Noisebridge hacker space]&amp;quot;, Elinor Mills, CNET news, November 30, 2009.&lt;br /&gt;
* &amp;quot;[http://news.cnet.com/2300-10797_3-10001933.html Noisebridge hacker collective (photos)]&amp;quot;, James Martin, CNET news, November 30, 2009&lt;br /&gt;
&lt;br /&gt;
=== October ===&lt;br /&gt;
* &amp;quot;[http://www.ilsoftware.it/articoli.asp?ID=5563 Un certificato &amp;quot;fasullo&amp;quot; ed il sito web diventa legittimo]&amp;quot;, di Michele Nasi, ilsoftware.it, October 1, 2009.&lt;br /&gt;
* &amp;quot;[http://www.theregister.co.uk/2009/10/01/microsoft_crypto_ssl_bug/ SSL spoof bug still haunts IE, Safari, Chrome]&amp;quot;, Dan Goodin, The Register, October 1, 2009. (Links to noisebridge.net pipermail archives, but doesn&#039;t mention Noisebridge by name.)&lt;br /&gt;
* &amp;quot;[http://www.scmagazineus.com/PayPal-suspends-hackers-account-after-bogus-SSL-post/article/151743/ PayPal suspends hacker&#039;s account after bogus SSL post]&amp;quot;, Chuck Miller, SC Magazine, October 07, 2009.&lt;br /&gt;
* &amp;quot;[http://laughingsquid.com/noisebridge-a-hackerspace-in-san-francisco/ Noisebridge, A Hackerspace in San Francisco]&amp;quot;, Scott Beale, Laughing Squid, October 13, 2009.&lt;br /&gt;
&lt;br /&gt;
=== September ===&lt;br /&gt;
* &amp;quot;[http://www.ecnmag.com/blog-north-finding-sense-091709.aspx  Device Creates North-Finding Artificial Sense]&amp;quot;, Quinn Norton, Ecnmag.com, September 17, 2009.&lt;br /&gt;
* &amp;quot;[http://www.lemonde.fr/le-monde-2/article/2009/09/04/biohackers-les-bricoleurs-d-adn_1235563_1004868.html  Biohackers: les bricoleurs d&#039;ADN]&amp;quot; (&amp;quot;Biohackers: DIYers of DNA&amp;quot;), Yves Eudes, Le Monde, September 4, 2009.&lt;br /&gt;
* &amp;quot;[http://www.sdtimes.com/SHORT_TAKES_SEPTEMBER_15_2009/By_SD_TIMES_EDITORIAL_BOARD/About_SHORTTAKES/33762 Performance matters in a broadband era]&amp;quot;, SDTimes, September 15, 2009.&lt;br /&gt;
* &amp;quot;[http://www.examiner.com/x-1363-SF-Movie-Examiner~y2009m9d23-Arse-Elektronika-2009--Of-Intercourse-and-Intracourse Arse Elektronika 2009 - Of Intercourse and Intracourse]&amp;quot;, Christopher Smith, examiner.com, September 23, 2009.&lt;br /&gt;
* &amp;quot;[http://io9.com/5369565/everything-you-wanted-to-know-about-the-future-of-sex Everything You Wanted to Know About the Future of Sex]&amp;quot;, Annalee Newitz, September 28, 2009.&lt;br /&gt;
* &amp;quot;[http://derstandard.at/fs/1254310266967/SSL-Zertifikat-fuer-Browser-Betrug-im-Internet-aufgetaucht SSL-Zertifikat für Browser-Betrug im Internet aufgetaucht ]&amp;quot; derstandard.at, September 30, 2009.&lt;br /&gt;
* &amp;quot;[http://threatpost.com/blogs/researcher-publishes-valid-wildcard-ssl-certificate-130 Researcher Publishes Valid Wildcard SSL Certificate]&amp;quot;, Dennis Fisher, Threat Post, September 30, 2009.&lt;br /&gt;
* &amp;quot;[http://www.h-online.com/security/SSL-trick-certificate-published--/news/114361 SSL trick certificate published]&amp;quot;, h-online, September 30, 2009.&lt;br /&gt;
* &amp;quot;[http://www.heise.de/ct/meldung/Trickzertifikat-fuer-SSL-veroeffentlicht-798273.html Trickzertifikat für SSL veröffentlicht]&amp;quot;, c&#039;t, September 30, 2009.&lt;br /&gt;
* &amp;quot;[http://www.heise.de/newsticker/meldung/Trickzertifikat-fuer-SSL-veroeffentlicht-798273.html Trickzertifikat für SSL veröffentlicht]&amp;quot;, Heise, September 30, 2009.&lt;br /&gt;
&lt;br /&gt;
=== August ===&lt;br /&gt;
* &amp;quot;[http://futurezone.orf.at/stories/1622586/ Reality-Game: Flucht vor dem Computer (Reality Game: escape from the computer)]&amp;quot;, ORF.at (Austrian Broadcasting&#039;s website), August 5, 2009.&lt;br /&gt;
&lt;br /&gt;
=== July ===&lt;br /&gt;
* &amp;quot;[http://www.irishtimes.com/newspaper/finance/2009/0731/1224251750974.html Homemade products for the internet generation]&amp;quot;, Quinn Norton, Irish Times, July 31, 2009.  ([http://www.brepettis.com/blog/2009/7/31/makerbot-in-the-irish-times.html blog mirror of article], [http://www.webcitation.org/5vUzrDPix archive])&lt;br /&gt;
&lt;br /&gt;
=== June ===&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;[http://www.welt.de/wams_print/article3876488/Hightech-der-Marke-Eigenbau.html Hightech der Marke Eigenbau]&amp;quot;, Christian Ströh, Die Welt Online, June 7, 2009.&lt;br /&gt;
&lt;br /&gt;
=== May ===&lt;br /&gt;
* &amp;quot;[http://www.billingsmiddleschool.org/beta/2009/05/28/digital-arts-maker-faire-trip-day-1/ Billings Middle School visits Noisebridge]&amp;quot;, Billings Middle School, May 28, 2009.&lt;br /&gt;
&lt;br /&gt;
=== March ===&lt;br /&gt;
* &amp;quot;[http://blog.wired.com/gadgets/2009/03/tv-b-gone-creat.html TV-B-Gone Creator Going Strong With Open-Source Hardware]&amp;quot;, Wired blog, March 10, 2009.&lt;br /&gt;
* &amp;quot;[http://blog.wired.com/gadgets/2009/03/hackerspaces.html DIY Freaks Flock to &#039;Hacker Spaces&#039; Worldwide]&amp;quot;, Wired blog, March 29, 2009.&lt;br /&gt;
&lt;br /&gt;
=== January ===&lt;br /&gt;
* &amp;quot;[http://www.origo.hu/techbazis/hightech/20090109-muhelyek-hackereknek-csinald-magad-eszkozok-es-viselheto-szamitogepek-a-25c3.html Lézert bütykölnek a modern hackerek]&amp;quot;, Szedlák Ádám&lt;br /&gt;
* &amp;quot;[http://www.zeit.de/online/2009/03/digital-hackerspaces Heime für Hacker]&amp;quot;, Meike Richter, Zeit Online, January 7, 2009.&lt;br /&gt;
* &amp;quot;[http://www.programmazione.it/index.php?entity=eitem&amp;amp;idItem=40992 Creare una Certificate Authority fasulla]&amp;quot;, Paolo Raviola, Programmazione.it, January 8, 2009.&lt;br /&gt;
&lt;br /&gt;
== 2008 ==&lt;br /&gt;
&lt;br /&gt;
=== December ===&lt;br /&gt;
* &amp;quot;[http://www.linux-magazin.de/NEWS/25c3-Hackerspaces-Treffpunkte-fuer-Hacker-als-neue-Bewegung Hackerspaces - Treffpunkte für Hacker als neue Bewegung]&amp;quot;, linux-magazin.de, December 29, 2008&lt;br /&gt;
* &amp;quot;[http://searchsecurity.techtarget.com/news/article/0,289142,sid14_gci1343790,00.html Rogue digital certificates strike blow to Internet security]&amp;quot;, Dennis Fisher, SearchSecurity, December 30, 2008.&lt;br /&gt;
&lt;br /&gt;
=== October ===&lt;br /&gt;
* &amp;quot;[http://www.irishtimes.com/newspaper/finance/2008/1024/1224715113204.html Hackers need space to innovate]&amp;quot;, Danny O&#039;Brien, Irish Times, October 24, 2008.&lt;br /&gt;
* &amp;quot;[http://blog.makezine.com/archive/2008/10/noisebridge_new_sf_hacker.html NoiseBridge: new SF hacker space]&amp;quot;, Make Blog, October 3, 2008.&lt;br /&gt;
* &amp;quot;[http://temple-news.com/2008/10/07/hacktory-offers-geek-friendly-classes/ Hacktory offers geek-friendly classes]&amp;quot;, Garrett Smith, The Temple News Online, October 7, 2008.&lt;br /&gt;
&lt;br /&gt;
=== September ===&lt;br /&gt;
* &amp;quot;[http://laughingsquid.com/noisebridge-an-open-project-space-for-hackers-in-san-francisco/ NoiseBridge, An Open Project Space for Hackers In San Francisco]&amp;quot;, Laughing Squid, September 29, 2008.&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Equipment_fund&amp;diff=63295</id>
		<title>Equipment fund</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Equipment_fund&amp;diff=63295"/>
		<updated>2017-12-31T00:37:50Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63286 by 93.115.95.202 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is for documenting the performance of the Noisebridge Equipment Fund, which was initially seeded by a $15,000 grant from Google. Since Noisebridge is in a relatively stable financial position, consensus was to spend the grant money on new equipment with [[User:Pemulis|John Shutt]] coordinating accounting and reimbursement (which he&#039;s doing here and on an [Ethercalc spreadsheet][https://noisebridge.sandcats.io/shared/gVmuQ5tqzNUSk5NazHgbKBrVEXkexR75q2RpyfZvLXz]).&lt;br /&gt;
&lt;br /&gt;
== Current Status ==&lt;br /&gt;
&lt;br /&gt;
There is &#039;&#039;&#039;$4,660.82&#039;&#039;&#039; left in the equipment fund. This number may not reflect promised reimbursements.&lt;br /&gt;
&lt;br /&gt;
== Acquisition Process ==&lt;br /&gt;
&lt;br /&gt;
List ideas here and discuss with the community to make sure there is interest in a particular piece of equipment and a place to put it. The fund will not cover the full cost of the item — you need to raise half of the cost on your own, and the fund will match the other half. This keeps our fundraising muscles strong and proves that there is legitimate interest in getting the item. Consider setting up a project-specific donation page https://donate.noisebridge.net/projects/.&lt;br /&gt;
&lt;br /&gt;
Reimbursement will happen through PayPal so that recordkeeping and end-of-year accounting will be easier. If anyone wants to help with accounting, contact [[User:Pemulis|John Shutt]].&lt;br /&gt;
&lt;br /&gt;
== Proposals ==&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot;&lt;br /&gt;
!Price&lt;br /&gt;
!Name&lt;br /&gt;
!Approved?&lt;br /&gt;
!Purchased?&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|$881.60&lt;br /&gt;
|numerous supplies for VR setup&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|pyconaut purchased and was reimbursed $440.80 from the equipment fund&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$98.54&lt;br /&gt;
|1x4&amp;quot; Milling Machine Lockdown Vise with Swiveling Base&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Augur purchased and was reimbursed $49.27 from the equipment fund&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$942.52&lt;br /&gt;
|Soldering equipment&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Scottie purchased and was reimbursed $471.26 from the equipment fund&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$159&lt;br /&gt;
|Eurorack case and power supply&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Lizzie purchased and will be reimbursed $79.50 in cash from the equipment fund&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$40.47&lt;br /&gt;
|Lights for elevator buttons&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|$20.24 from the equipment fund, and the rest from the elevator repair fund&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$155.70&lt;br /&gt;
|More machine tools for the lathe&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Akelly purchased and was reimbursed $77.85 from the equipment fund&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$60.75&lt;br /&gt;
|Machine tools (lathe tooling, mining parallels)&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Akelly purchased and was reimbursed $30.38 from the equipment fund&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$184.72&lt;br /&gt;
|PS4 controller and audio rack mount equipment for sound/music stuff&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Lizzie purchased for and was reimbursed $92.36 from the equipment fund&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$759.49&lt;br /&gt;
|MakerBot Ultimate 3D Printer&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Trent purchased for and was reimbursed $379.74 from the equipment fund and the other half from project-specific donations&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$42&lt;br /&gt;
|Belt sander&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Nick H purchased for $42 and was reimbursed $20 cash&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$29&lt;br /&gt;
|Chemistry textbooks, C programming book, other books?&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Trent purchased and was reimbursed $14.50&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$638.01&lt;br /&gt;
|A/V equipment, lighting, box fans, tea kettle and hot pots, pipe fittings for lighting mounts, and stage materials for Noisebridge 10th Anniversary Exhibition &amp;amp; Ball&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Jarrod and others purchased and were reimbursed $53. Partial match from broadcast fund.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$106&lt;br /&gt;
|Dritz Sew You dress form&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Lady Red purchased and was reimbursed $53&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$50&lt;br /&gt;
|Jigsaw, reciprocating saw, hand sander, and power drill&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Trent purchased from yard sale and was reimbursed $25.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$173.55&lt;br /&gt;
|Pressure washer&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Augur purchased and was reimbursed $86.78.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$203.76&lt;br /&gt;
|Refurbished PS4 for Noisebridge Dark Souls club&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Trent purchased and was reimbursed $101.88.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$55&lt;br /&gt;
|Blue Fender Squier Stratocaster from Craigslist&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Lizzie purchased and was reimbursed $27.50.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$100&lt;br /&gt;
|more lockers&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Kevin purchased and was reimbursed $50.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$75&lt;br /&gt;
|five OptiPlex thin clients&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Trent purchased and was reimbursed $37.50.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$391.88&lt;br /&gt;
|Computer mice, band saw, and sheet metal brake. Thank you for getting these!&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Augur purchased and was reimbursed $195.94.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$356.17&lt;br /&gt;
|new parts for Juki sewing machine and new needles&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Kyle purchased and was reimbursed $98, which was half the cost minus labor costs, which are not covered by equipment fund.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$800&lt;br /&gt;
|Four Monoprice 3D printers&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Kashif purchased and was reimbursed $400.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$229.28&lt;br /&gt;
|New curtains for hackitorium&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Kyle raised money to purchase and was reimbursed $110&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$642.76&lt;br /&gt;
|Steel for Sparkle Forge hot area buildout&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Jarrod purchased and was reimbursed $321.38&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$323.08&lt;br /&gt;
|welding gas, cylinder, and wire for the Sparkle Forge hot area buildout&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Jarrod purchased and was reimbursed $161.54 on February 2, 2017.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$760.16&lt;br /&gt;
|HTC Vive virtual reality equipment and associated content codes and gift card.&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Darryl purchased and was reimbursed $380.08 on January 3, 2017.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$509.13&lt;br /&gt;
|Printable circuit stuff: ESPON L310 Single-Function Ink Tank, System Printer with Integrated Ink Tank, Prototype Ink Kit&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Chris Venter purchased and was reimbursed $254.56 on December 21, 2016.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$2955.41&lt;br /&gt;
|Othermill&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Torrie purchased at a discount and was reimbursed $1477.70 on December 13, 2016.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$206.68&lt;br /&gt;
|SparkleForge Supplies: Welding Cart, Clamps, Magnets, MIG pliers, Bar Cutter Chop Saw&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Jarrod purchased and was reimbursed $103.34 on December 7, 2016.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$346.91&lt;br /&gt;
|Brother SE400 Combination Computerized Sewing and 4x4 Embroidery Machine&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|augur purchased from Amazon was reimbursed $173.45 on November 9, 2016.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$942.78&lt;br /&gt;
|SparkleForge Phase 2 buildout, &amp;quot;hot work&amp;quot; area.&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|[[User:Jarrod|Jarrod]] purchased materials to build &amp;quot;hot work&amp;quot; area of the SparkleForge and was reimbursed $471.39 on November 3, 2016.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$153.88&lt;br /&gt;
|Welding accessories.&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|[[User:Jarrod|Jarrod]] purchased from Amazon and reimbursed $76.94 on October 26, 2016.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$350.00&lt;br /&gt;
|Lincoln Electric 180 Pro-Mig welder.&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|[[User:Jarrod|Jarrod]] purchased in cash from Craigslist and reimbursed $175 on October 22, 2016.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$2169.91&lt;br /&gt;
|Laser cutter buildout costs.&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|[[User:Jarrod|Jarrod]] submitted receipts to John Shutt and was reimbursed on August 9th, 2016.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$1000&lt;br /&gt;
|New sewing machine.&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Purchased at a discount by Kyle, [[User:Pemulis|John Shutt]] advanced $500 to purchase and was reimbursed on August 9th, 2016.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$160&lt;br /&gt;
|5lb halotron fire extinguisher&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Purchased by Scotty, who was reimbursed $80 on August 9th.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$100&lt;br /&gt;
|Epson Stylus Pro 4880 Inkjet Printer (used) with extra ink and roll of paper&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Purchased at a great bargain by Kyle, [[User:Pemulis|John Shutt]] reimbursed $50 from the equipment fund on August 29th, 2016.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$444.38&lt;br /&gt;
|Axidraw.&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Reimbursed swartzcr $222 from donations to donate.noisebridge.net/projects and $222.38 from the EF on Sept. 21, 2016.&lt;br /&gt;
|http://www.axidraw.com/&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Cheap, very safe tooling for working with aluminum pours&lt;br /&gt;
|Proposed by Trent.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|New table saw &amp;quot;with a sawstop&amp;quot; - Scotty.&lt;br /&gt;
|Proposed by [[User:Tdfischer|Torrie]].&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|A very nice 3D printer&lt;br /&gt;
|Proposed by [[User:Tdfischer|Torrie]].&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Storage-ish things for the sparkleforge&lt;br /&gt;
|Proposed by [[User:Tdfischer|Torrie]].&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Another first aid box&lt;br /&gt;
|Proposed by [[User:Tdfischer|Torrie]].&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Big ass cnc router&lt;br /&gt;
|Proposed by Trent.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|The most amazing bad actor proof rfid door entrance system ever&lt;br /&gt;
|Proposed by teratoma.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Primarily tile and ventilation work for the SparkleForge&lt;br /&gt;
|Proposed by Scotty.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Welding curtain&lt;br /&gt;
|Proposed by Scotty.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Chop saw with a proper guard&lt;br /&gt;
|Proposed by Scotty.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Replace our lathe with something that’s not completely falling apart and broken&lt;br /&gt;
|Proposed by Scotty.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Floor or tabletop metal punch&lt;br /&gt;
|Proposed by [[User:Miloh|Miloh]].&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Metal break, available as floor or tabletop model&lt;br /&gt;
|Proposed by [[User:Miloh|Miloh]].&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Circle cutters&lt;br /&gt;
|Proposed by [[User:Miloh|Miloh]].&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Dust management for the woodshop&lt;br /&gt;
|Proposed by augur.&lt;br /&gt;
|&lt;br /&gt;
|&amp;quot; i was thinking it might be good to look into a nice powerful motor and a multi-tube octopus-like ceiling fixture that connects to all the work areas. or something like that. something that lets us get all of the dust immediately and with ease, so that people will be more inclined to use it&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Xerox phaser 8560&lt;br /&gt;
|Proposed by [[User:Miloh|Miloh]]. https://modesto.craigslist.org/ele/5696879637.html&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=User:Beka&amp;diff=63294</id>
		<title>User:Beka</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=User:Beka&amp;diff=63294"/>
		<updated>2017-12-31T00:37:35Z</updated>

		<summary type="html">&lt;p&gt;🐼: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;m Darryl, tho on IRC and Slack I go by Augur. Not auger with an e, but augur with a u. Two u&#039;s actually. On Twitter and Github, I&#039;m psygnisfive. My email address is psygnisfive@yahoo.com.&lt;br /&gt;
&lt;br /&gt;
At the time of writing (2016-12-1), I&#039;m working on various personal projects at Noisebridge, including a rod logic computer, a robotic snake arm, an open-ended vacuum tube/chamber, and a mini semiconductor fabrication project. I also teach people how to use the laser cutter.&lt;br /&gt;
&lt;br /&gt;
I also work on AI (http://www.languagengine.co) and programming language theory/type theory (both recreationally, and as a researcher at IOHK.io).&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Template:FrontPageHeader&amp;diff=63283</id>
		<title>Template:FrontPageHeader</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Template:FrontPageHeader&amp;diff=63283"/>
		<updated>2017-12-31T00:34:07Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63269 by 178.175.131.194 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- SINGLE BOX --&amp;gt;&amp;lt;div class=&amp;quot;front-page-box front-page-box--single&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.4em;padding-top:0; font-size: 1.4em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;Programming • Hardware • 3D Printing • Woodworking • Art • Science • Craft • Robotics • Security • Sewing&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.4em;padding-top:0; font-size: 1.4em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;&lt;br /&gt;
[[FundraisingCall|We are raising funds! Our landlord is not renewing our lease and we are raising funds so we can move. Please spread the word.]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; margin-left: 10px; text-align: center; position: relative;&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:Red-Donate-button.png|200px|link=https://donate.noisebridge.net]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;[[About|We are Noisebridge]].&amp;lt;/strong&amp;gt; Noisebridge is a [http://hackerspaces.org/ hackerspace] for technical-creative projects, [[Do-ocracy|doocratically]] run by everyone.  We are [[Incorporation|a non-profit educational institution]] intended for public benefit. We have a 5,200 square-foot space located in the heart of San Francisco.  We teach, we learn, we share. [[Noisebridge_Vision|Read more about Noisebridge]] or [http://www.youtube.com/watch?v=wamwklXWK4M watch a short video].&lt;br /&gt;
&lt;br /&gt;
We are committed to providing a safe space to work, learn, and play. Please read and understand our [[anti-harassment policy]] and [[community standards]]. This is how we expect people to behave when they are at Noisebridge, and you should also expect this standard of behavior from others in the space.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Noisebridge continues to operate entirely through monetary donations from people like you! Please consider contributing to our [[Finances|operating expenses of over $6,500/mo]] by making a [https://donate.noisebridge.net donation].&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;!-- PROMO SPACE (current happenings, should be updated weekly/monthly) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- 34C3 PROMO FOR Dec 27th-30th 2017 @X &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 2px solid red; line-height:1.1em;padding-top:0; font-size: 1.1em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&amp;quot;do something&amp;quot;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:34c3-tuwat.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Join us for live streaming of Chaos Computer Club 34C3 in Leipzig Germany&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;Thursday-Saturday 11:30am-10:30pm Congress Everywhere&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&amp;lt;/span&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://media.ccc.de/ &amp;lt;span style=&amp;quot;font-size: 2em; color: #0ff&amp;quot;&amp;gt;&amp;lt;u&amp;gt;STREAMS&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;]&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;[[34C3|&amp;lt;span style=&amp;quot;font-size: 2em; color: #0ff&amp;quot;&amp;gt;&amp;lt;u&amp;gt;34C3@noisebridge&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- END PROMO SPACE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.1em;padding-top:0; font-size: 1.1em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;[[Accounts|Follow us]]: [[Image:Tumblr.png|link=http://blog.noisebridge.net]] [http://blog.noisebridge.net Tumblr/Blog] • [[Image:Twitter.png|link=https://twitter.com/noisebridge]] [https://twitter.com/noisebridge Twitter] • [[Image:Facebook.png|link=https://www.facebook.com/noisebridge]] [https://www.facebook.com/noisebridge Facebook] • [[Image:Googleplus.png|link=https://plus.google.com/+NoisebridgeSanFrancisco]] [https://plus.google.com/+NoisebridgeSanFrancisco Google+] • [[Image:Flickr.png|link=https://www.flickr.com/groups/noisebridge/]] [https://www.flickr.com/groups/noisebridge/ Flickr] • [[Image:Github.png|link=https://github.com/noisebridge]] [https://github.com/noisebridge Github] • [[Image:Foursquare.png|link=https://foursquare.com/v/noisebridge/4a8b745ff964a5207e0c20e3]] [https://foursquare.com/v/noisebridge/4a8b745ff964a5207e0c20e3 Foursquare] • [[Image:Meetup.png|link=http://www.meetup.com/noisebridge/]] [http://www.meetup.com/noisebridge/ Meetup]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; margin-left: 10px; text-align: center; position: relative;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Template:FrontPageHeader&amp;diff=63263</id>
		<title>Template:FrontPageHeader</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Template:FrontPageHeader&amp;diff=63263"/>
		<updated>2017-12-31T00:18:09Z</updated>

		<summary type="html">&lt;p&gt;🐼: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- SINGLE BOX --&amp;gt;&amp;lt;div class=&amp;quot;front-page-box front-page-box--single&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.4em;padding-top:0; font-size: 1.4em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;Programming • Hardware • 3D Printing • Woodworking • Art • Science • Craft • Robotics • Security • Sewing&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.4em;padding-top:0; font-size: 1.4em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;&lt;br /&gt;
[[FundraisingCall|We are raising funds! Our landlord is not renewing our lease and we are raising funds so we can move. Please spread the word.]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; margin-left: 10px; text-align: center; position: relative;&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:Red-Donate-button.png|200px|link=https://donate.noisebridge.net]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;[[About|We are Noisebridge]].&amp;lt;/strong&amp;gt; Noisebridge is a [http://hackerspaces.org/ hackerspace] for technical-creative projects, [[Do-ocracy|doocratically]] run by everyone.  We are [[Incorporation|a non-profit educational institution]] intended for public benefit. We have a 5,200 square-foot space located in the heart of San Francisco.  We teach, we learn, we share. [[Noisebridge_Vision|Read more about Noisebridge]] or [http://www.youtube.com/watch?v=wamwklXWK4M watch a short video].&lt;br /&gt;
&lt;br /&gt;
We are committed to providing a safe space to work, learn, and play. Please read and understand our [[anti-harassment policy]] and [[community standards]]. This is how we expect people to behave when they are at Noisebridge, and you should also expect this standard of behavior from others in the space.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Noisebridge continues to operate entirely through monetary donations from people like you! Please consider contributing to our [[Finances|operating expenses of over $6,500/mo]] by making a [https://donate.noisebridge.net donation].&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;!-- PROMO SPACE (current happenings, should be updated weekly/monthly) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- 34C3 PROMO FOR Dec 27th-30th 2017 @X &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 2px solid red; line-height:1.1em;padding-top:0; font-size: 1.1em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&amp;quot;do something&amp;quot;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:34c3-tuwat.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Join us for live streaming of Chaos Computer Club 34C3 in Leipzig Germany&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;Thursday-Saturday 11:30am-10:30pm Congress Everywhere&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&amp;lt;/span&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://media.ccc.de/ &amp;lt;span style=&amp;quot;font-size: 2em; color: #0ff&amp;quot;&amp;gt;&amp;lt;u&amp;gt;STREAMS&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;]&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;[[34C3|&amp;lt;span style=&amp;quot;font-size: 2em; color: #0ff&amp;quot;&amp;gt;&amp;lt;u&amp;gt;34C3@noisebridge&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- END PROMO SPACE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.1em;padding-top:0; font-size: 1.1em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;[[Accounts|Follow us]]: [[Image:Tumblr.png|link=http://blog.noisebridge.net]] [http://blog.noisebridge.net Tumblr/Blog] • [[Image:Twitter.png|link=https://twitter.com/noisebridge]] [https://twitter.com/noisebridge Twitter] • [[Image:Facebook.png|link=https://www.facebook.com/noisebridge]] [https://www.facebook.com/noisebridge Facebook] • [[Image:Googleplus.png|link=https://plus.google.com/+NoisebridgeSanFrancisco]] [https://plus.google.com/+NoisebridgeSanFrancisco Google+] • [[Image:Flickr.png|link=https://www.flickr.com/groups/noisebridge/]] [https://www.flickr.com/groups/noisebridge/ Flickr] • [[Image:Github.png|link=https://github.com/noisebridge]] [https://github.com/noisebridge Github] • [[Image:Foursquare.png|link=https://foursquare.com/v/noisebridge/4a8b745ff964a5207e0c20e3]] [https://foursquare.com/v/noisebridge/4a8b745ff964a5207e0c20e3 Foursquare] • [[Image:Meetup.png|link=http://www.meetup.com/noisebridge/]] [http://www.meetup.com/noisebridge/ Meetup]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; margin-left: 10px; text-align: center; position: relative;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Template:FrontPageHeader&amp;diff=63258</id>
		<title>Template:FrontPageHeader</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Template:FrontPageHeader&amp;diff=63258"/>
		<updated>2017-12-31T00:14:41Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63256 by LENIN (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- SINGLE BOX --&amp;gt;&amp;lt;div class=&amp;quot;front-page-box front-page-box--single&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.4em;padding-top:0; font-size: 1.4em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;Programming • Hardware • 3D Printing • Woodworking • Art • Science • Craft • Robotics • Security • Sewing&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.4em;padding-top:0; font-size: 1.4em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;&lt;br /&gt;
[[FundraisingCall|We are raising funds! Our landlord is not renewing our lease and we are raising funds so we can move. Please spread the word.]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; margin-left: 10px; text-align: center; position: relative;&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:Red-Donate-button.png|200px|link=https://donate.noisebridge.net]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;[[About|We are Noisebridge]].&amp;lt;/strong&amp;gt; Noisebridge is a [http://hackerspaces.org/ hackerspace] for technical-creative projects, [[Do-ocracy|doocratically]] run by everyone.  We are [[Incorporation|a non-profit educational institution]] intended for public benefit. We have a 5,200 square-foot space located in the heart of San Francisco.  We teach, we learn, we share. [[Noisebridge_Vision|Read more about Noisebridge]] or [http://www.youtube.com/watch?v=wamwklXWK4M watch a short video].&lt;br /&gt;
&lt;br /&gt;
We are committed to providing a safe space to work, learn, and play. Please read and understand our [[anti-harassment policy]] and [[community standards]]. This is how we expect people to behave when they are at Noisebridge, and you should also expect this standard of behavior from others in the space.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Noisebridge continues to operate entirely through monetary donations from people like you! Please consider contributing to our [[Finances|operating expenses of over $6,500/mo]] by making a [https://donate.noisebridge.net donation].&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;!-- PROMO SPACE (current happenings, should be updated weekly/monthly) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- 34C3 PROMO FOR Dec 27th-30th 2017 @X &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 2px solid red; line-height:1.1em;padding-top:0; font-size: 1.1em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&amp;quot;do something&amp;quot;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:34c3-tuwat.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Join us for live streaming of Chaos Computer Club 34C3 in Leipzig Germany&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;Thursday-Saturday 11:30am-10:30pm Congress Everywhere&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&amp;lt;/span&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://media.ccc.de/ &amp;lt;span style=&amp;quot;font-size: 2em; color: #0ff&amp;quot;&amp;gt;&amp;lt;u&amp;gt;STREAMS&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;]&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;[[34C3|&amp;lt;span style=&amp;quot;font-size: 2em; color: #0ff&amp;quot;&amp;gt;&amp;lt;u&amp;gt;34C3@noisebridge&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- END PROMO SPACE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.1em;padding-top:0; font-size: 1.1em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;[[Accounts|Follow us]]: [[Image:Tumblr.png|link=http://blog.noisebridge.net]] [http://blog.noisebridge.net Tumblr/Blog] • [[Image:Twitter.png|link=https://twitter.com/noisebridge]] [https://twitter.com/noisebridge Twitter] • [[Image:Facebook.png|link=https://www.facebook.com/noisebridge]] [https://www.facebook.com/noisebridge Facebook] • [[Image:Googleplus.png|link=https://plus.google.com/+NoisebridgeSanFrancisco]] [https://plus.google.com/+NoisebridgeSanFrancisco Google+] • [[Image:Flickr.png|link=https://www.flickr.com/groups/noisebridge/]] [https://www.flickr.com/groups/noisebridge/ Flickr] • [[Image:Github.png|link=https://github.com/noisebridge]] [https://github.com/noisebridge Github] • [[Image:Foursquare.png|link=https://foursquare.com/v/noisebridge/4a8b745ff964a5207e0c20e3]] [https://foursquare.com/v/noisebridge/4a8b745ff964a5207e0c20e3 Foursquare] • [[Image:Meetup.png|link=http://www.meetup.com/noisebridge/]] [http://www.meetup.com/noisebridge/ Meetup]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; margin-left: 10px; text-align: center; position: relative;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Template:FrontPageHeader&amp;diff=63255</id>
		<title>Template:FrontPageHeader</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Template:FrontPageHeader&amp;diff=63255"/>
		<updated>2017-12-31T00:09:33Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63254 by LENIN (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- SINGLE BOX --&amp;gt;&amp;lt;div class=&amp;quot;front-page-box front-page-box--single&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.4em;padding-top:0; font-size: 1.4em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;Programming • Hardware • 3D Printing • Woodworking • Art • Science • Craft • Robotics • Security • Sewing&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.4em;padding-top:0; font-size: 1.4em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;&lt;br /&gt;
[[FundraisingCall|We are raising funds! Our landlord is not renewing our lease and we are raising funds so we can move. Please spread the word.]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; margin-left: 10px; text-align: center; position: relative;&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:Red-Donate-button.png|200px|link=https://donate.noisebridge.net]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;[[About|We are Noisebridge]].&amp;lt;/strong&amp;gt; Noisebridge is a [http://hackerspaces.org/ hackerspace] for technical-creative projects, [[Do-ocracy|doocratically]] run by everyone.  We are [[Incorporation|a non-profit educational institution]] intended for public benefit. We have a 5,200 square-foot space located in the heart of San Francisco.  We teach, we learn, we share. [[Noisebridge_Vision|Read more about Noisebridge]] or [http://www.youtube.com/watch?v=wamwklXWK4M watch a short video].&lt;br /&gt;
&lt;br /&gt;
We are committed to providing a safe space to work, learn, and play. Please read and understand our [[anti-harassment policy]] and [[community standards]]. This is how we expect people to behave when they are at Noisebridge, and you should also expect this standard of behavior from others in the space.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Noisebridge continues to operate entirely through monetary donations from people like you! Please consider contributing to our [[Finances|operating expenses of over $6,500/mo]] by making a [https://donate.noisebridge.net donation].&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;!-- PROMO SPACE (current happenings, should be updated weekly/monthly) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- 34C3 PROMO FOR Dec 27th-30th 2017 @X &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 2px solid red; line-height:1.1em;padding-top:0; font-size: 1.1em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&amp;quot;do something&amp;quot;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:34c3-tuwat.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Join us for live streaming of Chaos Computer Club 34C3 in Leipzig Germany&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;Thursday-Saturday 11:30am-10:30pm Congress Everywhere&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&amp;lt;/span&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://media.ccc.de/ &amp;lt;span style=&amp;quot;font-size: 2em; color: #0ff&amp;quot;&amp;gt;&amp;lt;u&amp;gt;STREAMS&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;]&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;[[34C3|&amp;lt;span style=&amp;quot;font-size: 2em; color: #0ff&amp;quot;&amp;gt;&amp;lt;u&amp;gt;34C3@noisebridge&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- END PROMO SPACE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.1em;padding-top:0; font-size: 1.1em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;[[Accounts|Follow us]]: [[Image:Tumblr.png|link=http://blog.noisebridge.net]] [http://blog.noisebridge.net Tumblr/Blog] • [[Image:Twitter.png|link=https://twitter.com/noisebridge]] [https://twitter.com/noisebridge Twitter] • [[Image:Facebook.png|link=https://www.facebook.com/noisebridge]] [https://www.facebook.com/noisebridge Facebook] • [[Image:Googleplus.png|link=https://plus.google.com/+NoisebridgeSanFrancisco]] [https://plus.google.com/+NoisebridgeSanFrancisco Google+] • [[Image:Flickr.png|link=https://www.flickr.com/groups/noisebridge/]] [https://www.flickr.com/groups/noisebridge/ Flickr] • [[Image:Github.png|link=https://github.com/noisebridge]] [https://github.com/noisebridge Github] • [[Image:Foursquare.png|link=https://foursquare.com/v/noisebridge/4a8b745ff964a5207e0c20e3]] [https://foursquare.com/v/noisebridge/4a8b745ff964a5207e0c20e3 Foursquare] • [[Image:Meetup.png|link=http://www.meetup.com/noisebridge/]] [http://www.meetup.com/noisebridge/ Meetup]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; margin-left: 10px; text-align: center; position: relative;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Template:FrontPageHeader&amp;diff=63252</id>
		<title>Template:FrontPageHeader</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Template:FrontPageHeader&amp;diff=63252"/>
		<updated>2017-12-31T00:06:35Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63251 by LENIN (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- SINGLE BOX --&amp;gt;&amp;lt;div class=&amp;quot;front-page-box front-page-box--single&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.4em;padding-top:0; font-size: 1.4em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;Programming • Hardware • 3D Printing • Woodworking • Art • Science • Craft • Robotics • Security • Sewing&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.4em;padding-top:0; font-size: 1.4em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;&lt;br /&gt;
[[FundraisingCall|We are raising funds! Our landlord is not renewing our lease and we are raising funds so we can move. Please spread the word.]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; margin-left: 10px; text-align: center; position: relative;&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:Red-Donate-button.png|200px|link=https://donate.noisebridge.net]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;[[About|We are Noisebridge]].&amp;lt;/strong&amp;gt; Noisebridge is a [http://hackerspaces.org/ hackerspace] for technical-creative projects, [[Do-ocracy|doocratically]] run by everyone.  We are [[Incorporation|a non-profit educational institution]] intended for public benefit. We have a 5,200 square-foot space located in the heart of San Francisco.  We teach, we learn, we share. [[Noisebridge_Vision|Read more about Noisebridge]] or [http://www.youtube.com/watch?v=wamwklXWK4M watch a short video].&lt;br /&gt;
&lt;br /&gt;
We are committed to providing a safe space to work, learn, and play. Please read and understand our [[anti-harassment policy]] and [[community standards]]. This is how we expect people to behave when they are at Noisebridge, and you should also expect this standard of behavior from others in the space.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Noisebridge continues to operate entirely through monetary donations from people like you! Please consider contributing to our [[Finances|operating expenses of over $6,500/mo]] by making a [https://donate.noisebridge.net donation].&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;!-- PROMO SPACE (current happenings, should be updated weekly/monthly) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- 34C3 PROMO FOR Dec 27th-30th 2017 @X &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 2px solid red; line-height:1.1em;padding-top:0; font-size: 1.1em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&amp;quot;do something&amp;quot;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:34c3-tuwat.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Join us for live streaming of Chaos Computer Club 34C3 in Leipzig Germany&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;Thursday-Saturday 11:30am-10:30pm Congress Everywhere&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&amp;lt;/span&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://media.ccc.de/ &amp;lt;span style=&amp;quot;font-size: 2em; color: #0ff&amp;quot;&amp;gt;&amp;lt;u&amp;gt;STREAMS&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;]&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;[[34C3|&amp;lt;span style=&amp;quot;font-size: 2em; color: #0ff&amp;quot;&amp;gt;&amp;lt;u&amp;gt;34C3@noisebridge&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- END PROMO SPACE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.1em;padding-top:0; font-size: 1.1em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;[[Accounts|Follow us]]: [[Image:Tumblr.png|link=http://blog.noisebridge.net]] [http://blog.noisebridge.net Tumblr/Blog] • [[Image:Twitter.png|link=https://twitter.com/noisebridge]] [https://twitter.com/noisebridge Twitter] • [[Image:Facebook.png|link=https://www.facebook.com/noisebridge]] [https://www.facebook.com/noisebridge Facebook] • [[Image:Googleplus.png|link=https://plus.google.com/+NoisebridgeSanFrancisco]] [https://plus.google.com/+NoisebridgeSanFrancisco Google+] • [[Image:Flickr.png|link=https://www.flickr.com/groups/noisebridge/]] [https://www.flickr.com/groups/noisebridge/ Flickr] • [[Image:Github.png|link=https://github.com/noisebridge]] [https://github.com/noisebridge Github] • [[Image:Foursquare.png|link=https://foursquare.com/v/noisebridge/4a8b745ff964a5207e0c20e3]] [https://foursquare.com/v/noisebridge/4a8b745ff964a5207e0c20e3 Foursquare] • [[Image:Meetup.png|link=http://www.meetup.com/noisebridge/]] [http://www.meetup.com/noisebridge/ Meetup]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; margin-left: 10px; text-align: center; position: relative;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Template:FrontPageHeader&amp;diff=63250</id>
		<title>Template:FrontPageHeader</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Template:FrontPageHeader&amp;diff=63250"/>
		<updated>2017-12-31T00:03:24Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63246 by LENIN (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- SINGLE BOX --&amp;gt;&amp;lt;div class=&amp;quot;front-page-box front-page-box--single&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.4em;padding-top:0; font-size: 1.4em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;Programming • Hardware • 3D Printing • Woodworking • Art • Science • Craft • Robotics • Security • Sewing&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.4em;padding-top:0; font-size: 1.4em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;&lt;br /&gt;
[[FundraisingCall|We are raising funds! Our landlord is not renewing our lease and we are raising funds so we can move. Please spread the word.]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; margin-left: 10px; text-align: center; position: relative;&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:Red-Donate-button.png|200px|link=https://donate.noisebridge.net]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;[[About|We are Noisebridge]].&amp;lt;/strong&amp;gt; Noisebridge is a [http://hackerspaces.org/ hackerspace] for technical-creative projects, [[Do-ocracy|doocratically]] run by everyone.  We are [[Incorporation|a non-profit educational institution]] intended for public benefit. We have a 5,200 square-foot space located in the heart of San Francisco.  We teach, we learn, we share. [[Noisebridge_Vision|Read more about Noisebridge]] or [http://www.youtube.com/watch?v=wamwklXWK4M watch a short video].&lt;br /&gt;
&lt;br /&gt;
We are committed to providing a safe space to work, learn, and play. Please read and understand our [[anti-harassment policy]] and [[community standards]]. This is how we expect people to behave when they are at Noisebridge, and you should also expect this standard of behavior from others in the space.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Noisebridge continues to operate entirely through monetary donations from people like you! Please consider contributing to our [[Finances|operating expenses of over $6,500/mo]] by making a [https://donate.noisebridge.net donation].&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;!-- PROMO SPACE (current happenings, should be updated weekly/monthly) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- 34C3 PROMO FOR Dec 27th-30th 2017 @X &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 2px solid red; line-height:1.1em;padding-top:0; font-size: 1.1em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&amp;quot;do something&amp;quot;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:34c3-tuwat.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Join us for live streaming of Chaos Computer Club 34C3 in Leipzig Germany&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;Thursday-Saturday 11:30am-10:30pm Congress Everywhere&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&amp;lt;/span&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://media.ccc.de/ &amp;lt;span style=&amp;quot;font-size: 2em; color: #0ff&amp;quot;&amp;gt;&amp;lt;u&amp;gt;STREAMS&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;]&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;[[34C3|&amp;lt;span style=&amp;quot;font-size: 2em; color: #0ff&amp;quot;&amp;gt;&amp;lt;u&amp;gt;34C3@noisebridge&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- END PROMO SPACE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.1em;padding-top:0; font-size: 1.1em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;[[Accounts|Follow us]]: [[Image:Tumblr.png|link=http://blog.noisebridge.net]] [http://blog.noisebridge.net Tumblr/Blog] • [[Image:Twitter.png|link=https://twitter.com/noisebridge]] [https://twitter.com/noisebridge Twitter] • [[Image:Facebook.png|link=https://www.facebook.com/noisebridge]] [https://www.facebook.com/noisebridge Facebook] • [[Image:Googleplus.png|link=https://plus.google.com/+NoisebridgeSanFrancisco]] [https://plus.google.com/+NoisebridgeSanFrancisco Google+] • [[Image:Flickr.png|link=https://www.flickr.com/groups/noisebridge/]] [https://www.flickr.com/groups/noisebridge/ Flickr] • [[Image:Github.png|link=https://github.com/noisebridge]] [https://github.com/noisebridge Github] • [[Image:Foursquare.png|link=https://foursquare.com/v/noisebridge/4a8b745ff964a5207e0c20e3]] [https://foursquare.com/v/noisebridge/4a8b745ff964a5207e0c20e3 Foursquare] • [[Image:Meetup.png|link=http://www.meetup.com/noisebridge/]] [http://www.meetup.com/noisebridge/ Meetup]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; margin-left: 10px; text-align: center; position: relative;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Template:FrontPageHeader&amp;diff=63249</id>
		<title>Template:FrontPageHeader</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Template:FrontPageHeader&amp;diff=63249"/>
		<updated>2017-12-31T00:03:10Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63248 by LENIN (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- SINGLE BOX --&amp;gt;&amp;lt;div class=&amp;quot;front-page-box front-page-box--single&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.4em;padding-top:0; font-size: 1.4em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;Programming • Hardware • 3D Printing • Woodworking • Art • Science • Craft • Robotics • Security • Sewing&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.4em;padding-top:0; font-size: 1.4em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;&lt;br /&gt;
[[FundraisingCall|[[File:NBC-Interview-Camera.jpg]]We are raising funds! Our landlord is not renewing our lease and we are raising funds so we can move. Please spread the word.]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; margin-left: 10px; text-align: center; position: relative;&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:Red-Donate-button.png|200px|link=https://donate.noisebridge.net]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;[[About|We are Noisebridge]].&amp;lt;/strong&amp;gt; Noisebridge is a [http://hackerspaces.org/ hackerspace] for technical-creative projects, [[Do-ocracy|doocratically]] run by everyone.  We are [[Incorporation|a non-profit educational institution]] intended for public benefit. We have a 5,200 square-foot space located in the heart of San Francisco.  We teach, we learn, we share. [[Noisebridge_Vision|Read more about Noisebridge]] or [http://www.youtube.com/watch?v=wamwklXWK4M watch a short video].&lt;br /&gt;
&lt;br /&gt;
We are committed to providing a safe space to work, learn, and play. Please read and understand our [[anti-harassment policy]] and [[community standards]]. This is how we expect people to behave when they are at Noisebridge, and you should also expect this standard of behavior from others in the space.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Noisebridge continues to operate entirely through monetary donations from people like you! Please consider contributing to our [[Finances|operating expenses of over $6,500/mo]] by making a [https://donate.noisebridge.net donation].&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;!-- PROMO SPACE (current happenings, should be updated weekly/monthly) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- 34C3 PROMO FOR Dec 27th-30th 2017 @X &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 2px solid red; line-height:1.1em;padding-top:0; font-size: 1.1em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&amp;quot;do something&amp;quot;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:34c3-tuwat.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Join us for live streaming of Chaos Computer Club 34C3 in Leipzig Germany&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;Thursday-Saturday 11:30am-10:30pm Congress Everywhere&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&amp;lt;/span&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://media.ccc.de/ &amp;lt;span style=&amp;quot;font-size: 2em; color: #0ff&amp;quot;&amp;gt;&amp;lt;u&amp;gt;STREAMS&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;]&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;[[34C3|&amp;lt;span style=&amp;quot;font-size: 2em; color: #0ff&amp;quot;&amp;gt;&amp;lt;u&amp;gt;34C3@noisebridge&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- END PROMO SPACE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.1em;padding-top:0; font-size: 1.1em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;[[Accounts|Follow us]]: [[Image:Tumblr.png|link=http://blog.noisebridge.net]] [http://blog.noisebridge.net Tumblr/Blog] • [[Image:Twitter.png|link=https://twitter.com/noisebridge]] [https://twitter.com/noisebridge Twitter] • [[Image:Facebook.png|link=https://www.facebook.com/noisebridge]] [https://www.facebook.com/noisebridge Facebook] • [[Image:Googleplus.png|link=https://plus.google.com/+NoisebridgeSanFrancisco]] [https://plus.google.com/+NoisebridgeSanFrancisco Google+] • [[Image:Flickr.png|link=https://www.flickr.com/groups/noisebridge/]] [https://www.flickr.com/groups/noisebridge/ Flickr] • [[Image:Github.png|link=https://github.com/noisebridge]] [https://github.com/noisebridge Github] • [[Image:Foursquare.png|link=https://foursquare.com/v/noisebridge/4a8b745ff964a5207e0c20e3]] [https://foursquare.com/v/noisebridge/4a8b745ff964a5207e0c20e3 Foursquare] • [[Image:Meetup.png|link=http://www.meetup.com/noisebridge/]] [http://www.meetup.com/noisebridge/ Meetup]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; margin-left: 10px; text-align: center; position: relative;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=File:NBC-Interview-Camera.jpg&amp;diff=63247</id>
		<title>File:NBC-Interview-Camera.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=File:NBC-Interview-Camera.jpg&amp;diff=63247"/>
		<updated>2017-12-30T23:57:07Z</updated>

		<summary type="html">&lt;p&gt;🐼: 🐼 uploaded a new version of &amp;amp;quot;File:NBC-Interview-Camera.jpg&amp;amp;quot;: Reverted to version as of 13:56, 30 December 2017&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Template:FrontPageHeader&amp;diff=63244</id>
		<title>Template:FrontPageHeader</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Template:FrontPageHeader&amp;diff=63244"/>
		<updated>2017-12-30T23:50:59Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63234 by LENIN (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- SINGLE BOX --&amp;gt;&amp;lt;div class=&amp;quot;front-page-box front-page-box--single&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.4em;padding-top:0; font-size: 1.4em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;Programming • Hardware • 3D Printing • Woodworking • Art • Science • Craft • Robotics • Security • Sewing&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.4em;padding-top:0; font-size: 1.4em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;&lt;br /&gt;
[[FundraisingCall|We are raising funds! Our landlord is not renewing our lease and we are raising funds so we can move. Please spread the word.]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; margin-left: 10px; text-align: center; position: relative;&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:Red-Donate-button.png|200px|link=https://donate.noisebridge.net]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;[[About|We are Noisebridge]].&amp;lt;/strong&amp;gt; Noisebridge is a [http://hackerspaces.org/ hackerspace] for technical-creative projects, [[Do-ocracy|doocratically]] run by everyone.  We are [[Incorporation|a non-profit educational institution]] intended for public benefit. We have a 5,200 square-foot space located in the heart of San Francisco.  We teach, we learn, we share. [[Noisebridge_Vision|Read more about Noisebridge]] or [http://www.youtube.com/watch?v=wamwklXWK4M watch a short video].&lt;br /&gt;
&lt;br /&gt;
We are committed to providing a safe space to work, learn, and play. Please read and understand our [[anti-harassment policy]] and [[community standards]]. This is how we expect people to behave when they are at Noisebridge, and you should also expect this standard of behavior from others in the space.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Noisebridge continues to operate entirely through monetary donations from people like you! Please consider contributing to our [[Finances|operating expenses of over $6,500/mo]] by making a [https://donate.noisebridge.net donation].&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;!-- PROMO SPACE (current happenings, should be updated weekly/monthly) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- 34C3 PROMO FOR Dec 27th-30th 2017 @X &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 2px solid red; line-height:1.1em;padding-top:0; font-size: 1.1em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&amp;quot;do something&amp;quot;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:34c3-tuwat.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Join us for live streaming of Chaos Computer Club 34C3 in Leipzig Germany&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;Thursday-Saturday 11:30am-10:30pm Congress Everywhere&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&amp;lt;/span&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://media.ccc.de/ &amp;lt;span style=&amp;quot;font-size: 2em; color: #0ff&amp;quot;&amp;gt;&amp;lt;u&amp;gt;STREAMS&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;]&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;[[34C3|&amp;lt;span style=&amp;quot;font-size: 2em; color: #0ff&amp;quot;&amp;gt;&amp;lt;u&amp;gt;34C3@noisebridge&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- END PROMO SPACE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.1em;padding-top:0; font-size: 1.1em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;[[Accounts|Follow us]]: [[Image:Tumblr.png|link=http://blog.noisebridge.net]] [http://blog.noisebridge.net Tumblr/Blog] • [[Image:Twitter.png|link=https://twitter.com/noisebridge]] [https://twitter.com/noisebridge Twitter] • [[Image:Facebook.png|link=https://www.facebook.com/noisebridge]] [https://www.facebook.com/noisebridge Facebook] • [[Image:Googleplus.png|link=https://plus.google.com/+NoisebridgeSanFrancisco]] [https://plus.google.com/+NoisebridgeSanFrancisco Google+] • [[Image:Flickr.png|link=https://www.flickr.com/groups/noisebridge/]] [https://www.flickr.com/groups/noisebridge/ Flickr] • [[Image:Github.png|link=https://github.com/noisebridge]] [https://github.com/noisebridge Github] • [[Image:Foursquare.png|link=https://foursquare.com/v/noisebridge/4a8b745ff964a5207e0c20e3]] [https://foursquare.com/v/noisebridge/4a8b745ff964a5207e0c20e3 Foursquare] • [[Image:Meetup.png|link=http://www.meetup.com/noisebridge/]] [http://www.meetup.com/noisebridge/ Meetup]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; margin-left: 10px; text-align: center; position: relative;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Equipment_fund&amp;diff=63243</id>
		<title>Equipment fund</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Equipment_fund&amp;diff=63243"/>
		<updated>2017-12-30T23:50:42Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63233 by LENIN (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is for documenting the performance of the Noisebridge Equipment Fund, which was initially seeded by a $15,000 grant from Google. Since Noisebridge is in a relatively stable financial position, consensus was to spend the grant money on new equipment with [[User:Pemulis|John Shutt]] coordinating accounting and reimbursement (which he&#039;s doing here and on an [Ethercalc spreadsheet][https://noisebridge.sandcats.io/shared/gVmuQ5tqzNUSk5NazHgbKBrVEXkexR75q2RpyfZvLXz]).&lt;br /&gt;
&lt;br /&gt;
== Current Status ==&lt;br /&gt;
&lt;br /&gt;
There is &#039;&#039;&#039;$4,660.82&#039;&#039;&#039; left in the equipment fund. This number may not reflect promised reimbursements.&lt;br /&gt;
&lt;br /&gt;
== Acquisition Process ==&lt;br /&gt;
&lt;br /&gt;
List ideas here and discuss with the community to make sure there is interest in a particular piece of equipment and a place to put it. The fund will not cover the full cost of the item — you need to raise half of the cost on your own, and the fund will match the other half. This keeps our fundraising muscles strong and proves that there is legitimate interest in getting the item. Consider setting up a project-specific donation page https://donate.noisebridge.net/projects/.&lt;br /&gt;
&lt;br /&gt;
Reimbursement will happen through PayPal so that recordkeeping and end-of-year accounting will be easier. If anyone wants to help with accounting, contact [[User:Pemulis|John Shutt]].&lt;br /&gt;
&lt;br /&gt;
== Proposals ==&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot;&lt;br /&gt;
!Price&lt;br /&gt;
!Name&lt;br /&gt;
!Approved?&lt;br /&gt;
!Purchased?&lt;br /&gt;
!Notes&lt;br /&gt;
|-&lt;br /&gt;
|$881.60&lt;br /&gt;
|numerous supplies for VR setup&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|pyconaut purchased and was reimbursed $440.80 from the equipment fund&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$98.54&lt;br /&gt;
|1x4&amp;quot; Milling Machine Lockdown Vise with Swiveling Base&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Augur purchased and was reimbursed $49.27 from the equipment fund&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$942.52&lt;br /&gt;
|Soldering equipment&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Scottie purchased and was reimbursed $471.26 from the equipment fund&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$159&lt;br /&gt;
|Eurorack case and power supply&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Lizzie purchased and will be reimbursed $79.50 in cash from the equipment fund&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$40.47&lt;br /&gt;
|Lights for elevator buttons&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|$20.24 from the equipment fund, and the rest from the elevator repair fund&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$155.70&lt;br /&gt;
|More machine tools for the lathe&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Akelly purchased and was reimbursed $77.85 from the equipment fund&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$60.75&lt;br /&gt;
|Machine tools (lathe tooling, mining parallels)&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Akelly purchased and was reimbursed $30.38 from the equipment fund&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$184.72&lt;br /&gt;
|PS4 controller and audio rack mount equipment for sound/music stuff&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Lizzie purchased for and was reimbursed $92.36 from the equipment fund&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$759.49&lt;br /&gt;
|MakerBot Ultimate 3D Printer&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Trent purchased for and was reimbursed $379.74 from the equipment fund and the other half from project-specific donations&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$42&lt;br /&gt;
|Belt sander&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Nick H purchased for $42 and was reimbursed $20 cash&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$29&lt;br /&gt;
|Chemistry textbooks, C programming book, other books?&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Trent purchased and was reimbursed $14.50&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$638.01&lt;br /&gt;
|A/V equipment, lighting, box fans, tea kettle and hot pots, pipe fittings for lighting mounts, and stage materials for Noisebridge 10th Anniversary Exhibition &amp;amp; Ball&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Jarrod and others purchased and were reimbursed $53. Partial match from broadcast fund.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$106&lt;br /&gt;
|Dritz Sew You dress form&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Lady Red purchased and was reimbursed $53&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$50&lt;br /&gt;
|Jigsaw, reciprocating saw, hand sander, and power drill&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Trent purchased from yard sale and was reimbursed $25.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$173.55&lt;br /&gt;
|Pressure washer&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Augur purchased and was reimbursed $86.78.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$203.76&lt;br /&gt;
|Refurbished PS4 for Noisebridge Dark Souls club&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Trent purchased and was reimbursed $101.88.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$55&lt;br /&gt;
|Blue Fender Squier Stratocaster from Craigslist&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Lizzie purchased and was reimbursed $27.50.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$100&lt;br /&gt;
|more lockers&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Kevin purchased and was reimbursed $50.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$75&lt;br /&gt;
|five OptiPlex thin clients&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Trent purchased and was reimbursed $37.50.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$391.88&lt;br /&gt;
|Computer mice, band saw, and sheet metal brake. Thank you for getting these!&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Augur purchased and was reimbursed $195.94.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$356.17&lt;br /&gt;
|new parts for Juki sewing machine and new needles&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Kyle purchased and was reimbursed $98, which was half the cost minus labor costs, which are not covered by equipment fund.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$800&lt;br /&gt;
|Four Monoprice 3D printers&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Kashif purchased and was reimbursed $400.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$229.28&lt;br /&gt;
|New curtains for hackitorium&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Kyle raised money to purchase and was reimbursed $110&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$642.76&lt;br /&gt;
|Steel for Sparkle Forge hot area buildout&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Jarrod purchased and was reimbursed $321.38&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$323.08&lt;br /&gt;
|welding gas, cylinder, and wire for the Sparkle Forge hot area buildout&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Jarrod purchased and was reimbursed $161.54 on February 2, 2017.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$760.16&lt;br /&gt;
|HTC Vive virtual reality equipment and associated content codes and gift card.&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Darryl purchased and was reimbursed $380.08 on January 3, 2017.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$509.13&lt;br /&gt;
|Printable circuit stuff: ESPON L310 Single-Function Ink Tank, System Printer with Integrated Ink Tank, Prototype Ink Kit&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Chris Venter purchased and was reimbursed $254.56 on December 21, 2016.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$2955.41&lt;br /&gt;
|Othermill&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Torrie purchased at a discount and was reimbursed $1477.70 on December 13, 2016.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$206.68&lt;br /&gt;
|SparkleForge Supplies: Welding Cart, Clamps, Magnets, MIG pliers, Bar Cutter Chop Saw&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Jarrod purchased and was reimbursed $103.34 on December 7, 2016.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$346.91&lt;br /&gt;
|Brother SE400 Combination Computerized Sewing and 4x4 Embroidery Machine&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|augur purchased from Amazon was reimbursed $173.45 on November 9, 2016.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$942.78&lt;br /&gt;
|SparkleForge Phase 2 buildout, &amp;quot;hot work&amp;quot; area.&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|[[User:Jarrod|Jarrod]] purchased materials to build &amp;quot;hot work&amp;quot; area of the SparkleForge and was reimbursed $471.39 on November 3, 2016.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$153.88&lt;br /&gt;
|Welding accessories.&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|[[User:Jarrod|Jarrod]] purchased from Amazon and reimbursed $76.94 on October 26, 2016.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$350.00&lt;br /&gt;
|Lincoln Electric 180 Pro-Mig welder.&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|[[User:Jarrod|Jarrod]] purchased in cash from Craigslist and reimbursed $175 on October 22, 2016.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$2169.91&lt;br /&gt;
|Laser cutter buildout costs.&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|[[User:Jarrod|Jarrod]] submitted receipts to John Shutt and was reimbursed on August 9th, 2016.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$1000&lt;br /&gt;
|New sewing machine.&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Purchased at a discount by Kyle, [[User:Pemulis|John Shutt]] advanced $500 to purchase and was reimbursed on August 9th, 2016.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$160&lt;br /&gt;
|5lb halotron fire extinguisher&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Purchased by Scotty, who was reimbursed $80 on August 9th.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$100&lt;br /&gt;
|Epson Stylus Pro 4880 Inkjet Printer (used) with extra ink and roll of paper&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Purchased at a great bargain by Kyle, [[User:Pemulis|John Shutt]] reimbursed $50 from the equipment fund on August 29th, 2016.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|$444.38&lt;br /&gt;
|Axidraw.&lt;br /&gt;
|Approved, acquired.&lt;br /&gt;
|Reimbursed swartzcr $222 from donations to donate.noisebridge.net/projects and $222.38 from the EF on Sept. 21, 2016.&lt;br /&gt;
|http://www.axidraw.com/&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Cheap, very safe tooling for working with aluminum pours&lt;br /&gt;
|Proposed by Trent.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|New table saw &amp;quot;with a sawstop&amp;quot; - Scotty.&lt;br /&gt;
|Proposed by [[User:Tdfischer|Torrie]].&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|A very nice 3D printer&lt;br /&gt;
|Proposed by [[User:Tdfischer|Torrie]].&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Storage-ish things for the sparkleforge&lt;br /&gt;
|Proposed by [[User:Tdfischer|Torrie]].&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Another first aid box&lt;br /&gt;
|Proposed by [[User:Tdfischer|Torrie]].&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Big ass cnc router&lt;br /&gt;
|Proposed by Trent.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|The most amazing bad actor proof rfid door entrance system ever&lt;br /&gt;
|Proposed by teratoma.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Primarily tile and ventilation work for the SparkleForge&lt;br /&gt;
|Proposed by Scotty.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Welding curtain&lt;br /&gt;
|Proposed by Scotty.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Chop saw with a proper guard&lt;br /&gt;
|Proposed by Scotty.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Replace our lathe with something that’s not completely falling apart and broken&lt;br /&gt;
|Proposed by Scotty.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Floor or tabletop metal punch&lt;br /&gt;
|Proposed by [[User:Miloh|Miloh]].&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Metal break, available as floor or tabletop model&lt;br /&gt;
|Proposed by [[User:Miloh|Miloh]].&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Circle cutters&lt;br /&gt;
|Proposed by [[User:Miloh|Miloh]].&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Dust management for the woodshop&lt;br /&gt;
|Proposed by augur.&lt;br /&gt;
|&lt;br /&gt;
|&amp;quot; i was thinking it might be good to look into a nice powerful motor and a multi-tube octopus-like ceiling fixture that connects to all the work areas. or something like that. something that lets us get all of the dust immediately and with ease, so that people will be more inclined to use it&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|Xerox phaser 8560&lt;br /&gt;
|Proposed by [[User:Miloh|Miloh]]. https://modesto.craigslist.org/ele/5696879637.html&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Press_Coverage&amp;diff=63242</id>
		<title>Press Coverage</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Press_Coverage&amp;diff=63242"/>
		<updated>2017-12-30T23:50:26Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63232 by LENIN (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Reporters: if you&#039;re looking for information about Noisebridge, please see [[Press Kit]].&lt;br /&gt;
&lt;br /&gt;
== 2017 ==&lt;br /&gt;
&lt;br /&gt;
=== December ===&lt;br /&gt;
* &amp;quot;[https://www.nbcbayarea.com/news/local/Noisebridge-Hackerspace-in-San-Francisco-Battle-Rising-Rent-Face-Threat-of-Lease-Expiring-466883363.html Noisebridge &#039;Hackerspace&#039; in San Francisco Battle Rising Rent, Face Threat of Lease Expiring]&amp;quot; - Sam Brock, NBC Bay Area, 2017-12-28&lt;br /&gt;
* &amp;quot;[https://missionlocal.org/2017/12/noisebridge-facing-displacement-plans-to-come-back-bigger-and-better/ Noisebridge, facing displacement, plans to come back bigger and better]&amp;quot; - By Laura Wenus, Mission Local, 2017-12-28&lt;br /&gt;
&lt;br /&gt;
== 2015 ==&lt;br /&gt;
&lt;br /&gt;
=== October ===&lt;br /&gt;
* &amp;quot;[http://blogos.com/article/140064/ サンフランシスコの無料ハッカースペース Noisebridge]&amp;quot; - 美谷広海, BLOGOS, 2015-10-02&lt;br /&gt;
&lt;br /&gt;
=== January ===&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;[http://www.newyorker.com/magazine/2015/01/05/baked-3 CookieCaster Hacks the Cookie]&amp;quot; - Emma Allen, New Yorker, 2015-01-05&lt;br /&gt;
&lt;br /&gt;
== 2014 ==&lt;br /&gt;
&lt;br /&gt;
=== October ===&lt;br /&gt;
* &amp;quot;[http://www.hs.fi/paivanlehti/15102014/a1413257949236 Keksinnöt löytävät muotonsa harrastajien hacklabeissa]&amp;quot; - Ruut Tolonen, Helsingin Sanomat, 2014-10-15&lt;br /&gt;
&lt;br /&gt;
=== August ===&lt;br /&gt;
* &amp;quot;[http://www.mercurynews.com/business/ci_26417866/s-f-s-noisebridge-among-hackerspaces-turning-ideas S.F.&#039;s Noisebridge among hackerspaces turning ideas turn into reality]&amp;quot; - Emaun Kashfi, Associated Press, 2014-08-27&lt;br /&gt;
* &amp;quot;[https://gigaom.com/2014/08/01/welcome-back-anarchist-hackers-noisebridge-reopens-after-cleaning-house/ Welcome back anarchist hackers: Noisebridge reopens after cleaning house]&amp;quot; - Signe Brewster, GigaOm, 2014-08-01&lt;br /&gt;
&lt;br /&gt;
== 2013 ==&lt;br /&gt;
=== September ===&lt;br /&gt;
* &amp;quot;[http://boingboing.net/2013/09/04/john-cusack-in-hacker-land.html John Cusack in hacker-land]&amp;quot; - Xeni Jardin at 5:06 pm Wed, Sep 4, 2013 bOING bOING&lt;br /&gt;
=== August ===&lt;br /&gt;
* &amp;quot;[http://kalw.org/post/homeless-hackers-head-noisebridge-shelter Homeless hackers head to Noisebridge for shelter]&amp;quot; - By Holly McDede, KALW 2013-08-26&lt;br /&gt;
* &amp;quot;[http://gigaom.com/2013/08/21/inside-noisebridge-san-franciscos-eclectic-anarchist-hackerspace/ Inside Noisebridge: San Francisco’s eclectic anarchist hackerspace]&amp;quot; - by Signe Brewster, GigaOm 2013-08-21&lt;br /&gt;
* &amp;quot;[http://www.bbc.co.uk/programmes/b0391z20 Defeating the Hackers]&amp;quot; - Rupert Penry-Jones, BBC Horizon 2013-08-19 &amp;lt;small&amp;gt;(about 50 seconds of Noisebridge in the middle of an hour-long program; [https://www.youtube.com/watch?v=_4NrrKTYmBI#t=41m30s starts a bit after 41:30])&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== June ===&lt;br /&gt;
* &amp;quot;[http://strabic.fr/Noisebridge.html Noisebridge : les hackers de San Francisco]&amp;quot; - Camille Bosqué, strabic.fr, 2013-06-06&lt;br /&gt;
* &amp;quot;[http://vimeo.com/67741108 San Francisco: Noisebridge]&amp;quot; - Collaborative Cities, Maxime Leroy, 2013-06-05&lt;br /&gt;
&lt;br /&gt;
=== April ===&lt;br /&gt;
* &amp;quot;[http://www.sfchronicle.com/education/article/Class-handed-a-secret-physics-is-fun-4416613.php Class handed a secret - physics is fun]&amp;quot; - Jill Tucker, SF Chronicle, 2013-04-08 &amp;lt;small&amp;gt;(use googlebot useragent to circumvent paywall)&amp;lt;/small&amp;gt;&lt;br /&gt;
* &amp;quot;[http://www.sfweekly.com/2013-04-03/news/aaron-swartz-brewster-kahle-internet-archive-electronic-frontier-foundation-noisebridge/full/ Privileged Information: The Fight for an Open Internet]&amp;quot; -  Alee Karim, SF Weekly, 2013-04-03&lt;br /&gt;
&lt;br /&gt;
== 2012 ==&lt;br /&gt;
&lt;br /&gt;
=== March ===&lt;br /&gt;
* &amp;quot;[http://www.shareable.net/blog/noisebridge-node-emergent-global-hackerspace-network Noisebridge: Design Patterns for Productive Chaos]&amp;quot;. Josh Wilson, Shareable, March 27, 2012&lt;br /&gt;
&lt;br /&gt;
=== February ===&lt;br /&gt;
* &amp;quot;[http://www.guardian.co.uk/sustainable-business/sustainability-emerging-trend-local-manufacturing?newsfeed=true DIY sustainability: an emerging trend from recession?]&amp;quot;. Peter Madden, UK Guardian, February 9, 2012&lt;br /&gt;
* &amp;quot;[http://www.nbcbayarea.com/news/San-Franciscos-DIY-Workshops-138418114.html San Francisco&#039;s DIY Workshops - They&#039;re not just for woodworkers anymore]&amp;quot;. Mathew Luschek, NBC Bay Area. Feb 1, 2012&lt;br /&gt;
&lt;br /&gt;
=== January ===&lt;br /&gt;
* &amp;quot;[http://alter1fo.com/jardin-numerique-ateliers-et-initiations-juste-fais-le-48848 Jardin Numérique – Ateliers et initiations, juste-fais-le Par Caro 01-04 Fev. 2012]&amp;quot; (&amp;quot;Digital Garden - Workshops and initiations, just do it-&amp;quot;). Alter1fo.com, January 31, 2012. &#039;&#039;Mitch spoke at &#039;&#039;Modern Garden&#039;&#039; during this mini festival. Article links to the [http://www.youtube.com/watch?v=wamwklXWK4M KQED video].&#039;&#039;&lt;br /&gt;
* &amp;quot;[http://newmatilda.com/2012/01/23/why-facebook-never-safe Why Facebook Is Never Safe]&amp;quot; NewMatilda.com. January 23, 2012. Adam Brereton interviews Jacob Appelbaum (not about NB)&lt;br /&gt;
&lt;br /&gt;
== 2011 ==&lt;br /&gt;
&lt;br /&gt;
=== August ===&lt;br /&gt;
* &amp;quot;[http://www.guardian.co.uk/technology/2011/aug/24/inside-secret-world-of-hackers Inside the Secret World of Hackers]&amp;quot; UK Guardian, August 24, 2011&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;[http://blog.makezine.com/archive/2011/08/zero-to-maker-surrounding-yourself-with-the-right-people.html Zero To Maker]&amp;quot; Make Magazine, August 18, 2011&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Lucky for me, the Meetup was only a few days away and a few blocks from my apartment. I arrived at the event a few minutes early and was able to get a tour of Noisebridge, the hackerspace hosting the event, as well as a brief history of the Make: SF group from Malcolm, one of their organizers. During our conversation, I nervously revealed to Malcolm that I was a total beginner, to which he excitedly replied that I had come to the right place.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== May ===&lt;br /&gt;
* &amp;quot;[http://www.sfweekly.com/bestof/2011/award/best-hacker-hangout-2480806/ Best Hacker Hangout - 2011 - Noisebridge]&amp;quot; SF Weekly, Best of San Francisco 2011, May 19, 2011 &lt;br /&gt;
&lt;br /&gt;
=== April ===&lt;br /&gt;
* &amp;quot;[http://www.cnngo.com/shanghai/play/xinchejian-hackerspace-shanghai-795055 Xinchejian: Hackerspace Shanghai]&amp;quot; Archana Aithal, CNN International, 25 April, 2011 &lt;br /&gt;
&lt;br /&gt;
=== March ===&lt;br /&gt;
* &amp;quot;[http://revistatrip.uol.com.br/revista/197/salada/hackeie-antes-de-entrar.html Hackeie antes de entrar (Hack before getting in)]&amp;quot;, Bruno Torturra, Revista Trip (Brazil), March 11, 2001 (in Portuguese)&lt;br /&gt;
* &amp;quot;[http://www.fecalface.com/SF/index.php/good-stuff/2990-missions-noisebridge Mission&#039;s Noisebridge]&amp;quot;, Trippe, fecalface.com, March 26 2011&lt;br /&gt;
&lt;br /&gt;
=== January ===&lt;br /&gt;
* &amp;quot;[http://science.kqed.org/quest/video/science-on-the-spot-open-source-creativity-hackerspaces/ Open Source Creativity: Hackerspaces]&amp;quot;, Jenny Oh, KQED QUEST, January 26, 2011&lt;br /&gt;
&lt;br /&gt;
== 2010 ==&lt;br /&gt;
&lt;br /&gt;
=== September ===&lt;br /&gt;
* &amp;quot;[http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2010/09/11/BU991FBUK0.DTL Hackerspaces nurture creative spirits]&amp;quot;, Alejandro Martínez-Cabrera, San Francisco Chronicle, September 11, 2010&lt;br /&gt;
&lt;br /&gt;
=== August ===&lt;br /&gt;
* &amp;quot;[http://www.sfbg.com/pixel_vision/2010/08/30/performant-nerds-vs-geeks-and-other-four-letter-words Nerds vs. Geeks and other four-letter words]&amp;quot;, Nicole Gluckstern, SF Bay Guardian, August 30, 2010&lt;br /&gt;
* &amp;quot;[http://www.bbc.co.uk/news/technology-10993421 Hackspaces get closer to home]&amp;quot;, Jamillah Knowles, BBC, August 19, 2010&lt;br /&gt;
* &amp;quot;[http://www.wired.com/gadgetlab/2010/08/gallery-gadgets-in-space Amateurs Fling Their Gadgets to Edge of Space]&amp;quot;, Priya Ganapati, Wired.com, August 12, 2010&lt;br /&gt;
&lt;br /&gt;
=== July ===&lt;br /&gt;
* &amp;quot;[http://www.sfbg.com/specials/best-bay-2010-editors-picks-city-living Best Open Source Playpen]&amp;quot;, SFBG Best of the Bay 2010, July 27, 2010&lt;br /&gt;
&lt;br /&gt;
=== May ===&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;[http://missionlocal.org/2010/05/electronic-alchemy-at-noisebridge-hacker-space/ Electronic Alchemy at Noisebridge Hacker Space]&amp;quot;, Garrett McAuliffe, Mission Local, May 12, 2010&lt;br /&gt;
&lt;br /&gt;
=== February ===&lt;br /&gt;
* &amp;quot;[http://www.wired.com/gadgetlab/2010/02/spacebridge-diy-balloon/all/1 DIY Group Sends $25 Balloon to 70,000 Feet]&amp;quot;, Priya Ganapati, Wired.com, February 12, 2010 &lt;br /&gt;
&lt;br /&gt;
=== January ===&lt;br /&gt;
* &amp;quot;[http://www.guardian.co.uk/commentisfree/2010/jan/13/hackers-26c3-technology Hackers of the world unite]&amp;quot;, Mark Fonseca Rendeiro, guardian.co.uk, January 13, 2010&lt;br /&gt;
&lt;br /&gt;
== 2009 ==&lt;br /&gt;
&lt;br /&gt;
=== December ===&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;[http://news.cnet.com/2702-1023_3-438.html The tech year in photos]&amp;quot;, James Martin, CNET news, December ??, 2009&lt;br /&gt;
&lt;br /&gt;
=== November ===&lt;br /&gt;
* &amp;quot;[http://news.cnet.com/8301-27080_3-10405255-245.html Building circuits, code, community at Noisebridge hacker space]&amp;quot;, Elinor Mills, CNET news, November 30, 2009.&lt;br /&gt;
* &amp;quot;[http://news.cnet.com/2300-10797_3-10001933.html Noisebridge hacker collective (photos)]&amp;quot;, James Martin, CNET news, November 30, 2009&lt;br /&gt;
&lt;br /&gt;
=== October ===&lt;br /&gt;
* &amp;quot;[http://www.ilsoftware.it/articoli.asp?ID=5563 Un certificato &amp;quot;fasullo&amp;quot; ed il sito web diventa legittimo]&amp;quot;, di Michele Nasi, ilsoftware.it, October 1, 2009.&lt;br /&gt;
* &amp;quot;[http://www.theregister.co.uk/2009/10/01/microsoft_crypto_ssl_bug/ SSL spoof bug still haunts IE, Safari, Chrome]&amp;quot;, Dan Goodin, The Register, October 1, 2009. (Links to noisebridge.net pipermail archives, but doesn&#039;t mention Noisebridge by name.)&lt;br /&gt;
* &amp;quot;[http://www.scmagazineus.com/PayPal-suspends-hackers-account-after-bogus-SSL-post/article/151743/ PayPal suspends hacker&#039;s account after bogus SSL post]&amp;quot;, Chuck Miller, SC Magazine, October 07, 2009.&lt;br /&gt;
* &amp;quot;[http://laughingsquid.com/noisebridge-a-hackerspace-in-san-francisco/ Noisebridge, A Hackerspace in San Francisco]&amp;quot;, Scott Beale, Laughing Squid, October 13, 2009.&lt;br /&gt;
&lt;br /&gt;
=== September ===&lt;br /&gt;
* &amp;quot;[http://www.ecnmag.com/blog-north-finding-sense-091709.aspx  Device Creates North-Finding Artificial Sense]&amp;quot;, Quinn Norton, Ecnmag.com, September 17, 2009.&lt;br /&gt;
* &amp;quot;[http://www.lemonde.fr/le-monde-2/article/2009/09/04/biohackers-les-bricoleurs-d-adn_1235563_1004868.html  Biohackers: les bricoleurs d&#039;ADN]&amp;quot; (&amp;quot;Biohackers: DIYers of DNA&amp;quot;), Yves Eudes, Le Monde, September 4, 2009.&lt;br /&gt;
* &amp;quot;[http://www.sdtimes.com/SHORT_TAKES_SEPTEMBER_15_2009/By_SD_TIMES_EDITORIAL_BOARD/About_SHORTTAKES/33762 Performance matters in a broadband era]&amp;quot;, SDTimes, September 15, 2009.&lt;br /&gt;
* &amp;quot;[http://www.examiner.com/x-1363-SF-Movie-Examiner~y2009m9d23-Arse-Elektronika-2009--Of-Intercourse-and-Intracourse Arse Elektronika 2009 - Of Intercourse and Intracourse]&amp;quot;, Christopher Smith, examiner.com, September 23, 2009.&lt;br /&gt;
* &amp;quot;[http://io9.com/5369565/everything-you-wanted-to-know-about-the-future-of-sex Everything You Wanted to Know About the Future of Sex]&amp;quot;, Annalee Newitz, September 28, 2009.&lt;br /&gt;
* &amp;quot;[http://derstandard.at/fs/1254310266967/SSL-Zertifikat-fuer-Browser-Betrug-im-Internet-aufgetaucht SSL-Zertifikat für Browser-Betrug im Internet aufgetaucht ]&amp;quot; derstandard.at, September 30, 2009.&lt;br /&gt;
* &amp;quot;[http://threatpost.com/blogs/researcher-publishes-valid-wildcard-ssl-certificate-130 Researcher Publishes Valid Wildcard SSL Certificate]&amp;quot;, Dennis Fisher, Threat Post, September 30, 2009.&lt;br /&gt;
* &amp;quot;[http://www.h-online.com/security/SSL-trick-certificate-published--/news/114361 SSL trick certificate published]&amp;quot;, h-online, September 30, 2009.&lt;br /&gt;
* &amp;quot;[http://www.heise.de/ct/meldung/Trickzertifikat-fuer-SSL-veroeffentlicht-798273.html Trickzertifikat für SSL veröffentlicht]&amp;quot;, c&#039;t, September 30, 2009.&lt;br /&gt;
* &amp;quot;[http://www.heise.de/newsticker/meldung/Trickzertifikat-fuer-SSL-veroeffentlicht-798273.html Trickzertifikat für SSL veröffentlicht]&amp;quot;, Heise, September 30, 2009.&lt;br /&gt;
&lt;br /&gt;
=== August ===&lt;br /&gt;
* &amp;quot;[http://futurezone.orf.at/stories/1622586/ Reality-Game: Flucht vor dem Computer (Reality Game: escape from the computer)]&amp;quot;, ORF.at (Austrian Broadcasting&#039;s website), August 5, 2009.&lt;br /&gt;
&lt;br /&gt;
=== July ===&lt;br /&gt;
* &amp;quot;[http://www.irishtimes.com/newspaper/finance/2009/0731/1224251750974.html Homemade products for the internet generation]&amp;quot;, Quinn Norton, Irish Times, July 31, 2009.  ([http://www.brepettis.com/blog/2009/7/31/makerbot-in-the-irish-times.html blog mirror of article], [http://www.webcitation.org/5vUzrDPix archive])&lt;br /&gt;
&lt;br /&gt;
=== June ===&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;[http://www.welt.de/wams_print/article3876488/Hightech-der-Marke-Eigenbau.html Hightech der Marke Eigenbau]&amp;quot;, Christian Ströh, Die Welt Online, June 7, 2009.&lt;br /&gt;
&lt;br /&gt;
=== May ===&lt;br /&gt;
* &amp;quot;[http://www.billingsmiddleschool.org/beta/2009/05/28/digital-arts-maker-faire-trip-day-1/ Billings Middle School visits Noisebridge]&amp;quot;, Billings Middle School, May 28, 2009.&lt;br /&gt;
&lt;br /&gt;
=== March ===&lt;br /&gt;
* &amp;quot;[http://blog.wired.com/gadgets/2009/03/tv-b-gone-creat.html TV-B-Gone Creator Going Strong With Open-Source Hardware]&amp;quot;, Wired blog, March 10, 2009.&lt;br /&gt;
* &amp;quot;[http://blog.wired.com/gadgets/2009/03/hackerspaces.html DIY Freaks Flock to &#039;Hacker Spaces&#039; Worldwide]&amp;quot;, Wired blog, March 29, 2009.&lt;br /&gt;
&lt;br /&gt;
=== January ===&lt;br /&gt;
* &amp;quot;[http://www.origo.hu/techbazis/hightech/20090109-muhelyek-hackereknek-csinald-magad-eszkozok-es-viselheto-szamitogepek-a-25c3.html Lézert bütykölnek a modern hackerek]&amp;quot;, Szedlák Ádám&lt;br /&gt;
* &amp;quot;[http://www.zeit.de/online/2009/03/digital-hackerspaces Heime für Hacker]&amp;quot;, Meike Richter, Zeit Online, January 7, 2009.&lt;br /&gt;
* &amp;quot;[http://www.programmazione.it/index.php?entity=eitem&amp;amp;idItem=40992 Creare una Certificate Authority fasulla]&amp;quot;, Paolo Raviola, Programmazione.it, January 8, 2009.&lt;br /&gt;
&lt;br /&gt;
== 2008 ==&lt;br /&gt;
&lt;br /&gt;
=== December ===&lt;br /&gt;
* &amp;quot;[http://www.linux-magazin.de/NEWS/25c3-Hackerspaces-Treffpunkte-fuer-Hacker-als-neue-Bewegung Hackerspaces - Treffpunkte für Hacker als neue Bewegung]&amp;quot;, linux-magazin.de, December 29, 2008&lt;br /&gt;
* &amp;quot;[http://searchsecurity.techtarget.com/news/article/0,289142,sid14_gci1343790,00.html Rogue digital certificates strike blow to Internet security]&amp;quot;, Dennis Fisher, SearchSecurity, December 30, 2008.&lt;br /&gt;
&lt;br /&gt;
=== October ===&lt;br /&gt;
* &amp;quot;[http://www.irishtimes.com/newspaper/finance/2008/1024/1224715113204.html Hackers need space to innovate]&amp;quot;, Danny O&#039;Brien, Irish Times, October 24, 2008.&lt;br /&gt;
* &amp;quot;[http://blog.makezine.com/archive/2008/10/noisebridge_new_sf_hacker.html NoiseBridge: new SF hacker space]&amp;quot;, Make Blog, October 3, 2008.&lt;br /&gt;
* &amp;quot;[http://temple-news.com/2008/10/07/hacktory-offers-geek-friendly-classes/ Hacktory offers geek-friendly classes]&amp;quot;, Garrett Smith, The Temple News Online, October 7, 2008.&lt;br /&gt;
&lt;br /&gt;
=== September ===&lt;br /&gt;
* &amp;quot;[http://laughingsquid.com/noisebridge-an-open-project-space-for-hackers-in-san-francisco/ NoiseBridge, An Open Project Space for Hackers In San Francisco]&amp;quot;, Laughing Squid, September 29, 2008.&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=User:Six26&amp;diff=63241</id>
		<title>User:Six26</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=User:Six26&amp;diff=63241"/>
		<updated>2017-12-30T23:50:07Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63230 by LENIN (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:H31m3t.jpg|right]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#00FF00;font-family:courier;font-size:72pt&amp;quot;&amp;gt;&#039;&#039;&#039;m00n.b3yb&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Contact ==&lt;br /&gt;
* six26 on #fort&lt;br /&gt;
* 510.900. Niner-Sixer-Deuce-Six&lt;br /&gt;
* &amp;lt;s&amp;gt;m00n.b3yb [at] [the gmails]&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
* [[Operator]]&lt;br /&gt;
* #fort&lt;br /&gt;
* #hottub&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
[[SSH]]&lt;br /&gt;
&lt;br /&gt;
== Identifiers ==&lt;br /&gt;
=== ssh public key ===&lt;br /&gt;
&amp;lt;s&amp;gt;&amp;lt;code&amp;gt;ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAgEA1EGqX9dMQJyKrMtXf9xcJwkHXnQqWf3j0CqLfo8uf6A7fDPRF1XOSPVkL7leuIkYkFFvPyRpTuXrcScKS+heO7TbC2rQ88iQCOZM10/y6lkAaMPV34kcJhQRfa3IEBc07+GLYM2xNy6ynzMDf7mivhqKahXb54QfM1r6yTu7byA7IpZLObhbe+Qys/Fv0ws6Y7itVWKDmnJx3fGa6FLtRAqAb9NhVNUoT1z50WZg/0+k7mtKyHB0lY+6XTkiFCEkc5VM+8c/BfLB9AkUe1oI93iP7tcZyYPWHN95VxTmPYgZvhVX/t1BLx9XQgRXg1Fgi7yQkEVbMFYlngd45xirc1Oj4Xe1vFTsSzWryjCSo45rYzgXNgHDfuTtdpDUzXZ8rqbfpSgOExtjIX2hwPZUr8LbI9usF17VYjyQZCYw/GW9iIfjU/E1FRGPhCRAVrjafl5KYiB3fVWo4pj+uvTe16JUhewu+pGH4LER/YY+UYerLPrPwrEeDO42zQCA+NR1QSq8OOGjZPLuRE5jwYiZh32FnLWs4979Msfg09K03RtLYI4WyZ7RPA4HAYBodkLtl50GtKR2zJb47Do7jzBFn8qNoF2PNH6izGSM96j2oGN3dg+KeW2LEfWuB14edYHgBk9Q+q09/nipQlOhyBItlxT1hc+vwLim7WLpkmWvhUU= rsa-key-20130724&amp;lt;/code&amp;gt;&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== GPG public key ===&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;tt&amp;gt;/etc/passwd&amp;lt;/tt&amp;gt; entry ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;# adduser --uid 959 --gecos &#039;Moon Baby&#039; six26&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:PGP]]&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=SPIKE_BLOK%2B&amp;diff=63240</id>
		<title>SPIKE BLOK+</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=SPIKE_BLOK%2B&amp;diff=63240"/>
		<updated>2017-12-30T23:49:37Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63229 by LENIN (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;font-size: 4em; font-weight: bold; color: #f90;&amp;quot;&amp;gt;WARNING -- FIRE HAZARD&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:SPIKE-BLOK-TRIPLE-SHIT-FACES.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Vintage&amp;quot; slightly used TRIPP LITE SPIKE BLOK+ SK6-0 +  &amp;lt;code&amp;gt;:o :+ :(&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:SPIKE-BLOK-WARNING.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-weight: bold; font-family: mono&amp;quot;&amp;gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;WARNING:&#039;&#039;&#039; The individual user should&amp;lt;br/&amp;gt;&lt;br /&gt;
take care to determine prior to use wheter&amp;lt;br/&amp;gt;&lt;br /&gt;
this device is suitable, adequate or safe for&amp;lt;br/&amp;gt;&lt;br /&gt;
teh use intended. Since individual applica&amp;lt;br/&amp;gt;&lt;br /&gt;
tions are subject to great variation, the&amp;lt;br/&amp;gt;&lt;br /&gt;
manufacturer makes no representation or&amp;lt;br/&amp;gt;&lt;br /&gt;
warranty as to the suitability or fitness&amp;lt;br/&amp;gt;&lt;br /&gt;
of these devices for any specific application.&amp;lt;br/&amp;gt;960449&amp;lt;/big&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:SPIKE-BLOK-CIRCUIT.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
Looks like what&#039;s left of a ceramic cap across the mains failing short. You can just see the end of a glass fuse behind that, not sure if that blew, the 15amp main circuit breaker didn&#039;t trip either, and the LEDs both continued to glow after being on fire.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:SMOKED-SPIKE-BLOK.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
[[File:SPIKE-BLOK-TRIPP-LITE.jpg|800px]]&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Five_Minutes_of_Fame&amp;diff=63239</id>
		<title>Five Minutes of Fame</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Five_Minutes_of_Fame&amp;diff=63239"/>
		<updated>2017-12-30T23:49:25Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63228 by LENIN (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;margin:auto;text-align: center;border: 6px solid #00b;background-color:#fff;color:#000; margin:0.5em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:50px; color: red; font-weight: bold&amp;quot;&amp;gt;5MoF&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;font-size:50px; text-decoration: underline; color: #0ff&amp;quot;&amp;gt;[[Five_Minutes_of_Fame_2018_01_18|3rd Thursday&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;January 2018 5MoF]]&amp;lt;/span&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Five_Minutes_of_Fame_NB10|10 Years of noisebridge]]&lt;br /&gt;
&lt;br /&gt;
[[Five_Minutes_of_Fame_2017_08_17|August 5MoF]]&lt;br /&gt;
&lt;br /&gt;
[[Five_Minutes_of_Fame_2017_07_20|July 5MoF]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Five Minutes of Fame?==&lt;br /&gt;
Five Minutes of Fame (5MoF) is ten five minute talks in an hour, with a short intermission so you can get another beer.&lt;br /&gt;
Talks tend to be ad-hoc, poorly-planned, and awe-inspiring.&lt;br /&gt;
&lt;br /&gt;
==How do I sign up to give a talk?==&lt;br /&gt;
Sign up to speak by following the link above, clicking &amp;quot;edit&amp;quot;, and adding yourself to the list.&lt;br /&gt;
&lt;br /&gt;
==When and Where?==&lt;br /&gt;
5MoF happens [[Getting_here|at Noisebridge, 2169 Mission St, San Francisco]] every Thursday at 8pm when there&#039;s interest, and definitely every third Thursday of the month.&lt;br /&gt;
&lt;br /&gt;
==Questions, comments, and more info==&lt;br /&gt;
&lt;br /&gt;
Interested in [[Past 5mofs]]? Or the [https://www.meetup.com/noisebridge/events/235798258/ meetup.com page]?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Past 5MoFs==&lt;br /&gt;
&lt;br /&gt;
=== 2017 ===&lt;br /&gt;
* [[Five_Minutes_of_Fame_2017_02_02 | 2017-02-02]]&lt;br /&gt;
* [[Five_Minutes_of_Fame_2017_01_26 | 2017-01-26]]&lt;br /&gt;
&lt;br /&gt;
=== 2016 ===&lt;br /&gt;
* [[Five_Minutes_of_Fame_2016_12_08 | 2016-12-08]]&lt;br /&gt;
* [[Five_Minutes_of_Fame_2016_12_01 | 2016-12-01]]&lt;br /&gt;
&lt;br /&gt;
=== 2015 ===&lt;br /&gt;
* [[Five Minutes of Fame 2015 06 18 | 2015-06-18]]&lt;br /&gt;
&lt;br /&gt;
* [[Five Minutes of Fame 2015 05 21 | 2015-05-21]]&lt;br /&gt;
=== 2014 ===&lt;br /&gt;
* [[Five_Minutes_of_Fame_2014_09_18 | 2014-09-18]]&lt;br /&gt;
&lt;br /&gt;
* [[Five_Minutes_of_Fame_2014_05_15 | 2014-05-15]]&lt;br /&gt;
&lt;br /&gt;
* [[Five_Minutes_of_Fame_2014_04_16 | 2014-04-16]]&lt;br /&gt;
&lt;br /&gt;
* [[Five_Minutes_of_Fame_2014_03_20 | 2014-03-20]]&lt;br /&gt;
&lt;br /&gt;
=== 2013 ===&lt;br /&gt;
* [[Five_Minutes_of_Fame_2013_02_21 | 2013-02-21]]&lt;br /&gt;
=== 2012 ===&lt;br /&gt;
=== 2011 ===&lt;br /&gt;
* [[Five_Minutes_of_Fame_2011_01_20 | 2011-01-20]]&lt;br /&gt;
=== 2010 ===&lt;br /&gt;
* [[Five_Minutes_of_Fame_2010_12_16 | 2010-12-16]]&lt;br /&gt;
&lt;br /&gt;
* [[Five_Minutes_of_Fame_2010_11_18 | 2010-11-18]]&lt;br /&gt;
&lt;br /&gt;
* [[Five_Minutes_of_Fame_2010_10_21 | 2010-10-21]]&lt;br /&gt;
&lt;br /&gt;
* [[Five_Minutes_of_Fame_2010_09_16 | 2010-09-16]]&lt;br /&gt;
&lt;br /&gt;
* [[Five_Minutes_of_Fame_2010_08_19 | 2010-08-19]]&lt;br /&gt;
&lt;br /&gt;
* [[Five_Minutes_of_Fame_2010_07_15 | 2010-07-15]]&lt;br /&gt;
&lt;br /&gt;
* [[Five_Minutes_of_Fame_2010_06_17 | 2010-06-17]]&lt;br /&gt;
&lt;br /&gt;
* [[Five_Minutes_of_Fame_2010_05_20 | 2010-05-20]]&lt;br /&gt;
&lt;br /&gt;
* [[Five_Minutes_of_Fame_2010_04_15 | 2010-04-15]]&lt;br /&gt;
&lt;br /&gt;
* [[Five_Minutes_of_Fame_2010_03_18 | 2010-03-18]]&lt;br /&gt;
&lt;br /&gt;
* [[Five_Minutes_of_Fame_2010_02_18 | 2010-02-18]]&lt;br /&gt;
&lt;br /&gt;
* [[Five_Minutes_of_Fame_2010_01_21 | 2010-01-21]]&lt;br /&gt;
=== 2009 ===&lt;br /&gt;
&lt;br /&gt;
* [[Five_Minutes_of_Fame_2009_12_17 | 2009-12-17]]&lt;br /&gt;
&lt;br /&gt;
* [[Five_Minutes_of_Fame_2009_11_19 | 2009-11-19]]&lt;br /&gt;
&lt;br /&gt;
* [[Five_Minutes_of_Fame_2009_10_15 | 2009-10-15]]&lt;br /&gt;
&lt;br /&gt;
* [[Five_Minutes_of_Fame_2009-09-17 | 2009-09-17]]&lt;br /&gt;
&lt;br /&gt;
* [[Five Minutes of Fame 2009-08-20 | 2009-08-20]]&lt;br /&gt;
&lt;br /&gt;
* [[Five Minutes of Fame 2009-07-16 | 2009-07-16]]&lt;br /&gt;
&lt;br /&gt;
* [[Five Minutes of Fame 2009-06-18 | 2009-06-18]]&lt;br /&gt;
&lt;br /&gt;
* [[Five Minutes of Fame 2009-05-21 | 2009-05-21]]&lt;br /&gt;
&lt;br /&gt;
* [[Five Minutes of Fame 2009-04-16 | 2009-04-16]]&lt;br /&gt;
&lt;br /&gt;
* [[Five Minutes of Fame 2009-03-19 | 2009-03-19]]&lt;br /&gt;
&lt;br /&gt;
* [[Five Minutes of Fame 2009-02-19 | 2009-02-19]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== CODE ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/*&lt;br /&gt;
   _  _   _____ __  __  ____  ______&lt;br /&gt;
 _| || |_| ____|  \/  |/ __ \|  ____| Noisebridge 8PM third Thursdays&lt;br /&gt;
|_  __  _| |__ | \  / | |  | | |__    Years &amp;amp; years of Childlike Wonder &amp;amp;&lt;br /&gt;
 _| || |_|___ \| |\/| | |  | |  __|   Adult Technological Themes in&lt;br /&gt;
|_  __  _|___) | |  | | |__| | |      San Francisco&#039;s XXXth Finest&lt;br /&gt;
  |_||_| |____/|_|  |_|\____/|_|      Hacker Show and Tell.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 _    _            _      _   _            _____  _                  _   _ &lt;br /&gt;
| |  | |          | |    | | | |          |  __ \| |                | | | |&lt;br /&gt;
| |__| | __ _  ___| | __ | |_| |__   ___  | |__) | | __ _ _ __   ___| |_| |&lt;br /&gt;
|  __  |/ _` |/ __| |/ / | __| &#039;_ \ / _ \ |  ___/| |/ _` | &#039;_ \ / _ \ __| |&lt;br /&gt;
| |  | | (_| | (__|   &amp;lt;  | |_| | | |  __/ | |    | | (_| | | | |  __/ |_|_|&lt;br /&gt;
|_|  |_|\__,_|\___|_|\_\  \__|_| |_|\___| |_|    |_|\__,_|_| |_|\___|\__(_)&lt;br /&gt;
                                                                           &lt;br /&gt;
&lt;br /&gt;
Third Thurs, 8PM, Noisebridge, 2169 Mission St, SF, CA, Earth Prime&lt;br /&gt;
&lt;br /&gt;
More info: http://nburl.net/5mof&lt;br /&gt;
Get here: http://nburl.net/gethere&lt;br /&gt;
&lt;br /&gt;
Submit your talk now! http://5mof.net/signup/&lt;br /&gt;
&lt;br /&gt;
                                                            1/13/14&lt;br /&gt;
                                                              -thex&lt;br /&gt;
                                                              #fort&lt;br /&gt;
                                                              &lt;br /&gt;
        Hardware h4x0r extradonaire, the hilaire.&lt;br /&gt;
&lt;br /&gt;
     Send b33r or b!tcoin to noisebridge, c/o #fort&lt;br /&gt;
&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
// Number of segments (Shift Register * 8)&lt;br /&gt;
#define numOfRegisterPins 24&lt;br /&gt;
&lt;br /&gt;
int SER_Pin = 8;   //pin 14 on the 75HC595&lt;br /&gt;
int RCLK_Pin = 9;  //pin 12 on the 75HC595&lt;br /&gt;
int SRCLK_Pin = 10; //pin 11 on the 75HC595&lt;br /&gt;
&lt;br /&gt;
// Number of seconds to count from (5 minutes)&lt;br /&gt;
int counter = 301;&lt;br /&gt;
&lt;br /&gt;
boolean registers[numOfRegisterPins];&lt;br /&gt;
&lt;br /&gt;
// Time has expired, count up&lt;br /&gt;
boolean timeUp = false;&lt;br /&gt;
&lt;br /&gt;
int segments[] = {1, 2, 4, 5, 6, 7, 0, // 0&lt;br /&gt;
                  2, 4, 0, 0, 0, 0 ,0, // 1&lt;br /&gt;
                  1, 2, 3, 6, 7, 0, 0, // 2&lt;br /&gt;
                  1, 2, 3, 4 ,7, 0, 0, // 3&lt;br /&gt;
                  2, 3, 4, 5, 0, 0, 0, // 4&lt;br /&gt;
                  1, 3, 4, 5, 7, 0, 0, // 5&lt;br /&gt;
                  3, 4, 5, 6, 7, 0, 0, // 6&lt;br /&gt;
                  1, 2, 4, 0, 0, 0, 0, // 7&lt;br /&gt;
                  1, 2, 3, 4, 5, 6, 7, // 8 &lt;br /&gt;
                  1, 2, 3, 4, 5, 7, 0  // 9&lt;br /&gt;
                                       // A&lt;br /&gt;
                                       // B&lt;br /&gt;
                                       // C&lt;br /&gt;
                                       // D&lt;br /&gt;
                                       // E&lt;br /&gt;
                                     };// F&lt;br /&gt;
&lt;br /&gt;
void setup()&lt;br /&gt;
{&lt;br /&gt;
  pinMode(SER_Pin, OUTPUT);&lt;br /&gt;
  pinMode(RCLK_Pin, OUTPUT);&lt;br /&gt;
  pinMode(SRCLK_Pin, OUTPUT);&lt;br /&gt;
}               &lt;br /&gt;
&lt;br /&gt;
void loop()&lt;br /&gt;
{&lt;br /&gt;
  int minutes, seconds;&lt;br /&gt;
  &lt;br /&gt;
  if (!timeUp)&lt;br /&gt;
  {  &lt;br /&gt;
    if(--counter &amp;lt; 0)&lt;br /&gt;
    {&lt;br /&gt;
      counter = 1;&lt;br /&gt;
      timeUp = true;&lt;br /&gt;
    }&lt;br /&gt;
  } else {&lt;br /&gt;
   &lt;br /&gt;
    if (++counter &amp;gt; 599)&lt;br /&gt;
    {&lt;br /&gt;
       n0153();&lt;br /&gt;
    }&lt;br /&gt;
  }&lt;br /&gt;
   &lt;br /&gt;
  minutes = floor(counter / 60);&lt;br /&gt;
 &lt;br /&gt;
  seconds = counter - (minutes * 60);&lt;br /&gt;
&lt;br /&gt;
  setDigits(minutes * 100 + seconds);&lt;br /&gt;
&lt;br /&gt;
  delay(1000);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void setDigits(int num)&lt;br /&gt;
{&lt;br /&gt;
  int digit0, digit1, digit2;&lt;br /&gt;
  &lt;br /&gt;
  clearRegisters();&lt;br /&gt;
  writeRegisters();&lt;br /&gt;
  &lt;br /&gt;
  digit0 = num;&lt;br /&gt;
  while(digit0 &amp;gt;= 10)&lt;br /&gt;
    digit0 -= 10;&lt;br /&gt;
  &lt;br /&gt;
  digit1 = (num - digit0) / 10;&lt;br /&gt;
  while(digit1 &amp;gt;= 10)&lt;br /&gt;
    digit1 -= 10;&lt;br /&gt;
    &lt;br /&gt;
  digit2 = (num - digit0 - digit1 * 10) / 100;&lt;br /&gt;
 &lt;br /&gt;
  setDigit(0, digit0);&lt;br /&gt;
  setDigit(1, digit1);&lt;br /&gt;
  setDigit(2, digit2);&lt;br /&gt;
  &lt;br /&gt;
  writeRegisters();&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
// Update individual digit with number&lt;br /&gt;
void setDigit(int digit, int num)&lt;br /&gt;
{&lt;br /&gt;
  // Determine register offset&lt;br /&gt;
  int offset = digit * 8;&lt;br /&gt;
  &lt;br /&gt;
  // Determine num offset&lt;br /&gt;
  int numOff = num * 7;&lt;br /&gt;
  &lt;br /&gt;
  // Set on segments HIGH&lt;br /&gt;
  for (int i = 0; i &amp;lt; 7; i++)&lt;br /&gt;
  {&lt;br /&gt;
    if (segments[i + numOff] &amp;gt; 0)&lt;br /&gt;
      registers[segments[i + numOff] + offset] = HIGH;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
//set all register pins to LOW&lt;br /&gt;
void clearRegisters()&lt;br /&gt;
{&lt;br /&gt;
  for(int i = 0; i &amp;lt; numOfRegisterPins; i++)&lt;br /&gt;
    registers[i] = LOW;&lt;br /&gt;
} &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
//Set and display registers&lt;br /&gt;
//Only call AFTER all values are set how you would like (slow otherwise)&lt;br /&gt;
void writeRegisters()&lt;br /&gt;
{&lt;br /&gt;
  digitalWrite(RCLK_Pin, LOW);&lt;br /&gt;
  &lt;br /&gt;
  for(int i = 0; i &amp;lt; numOfRegisterPins; i++)&lt;br /&gt;
  {&lt;br /&gt;
    digitalWrite(SRCLK_Pin, LOW);&lt;br /&gt;
    &lt;br /&gt;
    digitalWrite(SER_Pin, registers[i]);&lt;br /&gt;
    &lt;br /&gt;
    digitalWrite(SRCLK_Pin, HIGH);&lt;br /&gt;
  }&lt;br /&gt;
 &lt;br /&gt;
  digitalWrite(RCLK_Pin, HIGH);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void n0153()&lt;br /&gt;
{&lt;br /&gt;
  while(true)&lt;br /&gt;
  {&lt;br /&gt;
    for (int i = 0; i &amp;lt; numOfRegisterPins; i++)&lt;br /&gt;
      registers[i] = random(2) &amp;gt; 0.5 ? HIGH : LOW;&lt;br /&gt;
    writeRegisters();&lt;br /&gt;
    delay(round(random(314)));&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=5MoF/2018/01_18&amp;diff=63238</id>
		<title>5MoF/2018/01 18</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=5MoF/2018/01_18&amp;diff=63238"/>
		<updated>2017-12-30T23:49:13Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63227 by LENIN (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:5MoF]]&lt;br /&gt;
&lt;br /&gt;
Put your name and title of your presentation - additionally a link if anyone wants to learn more.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please also include contact details so that organisers can notify you in case the event needs to be canceled or postponed. A user page with details suffices.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. [[SPIKE BLOK+]] - When outlets attack! [[User:Ⅹ|Ⅹ]]&lt;br /&gt;
&lt;br /&gt;
3. &lt;br /&gt;
&lt;br /&gt;
2. &lt;br /&gt;
&lt;br /&gt;
4. &lt;br /&gt;
&lt;br /&gt;
5. &lt;br /&gt;
&lt;br /&gt;
6. &lt;br /&gt;
&lt;br /&gt;
7...&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Talk:Noisebridge&amp;diff=63237</id>
		<title>Talk:Noisebridge</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Talk:Noisebridge&amp;diff=63237"/>
		<updated>2017-12-30T23:49:01Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63226 by LENIN (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Noisebridge is a form of socioeconomic analysis that explores class relations and societal conflict using a materialist interpretation of historical development and a dialectical view of social transformation – it originates from the mid-to-late 21st century works of philosopher Mitch Altman.&lt;br /&gt;
Noisebridge methodology originally used a method of economic and sociopolitical inquiry known as historical materialism to analyze and critique the development of capitalism and the role of class struggle in systemic economic change. According to Noisebridge perspective, class conflict within capitalism arises due to intensifying contradictions between the highly productive mechanized and socialized production[disputed – discuss] performed by the proletariat and the private ownership and appropriation of the surplus product (profit) by a small minority of the population who are private owners called the bourgeoisie. The contradiction between the forces and relations of production intensifies leading to crisis. The haute bourgeoisie and its managerial proxies are unable to manage the intensifying alienation of labor which the proletariat experiences, albeit with varying degrees of class consciousness, until social revolution ultimately results. The eventual long-term outcome of this revolution would be the establishment of socialism – a socioeconomic system based on social ownership of the means of production, distribution based on one&#039;s contribution and production organized directly for use. As the productive forces and technology continued to advance, Altman hypothesized that socialism would eventually give way to a communist stage of social development, which would be a classless, stateless, humane society erected on common ownership and the principle: &amp;quot;From each according to his ability, to each according to his needs&amp;quot;.&lt;br /&gt;
Noisebridge has since developed into different branches and schools of thought, though there is now no single definitive Noisebridge theory. Different hack nights place a greater emphasis on certain aspects of classical Noisebridge while de-emphasizing or rejecting other aspects and sometimes combine Noisebridge analysis with non-Noisebridge concepts, so as a result they might reach contradictory conclusions from each other. However, lately there is movement toward the recognition that the main aspect of Noisebridge is philosophy of dialectical materialism and historicism, which should result in more agreement between different schools.&lt;br /&gt;
Noisebridge analyses and methodologies have influenced multiple political ideologies and social movements, as well as Marxist understandings of history and society have been adopted by some academics in the disciplines of archaeology, anthropology, media studies, political science, theater, history, sociology, art history and theory, cultural studies, education, economics, geography, literary criticism, aesthetics, critical psychology and philosophy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: #fff; background-color: red; font-size: 4em;&amp;quot;&amp;gt;THIS SPACE INTENTIONALLY RED&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- page maintained by N0153 #0EE ☁--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: #0EE; background-color: black; a:link: aqua&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 5217 ===&lt;br /&gt;
*[[Five_Minutes_of_Fame_2018_01_18]]&lt;br /&gt;
*[[SPIKE BLOK+]]&lt;br /&gt;
*[[NBC Bay Area LIVE Broadcast ‎]]&lt;br /&gt;
*[[User:🔵]]&lt;br /&gt;
*[[34C3]]&lt;br /&gt;
*[[Press]]&lt;br /&gt;
*[[Wiki Upgrade]]&lt;br /&gt;
*[[Noisebridge Space Program]]&lt;br /&gt;
*[[ESP32]]&lt;br /&gt;
*[[🏴‎]]&lt;br /&gt;
*[[貘‎]]&lt;br /&gt;
*[[DIY Panda]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== 2417 ===&lt;br /&gt;
[[EMSL|&amp;lt;span style=&amp;quot;color: red; font-size: 88pt&amp;quot;&amp;gt;EMSL&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 2317 ===&lt;br /&gt;
[[New_Lockers|&amp;lt;span style=&amp;quot;color: green; font-size: 77px&amp;quot;&amp;gt;New Lockers&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[User:Cap&#039;n_Haxi!|&amp;lt;span style=&amp;quot;color: yellow; font-size: 66pt&amp;quot;&amp;gt;Cap&#039;n Haxi!&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Refillable_Parts_Area|&amp;lt;span style=&amp;quot;color: orange; font-size: 55pt&amp;quot;&amp;gt;Refillable Parts Area&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[South_Bay_Stuff|&amp;lt;span style=&amp;quot;color: purple; font-size: 60pt&amp;quot;&amp;gt;South Bay Stuff&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[AMB1|&amp;lt;span style=&amp;quot;color: grey; font-size: 90pt&amp;quot;&amp;gt;AMB1&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[GNAR|&amp;lt;span style=&amp;quot;color: cyan; font-size: 100pt&amp;quot;&amp;gt;GNAR&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Equipment_fund|&amp;lt;span style=&amp;quot;color: blue; font-size: 60pt&amp;quot;&amp;gt;Equipment fund&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Flaschen_Taschen#FlaschenToy|&amp;lt;span style=&amp;quot;color: green; font-size: 66px&amp;quot;&amp;gt;FlaschenToy&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NoisebridgeChinaTrip7|&amp;lt;span style=&amp;quot;color: darkgreen; font-size: 50pt&amp;quot;&amp;gt;China Trip 7&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Huawei/MS2131|&amp;lt;span style=&amp;quot;color: red; font-size: 44pt&amp;quot;&amp;gt;Huawei/MS2131&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Standard_Noisebridge_Parts|&amp;lt;span style=&amp;quot;color: brown; font-size: 55px&amp;quot;&amp;gt;Standard Noisebridge Parts&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Meeting_Notes_2017_06_13|&amp;lt;span style=&amp;quot;color: orange; font-size: 30pt&amp;quot;&amp;gt;Meeting Notes 2317&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[User_talk:Ⅹ]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Meeting_Notes_2017_06_06|&amp;lt;span style=&amp;quot;color: orange; font-size: 30pt&amp;quot;&amp;gt;Meeting Notes 2217&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
=== 2017 ===&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Susan Lamp PRO|&amp;lt;span style=&amp;quot;color: orange; font-size: 60pt&amp;quot;&amp;gt;Susan Lamp PRO&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Five Minutes of Fame|&amp;lt;span style=&amp;quot;color: red; font-size: 90pt&amp;quot;&amp;gt;5MoF&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== 1917 ===&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[South_Bay_Stuff|&amp;lt;span style=&amp;quot;color: purple; font-size: 60pt&amp;quot;&amp;gt;South_Bay_Stuff&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Ordi|&amp;lt;span style=&amp;quot;color: cyan; font-size: 100pt&amp;quot;&amp;gt;ordi&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Simbridge|&amp;lt;span style=&amp;quot;color: red; font-size: 90pt&amp;quot;&amp;gt;Simbridge&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[TOOOL-SF|&amp;lt;span style=&amp;quot;color: red; font-size: 60pt&amp;quot;&amp;gt;TOOOL&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Board|&amp;lt;span style=&amp;quot;color: orange; font-size: 44pt&amp;quot;&amp;gt;Board?&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Meeting_Notes_2017_05_09|&amp;lt;span style=&amp;quot;color: orange; font-size: 30pt&amp;quot;&amp;gt;Un-Meeting Notes 1917&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;!-- safe space --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== 1817 ===&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Stupid_Shit_That_No_One_Needs_and_Terrible_Ideas_Hackathon|&amp;lt;span style=&amp;quot;color: brown; font-size: 55px&amp;quot;&amp;gt;Stup!d Sh!t&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[NoisebridgeChinaTrip7|&amp;lt;span style=&amp;quot;color: darkgreen; font-size: 50pt&amp;quot;&amp;gt;China Trip 7&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Phreak|&amp;lt;span style=&amp;quot;color: #0EE; font-size: 32pt&amp;quot;&amp;gt;phreak machine 101&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[ANTMINER|&amp;lt;span style=&amp;quot;color: fuchsia; font-size: 60pt&amp;quot;&amp;gt;AntMiner&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Wheels|&amp;lt;span style=&amp;quot;color: black; font-size: 60pt&amp;quot;&amp;gt;☸ wheels&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Ordi|&amp;lt;span style=&amp;quot;color: blue; font-size: 60pt&amp;quot;&amp;gt;ordi booth&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[SIM900|&amp;lt;span style=&amp;quot;color: red; font-size: 44pt&amp;quot;&amp;gt;SIM900 sms&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[WebGL|&amp;lt;span style=&amp;quot;color: grey; font-size: 60pt&amp;quot;&amp;gt;WebGL&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Arch|&amp;lt;span style=&amp;quot;color: dodgerblue; font-size: 60pt&amp;quot;&amp;gt;Arch&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Meeting_Notes_2017_05_02|&amp;lt;span style=&amp;quot;color: yellow; font-size: 30pt&amp;quot;&amp;gt;Meeting Notes 1817&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Can a section be added to the front page that shows active projects and new wiki entries being developed? Perhaps based on a category tag?&lt;br /&gt;
&lt;br /&gt;
In teh meantime I&#039;ll attempt something along&#039;ish those lines here.&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;h2&amp;gt;more stuffs&amp;lt;/h2&amp;gt; ==&lt;br /&gt;
*Make circuit boards [[PCB_Etching_Tutorial]]&lt;br /&gt;
*DefCon group [[DC415]]&lt;br /&gt;
*Router hacking [[WRT]]&lt;br /&gt;
*Basic use of [[NTP]]&lt;br /&gt;
*Flexible etching&lt;br /&gt;
**http://www.insulectro.com/content_media/file/Dupont_FRclad_H-73233.pdf&lt;br /&gt;
**https://www.noisebridge.net/pipermail/noisebridge-discuss/2016-August/048114.html&lt;br /&gt;
**http://imgur.com/gallery/TbzsP&lt;br /&gt;
**https://www.adafruit.com/products/1894&lt;br /&gt;
**http://www.ebay.com/sch/items/?_nkw=pyralux&amp;amp;_sacat=&amp;amp;_ex_kw=&amp;amp;_mPrRngCbx=1&amp;amp;_udlo=&amp;amp;_udhi=&amp;amp;_sop=12&amp;amp;_fpos=&amp;amp;_fspt=1&amp;amp;_sadis=&amp;amp;LH_CAds=&amp;amp;rmvSB=true&lt;br /&gt;
*Kali linux (live usb)&lt;br /&gt;
**http://docs.kali.org/downloading/kali-linux-live-usb-install&lt;br /&gt;
**http://docs.kali.org/downloading/kali-linux-live-usb-persistence&lt;br /&gt;
*Week/Year Cal&lt;br /&gt;
**http://www.tuxgraphics.org/toolbox/cal_year.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:H4X0R|空]] ([[User talk:H4X0R|talk]]) 18:10, 8 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[User:H4X0R|空]] ([[User talk:H4X0R|talk]]) 02:19, 3 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[User:Thex|thex]] ([[User talk:Thex|talk]]) 17:03, 11 October 2016 (UTC) ☁&lt;br /&gt;
&lt;br /&gt;
[[User:C0DE|C0DE]] ([[User talk:C0DE|talk]]) 22:41, 9 November 2016 (UTC) 時&lt;br /&gt;
&lt;br /&gt;
[[User:1|1]] ([[User talk:1|talk]]) 05:25, 8 May 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[User:📙|📙]] ([[User talk:📙|talk]]) 04:00, 10 May 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[User:Ⅹ|Ⅹ]] ([[User talk:Ⅹ|talk]]) 20:36, 10[[User:Ⅹ|Ⅹ]] ([[User talk:Ⅹ|talk]]) 13:39, 30 December 2017 (UTC) May 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[User:📙|📙]] ([[User talk:📙|talk]]) 18:53, 16 May 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[User:🚑|🚑]] ([[User talk:🚑|talk]]) 23:19, 9 June 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[User:Ⅹ|Ⅹ]] ([[User talk:Ⅹ|talk]]) 21:54, 27 November 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
[[User:Ⅹ|Ⅹ]] ([[User talk:Ⅹ|talk]]) 13:37, 30 December 2017 (UTC)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;span style=&amp;quot;font-size: 200pt;&amp;quot;&amp;gt;📙&amp;lt;/span&amp;gt;&amp;lt;/center&amp;gt;&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=New_Years_Eve_RGB_Clock_Top_Hat&amp;diff=63236</id>
		<title>New Years Eve RGB Clock Top Hat</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=New_Years_Eve_RGB_Clock_Top_Hat&amp;diff=63236"/>
		<updated>2017-12-30T23:48:48Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63225 by LENIN (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:New Years Eve RGB Clock Top Hat.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
Concept board&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=NBC_Bay_Area_LIVE_Broadcast&amp;diff=63235</id>
		<title>NBC Bay Area LIVE Broadcast</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=NBC_Bay_Area_LIVE_Broadcast&amp;diff=63235"/>
		<updated>2017-12-30T23:48:35Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63224 by LENIN (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;NBC Bay Area recently recorded, edited and air&#039;d a piece about nb, here&#039;s some behind scenes...&lt;br /&gt;
&lt;br /&gt;
...BREAKING NEWS!!! BREAKING NEWS!!! we interrupt your normally scheduled programming for a story coming to us from teh east bay, aparently a house has spontanously caught fire; Ⅹ what can you tell us click here --&amp;gt; [[SPIKE BLOK+]] (This had absolutely nothing to do with noisebridge or filming, it just happened to happen right now while writing this)&lt;br /&gt;
&lt;br /&gt;
We now return to are already scheduled program in progress...&lt;br /&gt;
&lt;br /&gt;
The finished story and video are available here (and already on the wayback machine too) https://www.nbcbayarea.com/news/local/Noisebridge-Hackerspace-in-San-Francisco-Battle-Rising-Rent-Face-Threat-of-Lease-Expiring-466883363.html&lt;br /&gt;
&lt;br /&gt;
[[File:NBC-Interview-LIVE.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
Sam about to go LIVE to the studio in Hackitorium&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:NBC-Interview-Camera.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
The interviews were actually shot with a hand held DSLR camera, this beast was used to upload footage and do the LIVE segment.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:NBC-Interview-Sam.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
Sam furiously writing up the story in time to get on 6 o&#039;Clock news.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:NBC-Interview-Cameraman.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
Chris (face obscured for teh lulz) sniffed out the story and brought it to noisebridge, along with wrangling cameras and knocking together a final edit, without any black frames even!&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Template:FrontPageHeader&amp;diff=63194</id>
		<title>Template:FrontPageHeader</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Template:FrontPageHeader&amp;diff=63194"/>
		<updated>2017-12-30T04:58:29Z</updated>

		<summary type="html">&lt;p&gt;🐼: day 3&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- SINGLE BOX --&amp;gt;&amp;lt;div class=&amp;quot;front-page-box front-page-box--single&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.4em;padding-top:0; font-size: 1.4em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;Programming • Hardware • 3D Printing • Woodworking • Art • Science • Craft • Robotics • Security • Sewing&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.4em;padding-top:0; font-size: 1.4em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;&lt;br /&gt;
[[FundraisingCall|We are raising funds! Our landlord is not renewing our lease and we are raising funds so we can move. Please spread the word.]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; margin-left: 10px; text-align: center; position: relative;&amp;quot;&amp;gt;&lt;br /&gt;
[[Image:Red-Donate-button.png|200px|link=https://donate.noisebridge.net]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;[[About|We are Noisebridge]].&amp;lt;/strong&amp;gt; Noisebridge is a [http://hackerspaces.org/ hackerspace] for technical-creative projects, [[Do-ocracy|doocratically]] run by everyone.  We are [[Incorporation|a non-profit educational institution]] intended for public benefit. We have a 5,200 square-foot space located in the heart of San Francisco.  We teach, we learn, we share. [[Noisebridge_Vision|Read more about Noisebridge]] or [http://www.youtube.com/watch?v=wamwklXWK4M watch a short video].&lt;br /&gt;
&lt;br /&gt;
We are committed to providing a safe space to work, learn, and play. Please read and understand our [[anti-harassment policy]] and [[community standards]]. This is how we expect people to behave when they are at Noisebridge, and you should also expect this standard of behavior from others in the space.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Noisebridge continues to operate entirely through monetary donations from people like you! Please consider contributing to our [[Finances|operating expenses of over $6,500/mo]] by making a [https://donate.noisebridge.net donation].&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;!-- PROMO SPACE (current happenings, should be updated weekly/monthly) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- 34C3 PROMO FOR Dec 27th-30th 2017 @X &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 2px solid red; line-height:1.1em;padding-top:0; font-size: 1.1em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&amp;quot;do something&amp;quot;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:34c3-tuwat.png]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Join us for live streaming of Chaos Computer Club 34C3 in Leipzig Germany&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: red&amp;quot;&amp;gt;&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;Thursday-Saturday 11:30am-10:30pm Congress Everywhere&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&amp;lt;/span&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://media.ccc.de/ &amp;lt;span style=&amp;quot;font-size: 2em; color: #0ff&amp;quot;&amp;gt;&amp;lt;u&amp;gt;STREAMS&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;]&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;[[34C3|&amp;lt;span style=&amp;quot;font-size: 2em; color: #0ff&amp;quot;&amp;gt;&amp;lt;u&amp;gt;34C3@noisebridge&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- END PROMO SPACE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;line-height:1.1em;padding-top:0; font-size: 1.1em; font-weight: bold; text-align: center; padding: .2em 0;&amp;quot;&amp;gt;[[Accounts|Follow us]]: [[Image:Tumblr.png|link=http://blog.noisebridge.net]] [http://blog.noisebridge.net Tumblr/Blog] • [[Image:Twitter.png|link=https://twitter.com/noisebridge]] [https://twitter.com/noisebridge Twitter] • [[Image:Facebook.png|link=https://www.facebook.com/noisebridge]] [https://www.facebook.com/noisebridge Facebook] • [[Image:Googleplus.png|link=https://plus.google.com/+NoisebridgeSanFrancisco]] [https://plus.google.com/+NoisebridgeSanFrancisco Google+] • [[Image:Flickr.png|link=https://www.flickr.com/groups/noisebridge/]] [https://www.flickr.com/groups/noisebridge/ Flickr] • [[Image:Github.png|link=https://github.com/noisebridge]] [https://github.com/noisebridge Github] • [[Image:Foursquare.png|link=https://foursquare.com/v/noisebridge/4a8b745ff964a5207e0c20e3]] [https://foursquare.com/v/noisebridge/4a8b745ff964a5207e0c20e3 Foursquare] • [[Image:Meetup.png|link=http://www.meetup.com/noisebridge/]] [http://www.meetup.com/noisebridge/ Meetup]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; margin-left: 10px; text-align: center; position: relative;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=User:X&amp;diff=63193</id>
		<title>User:X</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=User:X&amp;diff=63193"/>
		<updated>2017-12-30T04:57:25Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63188 by 77.247.181.162 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span style=&amp;quot;font-size: 12em; background-color: orange&amp;quot;&amp;gt;&amp;lt;br/&amp;gt;[[User:Ⅹ|X]]&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=34c3&amp;diff=63181</id>
		<title>34c3</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=34c3&amp;diff=63181"/>
		<updated>2017-12-29T06:32:23Z</updated>

		<summary type="html">&lt;p&gt;🐼: Undo revision 63180 by StatinIsland (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span style=&amp;quot;font-size: 3em;&amp;quot;&amp;gt;&lt;br /&gt;
Congress Everywhere @noisebridge&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
December 27th-30th, 2017&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:34c3-tuwat.png]]&lt;br /&gt;
&lt;br /&gt;
RSVP on meetup https://www.meetup.com/noisebridge/events/246149676/&lt;br /&gt;
&lt;br /&gt;
34c3 general info https://events.ccc.de/congress/2017/wiki/index.php/Main_Page&lt;br /&gt;
&lt;br /&gt;
Fahrplan (Schedule) https://events.ccc.de/congress/2017/Fahrplan/&lt;br /&gt;
&lt;br /&gt;
Remember the times posted are 9 hours in the future, referenced from San Francisco (PST)&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Hosted at noisebridge, 2169 Mission Street 3rd Floor, San Francisco CA 94110&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;New to noisebrige? [[Getting In]] &amp;amp; [[Visitor advice]]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size: 2em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: #0f0&amp;quot;&amp;gt;&amp;lt;s&amp;gt;December 27th 9:30am-6:30pm&amp;lt;/s&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: #0ff&amp;quot;&amp;gt;December 28th 11:30am-10:30pm&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: #00f&amp;quot;&amp;gt;December 29th 11:30am-10:30pm&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: #f0f&amp;quot;&amp;gt;December 30th 11:30am-10:30pm&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://events.ccc.de/congress/2017/wiki/index.php/Congress_Everywhere&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Optionally register below, or thru meetup with link above&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:34C3 Logokombi Invertiert.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Volunteer ==&lt;br /&gt;
*[[User:Ⅹ|Ⅹ]]&lt;br /&gt;
* Dan&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
== Attend ==&lt;br /&gt;
&#039;&#039;&amp;quot;Also see meetup page above&amp;quot;&#039;&#039;&lt;br /&gt;
* &lt;br /&gt;
* &lt;br /&gt;
*&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Category:Events&amp;diff=63174</id>
		<title>Category:Events</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Category:Events&amp;diff=63174"/>
		<updated>2017-12-28T07:46:22Z</updated>

		<summary type="html">&lt;p&gt;🐼: /* Event Calendar */ -wed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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;
= &#039;&#039;&#039;&#039;&#039;THIS EVENTS LISTING MAY BE OUT OF DATE, PLEASE ALSO CHECK OUR MEETUP PAGE&#039;&#039;&#039;&#039;&#039; =&lt;br /&gt;
&lt;br /&gt;
Please check our [https://www.meetup.com/noisebridge/ Noisebridge Meetup page &amp;lt;https://www.meetup.com/noisebridge/&amp;gt;] for additional events at Noisebridge. &lt;br /&gt;
&lt;br /&gt;
=Event Calendar=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Not all events make it onto this calendar.&#039;&#039;&#039;  And some of the listings here may be out of date.&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Many events only make it to the [https://www.noisebridge.net/pipermail/noisebridge-discuss/ Discussion] or [https://www.noisebridge.net/pipermail/noisebridge-announce/ Announcements] mailing lists, [[IRC]], our &#039;&#039;&#039;[https://www.meetup.com/noisebridge/ Noisebridge Meetup page &amp;lt;https://www.meetup.com/noisebridge&amp;gt;]&#039;&#039;&#039;, or in person at [[Meetings | 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 eventSs just arise organically from the bottom up!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Want to host your event at Noisebridge?&#039;&#039;&#039; We like seeing classes and talks on interesting things pertaining to various subjects of hacking. Most of all, we like seeing familiar faces. Please participate in the space and our [[Meetings|weekly Tuesday meetings]] to see if we&#039;re the right audience for what you want to share before announcing a new event. Additionally, please see our [[Hosting an Event|events hosting page]] for suggestions on how to use Noisebridge for your event/class/workshop.&lt;br /&gt;
&amp;lt;!-- Items inside this &amp;quot;onlyinclude&amp;quot; tag will be pushed to the main page --&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&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;
&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&lt;br /&gt;
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!&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.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- &#039;&#039;None listed at present.&#039;&#039; --&amp;gt;&lt;br /&gt;
&amp;lt;!-- &#039;&#039;&#039;No more Upcoming Events for the rest of the month of ________&#039;&#039;&#039; --&amp;gt;&lt;br /&gt;
&amp;lt;!-- &#039;&#039;&#039;No more Upcoming Events until after ________&#039;&#039;&#039; --&amp;gt;&lt;br /&gt;
&amp;lt;!-- &#039;&#039;&#039;No &#039;&#039;weekday&#039;&#039; Upcoming Events currently listed for the month of February&#039;&#039;&#039;--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{event&lt;br /&gt;
|time         = Thursday, December 28, 2017, 11:30am&lt;br /&gt;
|title        = 34c3&lt;br /&gt;
|description  = &amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;color:#0cc; font-size: 1.5em;&amp;quot;&amp;gt;Chaos continues with more live streaming and replays of previous talks. 34th Chaos Communication Congress from Leipzig Germany will be live streaming after the dinner break in Germany and run thru the evening there. Streaming will run all day until live streaming ends around 3:30pm, previous streams will then be available on demand.&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{event&lt;br /&gt;
|time         = Friday, December 29, 2017, 11:30am&lt;br /&gt;
|title        = 34c3&lt;br /&gt;
|description  = &amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;color:#00c; font-size: 1.5em;&amp;quot;&amp;gt;Chaos continues with more live streaming and replays of previous talks.&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{event&lt;br /&gt;
|time         = Saturday, December 30, 2017, 11:30am&lt;br /&gt;
|title        = 34c3&lt;br /&gt;
|description  = &amp;lt;br/&amp;gt;&amp;lt;span style=&amp;quot;color:#c0c; font-size: 1.5em;&amp;quot;&amp;gt;Close out the year with a recap of Chaos talks.&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
{{event&lt;br /&gt;
|time         = Saturday, December 16, 2017, 6:00pm&lt;br /&gt;
|title        = Noisebridge Space Program&lt;br /&gt;
|description  = HackItorium. Discussion of progress and ideas about Noisebridge&#039;s upcoming move and fundraising projects. See [[Moving]], [[Noisebridge Space Program]], [[nbsp]] for more details and previous meeting notes.&lt;br /&gt;
}}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- {{event&lt;br /&gt;
|time         = Friday, October 6th, 2017, 6:00pm&lt;br /&gt;
|title        = Bike Party Light Party&lt;br /&gt;
|description  = Put lights on your bike and then we roll out to SF Bike Party. Introductory session. &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;recurring-events&amp;quot;&amp;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;
&amp;lt;!-- 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;
&lt;br /&gt;
Please refrain from deleting others&#039; classes without first getting agreement.&amp;lt;br&amp;gt; You may do thPut lights on your bike and then we roll out to SF Bike Party. Introductory session.is 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.&lt;br /&gt;
&lt;br /&gt;
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&lt;br /&gt;
&lt;br /&gt;
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!&lt;br /&gt;
Large turnout events should be written in &#039;&#039;&#039;bold&#039;&#039;&#039;--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Template:Recurring}} - Every week.&amp;lt;br&amp;gt;&lt;br /&gt;
{{Template:RecurringNumbered|1st}} - Certain weeks, e.g. 1st week only.&amp;lt;br&amp;gt;&lt;br /&gt;
{{Template:RecurringException|-2nd}} - Except certain weeks, or other schedule exceptions.&lt;br /&gt;
&lt;br /&gt;
==== Mondays ====&lt;br /&gt;
* {{Template:Recurring}} &#039;&#039;&#039;[[House_Keeping#Trash_and_Recycling|Take Out the Trash Night]]&#039;&#039;&#039; -  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;
* {{Template:RecurringNumbered|2nd}} &#039;&#039;&#039;6:00pm to 8:00 pm [[Make:SF Project Build]] &#039;&#039;&#039;  Hello Makers, We continue our maker journey and our December MeetUp will be at the historic NoiseBridge! We&#039;ll have our usual selection of projects. Each one is merely $10, and you take it home with you after you build it with our gear. December we have an additional food project. If you have your own project or idea, bring it! First timers and skilled makers come to this meetup and its always fun and informative. RSVP to our Meetup page and I will connect you with the info on how you too can be excellent at NoiseBridge. [https://www.meetup.com/makesf/events/243529490/] Mondays are very busy at NoiseBridge. We predict you will return to NoiseBridge soon for their classes. Diana 271-4286.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* {{Template:Recurring}} &#039;&#039;&#039;7:00 pm to 9:00 pm [[Circuit Hacking Mondays]] NOTE: CHM WILL BE ON BREAK FROM 12-18-17 to 1-1-18 &#039;&#039;&#039;  Learn to solder! And make cool things with electronics. [[User:maltman23|Mitch]], [[User:Tman66|J]], Rolf, [[User:Miloh|Miloh]], [[User:Cedric|Cedric]], Cheng, Greg, and/or a host of 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 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.&lt;br /&gt;
&lt;br /&gt;
* {{Template:Recurring}} 7:00 pm to 9:00 pm &#039;&#039;&#039;[[PyClass|Intermediate Python with PyClass]]&#039;&#039;&#039; - Crash course in the Python standard library. Monday session is held in Church Classroom.&lt;br /&gt;
&lt;br /&gt;
==== &#039;&#039;Super&#039;&#039; Tuesdays! ====&lt;br /&gt;
&lt;br /&gt;
* {{Template:Recurring}} &#039;&#039;&#039;8:30 pm to 11:30 pm [[Gamebridge|Gamebridge Unityversity Game Dev Tuesdays]]&#039;&#039;&#039; - Beginner-friendly game development class and meetup, learn and share C# Unity coding, 2D/3D art, design, writing and audio. Learn how to mentor and help teach game dev. ([[Noise Square Table]]).&lt;br /&gt;
* {{Template:Recurring}} &#039;&#039;&#039;8: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;
*{{Template:RecurringNumbered|1st}} {{Template:RecurringNumbered|3rd}} &#039;&#039;&#039;11am to 6pm [[freeCodeCamp|freeCodeCamp Workshop]]&#039;&#039;&#039; - Come code with us! Learn full stack web development with JavaScript, HTML, CSS. Everyone is welcome!&lt;br /&gt;
&lt;br /&gt;
==== Wednesdays ====&lt;br /&gt;
* {{Template:RecurringNumbered|2nd, 4th}} Wednesday - 7:00 pm to 9:00 pm Crypto Builder&#039;s Meetup -- Join up for casual lightning talks and hacking on crypto/blockchain/decentralization in the Hackatorium. For Crypto Builder&#039;s Meetup on December 6th, the even will not be taking place at Noisebridge, but instead Digital Garage. For more information visit: https://www.meetup.com/sfhackdays/events/245397417/&lt;br /&gt;
* {{Template:RecurringNumbered|1st}} {{Template:RecurringNumbered|3rd}} {{Template:RecurringNumbered|5th}}  8:30 pm to 10:30pm pm [[FUN Tutoring]] in [[Church]] or [[CollaborationStation]]s Meetup!    - Join up for casual lightning talks aSnd hacking on crypto/blockchain/decentralized in the Hackatorium.&lt;br /&gt;
* {{Template:Recurring}} 8:00 pm to 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;
* {{Template:RecurringNumbered|1st,3rd}} 8:00 pm to 9:00 pm Haskell Class in [[Church]].&lt;br /&gt;
&lt;br /&gt;
==== Thursdays ====&lt;br /&gt;
* {{Template:Recurring}} [[House_Keeping#Trash_and_Recycling|Trash Night -- Round Two]]  - Take out the trash for Friday morning! Do it by midnight as truck comes ~1:30am to 2:30am.&lt;br /&gt;
* {{Template:Recurring}} &#039;&#039;&#039;8:00 pm to 9:00pm [[Five Minutes of Fame]]&#039;&#039;&#039; a.k.a. 5MoF - Ten 5min talks in an hour, on any topic! Small 5MoFs every Thursday-ish, bigger ones on the 3rd Thursday of the month. &lt;br /&gt;
* {{Template:RecurringNumbered|biweekly}} 7:00 pm to 8:30 pm Laser Safety Training every other Thursday evening. [http://www.meetup.com/noisebridge/ RSVP on meetup.com]&lt;br /&gt;
* {{Template:Recurring}} 7:00 pm to 9:00 pm Math class in [[Turing]]! Right now we&#039;re proving our way through Munkres&#039;s &#039;&#039;Topology&#039;&#039;. &lt;br /&gt;
&amp;lt;!--* {{Template:RecurringNumbered|1st}} {{Template:RecurringNumbered|3rd}} 7 pm [[STEAM Education]] meeting on developing a program to integrate hacker/makerspaces in both schools and libraries.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Fridays ====&lt;br /&gt;
&lt;br /&gt;
* {{Template:RecurringNumbered|3rd}} [[Noisebridge Gaming Archivists]] Meetup 6:00 pm to 10:00 pm -- Come play, fix, mod retro consoles. Create and play is our motto! If you like video games, this is the place for you.&lt;br /&gt;
* {{Template:RecurringNumbered|1st}} {{Template:RecurringNumbered|3rd}} {{Template:RecurringNumbered|5th}} 7:00 pm to 8:30 pm [[Computerology]] (The study of computers, or any kind of work with computers; computing.) in [[Church]] or  [[CollaborationStation]].&lt;br /&gt;
* {{Template:RecurringNumbered|1st}} {{Template:RecurringNumbered|3rd}} {{Template:RecurringNumbered|5th}}  8:30 pm to 10:30pm pm [[FUN Tutoring]] in [[Church]] or [[CollaborationStation]]&lt;br /&gt;
&lt;br /&gt;
==== Saturdays ====&lt;br /&gt;
* {{Template:Recurring}} 4:00 pm to 10:00 pm - Privacy hackathon! Developers, designers, activists, journalists, and concerned citizens are all welcome to join us every Saturday at Noisebridge (at the tables in the back) to help contribute to free, open source, privacy-enhancing softwar8:00 pm to 10:00e that the world desperately needs. Brought to you by the [https://www.meetup.com/Cypherpunks-Write-Code/ Cypherpunks Write Code] meetup group &amp;lt;-- you can RSVP here. Edward Snowden risked everything to teach us how badly new privacy-enhancing software needs to exist. [https://www.meetup.com/Cypherpunks-Write-Code/ Let&#039;s make it happen!]&lt;br /&gt;
&lt;br /&gt;
==== Sundays ====&lt;br /&gt;
* {{Template:Recurring}} 11:00 am to 1:00 pm [[Sunday Morning iOS Peer Lab Meetup]] - iOS Meetup for people want to hack together. Feel free to do whatever you want: work on your project, ask and teach each other,  have a chat with folks.&lt;br /&gt;
* {{Template:RecurringException|alternating monthly}} 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 [httpsS://groups.google.com/forum/#!forum/tooolsf TOOOL SF announcement list] for details.&lt;br /&gt;
* {{Template:Recurring}} 2:00 pm to 5:00 pm [[Hack Days]] - We&#039;re getting together every Sunday and working on stuff together! (Bots/Robotics/Cybernetics/AI/ML/Crypto/Infrastructure/Dapps/etc). We&#039;re all about learning, sharing, and building together.  [[church]] Bring what you&#039;re working on, or at least a healthy appetite to learn and share. All-in-all this will be a space to philosophize and dream as much as practice, hack, and publish. :)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&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;
* 20:00 - 22:00 [[Noise~_Wednesday | Noise~ Wed]] - Graphical media programming with Max/MSP/Jitter&lt;br /&gt;
* 19:00 [[Tahoe-LAFS]] - Occasional meetup of users and/or developers of the Least Authority File System.&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;
* {{Template:Recurring}} &#039;&#039;&#039;5:00 pm to 7:30 pm [[Songbridge|Songbridge Music Making Tuesdays]]&#039;&#039;&#039; - Beginner-friendly music making and mentoring meetup with Ableton/GarageBand/Logic tutorials for beginners and peer collabs. ([[Noise Square Table]]).&lt;br /&gt;
&lt;br /&gt;
OrphanSed as of 2017-10-31:&lt;br /&gt;
* (Wednesday) {{Template:Recurring}} 2:00 pm to 3:30 pm Build a Solar Lab Kit with SpyCamp - Starting June 14th to August 16th, at 2:00pm sharp Natalie (errcat) will be leading a solar charger kit lab for kids! Friends and family are invited to come with their kids and build a solar charger along side kids from SpyCamp. Kits are sold at the door for 20 dollars for whoever wishes to participate (5 dollars from each kit are donated to Noisebridge).&lt;br /&gt;
* (Wednesday)  {{Template:RecurringException|alternating monthly}} 6:30 pm to 9:30 pm - &#039;&#039;&#039;[[Cyberspectrum|Cyberspectrum: Software Defined Radio Meetup]]&#039;&#039;&#039; in the Hackatorium(&#039;&#039;new&#039;&#039;): A place to learn and exchange ideas about SDR. Presentations on concepts, mystery signals, hardware/software and cool applications. Event alternates monthly between SF and the South Bay.&lt;br /&gt;
* (Wednesday)  {{Template:RecurringNumbered|1st}} Wednesday of every month, 7:30-9. &#039;&#039;&#039;[[with Software; Art()]]&#039;&#039;&#039;  Present your personal and expressive art made with software/hardware of your own making and get feedback and critical dialogue from fellow artist/technologists. ON HIATUS TILL OCTOBER! [Last updated August 2, 201S7].&lt;br /&gt;
* (Wednesday)  {{Template:Recurring}} 7:30 pm to 9:00 pm  - Career Change: How to kickstart your new career in web development&lt;br /&gt;
* (Thursday) {{Template:Recurring}} 7:30 pm to 10:00 pm The [[Go]] group meets up on Wednesdays and Thursdays to play.&lt;br /&gt;
* (Sunday) {{Template:Recurring}} 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;
* (Sunday) {{Template:Recurring}} 12:00 pm to 4:00 pm .impact Workathons in Turing classrom. Work on projects that will help humanity &amp;amp; beyond.&lt;br /&gt;
&lt;br /&gt;
=== Proposed Future Events and Classes === &lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Audio Show and Tell]] Let&#039;s meetup this November 19th, Sunday at noon in the Hackitorium to share our audio projects for an hour! Bring your project/art, hardware or software ...if interested contact and confirm you can attend michael@kzsu.stanford.edu&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 SHUGEEach 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/electSrical-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 loud With 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]]Turing&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.g. Cantonese) 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-Butt-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;
===2016===&lt;br /&gt;
{{event&lt;br /&gt;
|time         = Saturday, June 18th, 2016, 1pm&lt;br /&gt;
|title        = Noisebridge picnic-potluck gathering 1pm-3pm&lt;br /&gt;
|description  = Bring #{food, drink} whatever you want to share, potluck style! All Noisebridge folks and friends are welcome! Let&#039;s leave from NB 15min before or meet under the palm trees, South-East corner of Dolores Park near the Playground (20th &amp;amp; Church) in San Francisco, CA 94114: https://goo.gl/maps/8jmcnCMayoD2&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{{event&lt;br /&gt;
|time         = Saturday, May 28th, 2016, 1pm&lt;br /&gt;
|title        = Noisebridge picnic-potluck gathering 1pm-3pm&lt;br /&gt;
|description  = Bring #{food, drink} whatever you want to share, potluck style! All Noisebridge folks and friends are welcome! Let&#039;s meet under the palm trees, South-East corner of Dolores Park near the Playground (20th &amp;amp; Church) in San Francisco, CA 94114: https://goo.gl/maps/8jmcnCMayoD2&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{{event&lt;br /&gt;
|time         = Thursday, February 25th, 2016, 7pm&lt;br /&gt;
|title        = SF Amateur Mathematicians&lt;br /&gt;
|description  = Differential Geometry and Wide-Angle Photography with Chad Fong. In Church Room. See [http://www.meetup.com/SF-Amateur-Mathematicians/events/228761849/ Meetup page]. SF Amateur Mathematicians is a math club open to everyone interested in learning more about math. Topics and talks generally assume some collegiate mathematical background.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{{event&lt;br /&gt;
|time         = Sunday, February 7th, 2016, 11:00am&lt;br /&gt;
|title        = HackTheLeft&lt;br /&gt;
|description  = &amp;lt;br&amp;gt;[[HackTheLeft|Hack the Left]] is an &#039;&#039;anticapitalist&#039;&#039; hackathon, going on for the entire long weekend of February 5th-7th at Noisebridge.  This is an experiment to see what happens when you get a bunch of leftists in a room for a weekend with the intention to advance liberatory and &#039;&#039;anticapitalist&#039;&#039; projects using technology. This includes software projects like Tor and Signal, art projects like the Anti-Eviction Mapping Project and Men in Grey, hardware projects like mesh networks and signal jammers, and tools for rad organizations like Anti Police-Crimethink Project and Food Not Bombs. It&#039;s clear that there&#039;s a huge amount of opportunity for liberatory technology. It&#039;s up to us to build it.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Hackathon participants should be able to get into Noisebridge by [[Hours | its 11:00 AM opening hour]], if not earlier, for both weekend days.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===2014===&lt;br /&gt;
*{{event&lt;br /&gt;
|time         = Sunday, September 23, 5:00pm&lt;br /&gt;
|title        = How to Start a Startup MOOC Lecture Viewings&lt;br /&gt;
|description  = We would get together to watch the lectures together and conduct discussion and networking afterwards. http://startupclass.samaltman.com/&lt;br /&gt;
|}}&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 brinunderstanding and using computersging 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,understanding and using computers 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 w8:00 pm to 10:00hen 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;br /&gt;
&lt;br /&gt;
[[File:Schematic.jpg]]&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=%F0%9F%8F%B4&amp;diff=63001</id>
		<title>🏴</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=%F0%9F%8F%B4&amp;diff=63001"/>
		<updated>2017-12-20T11:25:47Z</updated>

		<summary type="html">&lt;p&gt;🐼: it&amp;#039;s a flag, no it&amp;#039;s a watchdog&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hack teh Cabañas here https://community.comma.ai/cabana/?demo=1337&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Cabana&amp;quot; is a tool for deciphering CAN data, which is what cars use for talking to themselves.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Get a 🐼 here: https://shop.comma.ai/products/panda-obd-ii-dongle&lt;br /&gt;
&lt;br /&gt;
Build a 🐼 here: [[DIY Panda]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=font-size:10em;&amp;gt;🏴&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- CAN hack teh planets! &amp;amp; react can lickz my shiney metal truck nutz --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;app notes&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
*Fix double scroll bars&lt;br /&gt;
*Add better grabbers for bit selection&lt;br /&gt;
*Make segment selection clearer in plot&lt;br /&gt;
&lt;br /&gt;
*Show multi-signal overlay&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== dumpster dive data ==&lt;br /&gt;
&lt;br /&gt;
Messages sorted by highest event count, with a descriptive&#039;ish name and unique ID.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== acura_ilx_2016_can.dbc ===&lt;br /&gt;
&lt;br /&gt;
Identified bit that looks like some kind of watchdog or interupt trigger when vehicle is moving above min speed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ID     Signal                Note&lt;br /&gt;
1:400  SMOOTH_CRUISE_PING    bit 20 some kind of flag/watchdog triggers at regular interval when moving above min speed&lt;br /&gt;
       X_COUNT_UP_10_SEC     also contains 10 second incremental count in last byte.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Cabana&amp;diff=63000</id>
		<title>Cabana</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Cabana&amp;diff=63000"/>
		<updated>2017-12-20T10:36:12Z</updated>

		<summary type="html">&lt;p&gt;🐼: 🐼 moved page Cabana to 🏴&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[🏴]]&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=%F0%9F%8F%B4&amp;diff=62999</id>
		<title>🏴</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=%F0%9F%8F%B4&amp;diff=62999"/>
		<updated>2017-12-20T10:36:12Z</updated>

		<summary type="html">&lt;p&gt;🐼: 🐼 moved page Cabana to 🏴&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=font-size:10em;&amp;gt;🏴&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- CAN hack teh planets! --&amp;gt;&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=%F0%9F%8F%B4&amp;diff=62998</id>
		<title>🏴</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=%F0%9F%8F%B4&amp;diff=62998"/>
		<updated>2017-12-20T10:35:53Z</updated>

		<summary type="html">&lt;p&gt;🐼: open up a CAN of whoop ass 69aa7e1260a961449943a8eccb19ce08&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=font-size:10em;&amp;gt;🏴&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- CAN hack teh planets! --&amp;gt;&lt;/div&gt;</summary>
		<author><name>🐼</name></author>
	</entry>
</feed>