Hi everyone!
This is a reminder that we will be having our bimonthly (as in twice a
month) meeting tonight at Sudo Room at 7pm. We will be graced by the
presense of two amazing local orgs:
- *Anti-Eviction Mapping Project: *This activist mapping group has been
doing work to visualize and collect stories around gentrification and
displacement in San Francisco. They are looking to expand their work into
the east bay, and are coming to talk with us about how LocalWiki can be
used as a shared storytelling platform around experiences of eviction and
displacement and a resource center for tenants.
- *The Bay Area Video Coalition*: This media workers advocacy nonprofit is
looking at LocalWiki as a place to house some of their archival media.
See you tonight!
Vicky
On Wed, Mar 26, 2014 at 10:53 AM, David Keenan <dkeenan44(a)gmail.com> wrote:
> The common area and some other rooms are to be carpet-cleaned tomorrow
> starting at 3:30. I'm not sure where they'll start or how long it will take,
> but George has asked for our help in moving furniture about. He will also be
> cleaning one of the empty rooms and the roof starting 630.
If our tenancies survive for another rave like this I think we should
try harder to coordinate the cleanup scheduling and press for it to
happen earlier in the week on one of our less busy nights, and ideally
earlier in the day as well.
Hi all,
this weekend, several dozen folks – and you? – are assembling to "hack
money out of politics.
I'm helping organize and raise funds for the event
http://www.eventbrite.com/e/hack-for-democracy-registration-10711042015
(discussion
flowing here https://news.ycombinator.com/item?id=7438022). Rootstrikers,
Move to Amend, The Sunlight Foundation, Maplight, and other organizations
inspired and are partly involved with this newly-formed, nonpartisan
initiative. Personally, I'm eager to see us go deeper than the majority of
civic hacking with real and consequential political action.
Your inspiration and participation can shape the initiatives and the future
of this work!
Sign up or join the waiting list. Spots are opening up Thursday night!
Ping me with questions or proposals – especially for pitches or prize ideas.
warmly,
Danny
Hi Sudoers,
The Omni Collective, a collective of collectives that includes Sudo Room
and the Bay Area Public School, will be holding a delegates meeting tonight
at 7pm at our main space at 2141 Broadway (enter on 22nd, door code *2580#
or buzz in to 2nd flr) in one of the side rooms. All are welcome to attend,
and we will hold an informational introduction to the effort to all
newcomers and answer any questions about the project.
Best,
me.
Most definitely not offended by your intersectionality. Indeed, I celebrate it.
sent from eddan.com
> On Mar 26, 2014, at 6:10 PM, Vicky Knox <vknoxsironi(a)gmail.com> wrote:
>
> I sympathize with Eddan's concerns that it is in the logic of open knowledge systems to celebrate the [CTRL]+[c]/[CTRL]+[v] of said systems. That said, I think that talking about there being more POC and women in the Hub than in Sudo Room isn't a fair assessment because said assessment doesn't touch on Yar's concerns of specifically *class*/*economic* exclusion. If we are going to talk about diversity and inclusion we need to talk intersectionally. (Not to offend you, Eddan. I think it's important to bring up this point since it hasn't been brought up yet.)
>
> HEY!! LOOK! There's this Oakland Wiki article on the Signature Development Group that has questions that need your answering!! <http://oaklandwiki.org/Signature_Development_Group> :D :D
>
>
> _______________________________________________
> sudo-discuss mailing list
> sudo-discuss(a)lists.sudoroom.org
> https://lists.sudoroom.org/listinfo/sudo-discuss
We will _also_ be having a sudo room reboot meeting on Wednesday at 7
pm, which will be focused on rebooting sudo room in a new and bigger
space!
--
marc/juul
Thanks to this hack, we should be able to use a noisebridge-donated lot of ~200 sparky routers for https://peoplesopen.net/
Cheers!
// Matt
----- Reply message -----
From: "Adrian Chadd" <adrian.chadd(a)gmail.com>
To: "mesh(a)lists.sudoroom.org" <mesh(a)lists.sudoroom.org>
Subject: [Mesh] So, about those Meraki Sparky boards
Date: Wed, Mar 26, 2014 18:34
A little drinking at Noisebridge and some poking from JC got me
thinking about the Sparky boards. So I came up to Sudo and worked with
Marc to figure it out.
The TL;DR version: It's an AR2317 and you have a watchdog timer, but
it doesn't actually reset the unit. It just posts an interrupt. It
turns out GPIO6 is the "pat to stop it resetting" line.
So, the details:
I first did "help" at the redboot prompt. I found "bdshow", which is
the "Atheros board info."
RedBoot> bdshow
name: Meraki Outdoor 1.0
magic: 35333131
cksum: 2a1b
rev: 10
major: 1
minor: 0
pciid: 0013
wlan0: yes 00:18:0a:50:7b:ae
wlan1: no 00:00:00:00:00:00
enet0: yes 00:18:0a:50:7b:ae
enet1: no 00:00:00:00:00:00
uart0: yes
sysled: no, gpio 0
factory: no, gpio 0
serclk: internal
cpufreq: calculated 184000000 Hz
sysfreq: calculated 92000000 Hz
memcap: disabled
watchdg: disabled (WARNING: for debugging only!)
serialNo: Q2AJYS5XMYZ8
Watchdog Gpio pin: 6
secret number: e2f019a200ee517e30ded15cdbd27ba72f9e30c8
.. hm. Watchdog GPIO pin 6? What's that?
After manually checking out the watchdog registers via 'x', we
discovered that it would count down to 0 and not reset.
So, hm. Maybe the GPIO 6 wire is actually the right thing to pat. And
yes, the board doesn't reset when you pat GPIO 6.
Board: ap61
RAM: 0x80000000-0x82000000, [0x8003ddd0-0x80fe1000] available
FLASH: 0xa8000000 - 0xa87e0000, 128 blocks of 0x00010000 bytes each.
== Executing boot script in 2.000 seconds - enter ^C to abort
^C
RedBoot> # set direction of gpio6 to out
RedBoot> mfill -b 0xb1000098 -l 4 -p 0x00000043
RedBoot> x -b 0xb1000098
B1000098: 00 00 00 43 00 00 00 00 00 00 00 00 00 00 00 03 |...C............|
B10000A8: FF EF F7 B9 7D DF 5F FF 00 00 00 00 00 00 00 00 |....}._.........|
RedBoot> # pat gpio6 - set it high, then low.
RedBoot> mfill -b 0xb1000090 -l 4 -p 0x00000042
RedBoot> mfill -b 0xb1000090 -l 4 -p 0x00000002
.. then I manually did this every minute or so.
RedBoot>
RedBoot> mfill -b 0xb1000090 -l 4 -p 0x00000042
RedBoot> mfill -b 0xb1000090 -l 4 -p 0x00000002
RedBoot> mfill -b 0xb1000090 -l 4 -p 0x00000042
RedBoot> mfill -b 0xb1000090 -l 4 -p 0x00000002
.. so, the solution here seems to be to "set gpio6 to be output", then
"pat it every 60 seconds."
-a
_______________________________________________
mesh mailing list
mesh(a)lists.sudoroom.org
https://lists.sudoroom.org/listinfo/mesh
I sympathize with Eddan's concerns that it is in the logic of open
knowledge systems to celebrate the [CTRL]+[c]/[CTRL]+[v] of said systems.
That said, I think that talking about there being more POC and women in the
Hub than in Sudo Room isn't a fair assessment because said assessment
doesn't touch on Yar's concerns of specifically *class*/*economic*
exclusion. If we are going to talk about diversity and inclusion we need to
talk intersectionally. (Not to offend you, Eddan. I think it's important to
bring up this point since it hasn't been brought up yet.)
HEY!! LOOK! There's this Oakland Wiki article on the Signature Development
Group that has questions that need your answering!! <
http://oaklandwiki.org/Signature_Development_Group> :D :D
On Wed, Mar 26, 2014 at 9:22 AM, eddan.com <eddan(a)sudoroom.tv> wrote:
> Just checking in on the 2141 Broadway lease. As I've mentioned on several
> different occasions, I am planning on dropping off the lease so that Sudo
> Room as an entity can sign on to the lease.
> Please let me know if this is going to be problematic, so that we can figure
> out how to best do this (hopefully) by the end of this month.
The long-term blocker for this was insurance, which Matt finally
bought for us a month or two ago. Last I heard, he'd notified Laurie
of the insurance and we're still waiting on a response from her.
It might help to poke our landlords about it again.