<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://replica.wiki.extremist.software/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Majoritywhip</id>
	<title>Noisebridge - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://replica.wiki.extremist.software/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Majoritywhip"/>
	<link rel="alternate" type="text/html" href="https://replica.wiki.extremist.software/wiki/Special:Contributions/Majoritywhip"/>
	<updated>2026-04-06T15:55:14Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://replica.wiki.extremist.software/index.php?title=Keycode_Access&amp;diff=27232</id>
		<title>Keycode Access</title>
		<link rel="alternate" type="text/html" href="https://replica.wiki.extremist.software/index.php?title=Keycode_Access&amp;diff=27232"/>
		<updated>2012-08-31T03:46:22Z</updated>

		<summary type="html">&lt;p&gt;Majoritywhip: /* changed 4-7 with 6 with an appended &amp;quot;#&amp;quot;  to the command*/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Contact &amp;amp; Info==&lt;br /&gt;
Feel free to add yourself here if you plan to work on the project. There will be some email-based discussion and record keeping for this project, and that info will be added here if you just want to lurk and complain.&lt;br /&gt;
&lt;br /&gt;
===Team===&lt;br /&gt;
*[[User:Hurtstotouchfire]]&lt;br /&gt;
*[[User:Flamsmark | Tom]]&lt;br /&gt;
*[[User:Jake]]&lt;br /&gt;
*[[User:SuperQ]]&lt;br /&gt;
*Terry&lt;br /&gt;
*[[User:Dj ryan]]  (software)&lt;br /&gt;
*[[User:Davidme]]&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
&lt;br /&gt;
Keypad hardware hooked up to Minotaur at /dev/ttyS3 - [https://www.noisebridge.net/pipermail/noisebridge-discuss/2012-February/028485.html The fucking dorkypad is finished]&lt;br /&gt;
&lt;br /&gt;
====Door Buzzer Operation====&lt;br /&gt;
baron.py is running on Minotaur:&lt;br /&gt;
&lt;br /&gt;
/usr/local/share/baron/noisebridge-baron/baron.py - baron script, takes arguments --port=/dev/whatever and --codefile=/var/blablabla/codes&lt;br /&gt;
&lt;br /&gt;
/etc/init/baron.conf - jesse&#039;s init script&lt;br /&gt;
&lt;br /&gt;
/usr/local/share/baron/codes.txt - codes file, any line starting with a 4-7 digit number (ignoring whitespace) is interpreted as a valid code, # is used for comments&lt;br /&gt;
&lt;br /&gt;
====Keycode Generation====&lt;br /&gt;
There can be any number of plugins that generate keycodes, they will be stored in a flat file on minotaur. Hipe is working with Kelly and Tom to build this.&lt;br /&gt;
&lt;br /&gt;
==== Behavior ====&lt;br /&gt;
* Keypad accepts 6 digit codes appended with a #.&lt;br /&gt;
* When a valid code is entered, the light turns green, a happy noise is played, and the gate is buzzed.&lt;br /&gt;
* When 7 digits are entered (that are not a valid code), the # or * keys are pressed, or 5 seconds passes after the last keystroke, the light turns red and a sad noise is played. (And the key buffer is reset.)&lt;br /&gt;
* If the gate API throws us an error, the light turns red and a sad noise is played three times.&lt;br /&gt;
* The list is checked at each keystroke, so if both 3345 and 334567 are valid codes, 334567 will never be usable — the gate will open immediately once a user types 3345. This was a design decision to make it faster/easier to enter a code, but it can be changed if desired. (Just remove &amp;quot;and digits not in codes&amp;quot; from baron.py, and you&#039;ll be able to use # and * to terminate a code less than 7 digits long.)&lt;br /&gt;
&lt;br /&gt;
==== Todo ====&lt;br /&gt;
* Add an access log of some sort, and switch out stdout debug/error messages for something more useful&lt;br /&gt;
* Add a way to add/remove codes (from Pony?), somehow syncing the file to Minotaur.&lt;br /&gt;
* If you change the way codes are loaded, please ensure it&#039;s done in a way that won&#039;t interrupt a user in the middle of using the keypad. (So, don&#039;t just restart the process.) Currently, it tries to refresh the codes list in a background thread every 30 seconds — if the file is corrupted or missing, it continues with the last good list. &lt;br /&gt;
* Add a &amp;quot;bad&amp;quot; codes list, to block codes from being reused.&lt;br /&gt;
* Add the ability to expire codes - maybe a comment in the codes.txt file?&lt;br /&gt;
&lt;br /&gt;
==Keycode System Features==&lt;br /&gt;
*Numberpad on front door&lt;br /&gt;
*Database of codes... on pony? With notes? Probably we need a basic schema for what info we do and don&#039;t want to log.&lt;br /&gt;
**Tom wants it to be a text file with a pin or rfid code per line and comments delimited by hash marks&lt;br /&gt;
*Logging keycodes (necessary to be able to shut off problem codes)&lt;br /&gt;
**keycodes not formally associated with individuals&lt;br /&gt;
**member keycodes differentiable in some way&lt;br /&gt;
**keep logs for 7 days&lt;br /&gt;
**require 2 users to access logs (cryptographically)&lt;br /&gt;
*Keycode Generation&lt;br /&gt;
*Distribution&lt;br /&gt;
**how to distribute without leaving electronic records associating code with individual?&lt;br /&gt;
**the most paranoid users will not trust the system anyway&lt;br /&gt;
*Disabling keycodes&lt;br /&gt;
**presumably not a feature needed immediately.&lt;br /&gt;
&lt;br /&gt;
==Hardware==&lt;br /&gt;
There are 3 components to a doorlock system:&lt;br /&gt;
&lt;br /&gt;
# A code entry box (physical hardware)&lt;br /&gt;
# Security controller (computer) (we already have minotaur which controls the doorlatch)&lt;br /&gt;
# Electronic doorlatch (i.e. buzzer [may be silent])&lt;br /&gt;
&lt;br /&gt;
Commercial door control systems usually have a central controller which is physically located inside the building and cannot be accessed from the entry box. The code entry box is connected to the controller via hard wires (usually serial). The controller can activate the doorlatch via the existing [[Getting In | Noisegate]] relay.&lt;br /&gt;
&lt;br /&gt;
===Potential Products===&lt;br /&gt;
*Jake has volunteered to design and make serially-accessed codepads, one for the gate and one for inside.&lt;br /&gt;
*[https://www.noisebridge.net/pipermail/noisebridge-discuss/2012-February/028485.html The fucking doorkeypad is finished]&lt;br /&gt;
&lt;br /&gt;
*[http://www.hidglobal.com/prod_detail.php?prod_id=8 HID prox reader] - Supports RS422 and Wiegand &lt;br /&gt;
*[http://www.hidglobal.com/prod_detail.php?prod_id=347 HID keypad with 125KHz (prox) + 13.56MHz (iClass)] - Only supports Wiegand&lt;br /&gt;
&lt;br /&gt;
*Will may need a Wiegand interface:&lt;br /&gt;
** http://en.wikipedia.org/wiki/Wiegand_interface&lt;br /&gt;
** Cost is about $100-150&lt;br /&gt;
&lt;br /&gt;
*Talked to [http://www.sanfordpc.com/ Terry] tonight who says he has a friend who has a bunch of access system gear that we could get donated. linuxman2001@gmail -- [[User:Hurtstotouchfire]]&lt;br /&gt;
&lt;br /&gt;
===Implementation Considerations===&lt;br /&gt;
*Should we buy or build the controller?&lt;br /&gt;
*Shannon wants to replace the current keypad system with something fancy&lt;br /&gt;
*Jake thinks we should just add the keypad onto the gate with U-bolts&lt;br /&gt;
**we would need to talk to the landlord to do this (unless we can do it without drilling?)&lt;br /&gt;
**at present, we plan to just add an additional keypad and only replace the button system if the keypad is successful&lt;/div&gt;</summary>
		<author><name>Majoritywhip</name></author>
	</entry>
	<entry>
		<id>https://replica.wiki.extremist.software/index.php?title=Category:Events&amp;diff=26550</id>
		<title>Category:Events</title>
		<link rel="alternate" type="text/html" href="https://replica.wiki.extremist.software/index.php?title=Category:Events&amp;diff=26550"/>
		<updated>2012-07-18T03:43:38Z</updated>

		<summary type="html">&lt;p&gt;Majoritywhip: expanded Linux 101 to 3 parts from 2&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;
=Event Calendar=&lt;br /&gt;
Not all events make it onto this calendar. Many events only make it to the Discussion or Announcements [[Mailinglist | mailing lists]], [[IRC]] or in person at [[:Category:Meeting_Notes | Tuesday meetings]]. Best of all, Noisebridge is about people getting together at the space in San Francisco to do stuff... like in person. Some events just happen.  Pay attention!&lt;br /&gt;
&lt;br /&gt;
If you&#039;d like to host an event yourself, we have advice on  [[Hosting_an_Event|hosting an event]] at Noisebridge.&lt;br /&gt;
&lt;br /&gt;
Event posters are encouraged to crosspost to the Google Calendar. View the  [http://www.google.com/calendar/embed?src=vo3i3c0qtjnkjr2ojasd0ftt8s%40group.calendar.google.com&amp;amp;ctz=America/Los_Angeles Google Calendar], view the [http://www.google.com/calendar/feeds/vo3i3c0qtjnkjr2ojasd0ftt8s%40group.calendar.google.com/public/basic Google Calendar in XML], or the [http://www.google.com/calendar/ical/vo3i3c0qtjnkjr2ojasd0ftt8s%40group.calendar.google.com/public/basic.ics Google Calendar in ical] format.&lt;br /&gt;
&lt;br /&gt;
To post Google Calendar entries for your event, ask on the noisebridge-discuss mailing list.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Items inside this &amp;quot;onlyinclude&amp;quot; tag will be pushed to the main page --&amp;gt;&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
=== Upcoming Events &amp;lt;small&amp;gt;[https://www.noisebridge.net/index.php?title=Category:Events&amp;amp;action=edit&amp;amp;section=2 edit]&amp;lt;/small&amp;gt; ===&lt;br /&gt;
&amp;lt;!-- Please read our &amp;quot;Hosting an Event&amp;quot; page and possibly follow some of the guidelines there before posting your event here. https://www.noisebridge.net/wiki/Hosting_an_Event --&amp;gt;&lt;br /&gt;
&amp;lt;!-- It&#039;s smart to add in a link to a wiki page with more information about your even, and a way to contact the event organizer(s). Thanks! --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;July 15th, Sunday day long - [http://zine.noisebridge.net/ Noisebridge Zeen ZiP Deadline for submissions]&#039;&#039;&#039; - For chapter 3 of [http://zine.noisebridge.net/ ZiP], the Noisebridge &amp;quot;Zine in Progress!&amp;quot; New contributors welcome! Send inquiries to zipzine-at-riseup.net.&lt;br /&gt;
*&#039;&#039;&#039;July 31st, Tuesday day long - [http://zine.noisebridge.net/ Noisebridge Zeen ZiP Projected Release Date]&#039;&#039;&#039; - For chapter 3 of [http://zine.noisebridge.net/ ZiP], the Noisebridge &amp;quot;Zine in Progress!&amp;quot; New contributors welcome. Send inquiries to zipzine-at-riseup.net.&lt;br /&gt;
* &#039;&#039;&#039;October 19th, 20th, and 21st, 2012 - [[Hackmeet|Hackmeet 3.0]]&#039;&#039;&#039;&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;
&amp;lt;!-- Please read our &amp;quot;Hosting an Event&amp;quot; page and possibly follow some of the guidelines there before posting your event here. https://www.noisebridge.net/wiki/Hosting_an_Event --&amp;gt;&lt;br /&gt;
&amp;lt;!-- It&#039;s smart to add in a link to a wiki page with more information about your even, and a way to contact the event organizer(s). Thanks! --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Large turnout events should be written in &#039;&#039;&#039;bold&#039;&#039;&#039;. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Monday&#039;&#039;&#039;&lt;br /&gt;
** [[Gamebridge| 18:00 Unityversity Unity3D Game Development user group and beginner mentoring. ]]&lt;br /&gt;
** &#039;&#039;&#039;19:30 - 22:00 [[Circuit Hacking Mondays]]&#039;&#039;&#039; - Learn to solder! Rolf, Miloh, and others will bring kits to make cool, hackable things for all skill levels that you can bring home after you make them.  Bring your own projects to hack! Bring things to fix!  All welcome! &lt;br /&gt;
** &#039;&#039;&#039;19:00&#039;&#039;&#039; &#039;&#039;&#039;[[Computer modeling for videogames]]&#039;&#039;&#039; Learn the basic of creating video game environments and characters. Come learn the techniques used in making 3d video games and gain a better understanding of the art pipe line used in current industry video games. Modeling, U.V. lay out and texturing. Software we will go over Maya, 3dstudio Max, blender, Google sketch up and Z-brush. Instructor David Lopez.&lt;br /&gt;
** 19:00 [[Cook-in class]] Bring your ideas/food/appetite and try your hand at cooking.&lt;br /&gt;
** &#039;&#039;&#039;20:00-22:00 [[Frontend Web Development]]&#039;&#039;&#039; - Learn HTML/CSS/JS. We&#039;ll cover the basics (starting at 19:30) and then go in-depth on different topics every week.&lt;br /&gt;
** [[House_Keeping#Trash_and_Recycling|Take Out the Trash Night]]&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Tuesday&#039;&#039;&#039;&lt;br /&gt;
** 15:00 - 16:30 [[Linux System Administration Study Group]] meets in the Turing classroom. Help us develop a [https://www.noisebridge.net/wiki/Linux Linux section] for the wiki. We&#039;re working with Git as of May 2012.&lt;br /&gt;
** 16:30 [[Intro to SQL Databases]] Database programming and design using MySQL. Every Tuesday in Turing classroom.&lt;br /&gt;
** 17:30 [[C and assembler on Linux]] This is a class working at a beginner&#039;s level with gcc and nash in Church.&lt;br /&gt;
** &amp;lt;!-- Confirmed 20120626 by rubin110 --&amp;gt; 18:30 - 20:00 [https://www.noisebridge.net/wiki/Linux101 Linux 101 Intro Class]: Learn how easy Open Source can be and how to migrate all of your daily tasks. The class will be presented in 3 parts. Includes OS installation, software use and elementary terminal commands. Feel free to come early if you might need extra assistance.  No experience necessary or expected.&lt;br /&gt;
&amp;lt;!-- On hiatus AFAIK, no power to kitchen ** 18:00 [[Tastebridge]] Last Tuesday of every month: Vegan Hacker: Vegan Cooking Class. More info http://www.veganhackerSF.com. --&amp;gt;&lt;br /&gt;
** 19:00-21:00 [[Backend web dev in Ruby on Rails]]&lt;br /&gt;
** 19:00 [[Tastebridge]] / [[Vegan Hacker]] Monthly Food Hacking, last Tuesday of every month, 7pm. http://www.veganhackersf.com&lt;br /&gt;
&amp;lt;!-- On haitus? Pls update ** 19:00 [[Origami|Learn You A Origami!]] - Learn how make folded-paper models. Beginners welcome!--&amp;gt;&lt;br /&gt;
&amp;lt;!-- On hiatus as of 3/29/2011 ** 19:30 [[Probability]] study group --&amp;gt;&lt;br /&gt;
&amp;lt;!-- On hiatus --  pls update 3/29/11 ** 19.30 [[Show and Tell]] -- Show your latest and greatest projects and hacks (working or in-progress), just before the weekly meeting. We meet in the Electronics Lab/Main Space.  --&amp;gt;&lt;br /&gt;
** 19:30 [[Spacebridge]] - Noisebridge&#039;s space program&lt;br /&gt;
** &#039;&#039;&#039;20:00 [[Meetings|Noisebridge Weekly Meeting]]&#039;&#039;&#039; - Introducing new people and events to the space, general discussion, and decision making.&lt;br /&gt;
&amp;lt;!-- ** 21:00 *nix on Thinkpad Anonymous - Come, grab a drink, complain about how it just doesn&#039;t work --&amp;gt;&lt;br /&gt;
** 22:00 [[SF Grey Hat Meetup]] If you have to ask you probably shouldn&#039;t show up. next meeting 3/13 will cover metasploit, vote for next topic.&lt;br /&gt;
* &#039;&#039;&#039;Wednesday&#039;&#039;&#039;&lt;br /&gt;
** 18:00 [[Replicator Wednesday|Replicator Wednesday]]! Learn about 3D printing and its implications. &#039;&#039;&#039;On 7/11/2012, REP WED will take place at the SF Techshop, from 6PM to 10PM&lt;br /&gt;
** 18:00 [[LinuxDiscussion|Linux Discussion]] - Linux meetup in the Turing classroom.&lt;br /&gt;
&amp;lt;!-- ** 18:00 [[BioBridge]] Practical microbiology (&#039;&#039;on hiatus, please update&#039;&#039;) - we culture microbes for baking, brewing, fermentation and other yummy purposes. Come play and learn! --&amp;gt;&lt;br /&gt;
** 19:00 [[PyClass]] - Learn how to program using the Python programming language. New &amp;quot;series&amp;quot; starts December 5th!&lt;br /&gt;
** 19:00 [[SCoW]] - Sewing, Crafting, Or Whatever! Come make cool stuff with geeks.&lt;br /&gt;
** 20:00 [[BACE Timebank]] (2nd Wednesdays) - Help organize community mutual aid by trading in equal time credits.  To join go to [http://bace.org bace.org].&lt;br /&gt;
* &#039;&#039;&#039;Thursday&#039;&#039;&#039;&lt;br /&gt;
** [[House_Keeping#Trash_and_Recycling|Trash Night]]  - Take out the trash for Friday morning!&lt;br /&gt;
** 18:30 [[Social_Engineers|Social Engineers]] 6.30pm- late. onwards Noisebridge&#039;s weekly attempt to hack its own social conundrums (including organizing, long-term planning, and consensus) using data, science, and heavy machinery. Email danny@spesh.com or join us on the [https://www.noisebridge.net/mailman/listinfo/socialengineering mailing list].&lt;br /&gt;
** 19:00 [[Machine_Learning|Machine Learning]] 7:00pm, come in and learn about statistical learning techniques.&lt;br /&gt;
** 19:00 [[Noisedroid/Nights]] - An Android-Themed Co-working Night.&lt;br /&gt;
** 19:00 [[german_corner|German Corner]] Learn and practice speaking German.&lt;br /&gt;
** 20:00 [[Frontend_Web_Development#Lab|Frontend Web Development Lab]] - Understand by doing! A recap of Monday&#039;s lecture in workshop form - and a good time for one-on-one help with the material.&lt;br /&gt;
** 20:00 [https://www.noisebridge.net/mailman/listinfo/zine ZinesFromOuterSpace] - A weekly meetup for zinesters / printing hackers / DIY publishers, and brainstorming session for the next chapter of [[zine | ZiP]].&lt;br /&gt;
* &#039;&#039;&#039;Friday&#039;&#039;&#039;&lt;br /&gt;
** 18:00-19:00 Beginner French - Learn basic grammar and sentence structure. Classes meet in the Turing room.&lt;br /&gt;
** 19:00-20:00 Intermediate to Advanced French - Pareil qu&#039;en haut, mais avec plus de conversation. &lt;br /&gt;
* &#039;&#039;&#039;Saturday&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Sunday&#039;&#039;&#039;&lt;br /&gt;
** 13:00 [[PerlStudy]] - Helping each other learn perl and all of its goodness. (Still happening? No one was around May 13).&lt;br /&gt;
** 14:00 [http://baha.bitrot.info/ Bay Area Hacker&#039;s Association - security meeting] (2nd Sundays)&lt;br /&gt;
** 15:00 [[Go]] - Playing of the Go boardgame. On nice days we often take the boards to Dolores Park and play there.&lt;br /&gt;
** 18:00 Lock Sport Collaboration: Come learn how to pick locks with others. &lt;br /&gt;
&amp;lt;!--Happening? pls update ** 17:00 [[Rsync Users Group]] - A twelve step program for those who have poor *nix habits.--&amp;gt;&lt;br /&gt;
** 19:00[[Hack Politics]] -- 1st and 3rd Sundays of the month.  Hack the political systems.  (Next meeting will be July1, 2012).&lt;br /&gt;
&amp;lt;/onlyinclude&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;
=== Proposed Future Events and Classes ===&lt;br /&gt;
:&amp;quot;&#039;(TBD)&amp;quot;&#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 yeast. This will be recurring if enough interest or need is present. Associated items - what to do with brewing leftovers, and brewers sample hour, etc.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Fie: Failure is Eminent]] - [[User:MedianMajik|James]] wants to start a System Recovery class that will meet either bi-monthly or weekly for a couple hours to try various backup and recovery methods on drives and data.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[101 Introduction to Linux]] - [[User:MedianMajik|James]] wants to start a 101 Introduction to Linux class where people can ask whatever questions they want and get them answered in 60 to 90 minutes.  Church would be the optimal location.  Looking for teachers.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Probability]] - Weekly probability study group based on [http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-041-probabilistic-systems-analysis-and-applied-probability-spring-2006/related-resources/ Fundamentals of Applied Probability Theory] by Al Drake&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[German]] - Learn German, all levels. 7pm beginners, 8pm advanced. RSVP 24 hours in advance for the benefit of the instructor. Events ran May-November 2009 on Mondays. Currently on hiatus. Get on the mailing list.&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.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039; - [[Locksport and Lockpicking]]&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039; - [[Version control tutorial]]&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039; - [[Foreign language learning for rocket scientists]] - I&#039;m near-native (fool people when I try) in (French and) Japanese, and a pro trans/terpreter and will share my shortcuts (skill-order, vocab, speed/articulation, translation≅grammar). No expertise on tonal languages yet... so if you know how to remember tones or how tone-sandhi interacts with speed and/or how nuances of speaker attitude are expressed in them (what we do with rythm/inflection/sentence-intonation and stress in Eng., and with particles and ??? in e.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;: [[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 tech. Has 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;
&lt;br /&gt;
= Past Events =&lt;br /&gt;
===2012===&lt;br /&gt;
*&#039;&#039;&#039;Tuesday Feb. 14th, 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 cafe. For more info follow [[zine | this]] link.&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 TheMADE. He will also speak about IP infringement cases.&lt;br /&gt;
*&#039;&#039;&#039;August 9, 6:30PM, Tuesday&#039;&#039;&#039; - [http://www.meetup.com/makesf/events/26413241/ Make:SF] - Chris Jefferies will speak about the wireless sensor kit he is developing and we are bringing back our all star soldering kits.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;April 13th, 19:00&#039;&#039;&#039; - Kombucha fermentation class with [[BioBridge]] &lt;br /&gt;
*&#039;&#039;&#039;April 7th, 20:00&#039;&#039;&#039; - [[In-Depth|Noisebridge: In-Depth]] Our monthly lecture and round table. This 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 Party. Come 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] conference. There 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 geocoins. Then 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 evaluation. Please bring your web/social or technical writing for us to evaluate. Bring 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 required. We 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 experts. 6-???&lt;br /&gt;
:&#039;&#039;&#039;Sunday&#039;&#039;&#039; : [[OpenEEG | OpenEEG Hacking]] Sundays, at 3-5pm.&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 photographer. Weekly 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 on. Making the first batch of a Noisebridge label yerba mate-niated rootbrew, gratis and DIY&lt;br /&gt;
:&#039;&#039;&#039;2009-03-26&#039;&#039;&#039;: [[OpenEEG | OpenEEG Hacking]] first meet up for this new group: 8 pm&lt;br /&gt;
:&#039;&#039;&#039;2009-03-19&#039;&#039;&#039;: [[Five Minutes of Fame]]&lt;br /&gt;
:&#039;&#039;&#039;2009-03-12&#039;&#039;&#039;: [[OpenBTS and GSM]] talk by David Burgess&lt;br /&gt;
:&#039;&#039;&#039;2009-02-14&#039;&#039;&#039;: [[Open Heart Workshop]] Valentine&#039;s Day blinkyheart soldering party! &lt;br /&gt;
:&#039;&#039;&#039;2009-02-13&#039;&#039;&#039;: [[Time-t_Party|&amp;lt;tt&amp;gt;time_t&amp;lt;/tt&amp;gt; Party]] to celebrate 1,234,567,890 since the Unix epoch.&lt;br /&gt;
:&#039;&#039;&#039;2009-02-09&#039;&#039;&#039;: [[Spanish learning at 8:30]]&lt;br /&gt;
:&#039;&#039;&#039;2009-02-05&#039;&#039;&#039;: [[PGP Key Workshop]]&lt;br /&gt;
:&#039;&#039;&#039;2009-01-31&#039;&#039;&#039;: [[Locksport and Lockpicking]]&lt;br /&gt;
&lt;br /&gt;
===2008===&lt;br /&gt;
:&#039;&#039;&#039;2008-12-27&#039;&#039;&#039;: [[25C3]] Chaos Computer Congress in Berlin&lt;br /&gt;
:&#039;&#039;&#039;2008-12-20 &amp;amp; 21&#039;&#039;&#039;: [[Creme Brulee]] Workshop on creating a french dessert, with bonus propane torch.&lt;br /&gt;
:&#039;&#039;&#039;2008-12-17 20:00&#039;&#039;&#039;: [[Machine Learning]] Birds-of-a-feather&lt;br /&gt;
:&#039;&#039;&#039;2008-11-24&#039;&#039;&#039;: [[Circuit Hacking Monday]] circuit design workshop&lt;br /&gt;
:&#039;&#039;&#039;2008-11-21, 7pm&#039;&#039;&#039;:[[Milk and Cookies]] -- [[User:Dmolnar|David Molnar]] hosts Milk and Cookies at 83C. Bring a short 5-7minute thing to read to others. Bring a potluck cookie/snack/drink if you like. David will bring milk and cookies.&lt;br /&gt;
:&#039;&#039;&#039;2008-11-17, 7:30pm&#039;&#039;&#039;: [[Basic Bicycle Maintain]] - [[User:rubin110|Rubin]] and [[User:rigel|rigel]] hate it when we see a bike that isn&#039;t maintained. Screechy chains and clacking derailleur can go to hell. Basic 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 gala. Post 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 mount. Additionally, 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 board. I&#039;ll be trying a photo resist etching and a basic printed mask etching. This 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;/div&gt;</summary>
		<author><name>Majoritywhip</name></author>
	</entry>
	<entry>
		<id>https://replica.wiki.extremist.software/index.php?title=Category:Events&amp;diff=26549</id>
		<title>Category:Events</title>
		<link rel="alternate" type="text/html" href="https://replica.wiki.extremist.software/index.php?title=Category:Events&amp;diff=26549"/>
		<updated>2012-07-18T03:34:27Z</updated>

		<summary type="html">&lt;p&gt;Majoritywhip: Changed French class from Saturday to Friday night - per Daniella&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;
=Event Calendar=&lt;br /&gt;
Not all events make it onto this calendar. Many events only make it to the Discussion or Announcements [[Mailinglist | mailing lists]], [[IRC]] or in person at [[:Category:Meeting_Notes | Tuesday meetings]]. Best of all, Noisebridge is about people getting together at the space in San Francisco to do stuff... like in person. Some events just happen.  Pay attention!&lt;br /&gt;
&lt;br /&gt;
If you&#039;d like to host an event yourself, we have advice on  [[Hosting_an_Event|hosting an event]] at Noisebridge.&lt;br /&gt;
&lt;br /&gt;
Event posters are encouraged to crosspost to the Google Calendar. View the  [http://www.google.com/calendar/embed?src=vo3i3c0qtjnkjr2ojasd0ftt8s%40group.calendar.google.com&amp;amp;ctz=America/Los_Angeles Google Calendar], view the [http://www.google.com/calendar/feeds/vo3i3c0qtjnkjr2ojasd0ftt8s%40group.calendar.google.com/public/basic Google Calendar in XML], or the [http://www.google.com/calendar/ical/vo3i3c0qtjnkjr2ojasd0ftt8s%40group.calendar.google.com/public/basic.ics Google Calendar in ical] format.&lt;br /&gt;
&lt;br /&gt;
To post Google Calendar entries for your event, ask on the noisebridge-discuss mailing list.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Items inside this &amp;quot;onlyinclude&amp;quot; tag will be pushed to the main page --&amp;gt;&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
=== Upcoming Events &amp;lt;small&amp;gt;[https://www.noisebridge.net/index.php?title=Category:Events&amp;amp;action=edit&amp;amp;section=2 edit]&amp;lt;/small&amp;gt; ===&lt;br /&gt;
&amp;lt;!-- Please read our &amp;quot;Hosting an Event&amp;quot; page and possibly follow some of the guidelines there before posting your event here. https://www.noisebridge.net/wiki/Hosting_an_Event --&amp;gt;&lt;br /&gt;
&amp;lt;!-- It&#039;s smart to add in a link to a wiki page with more information about your even, and a way to contact the event organizer(s). Thanks! --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;July 15th, Sunday day long - [http://zine.noisebridge.net/ Noisebridge Zeen ZiP Deadline for submissions]&#039;&#039;&#039; - For chapter 3 of [http://zine.noisebridge.net/ ZiP], the Noisebridge &amp;quot;Zine in Progress!&amp;quot; New contributors welcome! Send inquiries to zipzine-at-riseup.net.&lt;br /&gt;
*&#039;&#039;&#039;July 31st, Tuesday day long - [http://zine.noisebridge.net/ Noisebridge Zeen ZiP Projected Release Date]&#039;&#039;&#039; - For chapter 3 of [http://zine.noisebridge.net/ ZiP], the Noisebridge &amp;quot;Zine in Progress!&amp;quot; New contributors welcome. Send inquiries to zipzine-at-riseup.net.&lt;br /&gt;
* &#039;&#039;&#039;October 19th, 20th, and 21st, 2012 - [[Hackmeet|Hackmeet 3.0]]&#039;&#039;&#039;&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;
&amp;lt;!-- Please read our &amp;quot;Hosting an Event&amp;quot; page and possibly follow some of the guidelines there before posting your event here. https://www.noisebridge.net/wiki/Hosting_an_Event --&amp;gt;&lt;br /&gt;
&amp;lt;!-- It&#039;s smart to add in a link to a wiki page with more information about your even, and a way to contact the event organizer(s). Thanks! --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Large turnout events should be written in &#039;&#039;&#039;bold&#039;&#039;&#039;. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Monday&#039;&#039;&#039;&lt;br /&gt;
** [[Gamebridge| 18:00 Unityversity Unity3D Game Development user group and beginner mentoring. ]]&lt;br /&gt;
** &#039;&#039;&#039;19:30 - 22:00 [[Circuit Hacking Mondays]]&#039;&#039;&#039; - Learn to solder! Rolf, Miloh, and others will bring kits to make cool, hackable things for all skill levels that you can bring home after you make them.  Bring your own projects to hack! Bring things to fix!  All welcome! &lt;br /&gt;
** &#039;&#039;&#039;19:00&#039;&#039;&#039; &#039;&#039;&#039;[[Computer modeling for videogames]]&#039;&#039;&#039; Learn the basic of creating video game environments and characters. Come learn the techniques used in making 3d video games and gain a better understanding of the art pipe line used in current industry video games. Modeling, U.V. lay out and texturing. Software we will go over Maya, 3dstudio Max, blender, Google sketch up and Z-brush. Instructor David Lopez.&lt;br /&gt;
** 19:00 [[Cook-in class]] Bring your ideas/food/appetite and try your hand at cooking.&lt;br /&gt;
** &#039;&#039;&#039;20:00-22:00 [[Frontend Web Development]]&#039;&#039;&#039; - Learn HTML/CSS/JS. We&#039;ll cover the basics (starting at 19:30) and then go in-depth on different topics every week.&lt;br /&gt;
** [[House_Keeping#Trash_and_Recycling|Take Out the Trash Night]]&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Tuesday&#039;&#039;&#039;&lt;br /&gt;
** 15:00 - 16:30 [[Linux System Administration Study Group]] meets in the Turing classroom. Help us develop a [https://www.noisebridge.net/wiki/Linux Linux section] for the wiki. We&#039;re working with Git as of May 2012.&lt;br /&gt;
** 16:30 [[Intro to SQL Databases]] Database programming and design using MySQL. Every Tuesday in Turing classroom.&lt;br /&gt;
** 17:30 [[C and assembler on Linux]] This is a class working at a beginner&#039;s level with gcc and nash in Church.&lt;br /&gt;
** &amp;lt;!-- Confirmed 20120626 by rubin110 --&amp;gt; 18:30 - 20:00 [https://www.noisebridge.net/wiki/Linux101 Linux 101 Intro Class]: Learn how easy Open Source can be and how to migrate all of your daily tasks. The class will be presented in 2 parts, includes hands-on learning, and restarts the 1st and 3rd week of each month. Feel free to come early if you might need extra assistance.  No experience necessary or expected. Classes will begin 6/19/2012 in the Turing classroom.&lt;br /&gt;
&amp;lt;!-- On hiatus AFAIK, no power to kitchen ** 18:00 [[Tastebridge]] Last Tuesday of every month: Vegan Hacker: Vegan Cooking Class. More info http://www.veganhackerSF.com. --&amp;gt;&lt;br /&gt;
** 19:00-21:00 [[Backend web dev in Ruby on Rails]]&lt;br /&gt;
** 19:00 [[Tastebridge]] / [[Vegan Hacker]] Monthly Food Hacking, last Tuesday of every month, 7pm. http://www.veganhackersf.com&lt;br /&gt;
&amp;lt;!-- On haitus? Pls update ** 19:00 [[Origami|Learn You A Origami!]] - Learn how make folded-paper models. Beginners welcome!--&amp;gt;&lt;br /&gt;
&amp;lt;!-- On hiatus as of 3/29/2011 ** 19:30 [[Probability]] study group --&amp;gt;&lt;br /&gt;
&amp;lt;!-- On hiatus --  pls update 3/29/11 ** 19.30 [[Show and Tell]] -- Show your latest and greatest projects and hacks (working or in-progress), just before the weekly meeting. We meet in the Electronics Lab/Main Space.  --&amp;gt;&lt;br /&gt;
** 19:30 [[Spacebridge]] - Noisebridge&#039;s space program&lt;br /&gt;
** &#039;&#039;&#039;20:00 [[Meetings|Noisebridge Weekly Meeting]]&#039;&#039;&#039; - Introducing new people and events to the space, general discussion, and decision making.&lt;br /&gt;
&amp;lt;!-- ** 21:00 *nix on Thinkpad Anonymous - Come, grab a drink, complain about how it just doesn&#039;t work --&amp;gt;&lt;br /&gt;
** 22:00 [[SF Grey Hat Meetup]] If you have to ask you probably shouldn&#039;t show up. next meeting 3/13 will cover metasploit, vote for next topic.&lt;br /&gt;
* &#039;&#039;&#039;Wednesday&#039;&#039;&#039;&lt;br /&gt;
** 18:00 [[Replicator Wednesday|Replicator Wednesday]]! Learn about 3D printing and its implications. &#039;&#039;&#039;On 7/11/2012, REP WED will take place at the SF Techshop, from 6PM to 10PM&lt;br /&gt;
** 18:00 [[LinuxDiscussion|Linux Discussion]] - Linux meetup in the Turing classroom.&lt;br /&gt;
&amp;lt;!-- ** 18:00 [[BioBridge]] Practical microbiology (&#039;&#039;on hiatus, please update&#039;&#039;) - we culture microbes for baking, brewing, fermentation and other yummy purposes. Come play and learn! --&amp;gt;&lt;br /&gt;
** 19:00 [[PyClass]] - Learn how to program using the Python programming language. New &amp;quot;series&amp;quot; starts December 5th!&lt;br /&gt;
** 19:00 [[SCoW]] - Sewing, Crafting, Or Whatever! Come make cool stuff with geeks.&lt;br /&gt;
** 20:00 [[BACE Timebank]] (2nd Wednesdays) - Help organize community mutual aid by trading in equal time credits.  To join go to [http://bace.org bace.org].&lt;br /&gt;
* &#039;&#039;&#039;Thursday&#039;&#039;&#039;&lt;br /&gt;
** [[House_Keeping#Trash_and_Recycling|Trash Night]]  - Take out the trash for Friday morning!&lt;br /&gt;
** 18:30 [[Social_Engineers|Social Engineers]] 6.30pm- late. onwards Noisebridge&#039;s weekly attempt to hack its own social conundrums (including organizing, long-term planning, and consensus) using data, science, and heavy machinery. Email danny@spesh.com or join us on the [https://www.noisebridge.net/mailman/listinfo/socialengineering mailing list].&lt;br /&gt;
** 19:00 [[Machine_Learning|Machine Learning]] 7:00pm, come in and learn about statistical learning techniques.&lt;br /&gt;
** 19:00 [[Noisedroid/Nights]] - An Android-Themed Co-working Night.&lt;br /&gt;
** 19:00 [[german_corner|German Corner]] Learn and practice speaking German.&lt;br /&gt;
** 20:00 [[Frontend_Web_Development#Lab|Frontend Web Development Lab]] - Understand by doing! A recap of Monday&#039;s lecture in workshop form - and a good time for one-on-one help with the material.&lt;br /&gt;
** 20:00 [https://www.noisebridge.net/mailman/listinfo/zine ZinesFromOuterSpace] - A weekly meetup for zinesters / printing hackers / DIY publishers, and brainstorming session for the next chapter of [[zine | ZiP]].&lt;br /&gt;
* &#039;&#039;&#039;Friday&#039;&#039;&#039;&lt;br /&gt;
** 18:00-19:00 Beginner French - Learn basic grammar and sentence structure. Classes meet in the Turing room.&lt;br /&gt;
** 19:00-20:00 Intermediate to Advanced French - Pareil qu&#039;en haut, mais avec plus de conversation. &lt;br /&gt;
* &#039;&#039;&#039;Saturday&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Sunday&#039;&#039;&#039;&lt;br /&gt;
** 13:00 [[PerlStudy]] - Helping each other learn perl and all of its goodness. (Still happening? No one was around May 13).&lt;br /&gt;
** 14:00 [http://baha.bitrot.info/ Bay Area Hacker&#039;s Association - security meeting] (2nd Sundays)&lt;br /&gt;
** 15:00 [[Go]] - Playing of the Go boardgame. On nice days we often take the boards to Dolores Park and play there.&lt;br /&gt;
** 18:00 Lock Sport Collaboration: Come learn how to pick locks with others. &lt;br /&gt;
&amp;lt;!--Happening? pls update ** 17:00 [[Rsync Users Group]] - A twelve step program for those who have poor *nix habits.--&amp;gt;&lt;br /&gt;
** 19:00[[Hack Politics]] -- 1st and 3rd Sundays of the month.  Hack the political systems.  (Next meeting will be July1, 2012).&lt;br /&gt;
&amp;lt;/onlyinclude&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;
=== Proposed Future Events and Classes ===&lt;br /&gt;
:&amp;quot;&#039;(TBD)&amp;quot;&#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 yeast. This will be recurring if enough interest or need is present. Associated items - what to do with brewing leftovers, and brewers sample hour, etc.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Fie: Failure is Eminent]] - [[User:MedianMajik|James]] wants to start a System Recovery class that will meet either bi-monthly or weekly for a couple hours to try various backup and recovery methods on drives and data.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[101 Introduction to Linux]] - [[User:MedianMajik|James]] wants to start a 101 Introduction to Linux class where people can ask whatever questions they want and get them answered in 60 to 90 minutes.  Church would be the optimal location.  Looking for teachers.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[Probability]] - Weekly probability study group based on [http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-041-probabilistic-systems-analysis-and-applied-probability-spring-2006/related-resources/ Fundamentals of Applied Probability Theory] by Al Drake&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039;: [[German]] - Learn German, all levels. 7pm beginners, 8pm advanced. RSVP 24 hours in advance for the benefit of the instructor. Events ran May-November 2009 on Mondays. Currently on hiatus. Get on the mailing list.&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.&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039; - [[Locksport and Lockpicking]]&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039; - [[Version control tutorial]]&lt;br /&gt;
:&#039;&#039;&#039;(TBD)&#039;&#039;&#039; - [[Foreign language learning for rocket scientists]] - I&#039;m near-native (fool people when I try) in (French and) Japanese, and a pro trans/terpreter and will share my shortcuts (skill-order, vocab, speed/articulation, translation≅grammar). No expertise on tonal languages yet... so if you know how to remember tones or how tone-sandhi interacts with speed and/or how nuances of speaker attitude are expressed in them (what we do with rythm/inflection/sentence-intonation and stress in Eng., and with particles and ??? in e.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;: [[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 tech. Has 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;
&lt;br /&gt;
= Past Events =&lt;br /&gt;
===2012===&lt;br /&gt;
*&#039;&#039;&#039;Tuesday Feb. 14th, 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 cafe. For more info follow [[zine | this]] link.&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 TheMADE. He will also speak about IP infringement cases.&lt;br /&gt;
*&#039;&#039;&#039;August 9, 6:30PM, Tuesday&#039;&#039;&#039; - [http://www.meetup.com/makesf/events/26413241/ Make:SF] - Chris Jefferies will speak about the wireless sensor kit he is developing and we are bringing back our all star soldering kits.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;April 13th, 19:00&#039;&#039;&#039; - Kombucha fermentation class with [[BioBridge]] &lt;br /&gt;
*&#039;&#039;&#039;April 7th, 20:00&#039;&#039;&#039; - [[In-Depth|Noisebridge: In-Depth]] Our monthly lecture and round table. This 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 Party. Come 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] conference. There 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 geocoins. Then 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 evaluation. Please bring your web/social or technical writing for us to evaluate. Bring 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 required. We 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 experts. 6-???&lt;br /&gt;
:&#039;&#039;&#039;Sunday&#039;&#039;&#039; : [[OpenEEG | OpenEEG Hacking]] Sundays, at 3-5pm.&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 photographer. Weekly 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 on. Making the first batch of a Noisebridge label yerba mate-niated rootbrew, gratis and DIY&lt;br /&gt;
:&#039;&#039;&#039;2009-03-26&#039;&#039;&#039;: [[OpenEEG | OpenEEG Hacking]] first meet up for this new group: 8 pm&lt;br /&gt;
:&#039;&#039;&#039;2009-03-19&#039;&#039;&#039;: [[Five Minutes of Fame]]&lt;br /&gt;
:&#039;&#039;&#039;2009-03-12&#039;&#039;&#039;: [[OpenBTS and GSM]] talk by David Burgess&lt;br /&gt;
:&#039;&#039;&#039;2009-02-14&#039;&#039;&#039;: [[Open Heart Workshop]] Valentine&#039;s Day blinkyheart soldering party! &lt;br /&gt;
:&#039;&#039;&#039;2009-02-13&#039;&#039;&#039;: [[Time-t_Party|&amp;lt;tt&amp;gt;time_t&amp;lt;/tt&amp;gt; Party]] to celebrate 1,234,567,890 since the Unix epoch.&lt;br /&gt;
:&#039;&#039;&#039;2009-02-09&#039;&#039;&#039;: [[Spanish learning at 8:30]]&lt;br /&gt;
:&#039;&#039;&#039;2009-02-05&#039;&#039;&#039;: [[PGP Key Workshop]]&lt;br /&gt;
:&#039;&#039;&#039;2009-01-31&#039;&#039;&#039;: [[Locksport and Lockpicking]]&lt;br /&gt;
&lt;br /&gt;
===2008===&lt;br /&gt;
:&#039;&#039;&#039;2008-12-27&#039;&#039;&#039;: [[25C3]] Chaos Computer Congress in Berlin&lt;br /&gt;
:&#039;&#039;&#039;2008-12-20 &amp;amp; 21&#039;&#039;&#039;: [[Creme Brulee]] Workshop on creating a french dessert, with bonus propane torch.&lt;br /&gt;
:&#039;&#039;&#039;2008-12-17 20:00&#039;&#039;&#039;: [[Machine Learning]] Birds-of-a-feather&lt;br /&gt;
:&#039;&#039;&#039;2008-11-24&#039;&#039;&#039;: [[Circuit Hacking Monday]] circuit design workshop&lt;br /&gt;
:&#039;&#039;&#039;2008-11-21, 7pm&#039;&#039;&#039;:[[Milk and Cookies]] -- [[User:Dmolnar|David Molnar]] hosts Milk and Cookies at 83C. Bring a short 5-7minute thing to read to others. Bring a potluck cookie/snack/drink if you like. David will bring milk and cookies.&lt;br /&gt;
:&#039;&#039;&#039;2008-11-17, 7:30pm&#039;&#039;&#039;: [[Basic Bicycle Maintain]] - [[User:rubin110|Rubin]] and [[User:rigel|rigel]] hate it when we see a bike that isn&#039;t maintained. Screechy chains and clacking derailleur can go to hell. Basic 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 gala. Post 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 mount. Additionally, 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 board. I&#039;ll be trying a photo resist etching and a basic printed mask etching. This 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;/div&gt;</summary>
		<author><name>Majoritywhip</name></author>
	</entry>
	<entry>
		<id>https://replica.wiki.extremist.software/index.php?title=101_Introduction_to_Linux&amp;diff=25985</id>
		<title>101 Introduction to Linux</title>
		<link rel="alternate" type="text/html" href="https://replica.wiki.extremist.software/index.php?title=101_Introduction_to_Linux&amp;diff=25985"/>
		<updated>2012-06-08T02:57:36Z</updated>

		<summary type="html">&lt;p&gt;Majoritywhip: Basic ideas.  It&amp;#039;s a process, not a destination&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;m going to give a two part class on Linux and reboot every two weeks. Part one will be a basic, &amp;quot;Hi. This is Linux and it&#039;s not scary&amp;quot;. Part Two will be more about installing programs and updating.  From this people should be able to move into the Linux Admin class.  I would really like Monday nights in the Church, but I&#039;m thinking that Thursdays might work as well. Talk to James or myself, Eric, if you have any ideas.&lt;/div&gt;</summary>
		<author><name>Majoritywhip</name></author>
	</entry>
	<entry>
		<id>https://replica.wiki.extremist.software/index.php?title=User_talk:Majoritywhip&amp;diff=25546</id>
		<title>User talk:Majoritywhip</title>
		<link rel="alternate" type="text/html" href="https://replica.wiki.extremist.software/index.php?title=User_talk:Majoritywhip&amp;diff=25546"/>
		<updated>2012-05-17T21:35:16Z</updated>

		<summary type="html">&lt;p&gt;Majoritywhip: Created page with &amp;#039;I&amp;#039;ve recently installed a 300GB USB3 HDD suspended inside  the phone booth at the gate. The usb is long enough to upload/download from either inside or outside the gate.  There i…&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;ve recently installed a 300GB USB3 HDD suspended inside  the phone booth at the gate. The usb is long enough to upload/download from either inside or outside the gate.  There isn&#039;t too much on the drive now (just some Windows and OSX warez).  I&#039;ll be throwing up more stuff on 05/18/2012.&lt;br /&gt;
&lt;br /&gt;
Please feel free to throw up anything you would like.&lt;br /&gt;
&lt;br /&gt;
Currently, it is the 2nd largest drop in the world. The caveat is that the worlds largest (1TB) is only accessible Thursdays and Sundays at a Montreal hackerspace. Sounds more like a live drop to me, but whatever.&lt;br /&gt;
&lt;br /&gt;
[[File:Dead_Drop_close.jpg|400px|thumb|center|Dead Drop cable at gate]]&lt;br /&gt;
&lt;br /&gt;
Enjoy.&lt;/div&gt;</summary>
		<author><name>Majoritywhip</name></author>
	</entry>
	<entry>
		<id>https://replica.wiki.extremist.software/index.php?title=File:Dead_Drop_close.jpg&amp;diff=25545</id>
		<title>File:Dead Drop close.jpg</title>
		<link rel="alternate" type="text/html" href="https://replica.wiki.extremist.software/index.php?title=File:Dead_Drop_close.jpg&amp;diff=25545"/>
		<updated>2012-05-17T21:21:31Z</updated>

		<summary type="html">&lt;p&gt;Majoritywhip: Close up of usb cable for dead drop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Close up of usb cable for dead drop&lt;/div&gt;</summary>
		<author><name>Majoritywhip</name></author>
	</entry>
	<entry>
		<id>https://replica.wiki.extremist.software/index.php?title=Dead_Drop&amp;diff=25117</id>
		<title>Dead Drop</title>
		<link rel="alternate" type="text/html" href="https://replica.wiki.extremist.software/index.php?title=Dead_Drop&amp;diff=25117"/>
		<updated>2012-04-20T03:36:07Z</updated>

		<summary type="html">&lt;p&gt;Majoritywhip: added picture of usb drive&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:deaddropthis.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Noisebridge has a 4gb Dead Drop mounted in the downstairs phone booth. Look for the USB extension cable below the keypad&lt;br /&gt;
&lt;br /&gt;
We want your extra thumb drives, hubs, and extension cables!  Each one will expand our Dead Drop network as there are only two locations in the entire Bay Area.  Contact Jsnb for more information, scan the QR code, or look on Google.&lt;br /&gt;
&lt;br /&gt;
[[File:deaddropbooth.jpg]]&lt;/div&gt;</summary>
		<author><name>Majoritywhip</name></author>
	</entry>
	<entry>
		<id>https://replica.wiki.extremist.software/index.php?title=File:Deaddropbooth.jpg&amp;diff=25116</id>
		<title>File:Deaddropbooth.jpg</title>
		<link rel="alternate" type="text/html" href="https://replica.wiki.extremist.software/index.php?title=File:Deaddropbooth.jpg&amp;diff=25116"/>
		<updated>2012-04-20T03:34:44Z</updated>

		<summary type="html">&lt;p&gt;Majoritywhip: Freshly installed USB drive. Ugly but functional.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Freshly installed USB drive. Ugly but functional.&lt;/div&gt;</summary>
		<author><name>Majoritywhip</name></author>
	</entry>
	<entry>
		<id>https://replica.wiki.extremist.software/index.php?title=Dead_Drop&amp;diff=25115</id>
		<title>Dead Drop</title>
		<link rel="alternate" type="text/html" href="https://replica.wiki.extremist.software/index.php?title=Dead_Drop&amp;diff=25115"/>
		<updated>2012-04-20T03:29:37Z</updated>

		<summary type="html">&lt;p&gt;Majoritywhip: Created page with &amp;#039;File:deaddropthis.png     Noisebridge has a 4gb Dead Drop mounted in the downstairs phone booth. Look for the USB extension cable below the keypad  We want your extra thumb d…&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:deaddropthis.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Noisebridge has a 4gb Dead Drop mounted in the downstairs phone booth. Look for the USB extension cable below the keypad&lt;br /&gt;
&lt;br /&gt;
We want your extra thumb drives, hubs, and extension cables!  Each one will expand our Dead Drop network as there are only two locations in the entire Bay Area.  Contact Jsnb for more information, scan the QR code, or look on Google.&lt;/div&gt;</summary>
		<author><name>Majoritywhip</name></author>
	</entry>
	<entry>
		<id>https://replica.wiki.extremist.software/index.php?title=File:Deaddropthis.png&amp;diff=25114</id>
		<title>File:Deaddropthis.png</title>
		<link rel="alternate" type="text/html" href="https://replica.wiki.extremist.software/index.php?title=File:Deaddropthis.png&amp;diff=25114"/>
		<updated>2012-04-20T03:18:09Z</updated>

		<summary type="html">&lt;p&gt;Majoritywhip: Dead Drop This. A USB drive for anonymous sharing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dead Drop This. A USB drive for anonymous sharing&lt;/div&gt;</summary>
		<author><name>Majoritywhip</name></author>
	</entry>
	<entry>
		<id>https://replica.wiki.extremist.software/index.php?title=User:Majoritywhip&amp;diff=25108</id>
		<title>User:Majoritywhip</title>
		<link rel="alternate" type="text/html" href="https://replica.wiki.extremist.software/index.php?title=User:Majoritywhip&amp;diff=25108"/>
		<updated>2012-04-19T00:19:28Z</updated>

		<summary type="html">&lt;p&gt;Majoritywhip: Created page with &amp;#039;I am taking a few classes here and meeting some really great people. I get more work done at Noisebridge than I do at home. Maybe because I am surrounded by like minded individua…&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I am taking a few classes here and meeting some really great people. I get more work done at Noisebridge than I do at home. Maybe because I am surrounded by like minded individuals. Maybe because Noisebridge expects me to be excellent (and creative).&lt;br /&gt;
&lt;br /&gt;
I&#039;ll be launching my website soon and I will definitely put Noisebridge donate links on it.&lt;br /&gt;
&lt;br /&gt;
Here&#039;s my pony public key:&lt;br /&gt;
&lt;br /&gt;
ssh-dss AAAAB3NzaC1kc3MAAACBAOjbSNndupCIbIZXkLSzZYkBRTsKTt+V5eAKkhd9rATb5zxZAQVUMK59lnBeXb3MhiywrN6DSa1ZMbZeqiLjXd+Sa9HDNtypj4TIJsRfCs1ZQTufhZZiZgkX7qscPnupbR6XaMO4V3t7VcGWjyG98a5Nr4nFraBZ62Rc0amKkncTAAAAFQDf3G7GXebAse/FzvCfJGHT9BfahQAAAIBvma4GTcXAUtIiz+w4Px8FuSJIXINr++GpZVuBR41TKSAIAN9HlggMOEn6f6zjkSsPi3Kk5oHwT2aSU8+vi17vdPt59I54HVMoCE7/psFVfh6i0lW/a4w/Q8WYx76ieT5UJjSX/vGcIjNX7NzP2v7+H0N2dOaktQOde99qvHYc/wAAAIBjOXCsedZy6RKGoYFsqcA1FwJH6TWAD6zTzaHH0WTPvyw1qHpQ+cfGjJJ1Z6r95jxQBMlPLVn9cRfsyjKmL51cgQN1Bh5n2xCI1Ng3XSiofJDwt4OAeAgfr6SmIZvz6t9eTt4iISmPIBst/WM8FfyVhUGwxMO+x7gzsz+IH3VVyg== ewr@Mint10&lt;br /&gt;
&lt;br /&gt;
I would like to use some of the server space to develop a personalized linux distro. Please let me in.&lt;/div&gt;</summary>
		<author><name>Majoritywhip</name></author>
	</entry>
</feed>