<?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=Tymeart</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=Tymeart"/>
	<link rel="alternate" type="text/html" href="https://wiki.extremist.software/wiki/Special:Contributions/Tymeart"/>
	<updated>2026-04-05T18:08:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=LWG_Meeting_Notes_11_09_2017&amp;diff=61493</id>
		<title>LWG Meeting Notes 11 09 2017</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=LWG_Meeting_Notes_11_09_2017&amp;diff=61493"/>
		<updated>2017-11-10T08:27:16Z</updated>

		<summary type="html">&lt;p&gt;Tymeart: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Discussion items ===&lt;br /&gt;
* User flow of app, API calls we want to make to database (what to expect to get back)&lt;br /&gt;
** Current app: can paginate through books, which requests next batch of books on each page. &lt;br /&gt;
** About 2000 books in the library (probably about 1000 on the shelves right now). We could request all books and let client side filter, but that’s maybe too much. Django has pagination (specify limit and offset). &lt;br /&gt;
** Do we want to have a splash page instead of just the list of books right away?&lt;br /&gt;
* Current app: first step to add a book is to input OLID, do we still want to do it that way? Yes, though maybe have radio button to choose between OLID and ISBN later on.&lt;br /&gt;
&lt;br /&gt;
=== Action items ===&lt;br /&gt;
* Move repositories to Noisebridge Github (Done!)&lt;br /&gt;
* Get REST API serving JSON so we can see test data&lt;br /&gt;
* Get OLID list from Flask app, rescrape it into Django data model&lt;br /&gt;
* Get books available to API so React can display&lt;br /&gt;
* Get React to POST to Django to add books&lt;br /&gt;
* Look into Django REST framework filtering for sorting by title or author alphabetically or by subject&lt;br /&gt;
* Work on new book form &lt;br /&gt;
** Also edit form? Right now anyone can change book location. &lt;br /&gt;
** Restrict editing and adding books to people in the space via IP address?&lt;br /&gt;
&lt;br /&gt;
=== Relevant links ===&lt;br /&gt;
http://openlibrary.org/api/books?bibkeys=OLID:OL24654162M&amp;amp;jscmd=details&amp;amp;format=json &amp;lt;- this one is the most complete and is probably best to use&lt;br /&gt;
&lt;br /&gt;
https://openlibrary.org/books/OL24654162M.json &amp;lt;- this one looks like just the details section of the other one&lt;br /&gt;
&lt;br /&gt;
https://openlibrary.org/developers/api &amp;lt;- all their apis&lt;br /&gt;
&lt;br /&gt;
https://openlibrary.org/dev/docs/api/books &amp;lt;- books api&lt;br /&gt;
&lt;br /&gt;
https://noisebridge.net/wiki/LWG_Meeting_Notes_2017_05_11 some old notes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next meeting is on Thursday, December 7th, at 8pm.&lt;/div&gt;</summary>
		<author><name>Tymeart</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=LWG_Meeting_Notes_11_09_2017&amp;diff=61492</id>
		<title>LWG Meeting Notes 11 09 2017</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=LWG_Meeting_Notes_11_09_2017&amp;diff=61492"/>
		<updated>2017-11-10T08:20:04Z</updated>

		<summary type="html">&lt;p&gt;Tymeart: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Discussion items ===&lt;br /&gt;
* User flow of app, API calls we want to make to database (what to expect to get back)&lt;br /&gt;
** Current app: can paginate through books, which requests next batch of books on each page. &lt;br /&gt;
** About 1000 books in the library right now, probably. We could request all books and let client side filter, but that’s maybe too much. Django has pagination (specify limit and offset). &lt;br /&gt;
** Do we want to have a splash page instead of just the list of books right away?&lt;br /&gt;
* Current app: first step to add a book is to input OLID, do we still want to do it that way? Yes, though maybe have radio button to choose between OLID and ISBN later on.&lt;br /&gt;
&lt;br /&gt;
=== Action items ===&lt;br /&gt;
* Move repositories to Noisebridge Github (Done!)&lt;br /&gt;
* Get REST API serving JSON so we can see test data&lt;br /&gt;
* Get OLID list from Flask app, rescrape it into Django data model&lt;br /&gt;
* Get books available to API so React can display&lt;br /&gt;
* Get React to POST to Django to add books&lt;br /&gt;
* Look into Django REST framework filtering for sorting by title or author alphabetically or by subject&lt;br /&gt;
* Work on new book form &lt;br /&gt;
** Also edit form? Right now anyone can change book location. &lt;br /&gt;
** Restrict editing and adding books to people in the space via IP address?&lt;br /&gt;
&lt;br /&gt;
=== Relevant links ===&lt;br /&gt;
http://openlibrary.org/api/books?bibkeys=OLID:OL24654162M&amp;amp;jscmd=details&amp;amp;format=json &amp;lt;- this one is the most complete and is probably best to use&lt;br /&gt;
&lt;br /&gt;
https://openlibrary.org/books/OL24654162M.json &amp;lt;- this one looks like just the details section of the other one&lt;br /&gt;
&lt;br /&gt;
https://openlibrary.org/developers/api &amp;lt;- all their apis&lt;br /&gt;
&lt;br /&gt;
https://openlibrary.org/dev/docs/api/books &amp;lt;- books api&lt;br /&gt;
&lt;br /&gt;
https://noisebridge.net/wiki/LWG_Meeting_Notes_2017_05_11 some old notes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next meeting is on Thursday, December 7th, at 8pm.&lt;/div&gt;</summary>
		<author><name>Tymeart</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=LWG_Meeting_Notes_11_09_2017&amp;diff=61491</id>
		<title>LWG Meeting Notes 11 09 2017</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=LWG_Meeting_Notes_11_09_2017&amp;diff=61491"/>
		<updated>2017-11-10T08:15:56Z</updated>

		<summary type="html">&lt;p&gt;Tymeart: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Discussion items ===&lt;br /&gt;
* User flow of app, API calls we want to make to database (what to expect to get back)&lt;br /&gt;
** Current app: can paginate through books, which requests next batch of books on each page. &lt;br /&gt;
** About 1000 books in the library right now, probably. We could request all books and let client side filter, but that’s maybe too much. Django has pagination (specify limit and offset). &lt;br /&gt;
** Do we want to have a splash page instead of just the list of books right away?&lt;br /&gt;
* Current app: first step to add a book is to input OLID, do we still want to do it that way? Yes, though maybe have radio button to choose between OLID and ISBN later on.&lt;br /&gt;
&lt;br /&gt;
=== Action items ===&lt;br /&gt;
* Move repositories to Noisebridge Github (Done!)&lt;br /&gt;
* Get REST API serving JSON so we can see test data&lt;br /&gt;
* Get OLID list from Flask app, rescrape it into Django data model&lt;br /&gt;
* Get books available to API so React can display&lt;br /&gt;
* Get React to POST to Django to add books&lt;br /&gt;
* Look into Django REST framework filtering for sorting by title or author alphabetically or by subject&lt;br /&gt;
* Work on new book form &lt;br /&gt;
** Also edit form? Right now anyone can change book location. &lt;br /&gt;
** Restrict editing and adding books via IP address to people in the space?&lt;br /&gt;
&lt;br /&gt;
=== Relevant links ===&lt;br /&gt;
http://openlibrary.org/api/books?bibkeys=OLID:OL24654162M&amp;amp;jscmd=details&amp;amp;format=json &amp;lt;- this one is the most complete and is probably best to use&lt;br /&gt;
&lt;br /&gt;
https://openlibrary.org/books/OL24654162M.json &amp;lt;- this one looks like just the details section of the other one&lt;br /&gt;
&lt;br /&gt;
https://openlibrary.org/developers/api &amp;lt;- all their apis&lt;br /&gt;
&lt;br /&gt;
https://openlibrary.org/dev/docs/api/books &amp;lt;- books api&lt;br /&gt;
&lt;br /&gt;
https://noisebridge.net/wiki/LWG_Meeting_Notes_2017_05_11 some old notes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next meeting is on Thursday, December 7th, at 8pm.&lt;/div&gt;</summary>
		<author><name>Tymeart</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=LWG_Meeting_Notes_11_09_2017&amp;diff=61490</id>
		<title>LWG Meeting Notes 11 09 2017</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=LWG_Meeting_Notes_11_09_2017&amp;diff=61490"/>
		<updated>2017-11-10T08:09:51Z</updated>

		<summary type="html">&lt;p&gt;Tymeart: Created page with &amp;quot;Discussion items: - User flow of app, API calls we want to make to database (what to expect to get back)     - Current app: can paginate through books, which requests next bat...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Discussion items:&lt;br /&gt;
- User flow of app, API calls we want to make to database (what to expect to get back)&lt;br /&gt;
    - Current app: can paginate through books, which requests next batch of books on each page. &lt;br /&gt;
    - About 1000 books in the library right now, probably. We could request all books and let client side filter, but that’s maybe too much. Django has pagination (specify limit and offset). &lt;br /&gt;
    - Do we want to have a splash page instead of just the list of books right away?&lt;br /&gt;
- Current app: first step to add a book is to input OLID, do we still want to do it that way? Yes, though maybe have radio button to choose between OLID and ISBN later on.&lt;br /&gt;
&lt;br /&gt;
Action items:&lt;br /&gt;
- Move repositories to Noisebridge Github (Done!)&lt;br /&gt;
- Get REST API serving json so we can see test data&lt;br /&gt;
- Get OLID list from Flask app, rescrape it into Django data model&lt;br /&gt;
- Get books available to API so React can display&lt;br /&gt;
- Get React to POST to Django to add books&lt;br /&gt;
- Look into Django REST framework filtering for sorting by title or author alphabetically or by subject&lt;br /&gt;
- Work on new book form &lt;br /&gt;
  - Also edit form? Right now anyone can change book location. &lt;br /&gt;
  - Restrict editing and adding books via IP address to people in the space?&lt;br /&gt;
&lt;br /&gt;
Open Library API endpoints and things:&lt;br /&gt;
http://openlibrary.org/api/books?bibkeys=OLID:OL24654162M&amp;amp;jscmd=details&amp;amp;format=json &amp;lt;- this one is the most complete and is probably best to use&lt;br /&gt;
&lt;br /&gt;
https://openlibrary.org/books/OL24654162M.json &amp;lt;- this one looks like just the details section of the other one&lt;br /&gt;
&lt;br /&gt;
https://openlibrary.org/developers/api &amp;lt;- all their apis&lt;br /&gt;
&lt;br /&gt;
https://openlibrary.org/dev/docs/api/books &amp;lt;- books api&lt;br /&gt;
&lt;br /&gt;
https://noisebridge.net/wiki/LWG_Meeting_Notes_2017_05_11 some old notes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next meeting is on Thursday, December 7th, at 8pm.&lt;/div&gt;</summary>
		<author><name>Tymeart</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Resources/Library&amp;diff=57834</id>
		<title>Resources/Library</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Resources/Library&amp;diff=57834"/>
		<updated>2017-04-04T20:32:21Z</updated>

		<summary type="html">&lt;p&gt;Tymeart: /* Bookshelf Directory */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:NewLibrary.jpg|thumb|right|Our excellent library]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= How do I add a new book to the library?=&lt;br /&gt;
&lt;br /&gt;
# Find the book on [http://openlibrary.org Open Library]&lt;br /&gt;
# If the book is not there, create an account and add the book (2 minutes)&lt;br /&gt;
# Add the book&#039;s &#039;&#039;&#039;OLID number&#039;&#039;&#039; to our catalog: http://library.noisebridge.net/new/&lt;br /&gt;
# You will see a green bar when successful&lt;br /&gt;
## &#039;&#039;&#039;The Secret Code&#039;&#039;&#039; is on a sign in the library. &lt;br /&gt;
##Press the SUBMIT button!!&lt;br /&gt;
&lt;br /&gt;
= Searchable Catalog / library-org=&lt;br /&gt;
&lt;br /&gt;
We have a website to help find books: http://library.noisebridge.net&lt;br /&gt;
&lt;br /&gt;
Capabilities:&lt;br /&gt;
# search - substring search by title, author, or subject&lt;br /&gt;
# new - add a new book&lt;br /&gt;
# explore - see all books in a random order&lt;br /&gt;
# all - see all books at once&lt;br /&gt;
# (toggle) - to see subjects on the right side&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Library: What&#039;s the point? =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;There&#039;s already a public library!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Since there&#039;s a public library, we&#039;re going to focus on books that fill the needs of people using the space right now.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Anyone can access what they want over the internet almost all the time!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If electronic books are already accessible, we can focus on the people who would still prefer to use a paper copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A more refined goal:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The mission of the library is to serve technical or hacker-y literature to people in Noisebridge right now.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; How do we get there? Quantify, Expand, Prune!  &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*First: Know what books we have. (done)&lt;br /&gt;
*Second: Create a process to acquire books that fill the library&#039;s mission. (we need a lot)&lt;br /&gt;
*Third: Prune our shelves a bit. Bring the average usefulness up. (needs work)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= What can I do? =&lt;br /&gt;
&lt;br /&gt;
Lots of help is needed! There are 3 major things to do:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Initiative 1&#039;&#039;&#039;: Improve the collection: Collect sets of topic books from experts and source these books&lt;br /&gt;
* &#039;&#039;&#039;Initiative 2&#039;&#039;&#039;: Add &amp;quot;topic&amp;quot;-based color on spine labelling system to library&lt;br /&gt;
* &#039;&#039;&#039;Initiative 3&#039;&#039;&#039;: Improve [http://library.noisebridge.net] [https://github.com/robbintt/library-org] &lt;br /&gt;
&lt;br /&gt;
== Things To Do ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Initiative 1: Source New Books &#039;&#039;&#039;&lt;br /&gt;
* Are you really good at something or reasonably well read? Make us a list of must-have books!&lt;br /&gt;
* Add themed lists here: [[https://noisebridge.net/wiki/Resources/Library#Books_We_Want]]&lt;br /&gt;
* You can help acquire books by sourcing books on these lists!&lt;br /&gt;
* Don&#039;t subtract them from the lists, we can make a system for checking them off&lt;br /&gt;
* Who will give us great books? Anyone. Mailing list?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Initiative 2:  Label by topic! &#039;&#039;&#039;&lt;br /&gt;
* Label all books already in library-org with subject &amp;quot;color&amp;quot; on the spine.&lt;br /&gt;
* Add: moveable magnetic labels you can slide paper into&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Initiative 3: Improve library-org &#039;&#039;&#039;&lt;br /&gt;
* library-org is a Flask app&lt;br /&gt;
* Current capabilities: receive new books, substring search, add location to each book, register new locations.&lt;br /&gt;
&lt;br /&gt;
= Other Hackerspaces with Libraries =&lt;br /&gt;
* [http://www.hackerbotlabs.com/ Hackerbot Labs]   Koha? &lt;br /&gt;
* [http://www.lvl1.org/2011/07/07/the-library/ LVL1]  &lt;br /&gt;
* [https://ackspace.nl/wiki/Library ACKspace]  List in a Wiki&lt;br /&gt;
* [http://bridgewire.org/resources-shops/ Bridgewire] Dead Tree setup&lt;br /&gt;
* [https://garoa.net.br/wiki/Biblioteca Garoa Hacker Clube] Koha&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Bookshelf Directory =&lt;br /&gt;
&lt;br /&gt;
You can find where various categories of books are found by checking out the visual directories posted on the two main shelves.&lt;br /&gt;
&lt;br /&gt;
The files for these directories with editable form fields:&lt;br /&gt;
&lt;br /&gt;
[[Media:Bookshelf-left.pdf]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Bookshelf-right.pdf]]&lt;br /&gt;
&lt;br /&gt;
= Hacking the bookshelves =&lt;br /&gt;
&lt;br /&gt;
The bookshelves have LEDs that operate on the flaschen-taschen protocol. Learn more [https://noisebridge.net/wiki/Bookshelves here].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How many books do we have right now? ==&lt;br /&gt;
&lt;br /&gt;
A book barcode scannning effort was performed in October-December 2015 using [https://github.com/robbintt/noisebridge_bookscanner noisebridge-bookscanner].&lt;br /&gt;
&lt;br /&gt;
1657 books have been ingested into library-org using [https://openlibrary.org/ Open Library]&lt;br /&gt;
&lt;br /&gt;
IMPORTANT: If you do any of the work below, be sure to update the list to remove the ones you added.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Here is a list of the barcodes that aren&#039;t yet in library-org.&#039;&#039;&#039; Each one represents an unknown book... please solve me.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[023472033055, 044903006998, 037145005997, 065373004994, 071001002751, 070999003955, 076783007505, 070999002958, 037145006994, 072742002253, 070999006994, 072742006992, 076814002950, 076714003958, 071831003959, 099455005951, 065373004994, 076783005952, 076714003507, 037145007991, 048228513476, 071001005998, 044903006950, 051488012955, 689253595350, 071136003951, 071149003955, 037145005997, 078073002252, 081262218570, 071001006995, 048228007951, 051857024954, 081262224052, 784376003680, 081262484203, 081262462904, 076714004993, 081262224496, 081262224038, 099751187405, 046363021214, 046363020170, 046363020187, 046363020200, 046363021016, 046363020194, 046363021108, 080742060227, 046363090760, 046363090753, 046363091163, 046363091125, 046363092139, 046363091262, 046363010607, 073999992922, 761941237640, 078814003999, 081262224519, 636920003625, 636920005407, 074470844600, 074470844600, 071009002753, 037038018950, 725274844609, 016067014959, 045863052469, 636920000204, 636920928430, 636920923121, 852766001568, 639785300564]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One way to solve these is to google the UPC individually and find the book it corresponds to. At least one of the books in here is available this way. Try to find out which one!!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Here is a list of ISBNs that aren&#039;t in openlibrary or library-org.&#039;&#039;&#039; The workflow to add these is to find them on amazon, type the data into OpenLibrary, then import the OLID into library-org.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[&#039;2900814757108&#039;(Cannot find online 7-2-16),&#039;9780439740685&#039;, &#039;9783000502132&#039;, &#039;6879909851426&#039;, &#039;9780765353702&#039;, &#039;9780765365385&#039;, &#039;9780765368669&#039;, &#039;9871565045062&#039;, &#039;9780615314389&#039;, &#039;9781424335114&#039;, &#039;9780471932192&#039;, &#039;9780558496180&#039;, &#039;9781426206399&#039;, &#039;9781847084798&#039;, &#039;9780991516650&#039;, &#039;9780991516667&#039;, &#039;9780991516643&#039;, &#039;9781935182801&#039;, &#039;9780204964261&#039;, &#039;9780141033303&#039;, &#039;9780558585112&#039;, &#039;9780536403124&#039;, &#039;9780071215572&#039;, &#039;9780495563327&#039;, &#039;9780988628601&#039;, &#039;9788466632195&#039;, &#039;9781848840294&#039;, &#039;9783826614507&#039;, &#039;9780486493480&#039;, &#039;9780486491172&#039;, &#039;9780596520762&#039;, &#039;9781434891471&#039;, &#039;9781935551034&#039;, &#039;9781408809785&#039;, &#039;9781741047394&#039;, &#039;9781741046731&#039;, &#039;9780849762635&#039;, &#039;9781484076002&#039;, &#039;9781435117419&#039;, &#039;9781590599938&#039;, &#039;9180581583909&#039;, &#039;9781936754076&#039;, &#039;9782021190496&#039;, &#039;9780985978839&#039;, &#039;9780954734510&#039;, &#039;9780557604142&#039;, &#039;9780982634813&#039;, &#039;9780486492964&#039;, &#039;9780486491677&#039;, &#039;9780486780849&#039;, &#039;9780138440930&#039;, &#039;9781118446713&#039;, &#039;5486951682406&#039;, &#039;9780124077263&#039;, &#039;9780521636360&#039;, &#039;9781443728836&#039;, &#039;9780495439455&#039;, &#039;9780486493367&#039;, &#039;9780486493831&#039;, &#039;9780521627276&#039;, &#039;9780071798990&#039;, &#039;9773540605295&#039;, &#039;9781849687881&#039;, &#039;9780982106013&#039;, &#039;9781782166061&#039;, &#039;9780977920150&#039;, &#039;9789861371429&#039;, &#039;9781604390094&#039;, &#039;2900471629473&#039;, &#039;9782021190496&#039;, &#039;9781107407367&#039;, &#039;9781401222765&#039;, &#039;9789861371429&#039;, &#039;9780465030798&#039;, &#039;9780134770840&#039;, &#039;9780536647368&#039;, &#039;9781596914520&#039;, &#039;9780072123692&#039;, &#039;9781906332150&#039;, &#039;9781401222765&#039;, &#039;9780536860194&#039;, &#039;9780486493572&#039;, &#039;9780486780405&#039;, &#039;9780307908292&#039;, &#039;9781446525807&#039;, &#039;9784756242730&#039;, &#039;9781570272424&#039;, &#039;9780982106013&#039;, &#039;9780982106006&#039;, &#039;9780982106006&#039;, &#039;9781422466018&#039;, &#039;9781439040379&#039;, &#039;9788131726266&#039;, &#039;9780822020646&#039;, &#039;9789866805271&#039;, &#039;9781405471923&#039;, &#039;9781889307305&#039;, &#039;9783826609268&#039;, &#039;9781893007246&#039;, &#039;9780137130481&#039;, &#039;9781618650566&#039;, &#039;2370000094384&#039;, &#039;9780486492773&#039;, &#039;9780986650208&#039;, &#039;9780984563531&#039;, &#039;9781428205987&#039;, &#039;9780486781211&#039;, &#039;9781451656299&#039;, &#039;9783950237238&#039;, &#039;9780393078145&#039;, &#039;9780486471426&#039;, &#039;9780558389093&#039;, &#039;9780486492841&#039;, &#039;9780312664800&#039;, &#039;9781423958925&#039;, &#039;9781426020773&#039;, &#039;9781426020896&#039;, &#039;9781426020728&#039;, &#039;9780486499826&#039;, &#039;9780486493510&#039;, &#039;9781405473699&#039;, &#039;9780486497389&#039;, &#039;9780486780498&#039;, &#039;9781118736067&#039;, &#039;9781435442023&#039;, &#039;9781422466032&#039;, &#039;9780314939449&#039;, &#039;9780486497372&#039;, &#039;9781624072680&#039;, &#039;9780132730358&#039;, &#039;9781449393090&#039;, &#039;9781482614374&#039;, &#039;9780865716513&#039;, &#039;9781934781869&#039;, &#039;0671436724&#039;, &#039;0899430767&#039;, &#039;0822951185&#039;, &#039;055583874X&#039;, &#039;0929001037&#039;, &#039;0873938551&#039;, &#039;0394467442&#039;, &#039;020156291x&#039;, &#039;020103803x&#039;, &#039;093237607x&#039;, &#039;020112078x&#039;, &#039;0471304158&#039;, &#039;0075537834&#039;, &#039;012460515x&#039;, &#039;3540550753&#039;, &#039;091489465x&#039;, &#039;047021533x&#039;, &#039;020115790x&#039;, &#039;187870723x&#039;, &#039;013699976x&#039;, &#039;084937104x&#039;, &#039;093717579x&#039;, &#039;8477780021&#039;, &#039;0568810741&#039;,]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;These partial codes are not in library-org.&#039;&#039;&#039; They were in the original barcode scan. They represent books but are incomplete. They may be LCCNs.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
[&#039;15444007&#039;, &#039;5712914&#039;, &#039;096167237&#039;, &#039;06182138&#039;]&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Finding Books=&lt;br /&gt;
&lt;br /&gt;
If you want to find good books for our shelves, go to the &#039;&#039;&#039;San Francisco Public Library Steps Sale&#039;&#039;&#039; every Wednesday 11 AM to 3 PM at the SFPL main branch (civic center). Books are on sale for $1 each.&lt;br /&gt;
&lt;br /&gt;
=Books We Want!=&lt;br /&gt;
&lt;br /&gt;
People with experience and opinions about various topics can add recommendations below for books we should buy for the library.&lt;br /&gt;
&lt;br /&gt;
There should probably be a fourth column indicating if we have the book or not.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mathematics ===&lt;br /&gt;
&lt;br /&gt;
Curated by: begriffs&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Title&lt;br /&gt;
!Author&lt;br /&gt;
!ISBN&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Calculus&lt;br /&gt;
| Spivak&lt;br /&gt;
| 978-0914098911&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Calculus Vol 1&lt;br /&gt;
| Apostol&lt;br /&gt;
| 978-0471000051&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Calculus Vol 2&lt;br /&gt;
| Apostol&lt;br /&gt;
| 978-0471000075&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Principles of Mathematical Analysis&lt;br /&gt;
| Rudin&lt;br /&gt;
| 978-0070856134&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Real and Complex Analysis&lt;br /&gt;
| Rudin&lt;br /&gt;
| 978-0070542341&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Calculus on Manifolds&lt;br /&gt;
| Spivak&lt;br /&gt;
| 978-0805390216&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Counterexamples in Analysis&lt;br /&gt;
| Gelbaum&lt;br /&gt;
| 978-0486428758&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| Linear Algebra Done Right&lt;br /&gt;
| Axler&lt;br /&gt;
| 978-3319110790&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Linear Algebra Problem Book&lt;br /&gt;
| Halmos&lt;br /&gt;
| 978-0883853221&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| Algebra&lt;br /&gt;
| Lang&lt;br /&gt;
| 978-0387953854&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Algebra&lt;br /&gt;
| Isaacs&lt;br /&gt;
| 978-0821847992&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| Topology&lt;br /&gt;
| Munkres&lt;br /&gt;
| B004DX5K5K&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| General Topology&lt;br /&gt;
| Kelley&lt;br /&gt;
| 978-0923891558&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Counterexamples in Topology&lt;br /&gt;
| Steen&lt;br /&gt;
| 978-0486687353&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| Beginning Logic&lt;br /&gt;
| Lemon&lt;br /&gt;
| 978-0915144501&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| A Mathematical Introduction to Logic&lt;br /&gt;
| Enderton&lt;br /&gt;
| 978-0122384523&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Mathematical Logic&lt;br /&gt;
| Ebbinghaus&lt;br /&gt;
| 978-0387942582&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Model Theory&lt;br /&gt;
| Marker&lt;br /&gt;
| 978-0387987606&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Set Theory&lt;br /&gt;
| Jech&lt;br /&gt;
| 978-3540440857&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| Elementary Geometry from an Advanced Standpoint&lt;br /&gt;
| Moise&lt;br /&gt;
| 978-0201508673&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Introduction to Geometry&lt;br /&gt;
| Coxeter&lt;br /&gt;
| 978-0471504580&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Geometry: Euclid and Beyond&lt;br /&gt;
| Hartshorne&lt;br /&gt;
| 978-0387986500&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| Surreal Numbers: How Two Ex-Students Turned on to Pure Mathematics and Found Total Happiness&lt;br /&gt;
| Knuth&lt;br /&gt;
| 978-0201038125&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;quot;Data Science&amp;quot; === &lt;br /&gt;
(observe the quotes...)&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Title&lt;br /&gt;
!Author&lt;br /&gt;
!Suggested By&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| The Black Swan: The Impact of the Highly Improbable&lt;br /&gt;
| Nassim Nicholas Taleb&lt;br /&gt;
| Danukeru&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Statistics Done Wrong: The Woefully Complete Guide&lt;br /&gt;
| Alex Reinhart&lt;br /&gt;
| Danukeru&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Electronics ===&lt;br /&gt;
&lt;br /&gt;
Curated by: Dakota&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Title&lt;br /&gt;
!Author&lt;br /&gt;
!ISBN&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Getting Started in Electronics&lt;br /&gt;
| Mims III, Forrest M.&lt;br /&gt;
| 978-0945053286&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| The Art of Electronics&lt;br /&gt;
| Horowitz, Paul&lt;br /&gt;
| 978-0521809269&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Books of Interest - Aestetix ===&lt;br /&gt;
Curated by: aestetix&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Title&lt;br /&gt;
!Author&lt;br /&gt;
!Suggested By&lt;br /&gt;
|-&lt;br /&gt;
|Godel Escher Bach: an Eternal Golden Braid&lt;br /&gt;
|Douglas R Hofstader&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|I Am a Strange Loop&lt;br /&gt;
|Douglas R Hofstader&lt;br /&gt;
|Danukeru&lt;br /&gt;
|-&lt;br /&gt;
|The Mind&#039;s I&lt;br /&gt;
|Daniel Dennett, Douglas R Hofstadter&lt;br /&gt;
|Danukeru&lt;br /&gt;
|-&lt;br /&gt;
|The Society of Mind&lt;br /&gt;
|Marvin Minsky&lt;br /&gt;
|Danukeru&lt;br /&gt;
|-&lt;br /&gt;
|The Emotion Machine&lt;br /&gt;
|Marvin Minsky&lt;br /&gt;
|Danukeru&lt;br /&gt;
|-&lt;br /&gt;
|The Art of Computer Programming&lt;br /&gt;
|Don Knuth&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|1984&lt;br /&gt;
|George Orwell&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|Hackers: Heroes of the Computer Revolution&lt;br /&gt;
|Steven Levy&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|Ender&#039;s Game&lt;br /&gt;
|Orson Scott Card&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|The Code Book&lt;br /&gt;
|Simon Singh&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|Cryptonomicon&lt;br /&gt;
|Neal Stephenson&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|Code&lt;br /&gt;
|Charles Petzold&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|The Annotated Turing&lt;br /&gt;
|Charles Petzold&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|A Portrait of the Artist as a Young Man&lt;br /&gt;
|James Joyce&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|Ulysses&lt;br /&gt;
|James Joyce&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|The Magus&lt;br /&gt;
|John Fowles&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|The Collector&lt;br /&gt;
|John Fowles&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|The French Lieutenant&#039;s Woman&lt;br /&gt;
|John Fowles&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|Technopoly&lt;br /&gt;
|Neil Postman&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|The Illuminatus! Trilogy&lt;br /&gt;
|Robert Shea and Robert Anton Wilson&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|Shrodinger&#039;s Cat&lt;br /&gt;
|Robert Anton Wilson&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|The Fountainhead&lt;br /&gt;
|Ayn Rand&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|Atlas Shrugged&lt;br /&gt;
|Ayn Rand&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|The Hacker Crackdown&lt;br /&gt;
|Bruce Sterling&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|I, Robot&lt;br /&gt;
|Isaac Asimov&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|Snow Crash&lt;br /&gt;
|Neal Stephenson&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|The Gold Bug Variations&lt;br /&gt;
|Richard Powers&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|The Codebreakers&lt;br /&gt;
|David Kahn&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|Gravity&#039;s Rainbow&lt;br /&gt;
|Thomas Pynchon&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|Little Brother&lt;br /&gt;
|Cory Doctorow&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|The Martian&lt;br /&gt;
|Andy Weir&lt;br /&gt;
|Danukeru&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Books of Interest - Mitch ===&lt;br /&gt;
Curated by: Mitch&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|V&lt;br /&gt;
|Thomas Pynchon&lt;br /&gt;
|Mitch&lt;br /&gt;
|-&lt;br /&gt;
|Infinite Jest&lt;br /&gt;
|David Foster Wallace&lt;br /&gt;
|Mitch&lt;br /&gt;
|-&lt;br /&gt;
|White Noise&lt;br /&gt;
|Don DeLillo&lt;br /&gt;
|Mitch&lt;br /&gt;
|-&lt;br /&gt;
|In Search of Lost Time&lt;br /&gt;
|Marcel Proust&lt;br /&gt;
|Mitch&lt;br /&gt;
|-&lt;br /&gt;
|The Sound and the Fury&lt;br /&gt;
|William Faulkner&lt;br /&gt;
|Mitch&lt;br /&gt;
|-&lt;br /&gt;
|Cat&#039;s Cradle&lt;br /&gt;
|Kurt Vonnegut&lt;br /&gt;
|Mitch&lt;br /&gt;
|-&lt;br /&gt;
|Witchcraft and the Gay Counterculture&lt;br /&gt;
|Arthur Evans&lt;br /&gt;
|Mitch&lt;br /&gt;
|-&lt;br /&gt;
|Foucault&#039;s Pendulum&lt;br /&gt;
|Umberto Eco&lt;br /&gt;
|Mitch&lt;br /&gt;
|-&lt;br /&gt;
|Quantum Psychology&lt;br /&gt;
|Robert Anton Wilson&lt;br /&gt;
|Mitch&lt;br /&gt;
|-&lt;br /&gt;
|In the Absence of the Sacred&lt;br /&gt;
|Jerry Mander&lt;br /&gt;
|Mitch&lt;br /&gt;
|-&lt;br /&gt;
|Dancer From the Dance&lt;br /&gt;
|Andrew Holleran&lt;br /&gt;
|Mitch&lt;br /&gt;
|-&lt;br /&gt;
|An Arrow&#039;s Flight&lt;br /&gt;
|Mark Merlis &lt;br /&gt;
|Mitch&lt;br /&gt;
|-&lt;br /&gt;
|To the Lighthouse&lt;br /&gt;
|Virginia Woolf&lt;br /&gt;
|Mitch&lt;br /&gt;
|-&lt;br /&gt;
|The Satanic Verses&lt;br /&gt;
|Salman Rushdie&lt;br /&gt;
|Mitch&lt;br /&gt;
|-&lt;br /&gt;
|Passage to India&lt;br /&gt;
|E. M. Forster&lt;br /&gt;
|Mitch&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Pages with a Noisebridge Tiny URL]]&lt;/div&gt;</summary>
		<author><name>Tymeart</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Resources/Library&amp;diff=57833</id>
		<title>Resources/Library</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Resources/Library&amp;diff=57833"/>
		<updated>2017-04-04T20:26:44Z</updated>

		<summary type="html">&lt;p&gt;Tymeart: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:NewLibrary.jpg|thumb|right|Our excellent library]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= How do I add a new book to the library?=&lt;br /&gt;
&lt;br /&gt;
# Find the book on [http://openlibrary.org Open Library]&lt;br /&gt;
# If the book is not there, create an account and add the book (2 minutes)&lt;br /&gt;
# Add the book&#039;s &#039;&#039;&#039;OLID number&#039;&#039;&#039; to our catalog: http://library.noisebridge.net/new/&lt;br /&gt;
# You will see a green bar when successful&lt;br /&gt;
## &#039;&#039;&#039;The Secret Code&#039;&#039;&#039; is on a sign in the library. &lt;br /&gt;
##Press the SUBMIT button!!&lt;br /&gt;
&lt;br /&gt;
= Searchable Catalog / library-org=&lt;br /&gt;
&lt;br /&gt;
We have a website to help find books: http://library.noisebridge.net&lt;br /&gt;
&lt;br /&gt;
Capabilities:&lt;br /&gt;
# search - substring search by title, author, or subject&lt;br /&gt;
# new - add a new book&lt;br /&gt;
# explore - see all books in a random order&lt;br /&gt;
# all - see all books at once&lt;br /&gt;
# (toggle) - to see subjects on the right side&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Library: What&#039;s the point? =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;There&#039;s already a public library!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Since there&#039;s a public library, we&#039;re going to focus on books that fill the needs of people using the space right now.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Anyone can access what they want over the internet almost all the time!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If electronic books are already accessible, we can focus on the people who would still prefer to use a paper copy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A more refined goal:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The mission of the library is to serve technical or hacker-y literature to people in Noisebridge right now.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; How do we get there? Quantify, Expand, Prune!  &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*First: Know what books we have. (done)&lt;br /&gt;
*Second: Create a process to acquire books that fill the library&#039;s mission. (we need a lot)&lt;br /&gt;
*Third: Prune our shelves a bit. Bring the average usefulness up. (needs work)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= What can I do? =&lt;br /&gt;
&lt;br /&gt;
Lots of help is needed! There are 3 major things to do:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Initiative 1&#039;&#039;&#039;: Improve the collection: Collect sets of topic books from experts and source these books&lt;br /&gt;
* &#039;&#039;&#039;Initiative 2&#039;&#039;&#039;: Add &amp;quot;topic&amp;quot;-based color on spine labelling system to library&lt;br /&gt;
* &#039;&#039;&#039;Initiative 3&#039;&#039;&#039;: Improve [http://library.noisebridge.net] [https://github.com/robbintt/library-org] &lt;br /&gt;
&lt;br /&gt;
== Things To Do ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Initiative 1: Source New Books &#039;&#039;&#039;&lt;br /&gt;
* Are you really good at something or reasonably well read? Make us a list of must-have books!&lt;br /&gt;
* Add themed lists here: [[https://noisebridge.net/wiki/Resources/Library#Books_We_Want]]&lt;br /&gt;
* You can help acquire books by sourcing books on these lists!&lt;br /&gt;
* Don&#039;t subtract them from the lists, we can make a system for checking them off&lt;br /&gt;
* Who will give us great books? Anyone. Mailing list?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Initiative 2:  Label by topic! &#039;&#039;&#039;&lt;br /&gt;
* Label all books already in library-org with subject &amp;quot;color&amp;quot; on the spine.&lt;br /&gt;
* Add: moveable magnetic labels you can slide paper into&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Initiative 3: Improve library-org &#039;&#039;&#039;&lt;br /&gt;
* library-org is a Flask app&lt;br /&gt;
* Current capabilities: receive new books, substring search, add location to each book, register new locations.&lt;br /&gt;
&lt;br /&gt;
= Other Hackerspaces with Libraries =&lt;br /&gt;
* [http://www.hackerbotlabs.com/ Hackerbot Labs]   Koha? &lt;br /&gt;
* [http://www.lvl1.org/2011/07/07/the-library/ LVL1]  &lt;br /&gt;
* [https://ackspace.nl/wiki/Library ACKspace]  List in a Wiki&lt;br /&gt;
* [http://bridgewire.org/resources-shops/ Bridgewire] Dead Tree setup&lt;br /&gt;
* [https://garoa.net.br/wiki/Biblioteca Garoa Hacker Clube] Koha&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Bookshelf Directory =&lt;br /&gt;
&lt;br /&gt;
You can find where various categories of books are found by checking out the visual directories posted on the two main shelves.&lt;br /&gt;
&lt;br /&gt;
PDF files with editable form fields:&lt;br /&gt;
&lt;br /&gt;
[[Media:Bookshelf-left.pdf]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Bookshelf-right.pdf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Hacking the bookshelves =&lt;br /&gt;
&lt;br /&gt;
The bookshelves have LEDs that operate on the flaschen-taschen protocol. Learn more [https://noisebridge.net/wiki/Bookshelves here].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How many books do we have right now? ==&lt;br /&gt;
&lt;br /&gt;
A book barcode scannning effort was performed in October-December 2015 using [https://github.com/robbintt/noisebridge_bookscanner noisebridge-bookscanner].&lt;br /&gt;
&lt;br /&gt;
1657 books have been ingested into library-org using [https://openlibrary.org/ Open Library]&lt;br /&gt;
&lt;br /&gt;
IMPORTANT: If you do any of the work below, be sure to update the list to remove the ones you added.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Here is a list of the barcodes that aren&#039;t yet in library-org.&#039;&#039;&#039; Each one represents an unknown book... please solve me.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[023472033055, 044903006998, 037145005997, 065373004994, 071001002751, 070999003955, 076783007505, 070999002958, 037145006994, 072742002253, 070999006994, 072742006992, 076814002950, 076714003958, 071831003959, 099455005951, 065373004994, 076783005952, 076714003507, 037145007991, 048228513476, 071001005998, 044903006950, 051488012955, 689253595350, 071136003951, 071149003955, 037145005997, 078073002252, 081262218570, 071001006995, 048228007951, 051857024954, 081262224052, 784376003680, 081262484203, 081262462904, 076714004993, 081262224496, 081262224038, 099751187405, 046363021214, 046363020170, 046363020187, 046363020200, 046363021016, 046363020194, 046363021108, 080742060227, 046363090760, 046363090753, 046363091163, 046363091125, 046363092139, 046363091262, 046363010607, 073999992922, 761941237640, 078814003999, 081262224519, 636920003625, 636920005407, 074470844600, 074470844600, 071009002753, 037038018950, 725274844609, 016067014959, 045863052469, 636920000204, 636920928430, 636920923121, 852766001568, 639785300564]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One way to solve these is to google the UPC individually and find the book it corresponds to. At least one of the books in here is available this way. Try to find out which one!!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Here is a list of ISBNs that aren&#039;t in openlibrary or library-org.&#039;&#039;&#039; The workflow to add these is to find them on amazon, type the data into OpenLibrary, then import the OLID into library-org.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[&#039;2900814757108&#039;(Cannot find online 7-2-16),&#039;9780439740685&#039;, &#039;9783000502132&#039;, &#039;6879909851426&#039;, &#039;9780765353702&#039;, &#039;9780765365385&#039;, &#039;9780765368669&#039;, &#039;9871565045062&#039;, &#039;9780615314389&#039;, &#039;9781424335114&#039;, &#039;9780471932192&#039;, &#039;9780558496180&#039;, &#039;9781426206399&#039;, &#039;9781847084798&#039;, &#039;9780991516650&#039;, &#039;9780991516667&#039;, &#039;9780991516643&#039;, &#039;9781935182801&#039;, &#039;9780204964261&#039;, &#039;9780141033303&#039;, &#039;9780558585112&#039;, &#039;9780536403124&#039;, &#039;9780071215572&#039;, &#039;9780495563327&#039;, &#039;9780988628601&#039;, &#039;9788466632195&#039;, &#039;9781848840294&#039;, &#039;9783826614507&#039;, &#039;9780486493480&#039;, &#039;9780486491172&#039;, &#039;9780596520762&#039;, &#039;9781434891471&#039;, &#039;9781935551034&#039;, &#039;9781408809785&#039;, &#039;9781741047394&#039;, &#039;9781741046731&#039;, &#039;9780849762635&#039;, &#039;9781484076002&#039;, &#039;9781435117419&#039;, &#039;9781590599938&#039;, &#039;9180581583909&#039;, &#039;9781936754076&#039;, &#039;9782021190496&#039;, &#039;9780985978839&#039;, &#039;9780954734510&#039;, &#039;9780557604142&#039;, &#039;9780982634813&#039;, &#039;9780486492964&#039;, &#039;9780486491677&#039;, &#039;9780486780849&#039;, &#039;9780138440930&#039;, &#039;9781118446713&#039;, &#039;5486951682406&#039;, &#039;9780124077263&#039;, &#039;9780521636360&#039;, &#039;9781443728836&#039;, &#039;9780495439455&#039;, &#039;9780486493367&#039;, &#039;9780486493831&#039;, &#039;9780521627276&#039;, &#039;9780071798990&#039;, &#039;9773540605295&#039;, &#039;9781849687881&#039;, &#039;9780982106013&#039;, &#039;9781782166061&#039;, &#039;9780977920150&#039;, &#039;9789861371429&#039;, &#039;9781604390094&#039;, &#039;2900471629473&#039;, &#039;9782021190496&#039;, &#039;9781107407367&#039;, &#039;9781401222765&#039;, &#039;9789861371429&#039;, &#039;9780465030798&#039;, &#039;9780134770840&#039;, &#039;9780536647368&#039;, &#039;9781596914520&#039;, &#039;9780072123692&#039;, &#039;9781906332150&#039;, &#039;9781401222765&#039;, &#039;9780536860194&#039;, &#039;9780486493572&#039;, &#039;9780486780405&#039;, &#039;9780307908292&#039;, &#039;9781446525807&#039;, &#039;9784756242730&#039;, &#039;9781570272424&#039;, &#039;9780982106013&#039;, &#039;9780982106006&#039;, &#039;9780982106006&#039;, &#039;9781422466018&#039;, &#039;9781439040379&#039;, &#039;9788131726266&#039;, &#039;9780822020646&#039;, &#039;9789866805271&#039;, &#039;9781405471923&#039;, &#039;9781889307305&#039;, &#039;9783826609268&#039;, &#039;9781893007246&#039;, &#039;9780137130481&#039;, &#039;9781618650566&#039;, &#039;2370000094384&#039;, &#039;9780486492773&#039;, &#039;9780986650208&#039;, &#039;9780984563531&#039;, &#039;9781428205987&#039;, &#039;9780486781211&#039;, &#039;9781451656299&#039;, &#039;9783950237238&#039;, &#039;9780393078145&#039;, &#039;9780486471426&#039;, &#039;9780558389093&#039;, &#039;9780486492841&#039;, &#039;9780312664800&#039;, &#039;9781423958925&#039;, &#039;9781426020773&#039;, &#039;9781426020896&#039;, &#039;9781426020728&#039;, &#039;9780486499826&#039;, &#039;9780486493510&#039;, &#039;9781405473699&#039;, &#039;9780486497389&#039;, &#039;9780486780498&#039;, &#039;9781118736067&#039;, &#039;9781435442023&#039;, &#039;9781422466032&#039;, &#039;9780314939449&#039;, &#039;9780486497372&#039;, &#039;9781624072680&#039;, &#039;9780132730358&#039;, &#039;9781449393090&#039;, &#039;9781482614374&#039;, &#039;9780865716513&#039;, &#039;9781934781869&#039;, &#039;0671436724&#039;, &#039;0899430767&#039;, &#039;0822951185&#039;, &#039;055583874X&#039;, &#039;0929001037&#039;, &#039;0873938551&#039;, &#039;0394467442&#039;, &#039;020156291x&#039;, &#039;020103803x&#039;, &#039;093237607x&#039;, &#039;020112078x&#039;, &#039;0471304158&#039;, &#039;0075537834&#039;, &#039;012460515x&#039;, &#039;3540550753&#039;, &#039;091489465x&#039;, &#039;047021533x&#039;, &#039;020115790x&#039;, &#039;187870723x&#039;, &#039;013699976x&#039;, &#039;084937104x&#039;, &#039;093717579x&#039;, &#039;8477780021&#039;, &#039;0568810741&#039;,]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;These partial codes are not in library-org.&#039;&#039;&#039; They were in the original barcode scan. They represent books but are incomplete. They may be LCCNs.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
[&#039;15444007&#039;, &#039;5712914&#039;, &#039;096167237&#039;, &#039;06182138&#039;]&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Finding Books=&lt;br /&gt;
&lt;br /&gt;
If you want to find good books for our shelves, go to the &#039;&#039;&#039;San Francisco Public Library Steps Sale&#039;&#039;&#039; every Wednesday 11 AM to 3 PM at the SFPL main branch (civic center). Books are on sale for $1 each.&lt;br /&gt;
&lt;br /&gt;
=Books We Want!=&lt;br /&gt;
&lt;br /&gt;
People with experience and opinions about various topics can add recommendations below for books we should buy for the library.&lt;br /&gt;
&lt;br /&gt;
There should probably be a fourth column indicating if we have the book or not.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Mathematics ===&lt;br /&gt;
&lt;br /&gt;
Curated by: begriffs&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Title&lt;br /&gt;
!Author&lt;br /&gt;
!ISBN&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Calculus&lt;br /&gt;
| Spivak&lt;br /&gt;
| 978-0914098911&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Calculus Vol 1&lt;br /&gt;
| Apostol&lt;br /&gt;
| 978-0471000051&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Calculus Vol 2&lt;br /&gt;
| Apostol&lt;br /&gt;
| 978-0471000075&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Principles of Mathematical Analysis&lt;br /&gt;
| Rudin&lt;br /&gt;
| 978-0070856134&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Real and Complex Analysis&lt;br /&gt;
| Rudin&lt;br /&gt;
| 978-0070542341&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Calculus on Manifolds&lt;br /&gt;
| Spivak&lt;br /&gt;
| 978-0805390216&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Counterexamples in Analysis&lt;br /&gt;
| Gelbaum&lt;br /&gt;
| 978-0486428758&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| Linear Algebra Done Right&lt;br /&gt;
| Axler&lt;br /&gt;
| 978-3319110790&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Linear Algebra Problem Book&lt;br /&gt;
| Halmos&lt;br /&gt;
| 978-0883853221&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| Algebra&lt;br /&gt;
| Lang&lt;br /&gt;
| 978-0387953854&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Algebra&lt;br /&gt;
| Isaacs&lt;br /&gt;
| 978-0821847992&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| Topology&lt;br /&gt;
| Munkres&lt;br /&gt;
| B004DX5K5K&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| General Topology&lt;br /&gt;
| Kelley&lt;br /&gt;
| 978-0923891558&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Counterexamples in Topology&lt;br /&gt;
| Steen&lt;br /&gt;
| 978-0486687353&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| Beginning Logic&lt;br /&gt;
| Lemon&lt;br /&gt;
| 978-0915144501&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| A Mathematical Introduction to Logic&lt;br /&gt;
| Enderton&lt;br /&gt;
| 978-0122384523&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Mathematical Logic&lt;br /&gt;
| Ebbinghaus&lt;br /&gt;
| 978-0387942582&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Model Theory&lt;br /&gt;
| Marker&lt;br /&gt;
| 978-0387987606&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Set Theory&lt;br /&gt;
| Jech&lt;br /&gt;
| 978-3540440857&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| Elementary Geometry from an Advanced Standpoint&lt;br /&gt;
| Moise&lt;br /&gt;
| 978-0201508673&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Introduction to Geometry&lt;br /&gt;
| Coxeter&lt;br /&gt;
| 978-0471504580&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Geometry: Euclid and Beyond&lt;br /&gt;
| Hartshorne&lt;br /&gt;
| 978-0387986500&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| Surreal Numbers: How Two Ex-Students Turned on to Pure Mathematics and Found Total Happiness&lt;br /&gt;
| Knuth&lt;br /&gt;
| 978-0201038125&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;quot;Data Science&amp;quot; === &lt;br /&gt;
(observe the quotes...)&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Title&lt;br /&gt;
!Author&lt;br /&gt;
!Suggested By&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| The Black Swan: The Impact of the Highly Improbable&lt;br /&gt;
| Nassim Nicholas Taleb&lt;br /&gt;
| Danukeru&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Statistics Done Wrong: The Woefully Complete Guide&lt;br /&gt;
| Alex Reinhart&lt;br /&gt;
| Danukeru&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Electronics ===&lt;br /&gt;
&lt;br /&gt;
Curated by: Dakota&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!Title&lt;br /&gt;
!Author&lt;br /&gt;
!ISBN&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Getting Started in Electronics&lt;br /&gt;
| Mims III, Forrest M.&lt;br /&gt;
| 978-0945053286&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| The Art of Electronics&lt;br /&gt;
| Horowitz, Paul&lt;br /&gt;
| 978-0521809269&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Books of Interest - Aestetix ===&lt;br /&gt;
Curated by: aestetix&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Title&lt;br /&gt;
!Author&lt;br /&gt;
!Suggested By&lt;br /&gt;
|-&lt;br /&gt;
|Godel Escher Bach: an Eternal Golden Braid&lt;br /&gt;
|Douglas R Hofstader&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|I Am a Strange Loop&lt;br /&gt;
|Douglas R Hofstader&lt;br /&gt;
|Danukeru&lt;br /&gt;
|-&lt;br /&gt;
|The Mind&#039;s I&lt;br /&gt;
|Daniel Dennett, Douglas R Hofstadter&lt;br /&gt;
|Danukeru&lt;br /&gt;
|-&lt;br /&gt;
|The Society of Mind&lt;br /&gt;
|Marvin Minsky&lt;br /&gt;
|Danukeru&lt;br /&gt;
|-&lt;br /&gt;
|The Emotion Machine&lt;br /&gt;
|Marvin Minsky&lt;br /&gt;
|Danukeru&lt;br /&gt;
|-&lt;br /&gt;
|The Art of Computer Programming&lt;br /&gt;
|Don Knuth&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|1984&lt;br /&gt;
|George Orwell&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|Hackers: Heroes of the Computer Revolution&lt;br /&gt;
|Steven Levy&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|Ender&#039;s Game&lt;br /&gt;
|Orson Scott Card&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|The Code Book&lt;br /&gt;
|Simon Singh&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|Cryptonomicon&lt;br /&gt;
|Neal Stephenson&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|Code&lt;br /&gt;
|Charles Petzold&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|The Annotated Turing&lt;br /&gt;
|Charles Petzold&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|A Portrait of the Artist as a Young Man&lt;br /&gt;
|James Joyce&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|Ulysses&lt;br /&gt;
|James Joyce&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|The Magus&lt;br /&gt;
|John Fowles&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|The Collector&lt;br /&gt;
|John Fowles&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|The French Lieutenant&#039;s Woman&lt;br /&gt;
|John Fowles&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|Technopoly&lt;br /&gt;
|Neil Postman&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|The Illuminatus! Trilogy&lt;br /&gt;
|Robert Shea and Robert Anton Wilson&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|Shrodinger&#039;s Cat&lt;br /&gt;
|Robert Anton Wilson&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|The Fountainhead&lt;br /&gt;
|Ayn Rand&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|Atlas Shrugged&lt;br /&gt;
|Ayn Rand&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|The Hacker Crackdown&lt;br /&gt;
|Bruce Sterling&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|I, Robot&lt;br /&gt;
|Isaac Asimov&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|Snow Crash&lt;br /&gt;
|Neal Stephenson&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|The Gold Bug Variations&lt;br /&gt;
|Richard Powers&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|The Codebreakers&lt;br /&gt;
|David Kahn&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|Gravity&#039;s Rainbow&lt;br /&gt;
|Thomas Pynchon&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|Little Brother&lt;br /&gt;
|Cory Doctorow&lt;br /&gt;
|aestetix&lt;br /&gt;
|-&lt;br /&gt;
|The Martian&lt;br /&gt;
|Andy Weir&lt;br /&gt;
|Danukeru&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Books of Interest - Mitch ===&lt;br /&gt;
Curated by: Mitch&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|V&lt;br /&gt;
|Thomas Pynchon&lt;br /&gt;
|Mitch&lt;br /&gt;
|-&lt;br /&gt;
|Infinite Jest&lt;br /&gt;
|David Foster Wallace&lt;br /&gt;
|Mitch&lt;br /&gt;
|-&lt;br /&gt;
|White Noise&lt;br /&gt;
|Don DeLillo&lt;br /&gt;
|Mitch&lt;br /&gt;
|-&lt;br /&gt;
|In Search of Lost Time&lt;br /&gt;
|Marcel Proust&lt;br /&gt;
|Mitch&lt;br /&gt;
|-&lt;br /&gt;
|The Sound and the Fury&lt;br /&gt;
|William Faulkner&lt;br /&gt;
|Mitch&lt;br /&gt;
|-&lt;br /&gt;
|Cat&#039;s Cradle&lt;br /&gt;
|Kurt Vonnegut&lt;br /&gt;
|Mitch&lt;br /&gt;
|-&lt;br /&gt;
|Witchcraft and the Gay Counterculture&lt;br /&gt;
|Arthur Evans&lt;br /&gt;
|Mitch&lt;br /&gt;
|-&lt;br /&gt;
|Foucault&#039;s Pendulum&lt;br /&gt;
|Umberto Eco&lt;br /&gt;
|Mitch&lt;br /&gt;
|-&lt;br /&gt;
|Quantum Psychology&lt;br /&gt;
|Robert Anton Wilson&lt;br /&gt;
|Mitch&lt;br /&gt;
|-&lt;br /&gt;
|In the Absence of the Sacred&lt;br /&gt;
|Jerry Mander&lt;br /&gt;
|Mitch&lt;br /&gt;
|-&lt;br /&gt;
|Dancer From the Dance&lt;br /&gt;
|Andrew Holleran&lt;br /&gt;
|Mitch&lt;br /&gt;
|-&lt;br /&gt;
|An Arrow&#039;s Flight&lt;br /&gt;
|Mark Merlis &lt;br /&gt;
|Mitch&lt;br /&gt;
|-&lt;br /&gt;
|To the Lighthouse&lt;br /&gt;
|Virginia Woolf&lt;br /&gt;
|Mitch&lt;br /&gt;
|-&lt;br /&gt;
|The Satanic Verses&lt;br /&gt;
|Salman Rushdie&lt;br /&gt;
|Mitch&lt;br /&gt;
|-&lt;br /&gt;
|Passage to India&lt;br /&gt;
|E. M. Forster&lt;br /&gt;
|Mitch&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Pages with a Noisebridge Tiny URL]]&lt;/div&gt;</summary>
		<author><name>Tymeart</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=File:Bookshelf-right.pdf&amp;diff=57832</id>
		<title>File:Bookshelf-right.pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=File:Bookshelf-right.pdf&amp;diff=57832"/>
		<updated>2017-04-04T20:05:01Z</updated>

		<summary type="html">&lt;p&gt;Tymeart: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tymeart</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=File:Bookshelf-left.pdf&amp;diff=57831</id>
		<title>File:Bookshelf-left.pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=File:Bookshelf-left.pdf&amp;diff=57831"/>
		<updated>2017-04-04T20:03:33Z</updated>

		<summary type="html">&lt;p&gt;Tymeart: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Tymeart</name></author>
	</entry>
</feed>