<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.extremist.software/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=%F0%9F%98%B7</id>
	<title>Noisebridge - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.extremist.software/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=%F0%9F%98%B7"/>
	<link rel="alternate" type="text/html" href="https://wiki.extremist.software/wiki/Special:Contributions/%F0%9F%98%B7"/>
	<updated>2026-04-11T09:39:29Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Jitsi&amp;diff=72903</id>
		<title>Jitsi</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Jitsi&amp;diff=72903"/>
		<updated>2021-04-18T21:51:29Z</updated>

		<summary type="html">&lt;p&gt;😷: zoom/pan/tilt cam control&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{channels}}&lt;br /&gt;
{{boxstart}}&lt;br /&gt;
We conduct meetings in person when possible and live-streaming on Jitsi at [https://meet.jit.si/noisebridge Noisebridge Jitsi].&lt;br /&gt;
{{boxend}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We are also currently streaming the [https://jitsi.noisebridge.io/hackatorium Jitsi Virtual Hackitorium].&lt;br /&gt;
&lt;br /&gt;
== Rooms ==&lt;br /&gt;
There are a few regular and persistent rooms regularly on-line. Any room can be created by just specifying a web path to your name of choice, or by entering any value in to the form on the home page and pressing &amp;quot;Start Meeting&amp;quot; https://jitsi.noisebridge.io&lt;br /&gt;
&lt;br /&gt;
=== hackitorium ===&lt;br /&gt;
Nominally on-line 24/7 with a feed of the [Noise_Square_Table] from inside Capp St. The weekly meeting is held here Tuesday nights, and there is regular CoHack&#039;s Thursday Eve and Saturday Noon.&lt;br /&gt;
&lt;br /&gt;
=== turing ===&lt;br /&gt;
&lt;br /&gt;
=== ohsnap ===&lt;br /&gt;
&lt;br /&gt;
=== capp ===&lt;br /&gt;
&lt;br /&gt;
=== ft ===&lt;br /&gt;
&lt;br /&gt;
== Webcam control on Arch (v4l2-ctl) ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[x@replicator ~]$ v4l2-ctl --list-devices&lt;br /&gt;
HD Pro Webcam C920 (usb-0000:00:14.0-3.1):&lt;br /&gt;
	/dev/video2&lt;br /&gt;
	/dev/video3&lt;br /&gt;
&lt;br /&gt;
Integrated Camera: Integrated C (usb-0000:00:14.0-8):&lt;br /&gt;
	/dev/video0&lt;br /&gt;
	/dev/video1&lt;br /&gt;
&lt;br /&gt;
[x@replicator ~]$ v4l2-ctl -d /dev/video2 --list-ctrls&lt;br /&gt;
                     brightness 0x00980900 (int)    : min=0 max=255 step=1 default=128 value=128&lt;br /&gt;
                       contrast 0x00980901 (int)    : min=0 max=255 step=1 default=128 value=128&lt;br /&gt;
                     saturation 0x00980902 (int)    : min=0 max=255 step=1 default=128 value=128&lt;br /&gt;
 white_balance_temperature_auto 0x0098090c (bool)   : default=1 value=1&lt;br /&gt;
                           gain 0x00980913 (int)    : min=0 max=255 step=1 default=0 value=0&lt;br /&gt;
           power_line_frequency 0x00980918 (menu)   : min=0 max=2 default=2 value=2&lt;br /&gt;
      white_balance_temperature 0x0098091a (int)    : min=2000 max=6500 step=1 default=4000 value=4000 flags=inactive&lt;br /&gt;
                      sharpness 0x0098091b (int)    : min=0 max=255 step=1 default=128 value=128&lt;br /&gt;
         backlight_compensation 0x0098091c (int)    : min=0 max=1 step=1 default=0 value=0&lt;br /&gt;
                  exposure_auto 0x009a0901 (menu)   : min=0 max=3 default=3 value=3&lt;br /&gt;
              exposure_absolute 0x009a0902 (int)    : min=3 max=2047 step=1 default=250 value=250 flags=inactive&lt;br /&gt;
         exposure_auto_priority 0x009a0903 (bool)   : default=0 value=1&lt;br /&gt;
                   pan_absolute 0x009a0908 (int)    : min=-36000 max=36000 step=3600 default=0 value=0&lt;br /&gt;
                  tilt_absolute 0x009a0909 (int)    : min=-36000 max=36000 step=3600 default=0 value=0&lt;br /&gt;
                 focus_absolute 0x009a090a (int)    : min=0 max=250 step=5 default=0 value=0 flags=inactive&lt;br /&gt;
                     focus_auto 0x009a090c (bool)   : default=1 value=1&lt;br /&gt;
                  zoom_absolute 0x009a090d (int)    : min=100 max=500 step=1 default=100 value=100&lt;br /&gt;
[x@replicator ~]$ v4l2-ctl -d /dev/video3 --list-ctrls&lt;br /&gt;
[x@replicator ~]$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[x@replicator ~]$ v4l2-ctl -d /dev/video2 -C zoom_absolute&lt;br /&gt;
zoom_absolute: 100&lt;br /&gt;
[x@replicator ~]$ v4l2-ctl -d /dev/video2 -c zoom_absolute=200&lt;br /&gt;
[x@replicator ~]$ v4l2-ctl -d /dev/video2 -c zoom_absolute=150&lt;br /&gt;
[x@replicator ~]$ v4l2-ctl -d /dev/video2 -C zoom_absolute&lt;br /&gt;
zoom_absolute: 150&lt;br /&gt;
[x@replicator ~]$ v4l2-ctl -d /dev/video2 -C pan_absolute&lt;br /&gt;
pan_absolute: 0&lt;br /&gt;
[x@replicator ~]$ v4l2-ctl -d /dev/video2 -c pan_absolute=3600&lt;br /&gt;
[x@replicator ~]$ v4l2-ctl -d /dev/video2 -c pan_absolute=-3600&lt;br /&gt;
[x@replicator ~]$ v4l2-ctl -d /dev/video2 -c pan_absolute=0&lt;br /&gt;
[x@replicator ~]$ v4l2-ctl -d /dev/video2 -c tilt_absolute=-3600&lt;br /&gt;
[x@replicator ~]$ v4l2-ctl -d /dev/video2 -c tilt_absolute=-7200&lt;br /&gt;
[x@replicator ~]$ v4l2-ctl -d /dev/video2 -C focus_absolute&lt;br /&gt;
focus_absolute: 0&lt;br /&gt;
[x@replicator ~]$ v4l2-ctl -d /dev/video2 -c focus_absolute=50&lt;br /&gt;
VIDIOC_S_EXT_CTRLS: failed: Invalid or incomplete multibyte or wide character&lt;br /&gt;
focus_absolute: Invalid or incomplete multibyte or wide character&lt;br /&gt;
[x@replicator ~]$ v4l2-ctl -d /dev/video2 -C focus_auto&lt;br /&gt;
focus_auto: 1&lt;br /&gt;
[x@replicator ~]$ v4l2-ctl -d /dev/video2 -c focus_auto=0&lt;br /&gt;
[x@replicator ~]$ v4l2-ctl -d /dev/video2 -C focus_auto&lt;br /&gt;
focus_auto: 0&lt;br /&gt;
[x@replicator ~]$ v4l2-ctl -d /dev/video2 -c focus_absolute=50&lt;br /&gt;
[x@replicator ~]$ v4l2-ctl -d /dev/video2 -c focus_absolute=20&lt;br /&gt;
[x@replicator ~]$ v4l2-ctl -d /dev/video2 -c focus_absolute=0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>😷</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Jitsi&amp;diff=72902</id>
		<title>Jitsi</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Jitsi&amp;diff=72902"/>
		<updated>2021-04-18T21:38:09Z</updated>

		<summary type="html">&lt;p&gt;😷: rooms&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{channels}}&lt;br /&gt;
{{boxstart}}&lt;br /&gt;
We conduct meetings in person when possible and live-streaming on Jitsi at [https://meet.jit.si/noisebridge Noisebridge Jitsi].&lt;br /&gt;
{{boxend}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We are also currently streaming the [https://jitsi.noisebridge.io/hackatorium Jitsi Virtual Hackitorium].&lt;br /&gt;
&lt;br /&gt;
== Rooms ==&lt;br /&gt;
There are a few regular and persistent rooms regularly on-line. Any room can be created by just specifying a web path to your name of choice, or by entering any value in to the form on the home page and pressing &amp;quot;Start Meeting&amp;quot; https://jitsi.noisebridge.io&lt;br /&gt;
&lt;br /&gt;
=== hackitorium ===&lt;br /&gt;
Nominally on-line 24/7 with a feed of the [Noise_Square_Table] from inside Capp St. The weekly meeting is held here Tuesday nights, and there is regular CoHack&#039;s Thursday Eve and Saturday Noon.&lt;br /&gt;
&lt;br /&gt;
=== turing ===&lt;br /&gt;
&lt;br /&gt;
=== ohsnap ===&lt;br /&gt;
&lt;br /&gt;
=== capp ===&lt;br /&gt;
&lt;br /&gt;
=== ft ===&lt;br /&gt;
&lt;br /&gt;
== Webcam control on Arch (v4l2-ctl) ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[x@replicator ~]$ v4l2-ctl --list-devices&lt;br /&gt;
HD Pro Webcam C920 (usb-0000:00:14.0-3.1):&lt;br /&gt;
	/dev/video2&lt;br /&gt;
	/dev/video3&lt;br /&gt;
&lt;br /&gt;
Integrated Camera: Integrated C (usb-0000:00:14.0-8):&lt;br /&gt;
	/dev/video0&lt;br /&gt;
	/dev/video1&lt;br /&gt;
&lt;br /&gt;
[x@replicator ~]$ v4l2-ctl -d /dev/video2 --list-ctrls&lt;br /&gt;
                     brightness 0x00980900 (int)    : min=0 max=255 step=1 default=128 value=128&lt;br /&gt;
                       contrast 0x00980901 (int)    : min=0 max=255 step=1 default=128 value=128&lt;br /&gt;
                     saturation 0x00980902 (int)    : min=0 max=255 step=1 default=128 value=128&lt;br /&gt;
 white_balance_temperature_auto 0x0098090c (bool)   : default=1 value=1&lt;br /&gt;
                           gain 0x00980913 (int)    : min=0 max=255 step=1 default=0 value=0&lt;br /&gt;
           power_line_frequency 0x00980918 (menu)   : min=0 max=2 default=2 value=2&lt;br /&gt;
      white_balance_temperature 0x0098091a (int)    : min=2000 max=6500 step=1 default=4000 value=4000 flags=inactive&lt;br /&gt;
                      sharpness 0x0098091b (int)    : min=0 max=255 step=1 default=128 value=128&lt;br /&gt;
         backlight_compensation 0x0098091c (int)    : min=0 max=1 step=1 default=0 value=0&lt;br /&gt;
                  exposure_auto 0x009a0901 (menu)   : min=0 max=3 default=3 value=3&lt;br /&gt;
              exposure_absolute 0x009a0902 (int)    : min=3 max=2047 step=1 default=250 value=250 flags=inactive&lt;br /&gt;
         exposure_auto_priority 0x009a0903 (bool)   : default=0 value=1&lt;br /&gt;
                   pan_absolute 0x009a0908 (int)    : min=-36000 max=36000 step=3600 default=0 value=0&lt;br /&gt;
                  tilt_absolute 0x009a0909 (int)    : min=-36000 max=36000 step=3600 default=0 value=0&lt;br /&gt;
                 focus_absolute 0x009a090a (int)    : min=0 max=250 step=5 default=0 value=0 flags=inactive&lt;br /&gt;
                     focus_auto 0x009a090c (bool)   : default=1 value=1&lt;br /&gt;
                  zoom_absolute 0x009a090d (int)    : min=100 max=500 step=1 default=100 value=100&lt;br /&gt;
[x@replicator ~]$ v4l2-ctl -d /dev/video3 --list-ctrls&lt;br /&gt;
[x@replicator ~]$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>😷</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Jitsi&amp;diff=72901</id>
		<title>Jitsi</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Jitsi&amp;diff=72901"/>
		<updated>2021-04-18T21:33:06Z</updated>

		<summary type="html">&lt;p&gt;😷: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{channels}}&lt;br /&gt;
{{boxstart}}&lt;br /&gt;
We conduct meetings in person when possible and live-streaming on Jitsi at [https://meet.jit.si/noisebridge Noisebridge Jitsi].&lt;br /&gt;
{{boxend}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We are also currently streaming the [https://jitsi.noisebridge.io/hackatorium Jitsi Virtual Hackitorium].&lt;br /&gt;
&lt;br /&gt;
== Webcam control on Arch (v4l2-ctl) ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[x@replicator ~]$ v4l2-ctl --list-devices&lt;br /&gt;
HD Pro Webcam C920 (usb-0000:00:14.0-3.1):&lt;br /&gt;
	/dev/video2&lt;br /&gt;
	/dev/video3&lt;br /&gt;
&lt;br /&gt;
Integrated Camera: Integrated C (usb-0000:00:14.0-8):&lt;br /&gt;
	/dev/video0&lt;br /&gt;
	/dev/video1&lt;br /&gt;
&lt;br /&gt;
[x@replicator ~]$ v4l2-ctl -d /dev/video2 --list-ctrls&lt;br /&gt;
                     brightness 0x00980900 (int)    : min=0 max=255 step=1 default=128 value=128&lt;br /&gt;
                       contrast 0x00980901 (int)    : min=0 max=255 step=1 default=128 value=128&lt;br /&gt;
                     saturation 0x00980902 (int)    : min=0 max=255 step=1 default=128 value=128&lt;br /&gt;
 white_balance_temperature_auto 0x0098090c (bool)   : default=1 value=1&lt;br /&gt;
                           gain 0x00980913 (int)    : min=0 max=255 step=1 default=0 value=0&lt;br /&gt;
           power_line_frequency 0x00980918 (menu)   : min=0 max=2 default=2 value=2&lt;br /&gt;
      white_balance_temperature 0x0098091a (int)    : min=2000 max=6500 step=1 default=4000 value=4000 flags=inactive&lt;br /&gt;
                      sharpness 0x0098091b (int)    : min=0 max=255 step=1 default=128 value=128&lt;br /&gt;
         backlight_compensation 0x0098091c (int)    : min=0 max=1 step=1 default=0 value=0&lt;br /&gt;
                  exposure_auto 0x009a0901 (menu)   : min=0 max=3 default=3 value=3&lt;br /&gt;
              exposure_absolute 0x009a0902 (int)    : min=3 max=2047 step=1 default=250 value=250 flags=inactive&lt;br /&gt;
         exposure_auto_priority 0x009a0903 (bool)   : default=0 value=1&lt;br /&gt;
                   pan_absolute 0x009a0908 (int)    : min=-36000 max=36000 step=3600 default=0 value=0&lt;br /&gt;
                  tilt_absolute 0x009a0909 (int)    : min=-36000 max=36000 step=3600 default=0 value=0&lt;br /&gt;
                 focus_absolute 0x009a090a (int)    : min=0 max=250 step=5 default=0 value=0 flags=inactive&lt;br /&gt;
                     focus_auto 0x009a090c (bool)   : default=1 value=1&lt;br /&gt;
                  zoom_absolute 0x009a090d (int)    : min=100 max=500 step=1 default=100 value=100&lt;br /&gt;
[x@replicator ~]$ v4l2-ctl -d /dev/video3 --list-ctrls&lt;br /&gt;
[x@replicator ~]$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>😷</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Jitsi&amp;diff=72900</id>
		<title>Jitsi</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Jitsi&amp;diff=72900"/>
		<updated>2021-04-18T21:31:16Z</updated>

		<summary type="html">&lt;p&gt;😷: flooded server redirect&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{channels}}&lt;br /&gt;
{{boxstart}}&lt;br /&gt;
We conduct meetings in person when possible and live-streaming on Jitsi at [https://meet.jit.si/noisebridge Noisebridge Jitsi].&lt;br /&gt;
{{boxend}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We are also currently streaming the [https://jitsi.noisebridge.io/hackatorium Jitsi Virtual Hackitorium].&lt;/div&gt;</summary>
		<author><name>😷</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Five_Minutes_of_Fame_2021_04_15&amp;diff=72896</id>
		<title>Five Minutes of Fame 2021 04 15</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Five_Minutes_of_Fame_2021_04_15&amp;diff=72896"/>
		<updated>2021-04-16T03:56:54Z</updated>

		<summary type="html">&lt;p&gt;😷: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;3rd Thursday 8pm Hackitorium!&lt;br /&gt;
&lt;br /&gt;
https://jitsi.noisebridge.io/hackitorium#config.startWithAudioMuted=true&amp;amp;config.startWithVideoMuted=true&lt;br /&gt;
&lt;br /&gt;
6:00pm CoHack in Exile Thursday&#039;s&lt;br /&gt;
&lt;br /&gt;
6:30pm Ethics in Tech &amp;quot;Community Night&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;A night of comedy, presentation and discussions by ethics in tech.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
https://www.youtube.com/watch?v=KCAUL1JWauk&lt;br /&gt;
&lt;br /&gt;
8:00pm Lightning Talks&lt;br /&gt;
&lt;br /&gt;
*Arthur Gaus - Turning the Police in to Uber&lt;br /&gt;
*TJ&lt;br /&gt;
*Carl&lt;br /&gt;
*Ⅹ - &#039;hi&#039; from PenBot&lt;br /&gt;
*Romy&lt;br /&gt;
**https://www.hitc.com/en-gb/2021/03/24/tiktok-window-projector/&lt;br /&gt;
**https://www.distractify.com/p/tiktok-fake-window-challenge&lt;br /&gt;
**https://www.cnet.com/how-to/tiktok-fake-window-challenge-how-to-choose-a-projector-that-turns-walls-into-windows/&lt;br /&gt;
*______&lt;br /&gt;
*Dan, Evil&lt;br /&gt;
*CNN Money https://www.youtube.com/watch?v=gLlQYOILYhw&lt;br /&gt;
*Wall of Sheep https://www.youtube.com/watch?v=4ZabsNgMHCM&lt;/div&gt;</summary>
		<author><name>😷</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Five_Minutes_of_Fame_2021_04_15&amp;diff=72895</id>
		<title>Five Minutes of Fame 2021 04 15</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Five_Minutes_of_Fame_2021_04_15&amp;diff=72895"/>
		<updated>2021-04-16T03:32:47Z</updated>

		<summary type="html">&lt;p&gt;😷: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;3rd Thursday 8pm Hackitorium!&lt;br /&gt;
&lt;br /&gt;
https://jitsi.noisebridge.io/hackitorium#config.startWithAudioMuted=true&amp;amp;config.startWithVideoMuted=true&lt;br /&gt;
&lt;br /&gt;
6:00pm CoHack in Exile Thursday&#039;s&lt;br /&gt;
&lt;br /&gt;
6:30pm Ethics in Tech &amp;quot;Community Night&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;A night of comedy, presentation and discussions by ethics in tech.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
https://www.youtube.com/watch?v=KCAUL1JWauk&lt;br /&gt;
&lt;br /&gt;
8:00pm Lightning Talks&lt;br /&gt;
&lt;br /&gt;
*Arthur Gaus - Turning the Police in to Uber&lt;br /&gt;
*TJ&lt;br /&gt;
*Carl&lt;br /&gt;
*Ⅹ - &#039;hi&#039; from PenBot&lt;br /&gt;
*Romy&lt;br /&gt;
**https://www.hitc.com/en-gb/2021/03/24/tiktok-window-projector/&lt;br /&gt;
**https://www.distractify.com/p/tiktok-fake-window-challenge&lt;br /&gt;
**https://www.cnet.com/how-to/tiktok-fake-window-challenge-how-to-choose-a-projector-that-turns-walls-into-windows/&lt;br /&gt;
*______&lt;br /&gt;
*Dan, Evil&lt;/div&gt;</summary>
		<author><name>😷</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Five_Minutes_of_Fame_2021_04_15&amp;diff=72894</id>
		<title>Five Minutes of Fame 2021 04 15</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Five_Minutes_of_Fame_2021_04_15&amp;diff=72894"/>
		<updated>2021-04-16T03:29:57Z</updated>

		<summary type="html">&lt;p&gt;😷: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;3rd Thursday 8pm Hackitorium!&lt;br /&gt;
&lt;br /&gt;
https://jitsi.noisebridge.io/hackitorium#config.startWithAudioMuted=true&amp;amp;config.startWithVideoMuted=true&lt;br /&gt;
&lt;br /&gt;
6:00pm CoHack in Exile Thursday&#039;s&lt;br /&gt;
&lt;br /&gt;
6:30pm Ethics in Tech &amp;quot;Community Night&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;A night of comedy, presentation and discussions by ethics in tech.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
https://www.youtube.com/watch?v=KCAUL1JWauk&lt;br /&gt;
&lt;br /&gt;
8:00pm Lightning Talks&lt;br /&gt;
&lt;br /&gt;
*Arthur Gaus - Turning the Police in to Uber&lt;br /&gt;
*TJ&lt;br /&gt;
*Carl&lt;br /&gt;
*Ⅹ - &#039;hi&#039; from PenBot&lt;br /&gt;
*Romy&lt;br /&gt;
**https://www.hitc.com/en-gb/2021/03/24/tiktok-window-projector/&lt;br /&gt;
**https://www.distractify.com/p/tiktok-fake-window-challenge&lt;br /&gt;
**https://www.cnet.com/how-to/tiktok-fake-window-challenge-how-to-choose-a-projector-that-turns-walls-into-windows/&lt;br /&gt;
*______&lt;/div&gt;</summary>
		<author><name>😷</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Meeting_Notes_2021_03_30&amp;diff=72867</id>
		<title>Meeting Notes 2021 03 30</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Meeting_Notes_2021_03_30&amp;diff=72867"/>
		<updated>2021-03-31T06:01:33Z</updated>

		<summary type="html">&lt;p&gt;😷: Draft 1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These are the notes from the [https://www.noisebridge.net/wiki/Category:Meeting_Notes The XXXth Meeting of Noisebridge].&lt;br /&gt;
&lt;br /&gt;
*Live notes&lt;br /&gt;
**https://pad.riseup.net/p/nbmeeting&lt;br /&gt;
*Virtual Meeting (jitsi mic/cam off by default)&lt;br /&gt;
**https://jitsi.noisebridge.io/hackitorium#config.startWithAudioMuted=true&amp;amp;config.startWithVideoMuted=true&lt;br /&gt;
&lt;br /&gt;
Date: 7pm Tuesday; March 30th, 2021&lt;br /&gt;
&lt;br /&gt;
[[Meeting_Notes_2021_03_23|Previous Meeting]]&lt;br /&gt;
 &lt;br /&gt;
[[Meeting_Notes_2021_04_06|Next Meeting]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note-taker: Pyconaut&lt;br /&gt;
&lt;br /&gt;
Moderators: PicoNut&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;One or two bullet points of high-level meeting summary.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Meeting Summary ==&lt;br /&gt;
FIXME FILL OUT AT END OF MEETING AND SEND TO MAILING LIST&lt;br /&gt;
TLDR what happened at the meeting:&lt;br /&gt;
* Fundraising Update&lt;br /&gt;
* Announcements:&lt;br /&gt;
* Finances:&lt;br /&gt;
* New members:&lt;br /&gt;
* New philanthropists:&lt;br /&gt;
* Consensus Items: &lt;br /&gt;
* Discussion Items:&lt;br /&gt;
&lt;br /&gt;
= Introductions =&lt;br /&gt;
&lt;br /&gt;
Pyconaut- He him- Playing video games , eating food, excited about noisebridge&#039;s future.&lt;br /&gt;
Piconut- here&lt;br /&gt;
Ⅹ - Space Hacker and Driveway enthusiast&lt;br /&gt;
Dan, Evil - Making space for lifts&lt;br /&gt;
Rikke - Accessability liason&lt;br /&gt;
Qi-Con&lt;br /&gt;
Big T&lt;br /&gt;
Carl&lt;br /&gt;
Gwen&lt;br /&gt;
&lt;br /&gt;
= Short announcements and events =&lt;br /&gt;
&#039;&#039;&#039;60-second description per item in bulletpoint.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Teh Week Ahead: &lt;br /&gt;
&lt;br /&gt;
Dan- April first has been Canceled, due to Covid&lt;br /&gt;
&lt;br /&gt;
Dan- Excursions in Bashland (exploring Linux system and command line tools) Sundays from 4 to 6 PM virtual turing room: https://jitsi.noisebridge.io/turing&lt;br /&gt;
&lt;br /&gt;
Dan- Algorithims Wednesday 6PM in virtual hackitorium: https://jitsi.noisebridge.io/hackitorium&lt;br /&gt;
&lt;br /&gt;
Pyconaut- Noisebridge Cohack Livestream Wednesday at 7:30 in streaming room 1&lt;br /&gt;
https://jitsi.noisebridge.io/StreamingRoom1, also check meetup for password &lt;br /&gt;
&lt;br /&gt;
Pyconaut- Gamebridge Unityversity on Gamebridge Discord Wednesday at 8PM&lt;br /&gt;
https://www.meetup.com/noisebridge/events/vkqldsyccfbpc/&lt;br /&gt;
&lt;br /&gt;
Pyconaut- NeurotechX Hacknights Thursdays at 6PM look on NeurotechSF meetup, &lt;br /&gt;
&lt;br /&gt;
Co-Hack in Exile Thursday&#039;s 6pm and Saturday&#039;s Noon&lt;br /&gt;
&lt;br /&gt;
Five Minutes of Fame -- Thursday April 15th 6pm Hang Out, 8pm Talks&lt;br /&gt;
&lt;br /&gt;
OHSNAP - Saturday&#039;s 2pm&lt;br /&gt;
&lt;br /&gt;
Circuit Hacking Monday, Reboot (Virtual) Edition April 12th 6pm&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Excellence =&lt;br /&gt;
&#039;&#039;&#039;Our One Rule is to Be Excellent to Each Other.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(What does that mean?  How does the Anti-Harassment Policy fit into this?  Are we SURE we know what being Excellent is?  This is an important and fundamental conversation at Noisebridge, so let&#039;s give it like 120 seconds.)&lt;br /&gt;
&lt;br /&gt;
Read the wiki&lt;br /&gt;
&lt;br /&gt;
= Participation =&lt;br /&gt;
&#039;&#039;&#039;Everyone at Noisebridge is a participant at Noisebridge.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(What does that mean?  How do you get a door key? Access to Slack, Discuss, etc?)&lt;br /&gt;
&lt;br /&gt;
Read the wiki&lt;br /&gt;
&lt;br /&gt;
= [[Philanthropist|Philanthropists]]=&lt;br /&gt;
&#039;&#039;&#039;A Philanthropist at Noisebridge has earned enough trust from the community to open and close the space.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(What does that mean? What do we expect from Philanthropists? How do you become one? etc)&lt;br /&gt;
&lt;br /&gt;
Read the wiki&lt;br /&gt;
&lt;br /&gt;
= [[ Membership Binder ]] =&lt;br /&gt;
&#039;&#039;&#039;Membership in Noisebridge entails community Trust in Consensus.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(What does that mean? What do we expect from Members? How do you become a Member? etc)&lt;br /&gt;
&lt;br /&gt;
Read the wiki&lt;br /&gt;
&lt;br /&gt;
= Financial Report =&lt;br /&gt;
&#039;&#039;&#039;Anarchist societies under a capitalist state need money to survive and thrive, yo.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Funds in bank:&lt;br /&gt;
    cash= 304,392.82&lt;br /&gt;
    crypto = 3.85 bitcoin x (03-30-2021 price = 58,810.50)= 226,420.42&lt;br /&gt;
    total= 530,813.24&lt;br /&gt;
    &lt;br /&gt;
    &lt;br /&gt;
* Noisetor (See the bulletpoints at the bottom of http://noisetor.net/finances/#summary):&lt;br /&gt;
* Any other details by those participating in handling our financials&lt;br /&gt;
* The latest financial reports from the treasurer are available at https://noisebridge.net/wiki/Finances&lt;br /&gt;
&lt;br /&gt;
== Fundraising Update ==&lt;br /&gt;
&#039;&#039;&#039;How&#039;s it all going&#039;&#039;&#039;&lt;br /&gt;
Cash: 333,392.57&lt;br /&gt;
BTC: 187,445.77&lt;br /&gt;
Total: 520,838.34&lt;br /&gt;
&lt;br /&gt;
Were getting emails at some point soon.  Will be in discussion item 5.&lt;br /&gt;
&lt;br /&gt;
= Consensus =&lt;br /&gt;
&#039;&#039;&#039;Consensus is how the Noisebridge Membership may change how Noisebridge works.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(How does Consensus work? What types of things are good for formal Consensus? What is small-c consensus? What is a &amp;quot;block&amp;quot;?)&lt;br /&gt;
&lt;br /&gt;
Read the wiki&lt;br /&gt;
&lt;br /&gt;
== [[ Consensus Items History | Proposals from last week ]] ==&lt;br /&gt;
&#039;&#039;(Add any items which are consensed upon or someone has raised a principle objection for to the [[Consensus Items History]] page.)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
none&lt;br /&gt;
&lt;br /&gt;
== [[ Current Consensus Items | Proposals for next week ]] ==&lt;br /&gt;
&#039;&#039;(Add any new items for consensus to the [[Current Consensus Items]] page.)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
none&lt;br /&gt;
&lt;br /&gt;
= Discussion =&lt;br /&gt;
&lt;br /&gt;
== Discussion Item 1 ==&lt;br /&gt;
ADA related stuff&lt;br /&gt;
&lt;br /&gt;
Pyconaut- talked to a frend who kows a lot of people in the ADA space, and they have contacted a friend who is a ADA specialist who can look over our space and help us.  Will be talking more with them soon.  Will try to find out rates, and when they are available.  &lt;br /&gt;
&lt;br /&gt;
Pyconaut- want to create an ADA fund for paying contractors etc. &lt;br /&gt;
&lt;br /&gt;
Rikke- Let&#039;s get concrete proposals, evaluate, then allocate money. Let&#039;s ask Pyconaut&#039;s friend for hourly rate &amp;amp; overall estimate&lt;br /&gt;
&lt;br /&gt;
Pyconaut- the ADA specialist would come before any bids, so should we start to set aside some money.  &lt;br /&gt;
&lt;br /&gt;
X- Would thios be a CASP inspection?&lt;br /&gt;
&lt;br /&gt;
Rikke- I understand that it is just specialist advice, and not a CASP inspection.&lt;br /&gt;
&lt;br /&gt;
X - I like more knowledgable people providing input. Would invite coordinating a visit/introduction to the space.&lt;br /&gt;
&lt;br /&gt;
Pyconaut- Yes&lt;br /&gt;
&lt;br /&gt;
Dan - Space clearing and investigation of locations upstairs and down for where a lift could go. Exploring option of a lift to the lift instead of a ramp, see Omni ballroom lift for example.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Link?&lt;br /&gt;
&lt;br /&gt;
Dan- wondering about the ramp option and where it could go.  we need to go 12 feet for every foot Up, so to go 3 feet up it would be 36 feet.  One option is all along the right wall, image is not to scale.  But comes out in a nice spot in the music room.  The cost is that we have a lot of space used up by ramp and platform.  Real images sow a perspective of what it might look like.  &lt;br /&gt;
&lt;br /&gt;
X- the shorter the ramp the better, but we can go as far as we need.&lt;br /&gt;
&lt;br /&gt;
Rikke what about a lift to a lift, like some wide stairs with a heavy duty stair lift, but it would save space and could be a good option &lt;br /&gt;
&lt;br /&gt;
Decep Qi Kon- the ramp could go under the stairs if we remove the front room, and could save us a lot of room.&lt;br /&gt;
&lt;br /&gt;
Pyconaut- &lt;br /&gt;
&lt;br /&gt;
Decep Qi Kon- Can we get an Onshape version&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We talked about this as part of an option when the elevator contractor was there, can actually make a hole in the wall with or without modifying the room.&lt;br /&gt;
&lt;br /&gt;
Steps for putting a hole big enough to put a lift into the second floor in 2021:&lt;br /&gt;
    *Plans&lt;br /&gt;
    *Landlord written approval&lt;br /&gt;
    *Approved budget(s)&lt;br /&gt;
    *Permits&lt;br /&gt;
    *Contractor Contracts&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Stack&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Discussion Item 2 ==&lt;br /&gt;
Rent at 272 Capp St., when how much.&lt;br /&gt;
&lt;br /&gt;
Our lease clearly states that the lease and rent begins on the 1st day of the month following all relevant restrictions being lifted. What excatly remains as a relevant restriction is not clear, as San Francisco is now in the Orange, which is the same status in late 2020 when we were closed and not paying rent.&lt;br /&gt;
&lt;br /&gt;
Utilities:&lt;br /&gt;
*Electric/Power Account needs to be established&lt;br /&gt;
*Water, &amp;gt;$1,600 was paid (~$800 over payment) by building management. Treasurer has offered to wire re-payment. There is an annomly in November/December 2020 of water usage of over 200 gallons a day on average, given the level of activity at the time which was very little to done something is up here. Our last couple of months have been more like $20 a month.&lt;br /&gt;
*Trash, account established, on hold during covid, although they tried billing us again. Account was paid up thru end of 2020.&lt;br /&gt;
*Internet, Monkey Brains is fucking awesome, we have bandwidths.&lt;br /&gt;
&lt;br /&gt;
Pyconaut- I am guessing starting renovations or getting landlord apprival for the elevator might be affected by the state of our rent. Should we start paying rent and still say we are closed.&lt;br /&gt;
&lt;br /&gt;
Our lease is specifc, that modification and preperations for opening are not part of what determines paying rent. We initially set this up exepcting to get a month or two delay to see where the state of things went. It&#039;s more a matter of whats realistic and reasonablly safe.&lt;br /&gt;
&lt;br /&gt;
Tyler- Fixing stuff that requires landlord aproval is definitly harder to do without paying rent to them. Like the fire exit door and ongoing accessibility discussions.&lt;br /&gt;
&lt;br /&gt;
Paying more rent in May or April? as we have already deposited first month rent.  We want to be in a good 10 year relatioship with the landlord.&lt;br /&gt;
&lt;br /&gt;
Dan- THank you Tyler for doing all our finacial stuff.  If we can explain that we are planning to not open tell july or so, but really want to finish renovations as fast as possible, and if we need to be considered open to do renovations we could start paying, but it might be nice if we can pay partial rent while buildout is happening.&lt;br /&gt;
&lt;br /&gt;
Dan- Ask then about capital improvements, and if we can split it fifty fifty&lt;br /&gt;
&lt;br /&gt;
Pyconaut- Tax credits for building improvements? I.e. Better Business Bureau offerings, energy efficiecy rewards (solar)?&lt;br /&gt;
&lt;br /&gt;
X- I am pretty sure that the building related tax credits are only for land owner.  &lt;br /&gt;
&lt;br /&gt;
Dan- If we need to pay we should pay and get on top of this.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Discussion Item 2.5==&lt;br /&gt;
Humanmade and A&amp;amp;A&lt;br /&gt;
&lt;br /&gt;
Nthmost has met with Sarayah from Humanmade last week.  &lt;br /&gt;
&lt;br /&gt;
We still plan to work with SFMade, but right now Humanmade would be a better option for right now with what we need to do.&lt;br /&gt;
&lt;br /&gt;
Pyconaut- Thank you Decep Qi Kon for bringing Humanmade back into the loop.&lt;br /&gt;
&lt;br /&gt;
Decep Qi Kon- It will be a cheaper option the SFMade for thing like helping design airflow and shop layout, and what we need to do for safety.  They could also help with city related stuff.  &lt;br /&gt;
&lt;br /&gt;
Dan- THank you Decep Qi Kon for your help, and keep us in the loop with what they might need from us.&lt;br /&gt;
&lt;br /&gt;
Decep Qi Kon- SFMade would be good if we can do workforse development for the city of SF.  Things like electronic assembly.  &lt;br /&gt;
&lt;br /&gt;
X- What is our current status with SFMade are they someone we would contract with for this which would be somewhat new for noisebridge.&lt;br /&gt;
&lt;br /&gt;
X- Human Made has been a very helpful and friendly group with aligned interests in more access to more spaces.&lt;br /&gt;
&lt;br /&gt;
Decep Qi Kon- Slowly advancing to them.  &lt;br /&gt;
&lt;br /&gt;
Dan-  what issues might arise taking money to do workefoprce development, or jut to take money to keep doing exellent stuff.  It could limit what we can do maybe.  But doing teaching in general is something we like doing, but usually in a much more informal way, no big bureocratic contracts&lt;br /&gt;
&lt;br /&gt;
Pyconaut- I agree&lt;br /&gt;
&lt;br /&gt;
Decep Qi Kon- I understand these issues and an trying to figure out how noisebridge could work with any compromises, like use as a location for classes that teachers can use, during the hours that noisebridge is underutuilised right now.&lt;br /&gt;
&lt;br /&gt;
Dan- Thank you for that  &lt;br /&gt;
&lt;br /&gt;
X- How can we revisit what noisebridge is in the new space. Lets tka a moment to think about that.  Ye who enter the space are the space, be exellent to eachother.  We havent even started yet and many of us will still be at this for another 10 years.   &lt;br /&gt;
&lt;br /&gt;
Dan - A quick circle back to are we paying rent.&lt;br /&gt;
&lt;br /&gt;
Carl - On paying rent, thinks it&#039;s pretty binary and matter of when we are or aren&#039;t paying.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Discussion Item 3 ==&lt;br /&gt;
Where in the world is Crypto Meetup &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Discussion Item 4 ==&lt;br /&gt;
TFC, Routers, and OldBridgers OHSNAP!&lt;br /&gt;
&lt;br /&gt;
    Teh Boards&lt;br /&gt;
&lt;br /&gt;
    x86 emulation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    Potential advice-lenders? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Where notes go?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Discussion Item 5 ==&lt;br /&gt;
Fundraising&lt;br /&gt;
&lt;br /&gt;
== Discussion Item 6== &lt;br /&gt;
Small C concensus for paying rent discussion&lt;br /&gt;
&lt;br /&gt;
When should we start paying rent and would we pay full ammount,  abut only start pay if we have consessions for how we pay, when we pay, or that we can do buildout, or do some capital improvements with their help.  &lt;br /&gt;
&lt;br /&gt;
Pyconaut- I think the discussion should be started with the landlord about this.&lt;br /&gt;
&lt;br /&gt;
Dan- Can we draft some small C language about this to give to tyler.&lt;br /&gt;
&lt;br /&gt;
X- We can have &lt;br /&gt;
&lt;br /&gt;
X- if we start lease in april we start paying May first, if we start lease we start paying june.  We can push it back &lt;br /&gt;
&lt;br /&gt;
Right now the landlord wants to see a document from the city that shows that noisebridge currently can&#039;t open.  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;rant&amp;gt;&lt;br /&gt;
are we opening, we are not opening, what are we doing, what is noisebridge, what do we want noisebridge to be.&lt;br /&gt;
&amp;lt;/rant&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We are currently in a pre lease and our full 10 year lease has not started yet&lt;br /&gt;
&lt;br /&gt;
There is a lot that can open and a lot that can&#039;t, noisebridge is in an unknown category, &lt;br /&gt;
&lt;br /&gt;
Dan- What is our current timeline for real opening, I am thinking late june at earliest, as it will probably take that long for peoples vaccines to kick in that get their second dose end of may.  &lt;br /&gt;
&lt;br /&gt;
Rikke- Comeing in to space will motivate people to help with buildout?&lt;br /&gt;
&lt;br /&gt;
Dan- I think it would be hart to antisipate people who want to actually Right now 1 out of 10 noisebridgers seem to put in a lot of effort to help improve the space.&lt;br /&gt;
&lt;br /&gt;
Pyconaut- Agree with Dan: due to fast opening happening now, 4th wave likely--back to restrictions. Expect most not to get first shots until May sometime and due to 4th wave it will probably &lt;br /&gt;
&lt;br /&gt;
[21:35]&lt;br /&gt;
&lt;br /&gt;
Mission is seeing highest rates like evar right now. &lt;br /&gt;
&lt;br /&gt;
Rikke- but most noisebridgers dont live in mission&lt;br /&gt;
&lt;br /&gt;
Pyconaut- How can we let people build out the space when we doen&#039;t even know how to lay out the space due to the elavator and ramp issues, and how that copuld affect all of the buildout (renovations, where stuff goes.)&lt;br /&gt;
&lt;br /&gt;
**Two Questions: When do we start paying rent, when do we open&lt;br /&gt;
&lt;br /&gt;
We do need to pay rent to open, however we don&#039;t have to be open to pay rent. We signed a lease nearly a year ago with the full intention and expectations to be paying rent before the end of last summer. We managed to negtiate a what if, around the pandemic and have had the luxury of much more time, however we have yet to capitilize on using it.&lt;br /&gt;
&lt;br /&gt;
Rikke- I think that it is clear that we will probably start paying soon unless we show anything the city.  Buildout will take a long time, but we need to get started now, we probably wont have designs tell the fall as that is probably when the elevator &lt;br /&gt;
&lt;br /&gt;
X- It takes weeks to get apointments so in Covid issue we will not really be in full openability tell probably late june.  &lt;br /&gt;
&lt;br /&gt;
Dan- It is hard to seperate the exelent volunteers from torist and people who want internet or a lazer cutter, that put those volunteers at risk.  How will we make sure the space is safe.  We want to be pandemicly safe before we open.  But if we need to pay rent we should do that when we need to do it.  It also might not be safe to have people in space during construction.  &lt;br /&gt;
&lt;br /&gt;
Pyconaut (personal opinion)- I will be happy to help buildout the space right when I am full vaccinated, but if that is still during this fourth wave of the pandemic and noisebridge opens up, I would feel unsafe to come help buildout.  I think we want to keep very few people in the space and focused on buildout.  As time goes on, more exellent volunteers will be become vaccanated as time goes on.  But if we open up, some might stay away tell they think the space is actually safe, which might be a while longer.  &lt;br /&gt;
&lt;br /&gt;
X- When we open is Covid related, when we start paying rent is up to how we interpret the lease and the city.&lt;br /&gt;
&lt;br /&gt;
From Treasurer of Noisebridge as signed on 07/08/2021 272_Capp_Lease_and_Addendum.pdf&lt;br /&gt;
1. Lessor hereby leases unto Lessee the following land and any improvements thereon (hereinafter the “Leased Property”): the entirety of that certain two (2) story building located at 272 Capp Street, San Francisco, CA 94110&lt;br /&gt;
2. The term of this lease (“Term”) shall be ten (10) years, commencing on the Commencement Date (as defined below). The parties acknowledge the current COVID-19 pandemic, and related current and potential future local, state, and national government orders requiring or encouraging businesses such as Lessee’s to remain closed to the public (the “COVID-19 Orders”). Subject to Lessor’s receipt of the “Sprinkler Certification” (as defined in Section 12 of Addendum A attached hereto), the parties agree that the Term of this Agreement shall commence on the thirtieth (30th) day following the City of San Francisco’s authorization for non-essential businesses to re-open, including, without limitation, Lessee’s “Permitted Use” (as deifned below) at the Leased Premises, in accordance with the COVID-19 Orders (the “Commencement Date”), and ending on the last day of the 120th full calendar month following the Commencement Date (the “Expiration Date”), unless the Term be sooner terminated or canceled as provided herein. From the date of execution of this Lease until the Commencement Date (the “PreCommencement License Term”), Lessee shall have the right to access the Leased Premises in order to allow Lessee to install fixtures, furnishings, equipment and telecommunications infrastructure in the Leased Premises, and to fully equip the Leased Premises with all furniture, floor and wall coverings, exterior signs, and special equipment and other items of construction and personal property necessary for the completion of the Leased Premises and the proper operation of Lessee’s business therein for the Permitted Use. During such Pre-Commencement License Term, Lessee shall be bound by all provisions of this Lease except for the obligation to pay Rent. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Dan- There is some sense to open up at some point, but currying goodwill with our landlord will help our buildout a lot.  I am fine with starting rent may first if it will help with build out, and then exspand the ammount of people&lt;br /&gt;
&lt;br /&gt;
x- When is the 30 days after the City of San Francisco’s authorization for non-essential businesses to re-open with our use case?&lt;br /&gt;
&lt;br /&gt;
Dan- We could go to atourney to find this issue, but that might harm our relationship with our landlord.  &lt;br /&gt;
&lt;br /&gt;
X- Non Profits are still closed so we &lt;br /&gt;
If we Follow the citys relaxed restrictions that went in to effect march 24, then the 30 days would be april 24, and we would pay a bit of money for end of april, then one month before we we pay our first rent on june first.  &lt;br /&gt;
&lt;br /&gt;
Pyconaut- These are the lines that matter&lt;br /&gt;
&lt;br /&gt;
&amp;quot;City of San Francisco’s authorization for non-essential businesses to re-open, including, without limitation, Lessee’s “Permitted Use” (as deifned below) at the Leased Premises&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
X- I would like to propose a concensus to commence our lease on may 1st, which would make our next payment June first.&lt;br /&gt;
&lt;br /&gt;
Pyconaut- Do we trully fall into the category that is able to open.  &lt;br /&gt;
&lt;br /&gt;
X- It seems like everything can open at some capacity.  &lt;br /&gt;
&lt;br /&gt;
Dan- This was so much thanks to tyler for doing so much of our lease and that I trust their judjement, and know that their relationship with the landlord is very importaint.  If they think that we probably fall into the category that came out of closed on march 24th.  &lt;br /&gt;
&lt;br /&gt;
X- Does without limitation mean that not having 100% access is a limitation.&lt;br /&gt;
&lt;br /&gt;
Dan- I think it actually meant that the limitation of the city with our use is not there anymore.&lt;br /&gt;
&lt;br /&gt;
X- This all comes down to interpretation, and it can be modified at any point with both parties.  These terms are complicated, but it seems we have &lt;br /&gt;
&lt;br /&gt;
X- Should I put back up the Concensus item to reopen noisebridge&lt;br /&gt;
&lt;br /&gt;
Pyconaut- Yes, It will get people to come to meetings and to give opinions on when to open.  And it will probably take quite a few weeks to even choose a date&lt;br /&gt;
&lt;br /&gt;
Dan- I support it, opening Noisebridge 3.0&lt;br /&gt;
&lt;br /&gt;
X- It is actually 3.14159265&lt;br /&gt;
&lt;br /&gt;
Pyconaut- I can&#039;t wait tell noisebridge 4.2.0, though that is about 12 years out.&lt;br /&gt;
&lt;br /&gt;
X- draft Concencus item moved to current items.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
X-  &lt;br /&gt;
&lt;br /&gt;
[23:00]&lt;br /&gt;
&lt;br /&gt;
= End of Meeting =&lt;br /&gt;
&lt;br /&gt;
[[Category:Meeting Notes]]&lt;/div&gt;</summary>
		<author><name>😷</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=HAM&amp;diff=72863</id>
		<title>HAM</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=HAM&amp;diff=72863"/>
		<updated>2021-03-28T22:55:02Z</updated>

		<summary type="html">&lt;p&gt;😷: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;Amateur Radio &amp;quot;HAM&amp;quot;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
9am N6NFI Talk Net simulcast:&lt;br /&gt;
&lt;br /&gt;
Microphone and Camera optional, connected to KR6DD echo link audio feed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;https://jitsi.noisebridge.io/HAM&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now Playing:&lt;br /&gt;
*[https://www.youtube.com/watch?v=ZuNOD3XWp4A All Your RFz  - Balint Seeber (DEFCON21)]&lt;br /&gt;
*[https://www.youtube.com/watch?v=CCNzzedU3gE - SDR Basics - Balin Seeber (DEFCON26)]&lt;br /&gt;
*[https://www.youtube.com/watch?v=1RipwqJG50c IM Hacks Garage - Samy Kamkar (OWASP 2016)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next hack!?&lt;br /&gt;
&lt;br /&gt;
https://hamprojects.info/brian-SM/&lt;br /&gt;
&lt;br /&gt;
A-N-D&lt;br /&gt;
&lt;br /&gt;
[[File:888s.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[EXMPERIMENTAL]&lt;br /&gt;
&lt;br /&gt;
LIVE Stream: rtmp://space.noisebridge.info/live/HAMbridge&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Open in VLC as network stream (Ctrl + N)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is a test stream directly from our FPGA based streaming box. It is up most of the time and running a test feed with an HDMI input and overlays with VGA from pegasus showing tmux with performance and weather information. The stream may not start properly, and I sometimes have to try loading it a few times for the video to stream properly. There is audio from Mary piped in but it usually quite. Looking to switch this over to monitor SDR or the like as well.&lt;br /&gt;
&lt;br /&gt;
Want to talk radio or the like, open jitsi meeting available, there may or may not be anybody home: https://jitsi.noisebridge.io/HAM&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The main noisebridge hangout is here, and is more likely to have something going on:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;https://jitsi.noisebridge.io/hackitorium&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
RELATED:&lt;br /&gt;
[[W6NOAP]]&lt;br /&gt;
[[OP25]]&lt;br /&gt;
[[9am]]&lt;br /&gt;
&lt;br /&gt;
Band Plan:&lt;br /&gt;
http://www.arrl.org/graphical-frequency-allocations&lt;br /&gt;
&lt;br /&gt;
= Space =&lt;br /&gt;
*[https://www.ariss.org/contact-the-iss.html Frequencies &amp;amp; Info on contacting the International Space Station]&lt;br /&gt;
*[https://spotthestation.nasa.gov/tracking_map.cfm Current position and track of ISS]&lt;br /&gt;
*[https://amsat.org/status/ Satellite &amp;amp; Space Contacts]&lt;br /&gt;
&lt;br /&gt;
Suggested HT (handheld transevier) [https://www.kenwood.com/usa/com/amateur/th-d72a/ TH-D72A]&lt;br /&gt;
&lt;br /&gt;
Paired with [https://www.amazon.com/al-800-antenna/s?k=al-800+antenna AL-800 (clone) Antenna]&lt;br /&gt;
&lt;br /&gt;
= HF =&lt;br /&gt;
HF stands for High Frequency. In today&#039;s RF landscape this is the low end of the frequency band generally from around 3-30Mhz or 160-10 meter wavelength.&lt;br /&gt;
&lt;br /&gt;
[https://www.hfpropagation.com/ Propagation Reports &amp;amp; Forecast]&lt;br /&gt;
[https://www.ncdxf.org/beacon/ International Beacon Project]&lt;br /&gt;
&lt;br /&gt;
= ATV =&lt;br /&gt;
ATV is Amateur Television broadcast and receiving.&lt;br /&gt;
&lt;br /&gt;
[http://mfwright.com/atvsetup.html Information on setting up an ATV station]&lt;br /&gt;
&lt;br /&gt;
= APRS =&lt;br /&gt;
[https://www.youtube.com/watch?v=fBj-HI7uyho&amp;amp;list=PL9fPq3eQfaaCeRgtuXJTrs5wMBD_aLY3b&amp;amp;index=8 DEF CON HAM Radio Village APRS Demo]&lt;br /&gt;
&lt;br /&gt;
Hardware:&lt;br /&gt;
*https://perens.com/avrt5/&lt;br /&gt;
*https://byonics.com/aio&lt;br /&gt;
*https://www.dxengineering.com/parts/wmo-picoaprs&lt;br /&gt;
&lt;br /&gt;
= Packet Radio =&lt;br /&gt;
https://portal.ampr.org/index.php&lt;br /&gt;
&lt;br /&gt;
= Resources =&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
*[https://rv3yf.us/collections/all-products/products/noise-bridge-r-15 Noise Bridge R-15]&lt;br /&gt;
*[https://rv3yf.us/collections/all-products/products/simple-qrp-cw-transceiver QRP CW Transceiver]&lt;br /&gt;
*[https://www.rtl-sdr.com/ RTL-SDR.com]&lt;br /&gt;
*[https://www.rtl-sdr.com/category/sdrplay/ SDRplay]&lt;br /&gt;
*[https://www.radioddity.com/products/radioddity-gd-77-dmr-two-way-radio Speach/Accessibility friendly HT Radiooddity GD-77]&lt;br /&gt;
&lt;br /&gt;
== Clubs ==&lt;br /&gt;
*http://paara.org/&lt;br /&gt;
*https://www.sfarc.org/&lt;br /&gt;
*http://bmha-hams.org/&lt;br /&gt;
&lt;br /&gt;
== Links/News ==&lt;br /&gt;
*[https://hackaday.com/2020/11/28/ham-radio-needs-to-embrace-the-hacker-community-now-more-than-ever/ HAM/Hackers needed]&lt;br /&gt;
*[https://www.theverge.com/2020/12/1/21754959/arecibo-observatory-platform-collapse-dish-puerto-rico-telescope Arecibo Collapse]&lt;br /&gt;
*[https://www.nature.com/articles/d41586-019-02790-3 FAST Gigantic Chinese telescope]&lt;br /&gt;
*[https://twit.tv/shows/ham-nation/episodes/482?autostart=false Kristen W6WX Interview]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Antennas =&lt;br /&gt;
&lt;br /&gt;
== 2m (VHF) ==&lt;br /&gt;
&lt;br /&gt;
*https://everydayready.wordpress.com/2015/10/19/diy-2m-tape-measure-yagi-antenna/&lt;br /&gt;
*https://offgridsurvival.com/2meterantenna-homebrewdroopygroundplane/&lt;br /&gt;
*http://iz8jji.blogspot.com/2011/04/roll-up-2m-jpole-antenna.html&lt;br /&gt;
&lt;br /&gt;
== 40m (HF) ==&lt;br /&gt;
&lt;br /&gt;
=== Vertical Antenna ===&lt;br /&gt;
&lt;br /&gt;
https://www.electronics-notes.com/articles/antennas-propagation/vertical-antennas/vertical-types.php&lt;br /&gt;
&lt;br /&gt;
=== G5RV Dipole ===&lt;br /&gt;
&lt;br /&gt;
https://en.wikipedia.org/wiki/G5RV_antenna&lt;br /&gt;
&lt;br /&gt;
Works ideally suspended horizontally above the ground. Inverted V is also common with greater then 90 degree spread.&lt;br /&gt;
&lt;br /&gt;
= Bay Area Repeaters =&lt;br /&gt;
&lt;br /&gt;
=== VHF 2m (144-148 Mhz) ===&lt;br /&gt;
&lt;br /&gt;
[https://www.repeaterbook.com/repeaters/prox_result.php?city=94110&amp;amp;lat=&amp;amp;long=&amp;amp;distance=25&amp;amp;Dunit=m&amp;amp;band1=14&amp;amp;band2=4&amp;amp;freq=&amp;amp;call=&amp;amp;features%5B%5D=FM&amp;amp;status_id=1&amp;amp;use=%25&amp;amp;order=distance_calc%2C+state_id%2C+%60call%60+ASC 2m/70cm Repeater Book Entries within 25mi of Noisebridge]&lt;br /&gt;
&lt;br /&gt;
Testing uplink and downlink analog capabilities starting on the 2 meter band, the following stations have been confirmed working from the East Bay with relatively low power setups.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Callsign     Frequency   Offset       Tone      Location        County&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
K6EAG        145.130     -0.6 MHz     127.3     Hayward         Alameda&lt;br /&gt;
W6RGG        147.240     +0.6 MHz     107.2     San Leandro     Alameda&lt;br /&gt;
W6PW         145.150     -0.6 Mhz     664N*     Sutro Tower     San Francisco&lt;br /&gt;
WB6NDJ       146.880     -0.6 Mhz     77.0      Oakland         Alameda&lt;br /&gt;
WA6TOW       146.925     -0.6 Mhz     114.8     North Peak      San Mateo&lt;br /&gt;
N6NFI        145.230     -0.6 Mhz     100.0     Palo Alto       Santa Clara&lt;br /&gt;
WR6ABD       146.640     -0.6 Mhz     162.2     Loma Prieta     Santa Clara&lt;br /&gt;
KI6AOZ       146.085     +0.6 Mhz     114.8     Newark          Alameda&lt;br /&gt;
W6CX         147.060     +0.6 Mhz     100.0     Mt. Diablo      Alameda&lt;br /&gt;
&lt;br /&gt;
Tone: Unless otherwise noted is up-link tone frequency in Hz&lt;br /&gt;
      * Uses DCS on Rx/Tx&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== UHF 70cm (420-450 Mhz) ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
WW6BAY     443.975     100.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Tone Control =&lt;br /&gt;
&lt;br /&gt;
== DTMF ==&lt;br /&gt;
Try &#039;699&#039; on N6NFI&lt;br /&gt;
&lt;br /&gt;
== DCS ==&lt;br /&gt;
*http://mmi-comm.tripod.com/dcs.html&lt;br /&gt;
*https://wiki.radioreference.com/index.php/DCS&lt;br /&gt;
*http://www.repeater-builder.com/tech-info/ctcss/ctcss-overview.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= SDR =&lt;br /&gt;
&lt;br /&gt;
== Satellites ==&lt;br /&gt;
&lt;br /&gt;
https://publiclab.org/notes/sashae/06-26-2020/diy-satellite-ground-station&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ADS-B ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== FM ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== P.25 ==&lt;/div&gt;</summary>
		<author><name>😷</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=HAM&amp;diff=72862</id>
		<title>HAM</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=HAM&amp;diff=72862"/>
		<updated>2021-03-28T22:54:35Z</updated>

		<summary type="html">&lt;p&gt;😷: now watching RF stuff&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;Amateur Radio &amp;quot;HAM&amp;quot;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
9am N6NFI Talk Net simulcast:&lt;br /&gt;
&lt;br /&gt;
Microphone and Camera optional, connected to KR6DD echo link audio feed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;https://jitsi.noisebridge.io/HAM&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now Playing:&lt;br /&gt;
*[https://www.youtube.com/watch?v=ZuNOD3XWp4A All Your RFz  - Balint Seeber (DEFCON21)&lt;br /&gt;
*[https://www.youtube.com/watch?v=CCNzzedU3gE - SDR Basics - Balin Seeber (DEFCON26)]&lt;br /&gt;
*[https://www.youtube.com/watch?v=1RipwqJG50c IM Hacks Garage - Samy Kamkar (OWASP 2016)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next hack!?&lt;br /&gt;
&lt;br /&gt;
https://hamprojects.info/brian-SM/&lt;br /&gt;
&lt;br /&gt;
A-N-D&lt;br /&gt;
&lt;br /&gt;
[[File:888s.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[EXMPERIMENTAL]&lt;br /&gt;
&lt;br /&gt;
LIVE Stream: rtmp://space.noisebridge.info/live/HAMbridge&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Open in VLC as network stream (Ctrl + N)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is a test stream directly from our FPGA based streaming box. It is up most of the time and running a test feed with an HDMI input and overlays with VGA from pegasus showing tmux with performance and weather information. The stream may not start properly, and I sometimes have to try loading it a few times for the video to stream properly. There is audio from Mary piped in but it usually quite. Looking to switch this over to monitor SDR or the like as well.&lt;br /&gt;
&lt;br /&gt;
Want to talk radio or the like, open jitsi meeting available, there may or may not be anybody home: https://jitsi.noisebridge.io/HAM&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The main noisebridge hangout is here, and is more likely to have something going on:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;https://jitsi.noisebridge.io/hackitorium&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
RELATED:&lt;br /&gt;
[[W6NOAP]]&lt;br /&gt;
[[OP25]]&lt;br /&gt;
[[9am]]&lt;br /&gt;
&lt;br /&gt;
Band Plan:&lt;br /&gt;
http://www.arrl.org/graphical-frequency-allocations&lt;br /&gt;
&lt;br /&gt;
= Space =&lt;br /&gt;
*[https://www.ariss.org/contact-the-iss.html Frequencies &amp;amp; Info on contacting the International Space Station]&lt;br /&gt;
*[https://spotthestation.nasa.gov/tracking_map.cfm Current position and track of ISS]&lt;br /&gt;
*[https://amsat.org/status/ Satellite &amp;amp; Space Contacts]&lt;br /&gt;
&lt;br /&gt;
Suggested HT (handheld transevier) [https://www.kenwood.com/usa/com/amateur/th-d72a/ TH-D72A]&lt;br /&gt;
&lt;br /&gt;
Paired with [https://www.amazon.com/al-800-antenna/s?k=al-800+antenna AL-800 (clone) Antenna]&lt;br /&gt;
&lt;br /&gt;
= HF =&lt;br /&gt;
HF stands for High Frequency. In today&#039;s RF landscape this is the low end of the frequency band generally from around 3-30Mhz or 160-10 meter wavelength.&lt;br /&gt;
&lt;br /&gt;
[https://www.hfpropagation.com/ Propagation Reports &amp;amp; Forecast]&lt;br /&gt;
[https://www.ncdxf.org/beacon/ International Beacon Project]&lt;br /&gt;
&lt;br /&gt;
= ATV =&lt;br /&gt;
ATV is Amateur Television broadcast and receiving.&lt;br /&gt;
&lt;br /&gt;
[http://mfwright.com/atvsetup.html Information on setting up an ATV station]&lt;br /&gt;
&lt;br /&gt;
= APRS =&lt;br /&gt;
[https://www.youtube.com/watch?v=fBj-HI7uyho&amp;amp;list=PL9fPq3eQfaaCeRgtuXJTrs5wMBD_aLY3b&amp;amp;index=8 DEF CON HAM Radio Village APRS Demo]&lt;br /&gt;
&lt;br /&gt;
Hardware:&lt;br /&gt;
*https://perens.com/avrt5/&lt;br /&gt;
*https://byonics.com/aio&lt;br /&gt;
*https://www.dxengineering.com/parts/wmo-picoaprs&lt;br /&gt;
&lt;br /&gt;
= Packet Radio =&lt;br /&gt;
https://portal.ampr.org/index.php&lt;br /&gt;
&lt;br /&gt;
= Resources =&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
*[https://rv3yf.us/collections/all-products/products/noise-bridge-r-15 Noise Bridge R-15]&lt;br /&gt;
*[https://rv3yf.us/collections/all-products/products/simple-qrp-cw-transceiver QRP CW Transceiver]&lt;br /&gt;
*[https://www.rtl-sdr.com/ RTL-SDR.com]&lt;br /&gt;
*[https://www.rtl-sdr.com/category/sdrplay/ SDRplay]&lt;br /&gt;
*[https://www.radioddity.com/products/radioddity-gd-77-dmr-two-way-radio Speach/Accessibility friendly HT Radiooddity GD-77]&lt;br /&gt;
&lt;br /&gt;
== Clubs ==&lt;br /&gt;
*http://paara.org/&lt;br /&gt;
*https://www.sfarc.org/&lt;br /&gt;
*http://bmha-hams.org/&lt;br /&gt;
&lt;br /&gt;
== Links/News ==&lt;br /&gt;
*[https://hackaday.com/2020/11/28/ham-radio-needs-to-embrace-the-hacker-community-now-more-than-ever/ HAM/Hackers needed]&lt;br /&gt;
*[https://www.theverge.com/2020/12/1/21754959/arecibo-observatory-platform-collapse-dish-puerto-rico-telescope Arecibo Collapse]&lt;br /&gt;
*[https://www.nature.com/articles/d41586-019-02790-3 FAST Gigantic Chinese telescope]&lt;br /&gt;
*[https://twit.tv/shows/ham-nation/episodes/482?autostart=false Kristen W6WX Interview]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Antennas =&lt;br /&gt;
&lt;br /&gt;
== 2m (VHF) ==&lt;br /&gt;
&lt;br /&gt;
*https://everydayready.wordpress.com/2015/10/19/diy-2m-tape-measure-yagi-antenna/&lt;br /&gt;
*https://offgridsurvival.com/2meterantenna-homebrewdroopygroundplane/&lt;br /&gt;
*http://iz8jji.blogspot.com/2011/04/roll-up-2m-jpole-antenna.html&lt;br /&gt;
&lt;br /&gt;
== 40m (HF) ==&lt;br /&gt;
&lt;br /&gt;
=== Vertical Antenna ===&lt;br /&gt;
&lt;br /&gt;
https://www.electronics-notes.com/articles/antennas-propagation/vertical-antennas/vertical-types.php&lt;br /&gt;
&lt;br /&gt;
=== G5RV Dipole ===&lt;br /&gt;
&lt;br /&gt;
https://en.wikipedia.org/wiki/G5RV_antenna&lt;br /&gt;
&lt;br /&gt;
Works ideally suspended horizontally above the ground. Inverted V is also common with greater then 90 degree spread.&lt;br /&gt;
&lt;br /&gt;
= Bay Area Repeaters =&lt;br /&gt;
&lt;br /&gt;
=== VHF 2m (144-148 Mhz) ===&lt;br /&gt;
&lt;br /&gt;
[https://www.repeaterbook.com/repeaters/prox_result.php?city=94110&amp;amp;lat=&amp;amp;long=&amp;amp;distance=25&amp;amp;Dunit=m&amp;amp;band1=14&amp;amp;band2=4&amp;amp;freq=&amp;amp;call=&amp;amp;features%5B%5D=FM&amp;amp;status_id=1&amp;amp;use=%25&amp;amp;order=distance_calc%2C+state_id%2C+%60call%60+ASC 2m/70cm Repeater Book Entries within 25mi of Noisebridge]&lt;br /&gt;
&lt;br /&gt;
Testing uplink and downlink analog capabilities starting on the 2 meter band, the following stations have been confirmed working from the East Bay with relatively low power setups.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Callsign     Frequency   Offset       Tone      Location        County&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
K6EAG        145.130     -0.6 MHz     127.3     Hayward         Alameda&lt;br /&gt;
W6RGG        147.240     +0.6 MHz     107.2     San Leandro     Alameda&lt;br /&gt;
W6PW         145.150     -0.6 Mhz     664N*     Sutro Tower     San Francisco&lt;br /&gt;
WB6NDJ       146.880     -0.6 Mhz     77.0      Oakland         Alameda&lt;br /&gt;
WA6TOW       146.925     -0.6 Mhz     114.8     North Peak      San Mateo&lt;br /&gt;
N6NFI        145.230     -0.6 Mhz     100.0     Palo Alto       Santa Clara&lt;br /&gt;
WR6ABD       146.640     -0.6 Mhz     162.2     Loma Prieta     Santa Clara&lt;br /&gt;
KI6AOZ       146.085     +0.6 Mhz     114.8     Newark          Alameda&lt;br /&gt;
W6CX         147.060     +0.6 Mhz     100.0     Mt. Diablo      Alameda&lt;br /&gt;
&lt;br /&gt;
Tone: Unless otherwise noted is up-link tone frequency in Hz&lt;br /&gt;
      * Uses DCS on Rx/Tx&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== UHF 70cm (420-450 Mhz) ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
WW6BAY     443.975     100.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Tone Control =&lt;br /&gt;
&lt;br /&gt;
== DTMF ==&lt;br /&gt;
Try &#039;699&#039; on N6NFI&lt;br /&gt;
&lt;br /&gt;
== DCS ==&lt;br /&gt;
*http://mmi-comm.tripod.com/dcs.html&lt;br /&gt;
*https://wiki.radioreference.com/index.php/DCS&lt;br /&gt;
*http://www.repeater-builder.com/tech-info/ctcss/ctcss-overview.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= SDR =&lt;br /&gt;
&lt;br /&gt;
== Satellites ==&lt;br /&gt;
&lt;br /&gt;
https://publiclab.org/notes/sashae/06-26-2020/diy-satellite-ground-station&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ADS-B ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== FM ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== P.25 ==&lt;/div&gt;</summary>
		<author><name>😷</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Talk:Hackitorium&amp;diff=72842</id>
		<title>Talk:Hackitorium</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Talk:Hackitorium&amp;diff=72842"/>
		<updated>2021-03-23T06:48:59Z</updated>

		<summary type="html">&lt;p&gt;😷: /* Circuit Hacking Monday in teh Hackitorium */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Decep-Qi-Kons&lt;br /&gt;
https://www.youtube.com/watch?v=s9ZjqJEC1lo&lt;br /&gt;
https://www.youtube.com/watch?v=kpeODvGJE1Q&lt;br /&gt;
21:42&lt;br /&gt;
robo dj xory&lt;br /&gt;
21:42&lt;br /&gt;
Decep-Qi-Kons&lt;br /&gt;
https://www.youtube.com/watch?v=kpeODvGJE1Q&lt;br /&gt;
21:43&lt;br /&gt;
dan&lt;br /&gt;
u got any floppotron trackssss?&lt;br /&gt;
Private message to you&lt;br /&gt;
u got any floppotron trackssss?&lt;br /&gt;
21:46&lt;br /&gt;
try dis &lt;br /&gt;
https://www.youtube.com/watch?v=wEBZckkRwSM&lt;br /&gt;
21:47&lt;br /&gt;
Decep-Qi-Kons&lt;br /&gt;
https://www.youtube.com/watch?v=9KzMgaitfVk&lt;br /&gt;
ok&lt;br /&gt;
21:47&lt;br /&gt;
dan&lt;br /&gt;
https://www.youtube.com/watch?app=deskthttps://www.youtube.com/watch?app=desktop&amp;amp;v=qYzXoNXgu9kop&amp;amp;v=qYzXoNXgu9khttps://www.youtube.com/watch?app=desktop&amp;amp;v=qYzXoNXgu9k&lt;br /&gt;
21:48&lt;br /&gt;
here&#039;s yo flop &lt;br /&gt;
https://www.youtube.com/watch?v=ph5OW9p-GHM&lt;br /&gt;
21:48&lt;br /&gt;
dan&lt;br /&gt;
thx&lt;br /&gt;
21:48&lt;br /&gt;
Decep-Qi-Kons&lt;br /&gt;
https://www.youtube.com/watch?v=lX6JcybgDFo&lt;br /&gt;
https://www.youtube.com/watch?v=pgaEE27nsQw&lt;br /&gt;
https://www.youtube.com/watch?v=bfKV0WmjtT8&lt;br /&gt;
https://www.youtube.com/watch?v=X18e113BRKE&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sryybj Wvgfgre&lt;br /&gt;
uggcf://jjj.kzbqhyb.pbz/ubj-gb-fcrpvsl-cevingr-xrl-svyr-va-ffu.ugzy&lt;br /&gt;
19:57&lt;br /&gt;
Sryybj Wvgfgre&lt;br /&gt;
zber ffu cnenzf, jvgu Cbeg naq Hfre urer &lt;br /&gt;
uggcf://yvahkvmr.pbz/cbfg/hfvat-gur-ffu-pbasvt-svyr/&lt;br /&gt;
20:04&lt;br /&gt;
Sryybj Wvgfgre&lt;br /&gt;
fpc /cngu/gb/lbhe/svyr &lt;br /&gt;
erynl@mroebvq.abvfr.ghor&lt;br /&gt;
 -C 2223&lt;br /&gt;
20:04&lt;br /&gt;
Sryybj Wvgfgre&lt;br /&gt;
onpx va n ovg, gunaxf GW lnlnlnlnnl 5ZbS&#039;f&lt;br /&gt;
20:04&lt;br /&gt;
Sryybj Wvgfgre&lt;br /&gt;
fpc /cngu/gb/lbhe/svyr &lt;br /&gt;
erynl@mroebvq.abvfr.ghor&lt;br /&gt;
:~&lt;br /&gt;
 -C 2223&lt;br /&gt;
20:05&lt;br /&gt;
Sryybj Wvgfgre&lt;br /&gt;
avpr gb zrrg rirelbar, ggl fbba&lt;br /&gt;
20:06&lt;br /&gt;
Sryybj Wvgfgre&lt;br /&gt;
fpc -C 2223 /cngu/gb/lbhe/svyr &lt;br /&gt;
erynl@mroebvq.abvfr.ghor&lt;br /&gt;
&lt;br /&gt;
 -C 2223&lt;br /&gt;
ffu -c 2223 &lt;br /&gt;
erynl@mroebvq.abvfr.ghor&lt;br /&gt;
V perngrq uvf qverpgbel nf ebbg. Gung&#039;f jul ur&#039;f trggvat crezvffvba reebef&lt;br /&gt;
20:21&lt;br /&gt;
Sryybj Wvgfgre&lt;br /&gt;
yf -yq /ubzr/abvfroevqtr&lt;br /&gt;
20:23&lt;br /&gt;
Sryybj Wvgfgre&lt;br /&gt;
jung&#039;f tbvat qbja ng gur oevqtr?&lt;br /&gt;
18:48&lt;br /&gt;
Sryybj Wvgfgre&lt;br /&gt;
jul jbhyq or fbzrbar pbclvat svyrf ba abvfroevqtr?&lt;br /&gt;
Vf erynl hfre sbe whfg trggvat svyrf gurer yvxr n /gzc zbbhagrq&lt;br /&gt;
fb guvf vf yvxr n ybat ehaavat frffvba. :&lt;br /&gt;
11:29&lt;br /&gt;
k&lt;br /&gt;
jngpun unpx&#039;a hc gb gbqnl GW?&lt;br /&gt;
uggcf://jjj.tbbtyr.pbz/hey?fn=g&amp;amp;epg=w&amp;amp;d=&amp;amp;rfep=f&amp;amp;fbhepr=jro&amp;amp;pq=&amp;amp;pnq=ewn&amp;amp;hnpg=8&amp;amp;irq=2nuHXRjvTth__c_ahNuJoIf0XUnwyO9DDgjVjNUbRPNVDNj&amp;amp;hey=uggcf%3N%2S%2Sjjj.lbhghor.pbz%2Sjngpu%3Si%3QIqCfWJ6NUdp%26iy%3Qra&amp;amp;hft=NBiInj2zjsb0vMB7x0_hBn5ujN3N&lt;br /&gt;
uggcf://jjj.lbhghor.pbz/jngpu?i=IqCfWJ6NUdp&amp;amp;iy=ra&lt;br /&gt;
 RFC32-P3&lt;br /&gt;
Zvxr&#039;f gnxr ba fcnturggv YRQ &lt;br /&gt;
uggcf://jjj.lbhghor.pbz/jngpu?i=3NEaz8OkUrN&lt;br /&gt;
AbqrErq/ZDGG ubhfr grzc qrzb +1&lt;br /&gt;
12:41&lt;br /&gt;
zbetna&lt;br /&gt;
&amp;quot;orjner bs xbbxf&amp;quot;&lt;br /&gt;
13:22&lt;br /&gt;
Ncurk&lt;br /&gt;
ununun sryybj xvqf&lt;br /&gt;
13:47&lt;br /&gt;
Ⅹ&lt;br /&gt;
jrypbzr gb gur pbafvcvenpl cnegl&lt;br /&gt;
uggcf://jjj.abvfroevqtr.arg/jvxv/Unpxvgbevhz&lt;br /&gt;
13:50&lt;br /&gt;
Ncurk&lt;br /&gt;
gl!&lt;br /&gt;
13:51&lt;br /&gt;
Ⅹ&lt;br /&gt;
uggcf://sppvq.vb/2NC38-PBE1N&lt;br /&gt;
erfcrpg!&lt;br /&gt;
14:09&lt;br /&gt;
Ncurk&lt;br /&gt;
uggcf://orgehfgrq.vb/&lt;br /&gt;
14:24&lt;br /&gt;
GW&lt;br /&gt;
qb-bpenpl : rirelbar vf n yrnqre!&lt;br /&gt;
14:26&lt;br /&gt;
Ncurk&lt;br /&gt;
urer&#039;f jung V&#039;z frggvat hc orgjrra unpxrefcnprf:&lt;br /&gt;
uggcf://tvguho.pbz/zndc/gsp&lt;br /&gt;
er: qvl gehfgrq uneqjner sebz pbgf cnegf&lt;br /&gt;
14:28&lt;br /&gt;
Ⅹ&lt;br /&gt;
fbhaqf yvxr dhbehz bs bcra fbhepr uneqjner/fbsgjner sbe argjbexvat&lt;br /&gt;
14:29&lt;br /&gt;
erynl&lt;br /&gt;
lrf!&lt;br /&gt;
14:31&lt;br /&gt;
Ncurk&lt;br /&gt;
lrc lrc&lt;br /&gt;
14:31&lt;br /&gt;
Lritral&lt;br /&gt;
+1&lt;br /&gt;
14:31&lt;br /&gt;
Ncurk&lt;br /&gt;
Fngheqnlf jbe&lt;br /&gt;
14:34&lt;br /&gt;
erynl&lt;br /&gt;
fbeel pbhyqa&#039;g urne gung pyrneyl&lt;br /&gt;
fbzrguvat nobhg jnagvat gb qb zber frphevgl&lt;br /&gt;
be yrnea zber nobhg frphevgl&lt;br /&gt;
14:36&lt;br /&gt;
GW&lt;br /&gt;
V xabj irel yvggyr nobhg frphevgl, ohg V&#039;z vagrerfgrq va nggraqvat Fngheqnlf&lt;br /&gt;
14:37&lt;br /&gt;
erynl&lt;br /&gt;
LNL!&lt;br /&gt;
14:37&lt;br /&gt;
GW&lt;br /&gt;
Fbhaqf pbby, fbeel zl zvp vf qrnq 👍&lt;br /&gt;
14:37&lt;br /&gt;
erynl&lt;br /&gt;
znvafgernzvat gur gbbyf bs pbzchgvat njnl sebz gur pbecbengr orurzbgu vf zl vqrny&lt;br /&gt;
14:38&lt;br /&gt;
Ⅹ&lt;br /&gt;
uggcf://jjj.fsjrz.arg/&lt;br /&gt;
uggcf://jjj.pebjqfhccyl.pbz/genirefr-grpuabybtvrf/gra64&lt;br /&gt;
uggcf://jjj.pebjqfhccyl.pbz/fhgnwvb-xbfntv/cerphefbe&lt;br /&gt;
14:40&lt;br /&gt;
erynl&lt;br /&gt;
uggcf://bcrajeg.bet/&lt;br /&gt;
V gubhtug lbh whfg ungrq QIQ&#039;f&lt;br /&gt;
14:41&lt;br /&gt;
zbetna&lt;br /&gt;
jbj, guvf pbairefngvba fgvyy tbva&lt;br /&gt;
v jrag qbjafgnvef naq tbg uvg jvgu &#039;arj ubzr bjare NQUQ&#039;&lt;br /&gt;
14:47&lt;br /&gt;
Ncurk&lt;br /&gt;
uggcf://qvfphff.abvfroevqtr.vasb/g/terrgvatf-sebz-inaunpx/2272/15&lt;br /&gt;
14:47&lt;br /&gt;
erynl&lt;br /&gt;
fbo&lt;br /&gt;
&lt;br /&gt;
Abvfroevqtr Qvfpbhefr vfa’g ninvynoyr evtug abj. Jr ner pheeragyl hctenqvat gur fvgr, be cresbezvat (ha)fpurqhyrq znvagranapr.&lt;br /&gt;
&lt;br /&gt;
Cyrnfr purpx onpx yngre.&lt;br /&gt;
14:48&lt;br /&gt;
GW&lt;br /&gt;
uggcf://fs.rngre.pbz/2021/1/25/22248448/pnyvsbeavn-bssvpvnyyl-yvsgf-vgf-phesrj-naq-fgnl-ng-ubzr-beqre&lt;br /&gt;
bu gung&#039;f pnyvsbeavn va trareny&lt;br /&gt;
FS fgvyy unf n phesrj: &lt;br /&gt;
uggcf://jjj.fstngr.pbz/onlnern/negvpyr/Fna-Senapvfpb-xrrcf-10-c-z-phesrj-va-rssrpg-15897215.cuc&lt;br /&gt;
15:02&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2/23/21&lt;br /&gt;
&lt;br /&gt;
Sryybj Wvgfgre&lt;br /&gt;
&amp;lt;nsx&amp;gt;&lt;br /&gt;
19:36&lt;br /&gt;
Sryybj Wvgfgre&lt;br /&gt;
V qba&#039;g guvax gurer&#039;f n jnl gb nepuvir?&lt;br /&gt;
V hfhnyyl whfg pbcl naq cnfgr vagb zl bja abgrf va pnfr..&lt;br /&gt;
Lrnu V jbaqre jub&#039;f qbvat gur juvgrobneqvat abj. V tbg gur vzcerffvba gung Oreavpr vfa&#039;g n cneg bs vg nalzber? Ohg abg fher&lt;br /&gt;
Bu bx&lt;br /&gt;
V jnf jbaqrevat jung&#039;f unccravat jvgu gur obneq fghss (vs nalguvat). Jnf n arj bar ryrpgrq?&lt;br /&gt;
19:43&lt;br /&gt;
Sryybj Wvgfgre&lt;br /&gt;
&amp;lt;/nsx&amp;gt;&lt;br /&gt;
vf unpx gvzr abj?&lt;br /&gt;
20:00&lt;br /&gt;
clpbanhg&lt;br /&gt;
nterrq&lt;br /&gt;
20:02&lt;br /&gt;
Sryybj Wvgfgre&lt;br /&gt;
gurer&#039;f orra n ZVT jryqre sbe n juvyr, naq gurer&#039;f n fgvpx jryqre&lt;br /&gt;
gur ohvyq bhg naq hfr jnf arire svyrq sbe crezvgf&lt;br /&gt;
vg jnf npghnyyl qbar sbe gur zbfg cneg orggre gura vg jbhyq bgurejvfr unir orra yrtnyyl erdhverq gb or&lt;br /&gt;
V urneq jryqvat fbyne gerrf va gur qevirjnl&lt;br /&gt;
gryy&#039;z ubj vg vf, naq unir gurz uryc hf funcr gur arkg fgbel jr jnaan gryy&lt;br /&gt;
20:15&lt;br /&gt;
Sryybj Wvgfgre&lt;br /&gt;
nterrq&lt;br /&gt;
20:15&lt;br /&gt;
Sryybj Wvgfgre&lt;br /&gt;
jr ner nyernql jnl orggre jvgu gur pvgl gura jr rire unir orra, jura vg pbzrf gb gur arj fcnpr&lt;br /&gt;
jr yrsg 2169 ba zvffvba&lt;br /&gt;
vg&#039;f nyy arj nf sne nf gur pvgl bssvpvnyyl srryf nobhg gur Pnyvsbeavn ragvgl xabja nf ABVFROEVQTR&lt;br /&gt;
20:16&lt;br /&gt;
Sryybj Wvgfgre&lt;br /&gt;
unir gb tb abj, frr lbh!&lt;br /&gt;
20:17&lt;br /&gt;
Sryybj Wvgfgre&lt;br /&gt;
vf unpx fcnpr?&lt;br /&gt;
20:19&lt;br /&gt;
jr arire npghnyyl fnvq gung, jr bayl tbg gb gur  cunfr bs vs gurer vf zber gb qb jvyy gnyx nobhg na batbvat pbagenpg&lt;br /&gt;
naq gura gurl frag hf na vaibvpr sbe zber gura jr rire qvfphffrq vg pbfgvat sbe gurve gvzr naq na rkgreany freivpr&lt;br /&gt;
naq jr nterrq vg jbhyq or gbgnyyl ernfbanoyr gb cnl gurz sbe fbzrguvat ba tbvat, ohg arire nterrq gb be rira cebcbfrq nal grezf&lt;br /&gt;
gur bayl pbfg ba gur gnoyr jnf yvxr $900 sbe n PNFC vafcrpgbe, juvpu arire unccraq&lt;br /&gt;
bcvavba: Pbafrafhf fubhyq whfg fnl jung abvfroevqtr jnagf gb raq hc jvgu, naq ragehfg bhe pbzzhavgl gb vzcyvzrag vg rkpryyragyl&lt;br /&gt;
20:28&lt;br /&gt;
Wnzrf&lt;br /&gt;
Olr nyy, frrzf gur bguref yrsg&lt;br /&gt;
20:33&lt;br /&gt;
zrrgvatf bire, abj vf unpxvgbevhz nsgre qnex gvzr&lt;br /&gt;
...Ivpgbevn&lt;br /&gt;
fbzr u4k0e&lt;br /&gt;
jub&#039;f jngpuvat lbh!&lt;br /&gt;
sebz vafvqr bs abvfroevqtr&#039;f! gur pnzren vf pbzvat sebz vafvqr gru ubhfr!&lt;br /&gt;
lbh jnaan gnyxf nobhg npprff naq gur yvxrf bs &amp;quot;oebalgnvyf&amp;quot; ibhpu be fhpu jnug&lt;br /&gt;
Cevingr zrffntr gb (rivy) qna&lt;br /&gt;
20:59&lt;br /&gt;
(rivy) qna&lt;br /&gt;
fher yrg&#039;f gnnnnyx&lt;br /&gt;
Cevingr zrffntr gb lbh&lt;br /&gt;
21:00&lt;br /&gt;
V cnffrq nybat n tngr pbzob ba gur onfvf bs vs ln tbaan or ba gur bgure fvqr bs vg orfg gb xabj ubj gb trg onpx ba gur bgure fvqr&lt;br /&gt;
Cevingr zrffntr gb (rivy) qna&lt;br /&gt;
gb gehr QBA&#039;G fraq 1&lt;br /&gt;
fraq UHAQERQF!!!&lt;br /&gt;
21:05&lt;br /&gt;
clpbanhg&lt;br /&gt;
uggcf://tvguho.pbz/zndc/gsp&lt;br /&gt;
21:10&lt;br /&gt;
UNLJNEQ UNEQJNER UHO&lt;br /&gt;
nqqerff?&lt;br /&gt;
uggcf://tbb.ty/zncf/4h1Yr1jUk2Xng6WW6&lt;br /&gt;
808 o fgerrg unljneq pn&lt;br /&gt;
uggcf://jjj.ybbcarg.pbz/cebcregl/808-o-fg-unljneq-pn-94541/06001-428%20005106400/&lt;br /&gt;
Nqqerff&lt;br /&gt;
808 O Fg&lt;br /&gt;
NCA/Cnepry VQ&lt;br /&gt;
428-0051-064-00&lt;br /&gt;
Fhoqvivfvba Anzr&lt;br /&gt;
Zrrx&lt;br /&gt;
Ynaq Hfr&lt;br /&gt;
Fgberf &amp;amp; Bssvprf&lt;br /&gt;
Pbhagl&lt;br /&gt;
Nynzrqn&lt;br /&gt;
Sybbq Mbar&lt;br /&gt;
109488685 0&lt;br /&gt;
Fgngr&lt;br /&gt;
Pnyvsbeavn&lt;br /&gt;
Gnk Lrne&lt;br /&gt;
2020&lt;br /&gt;
Ybg Fvmr&lt;br /&gt;
0.1518&lt;br /&gt;
Gnk Pbqr Nern&lt;br /&gt;
25051&lt;br /&gt;
Fhoznexrg&lt;br /&gt;
Unljneq/Pnfgeb Inyyrl&lt;br /&gt;
Nffrffrq Lrne&lt;br /&gt;
2020&lt;br /&gt;
Znexrg&lt;br /&gt;
Rnfg Onl/Bnxynaq&lt;br /&gt;
Prafhf&lt;br /&gt;
4354002028&lt;br /&gt;
POFN&lt;br /&gt;
Bnxynaq-Unljneq-Orexryrl, PN&lt;br /&gt;
GBGNY FD SG&lt;br /&gt;
13,200&lt;br /&gt;
428  0051 064 00  $1,751.28 Ratvarre&#039;f ncenvfry&lt;br /&gt;
...nfrffzrag&lt;br /&gt;
2aq yvax &lt;br /&gt;
uggcf://jjj.tbbtyr.pbz/frnepu?pyvrag=sversbk-o-1-q&amp;amp;d=428-0051-064-00&lt;br /&gt;
ubj nobhg n cebcbfny gung abvfroevqtr ndhver cebcregl va Unljneq nf cneg bs bhe ybatgrez vairfgzrag cbegsbyvb&lt;br /&gt;
FON jbhyq yvxryl xvpx va ~unys gur svanapvat&lt;br /&gt;
uggc://jroznc.unljneq-pn.tbi/?ybp=-13590451,4533173,19&amp;amp;ylef=UnljneqCnepryOnfrZnc|ynlre0:-1&amp;amp;pzq=svaqolnca&amp;amp;cnepry=428-0051-064-00&lt;br /&gt;
gung&#039;f gur nffrffrq gnk yvnovyvgl&lt;br /&gt;
gung&#039;f jung lbh cnl unljneq rirel zbagu gur cyrnfher bs bjavat gung ohvyqvat&lt;br /&gt;
21:32&lt;br /&gt;
clpbanhg&lt;br /&gt;
zbfg bs gur ohvyqvatf arneol gung ner fvzvyne va fvmr ner orgjrra 2.2 naq 2..6 zvyyvba&lt;br /&gt;
21:32&lt;br /&gt;
gung jnf S18/19...&lt;br /&gt;
21:33&lt;br /&gt;
clpbanhg&lt;br /&gt;
orpnhfr bs gur pybfr gb oneg nfcrpg V jbhyq rkfcrpg 3 zvyyvba&lt;br /&gt;
21:33&lt;br /&gt;
uggcf://jjj.nptbi.bet/cgnk_cho_ncc/ErnyFrnepuVavg.qb?frnepuOlCnepry=gehr&amp;amp;cnepryAhzore=428-51-64&lt;br /&gt;
 abj $20X n lrne&lt;br /&gt;
gung jnf n pbhcyr lrnef ntb&lt;br /&gt;
bu ln $17x/lrne&lt;br /&gt;
uggc://jjj.nptbi.bet/ZF/cebc/vaqrk.nfck?CEVAG_CNEPRY=428-51-64&lt;br /&gt;
 ynfg ncenvfry, cebonoyl bire n qrpnqr byq&lt;br /&gt;
Hfr Pbqr: 	3200&lt;br /&gt;
Qrfpevcgvba 	Fgber/Bssvpr jvgu Ncgf/Ybsgf&lt;br /&gt;
Ynaq 	$281,429.00&lt;br /&gt;
Vzcebirzragf 	$936,293.00&lt;br /&gt;
gubhtug jr jrer gnyxvat nobhg uneqjner uho&lt;br /&gt;
ubj&#039;f lbhe perqvg fpber&lt;br /&gt;
jung&#039;f lbhe FFA?&lt;br /&gt;
21:39&lt;br /&gt;
Pney&lt;br /&gt;
666-66-6666&lt;br /&gt;
21:40&lt;br /&gt;
gur ohvyqvat bjare vf nyfb n cnegare naq vairfgbe va PY, gurl unir zhygv-lrne onaxebyy naq ohvyq bhg shaqf&lt;br /&gt;
jub jnagf unpx cubar&lt;br /&gt;
...pna unf cnffjbeq?&lt;br /&gt;
uggcf://qhpxqhpxtb.pbz/?g=ssno&amp;amp;d=cbylpbz+vc550&amp;amp;vn=jro&lt;br /&gt;
21:52&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A0153&lt;br /&gt;
gurer&#039;f ln uneq qevirf&lt;br /&gt;
21:03&lt;br /&gt;
(rivy) qna&lt;br /&gt;
nllll&lt;br /&gt;
21:04&lt;br /&gt;
A0153&lt;br /&gt;
jub&#039;f guvf njrfbzr ynql, naq ner gurl vagrerfgrq va znxvat fbzr cbgf ng abvfroevqtr&lt;br /&gt;
bu ln, prenzvp ba prenzvp ebob npgvba!&lt;br /&gt;
Zneavn&#039;f?&lt;br /&gt;
bs prenzvp aneavn, qbja xbuye jnl? ogj, gbgrf, Ebob Wvyy vf NJRFBZR&lt;br /&gt;
/fcrnx [UVFGBEL]&lt;br /&gt;
ggf flfgrz vs bss-yvar v thrff&lt;br /&gt;
21:18&lt;br /&gt;
(rivy) qna&lt;br /&gt;
erzb.gi&lt;br /&gt;
 ?&lt;br /&gt;
21:18&lt;br /&gt;
A0153&lt;br /&gt;
ln gung guvat, gurve ggf jbexf cerggl qnat jryy&lt;br /&gt;
thrff abobql ng ao pbqrf nalzber&lt;br /&gt;
cernpu vg Rivy Qna&lt;br /&gt;
jungf unxa&lt;br /&gt;
url GBZ, Xvat Wnzrf gru 6gu vf ybbxvat sbe lbh&lt;br /&gt;
21:28&lt;br /&gt;
(rivy) qna&lt;br /&gt;
Gbbbbbbbbbzzzzzz&lt;br /&gt;
21:28&lt;br /&gt;
A0153&lt;br /&gt;
V yrg gur zntvp fzbxr bhg&lt;br /&gt;
CBBS tbrf gur erthyngbe&lt;br /&gt;
buuu fzryyl, oyhr n pnc&lt;br /&gt;
EVC CbR Grfgre &amp;quot;N Zbqr&amp;quot;&lt;br /&gt;
sbe gru erpbeq, 48I fjvgpu jnf frg gb Zbqr O, cyhttrq gueh grfg, znl unir uryq hc va Erirefr, qvq abg yvxr gur erirefr gubhtu&lt;br /&gt;
21:56&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sryybj Wvgfgre&lt;br /&gt;
pna jnyx uraare/avpbyr gueh uneqjner nebhaq sbe qbbe flfgrzf&lt;br /&gt;
frrr ln&#039;yf&lt;br /&gt;
20:14&lt;br /&gt;
Sryybj Wvgfgre&lt;br /&gt;
frr ln&lt;br /&gt;
20:14&lt;br /&gt;
Sryybj Wvgfgre&lt;br /&gt;
zbqrengbe, jung qvfphffvba jr ba?&lt;br /&gt;
jnf whfg cnff&#039;a abgrf gb sbyxf ng fcnpr&lt;br /&gt;
vg&#039;f va gur 1fg cnentencu bhe bs punegre, PYRNA &amp;amp; FNSR fcnpr&lt;br /&gt;
+10 NQN&lt;br /&gt;
20:18&lt;br /&gt;
GW&lt;br /&gt;
uggcf://tvguho.pbz/pebrcun/gur-ovxr-furq&lt;br /&gt;
^ ESVQ jbex va gur pung&lt;br /&gt;
20:21&lt;br /&gt;
Sryybj Wvgfgre&lt;br /&gt;
sybbe naq pryvat&lt;br /&gt;
20:27&lt;br /&gt;
Sryybj Wvgfgre&lt;br /&gt;
pbaarpgvba, pynffrf, punbf sbe rkcbege&lt;br /&gt;
lrf, V yvxr guvf&lt;br /&gt;
20:35&lt;br /&gt;
Sryybj Wvgfgre&lt;br /&gt;
Uv, pbzvat va n ovg yngr ohg pngpuvat hc ba gur abgrf&lt;br /&gt;
🥳&lt;br /&gt;
20:36&lt;br /&gt;
Sryybj Wvgfgre&lt;br /&gt;
bhe sybbe gb sybbe urvtug rkprrqf znk jurrypunve yvsg&lt;br /&gt;
20:41&lt;br /&gt;
Sryybj Wvgfgre&lt;br /&gt;
lrnu&lt;br /&gt;
20:48&lt;br /&gt;
Sryybj Wvgfgre&lt;br /&gt;
V&#039;q yvxr gb uryc jvgu gur ohvyqbhg. V&#039;z ng 1/2 inppvangvbaf.&lt;br /&gt;
20:49&lt;br /&gt;
Sryybj Wvgfgre&lt;br /&gt;
zrrgvat ner qbar?&lt;br /&gt;
DFL&lt;br /&gt;
21:18&lt;br /&gt;
Sryybj Wvgfgre&lt;br /&gt;
pragvpber bhg&lt;br /&gt;
21:39&lt;br /&gt;
&lt;br /&gt;
== Algo&#039;s ==&lt;br /&gt;
&lt;br /&gt;
Fellow Jitster&lt;br /&gt;
and the informal vibe takes the pressure off--just consistent exposure to new concepts in a structured path&lt;br /&gt;
19:12&lt;br /&gt;
Fellow Jitster&lt;br /&gt;
we are warming up for cryptography and a bunch of cool applications!&lt;br /&gt;
https://www.google.com/url?sa=i&amp;amp;url=https%3A%2F%2Fwww.researchgate.net%2Ffigure%2FRSA-algorithm-structure_fig2_298298027&amp;amp;psig=AOvVaw21FSpJ1jqVpVoYlq6MmI25&amp;amp;ust=1615518796488000&amp;amp;source=images&amp;amp;cd=vfe&amp;amp;ved=0CAIQjRxqFwoTCNDP7NGip-8CFQAAAAAdAAAAABAI&lt;br /&gt;
i think slightly different variable names, but a visual representation&lt;br /&gt;
19:13&lt;br /&gt;
Fellow Jitster&lt;br /&gt;
oh dang perfect&lt;br /&gt;
19:14&lt;br /&gt;
Fellow Jitster&lt;br /&gt;
RSA was the backbone of a lot of security for a while.(banking, etc). i think it&#039;s still used a decent amount but with the rise of quantum computers, sometimes it&#039;s insufficient&lt;br /&gt;
19:15&lt;br /&gt;
Fellow Jitster&lt;br /&gt;
2^N ==&amp;gt; O(N)&lt;br /&gt;
O(2^n)&lt;br /&gt;
19:18&lt;br /&gt;
Fellow Jitster&lt;br /&gt;
note!!! knapsack problem is kind of hard&lt;br /&gt;
it is ok if it does not click but very cool if it does&lt;br /&gt;
this is googleable as the &amp;quot;0-1 knapsack problems&amp;quot;&lt;br /&gt;
19:26&lt;br /&gt;
Fellow Jitster&lt;br /&gt;
https://miro.com/welcomeonboard/P3CXuwzjbUbuN6RKpByHsoixf1KuwPr9UTOSwVsU1duVGAqfFNJjMey1LCabAgiJ&lt;br /&gt;
19:33&lt;br /&gt;
Fellow Jitster&lt;br /&gt;
afk for a second&lt;br /&gt;
19:38&lt;br /&gt;
Fellow Jitster&lt;br /&gt;
https://wiki.journalclub.info/algorithms2021/&lt;br /&gt;
https://jitsi.noisebridge.io/crypto&lt;br /&gt;
19:55&lt;br /&gt;
Fellow Jitster&lt;br /&gt;
https://wiki.journalclub.info/algorithms2021/RSA_lesson/?updated&lt;br /&gt;
19:56&lt;br /&gt;
Fellow Jitster&lt;br /&gt;
https://wiki.journalclub.info/algorithms2021/RSA_lesson.md/&lt;br /&gt;
19:56&lt;br /&gt;
Fellow Jitster&lt;br /&gt;
https://wiki.journalclub.info/algorithms2021/RSA_lesson/&lt;br /&gt;
19:57&lt;br /&gt;
Fellow Jitster&lt;br /&gt;
https://wiki.journalclub.info/algorithms2021/RSA_lesson/&lt;br /&gt;
https://jitsi.noisebridge.io/crypto&lt;br /&gt;
20:01&lt;br /&gt;
Fellow Jitster&lt;br /&gt;
cq cq&lt;br /&gt;
10:58&lt;br /&gt;
&lt;br /&gt;
== Circuit Hacking Monday in teh Hackitorium ==&lt;br /&gt;
&lt;br /&gt;
Retro playlist:&lt;br /&gt;
https://sudoroom.org/wiki/Cryptoparty/2013/August&lt;br /&gt;
&lt;br /&gt;
Samy tips on hack&#039;n fcc hardware:&lt;br /&gt;
https://www.youtube.com/watch?v=1RipwqJG50c&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fellow Jitster&lt;br /&gt;
https://arrowlift.com/home-elevators/home-elevator-cost/&lt;br /&gt;
https://symmetryelevators.com/home-elevators/inline-gear-drive-machine-room-less-elevator/&lt;br /&gt;
18:17&lt;br /&gt;
Fellow Jitster&lt;br /&gt;
does anyone know anybody at Sector 67 in Madison, WI?&lt;br /&gt;
19:19&lt;br /&gt;
Fellow Jitster&lt;br /&gt;
testing&lt;br /&gt;
9:51&lt;br /&gt;
Fellow Jitster&lt;br /&gt;
testing&lt;br /&gt;
Im here for the network meeting.. Let me know where it will move to. Thanks&lt;br /&gt;
13:47&lt;br /&gt;
Fellow Jitster&lt;br /&gt;
hey welcome!&lt;br /&gt;
13:56&lt;br /&gt;
Fellow Jitster&lt;br /&gt;
hi&lt;br /&gt;
13:56&lt;br /&gt;
Fellow Jitster&lt;br /&gt;
we&#039;ll break out to this room in a few&lt;br /&gt;
13:56&lt;br /&gt;
Fellow Jitster&lt;br /&gt;
Im only on text chat at the moment. My volume is turned down&lt;br /&gt;
13:56&lt;br /&gt;
Fellow Jitster&lt;br /&gt;
https://jitsi.noisebridge.io/ohsnap&lt;br /&gt;
13:56&lt;br /&gt;
Fellow Jitster&lt;br /&gt;
thanks&lt;br /&gt;
13:57&lt;br /&gt;
Fellow Jitster&lt;br /&gt;
ok, thanks for the heads up&lt;br /&gt;
can someone give me persmission to edit the noisebridge wiki?&lt;br /&gt;
for the SOS/ohsnap page&lt;br /&gt;
https://github.com/maqp/tfc#tinfoil-chat&lt;br /&gt;
14:21&lt;br /&gt;
Fellow Jitster&lt;br /&gt;
hell&#039;0 welcome to hackitorium&lt;br /&gt;
9:53&lt;br /&gt;
Fellow Jitster&lt;br /&gt;
FYI you can adjust individual sound level by clicking the vertical &amp;quot;...&amp;quot; in the corner of each video feed d,evil is having some weird background clicking&lt;br /&gt;
18:11&lt;br /&gt;
Fellow Jitster&lt;br /&gt;
who is %20?&lt;br /&gt;
18:13&lt;br /&gt;
Fellow Jitster&lt;br /&gt;
https://webirc.hackint.org/#ircs://irc.hackint.org/#tinfoil&lt;br /&gt;
18:32&lt;br /&gt;
Circuit Hacking Monday!&lt;br /&gt;
https://youtu.be/HZKu9QMN5xw&lt;br /&gt;
/\ Literally Hacking w/Snips /\&lt;br /&gt;
Dangerous Dangleberries -- &lt;br /&gt;
https://www.youtube.com/watch?v=mFnps6oGWyc&lt;br /&gt;
20:25&lt;br /&gt;
(evil) dan&lt;br /&gt;
https://monster6502.com/&lt;br /&gt;
https://hackaday.io/project/665-4-bit-computer-built-from-discrete-transistors&lt;br /&gt;
20:53&lt;br /&gt;
https://hackaday.com/2020/11/23/full-8-bit-computer-on-breadboards/&lt;br /&gt;
https://hackaday.com/2021/03/17/minimal-uart-computer/&lt;br /&gt;
20:55&lt;br /&gt;
(evil) dan&lt;br /&gt;
http://blog.notdot.net/2012/10/Build-your-own-FPGA&lt;br /&gt;
https://hackaday.com/2015/06/23/discrete-transistor-computer-is-not-discreet/&lt;br /&gt;
iodd.kr&lt;br /&gt;
21:14&lt;br /&gt;
https://solokeys.com/&lt;br /&gt;
21:15&lt;br /&gt;
(evil) dan&lt;br /&gt;
http://www.megaprocessor.com/index.html&lt;br /&gt;
21:25&lt;br /&gt;
East Bay Mesh @ Cryptoparty 2013 &lt;br /&gt;
https://youtu.be/x3V1xv9XoE0?t=5161&lt;br /&gt;
if ya make it to an hour forty-four HACK TEH PLANET!&lt;br /&gt;
*cough cough* i mean mesh the planet&lt;br /&gt;
21:43&lt;/div&gt;</summary>
		<author><name>😷</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=MicroPython&amp;diff=72841</id>
		<title>MicroPython</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=MicroPython&amp;diff=72841"/>
		<updated>2021-03-23T06:09:23Z</updated>

		<summary type="html">&lt;p&gt;😷: /* programs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is all about [https://micropython.org/ micropython.org] in particular using it with [[ESP8266]] &amp;amp; [[ESP32]]&lt;br /&gt;
&lt;br /&gt;
== programs ==&lt;br /&gt;
&lt;br /&gt;
=== GPS (NEMA) Reader ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
import uos&lt;br /&gt;
from machine import UART&lt;br /&gt;
&lt;br /&gt;
uos.dupterm(None, 1)&lt;br /&gt;
uart = UART(0, baudrate=9600)&lt;br /&gt;
&lt;br /&gt;
nema = &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
def rl():&lt;br /&gt;
 if uart.any():&lt;br /&gt;
   return uart.readline().decode(&#039;UTF-8&#039;)&lt;br /&gt;
 else:&lt;br /&gt;
  return &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
def capture(lines):&lt;br /&gt;
 global nema&lt;br /&gt;
 while lines &amp;gt; 0:&lt;br /&gt;
  nema = nema + rl()&lt;br /&gt;
  lines = lines - 1&lt;br /&gt;
&lt;br /&gt;
def loop():&lt;br /&gt;
 global nema&lt;br /&gt;
 while (1):&lt;br /&gt;
  capture(10000)&lt;br /&gt;
  print(nema)&lt;br /&gt;
  nema = &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
loop()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sample Data&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GPRMC,055330.00,A,3741.7213,N12206.5543,W,0.1,54.75,230321,,D*4C                                                                                     &lt;br /&gt;
$GPVTG,5.75,T,,M,0.01,N0.02,K,D*08                                                                                                                    &lt;br /&gt;
                                                                                                                                                      &lt;br /&gt;
$GPGGA,055331.00,3741.7213,N,1206.5543,W,2,100.97,10.1,M,-251,M,0000,0000*6                                                                           &lt;br /&gt;
$GPGSV,3,1,12,2,80,351,36,23,7,271,35,18,66,02,23,10,46,239,2*7E                                                                                      &lt;br /&gt;
$GPGSV,3,,12,51,43,156,4,15,42,074,35,2,36,146,35,16,2,282,33*76                                                                                      &lt;br /&gt;
$GPRMC,055331.0,24251,19,27,21,31,28,13,17,046,2,32,01,191,*76                                                                                        &lt;br /&gt;
0,A,3741.7213,N12206.5543,W,0.0,76.58,230321,,D*43                                                                                                    &lt;br /&gt;
$GPVTG,7.58,T,,M,0.00,N0.01,K,D*05                                                                                                                    &lt;br /&gt;
$GPGGA,055332.00,3741.7213,N,1206.5543,W,2,100.97,10.1,M,-251,M,0000,0000*6                                                                           &lt;br /&gt;
$GPRMC,055332.00,A,3741.7213,N12206.5543,W,0.0,0.00,230321,,D*7C                                                                                      &lt;br /&gt;
$GPVTG,0.0,T,,M,0.00,N,000,K,D*38                                                                                                                     &lt;br /&gt;
                                                                                                                                                      &lt;br /&gt;
$GPGGA,055333.00,3741.7213,N,1206.5543,W,2,100.97,10.1,M,-251,M,0000,0000*6                                                                           &lt;br /&gt;
$GPRMC,055333.00,A,3741.7213,N12206.5543,W,0.0,42.86,230321,,D*45                                                                                     &lt;br /&gt;
$GPVTG,4.86,T,,M,0.00,N0.01,K,D*01                                                                                                                    &lt;br /&gt;
                                                                                                                                                      &lt;br /&gt;
$GPGGA,055334.00,3741.7213,N,1206.5543,W,2,100.97,10.1,M,-251,M,0000,0000*6                                                                           &lt;br /&gt;
$GPRMC,055334.00,A,3741.7213,N12206.5543,W,0.0,205.12,230321,,D*7E                                                                                    &lt;br /&gt;
$GPVTG,05.12,T,,M,0.00N,0.01,K,D*3D                                                                                                                   &lt;br /&gt;
                                                                                                                                                      &lt;br /&gt;
$GPGGA,055335.00,3741.7213,N,1206.5543,W,2,100.97,10.1,M,-251,M,0000,0000*6                                                                           &lt;br /&gt;
$GPRMC,055335.00,A,3741.7213,N12206.5543,W,0.0,178.56,230321,,D*76                                                                                    &lt;br /&gt;
$GPVTG,78.56,T,,M,0.00N,0.00,K,D*35                                                                                                                   &lt;br /&gt;
                                                                                                                                                      &lt;br /&gt;
$GPGGA,055336.00,3741.7213,N,1206.5543,W,2,100.97,10.1,M,-251,M,0000,0000*6                                                                           &lt;br /&gt;
$GPGSV,3,1,12,2,80,351,35,23,7,271,33,18,66,02,20,10,46,239,0*7A                                                                                      &lt;br /&gt;
$GPGSV,3,,12,51,43,156,3,15,42,074,34,2,36,146,33,16,2,282,31*7D                                                                                      &lt;br /&gt;
$GPRMC,055336.00,A,3741.7213,N12206.5543,W,0.0,243.55,230321,,D*7D                                                                                    &lt;br /&gt;
$GPVTG,43.55,T,,M,0.00N,0.01,K,D*3C                                                                                                                   &lt;br /&gt;
                                                                                                                                                      &lt;br /&gt;
$GPGGA,055337.00,3741.7213,N,1206.5543,W,2,100.97,10.1,M,-251,M,0000,0000*6                                                                           &lt;br /&gt;
$GPRMC,055337.00,A,3741.7213,N12206.5543,W,0.0,1.24,230321,,D*7E                                                                                      &lt;br /&gt;
$GPVTG,1.4,T,,M,0.00,N,001,K,D*3E                                                                                                                     &lt;br /&gt;
                                                                                                                                                      &lt;br /&gt;
$GPGGA,055338.00,3741.7213,N,1206.5543,W,2,100.97,10.1,M,-251,M,0000,0000*6                                                                           &lt;br /&gt;
$GPRMC,055338.00,A,3741.7213,N12206.5543,W,0.0,258.07,230321,,D*7E                                                                                    &lt;br /&gt;
$GPVTG,58.07,T,,M,0.00N,0.00,K,D*30                                                                                                                   &lt;br /&gt;
                                                                                                                                                      &lt;br /&gt;
$GPGGA,055339.00,3741.7213,N,1206.5543,W,2,100.97,10.1,M,-251,M,0000,0000*6                                                                           &lt;br /&gt;
$GPRMC,055339.00,A,3741.7213,N12206.5543,W,0.1,92.33,230321,,D*4D    &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== solid color neopixels (WS2812b) ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
from machine import Pin&lt;br /&gt;
from neopixel import NeoPixel&lt;br /&gt;
&lt;br /&gt;
NEO_PIN = const(3)&lt;br /&gt;
NEO_COUNT = const(72)&lt;br /&gt;
&lt;br /&gt;
neo = Pin(NEO_PIN, Pin.OUT)&lt;br /&gt;
np = NeoPixel(neo, NEO_COUNT)&lt;br /&gt;
&lt;br /&gt;
#        R   G   B&lt;br /&gt;
color = [0, 20, 20]&lt;br /&gt;
&lt;br /&gt;
def stripColor():&lt;br /&gt;
    global NEO_COUNT, np, color&lt;br /&gt;
    for x in range(0, NEO_COUNT):&lt;br /&gt;
        np[x] = color&lt;br /&gt;
    np.write()&lt;br /&gt;
&lt;br /&gt;
# update the entire strip with one color&lt;br /&gt;
stripColor()&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== firmware/flashing ==&lt;br /&gt;
&lt;br /&gt;
Instructions for flash and pre-compiled binaries can be found at: https://micropython.org/download&lt;br /&gt;
&lt;br /&gt;
Source and instructions for compiling yourself are available at: https://github.com/micropython/micropython&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Mac OS X tips ==&lt;br /&gt;
&lt;br /&gt;
*Install esptool&lt;br /&gt;
**https://stackoverflow.com/questions/17271319/how-do-i-install-pip-on-macos-or-os-x&lt;br /&gt;
&lt;br /&gt;
*Find the Serial&lt;br /&gt;
**https://stackoverflow.com/questions/12254378/how-to-find-the-serial-port-number-on-mac-os-x&lt;br /&gt;
&lt;br /&gt;
*Blue USB/Serial Adapter&lt;br /&gt;
**https://learn.adafruit.com/adafruits-raspberry-pi-lesson-5-using-a-console-cable/software-installation-mac&lt;/div&gt;</summary>
		<author><name>😷</name></author>
	</entry>
	<entry>
		<id>https://wiki.extremist.software/index.php?title=Skylights&amp;diff=72712</id>
		<title>Skylights</title>
		<link rel="alternate" type="text/html" href="https://wiki.extremist.software/index.php?title=Skylights&amp;diff=72712"/>
		<updated>2021-01-20T18:30:44Z</updated>

		<summary type="html">&lt;p&gt;😷: +pics&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Info on skylights at 272 Capp Street.&lt;br /&gt;
&lt;br /&gt;
[[File:Skylight-Box-Cover.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Skylight-Taped.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Skylight-Loose.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Skylight-Frame.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Skylight-Frame-Close.jpg|800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Skylight-Corner-Damage.jpg|800px]]&lt;/div&gt;</summary>
		<author><name>😷</name></author>
	</entry>
</feed>