<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:base="http://everything2.com/">
    <title>Electrode's New Writeups</title>
    <link rel="alternate" type="text/html" href="http://everything2.com/index.pl?node=Everything%20User%20Search&amp;usersearch=Electrode" />
    <link rel="self" type="application/atom+xml" href="?node=New%20Writeups%20Atom%20Feed&amp;type=ticker&amp;foruser=Electrode" />
    <id>http://everything2.com/?node=New%20Writeups%20Atom%20Feed&amp;foruser=Electrode</id>
    <updated>2004-02-22T18:52:37Z</updated>
<entry><title>netcat (idea)</title><link rel="alternate" type="text/html" href="http://everything2.com/user/Electrode/writeups/netcat"/><id>http://everything2.com/user/Electrode/writeups/netcat</id><author><name>Electrode</name><uri>http://everything2.com/user/Electrode</uri></author><published>2004-02-22T18:52:37Z</published><updated>2004-02-22T18:52:37Z</updated>
<content type="html">One of netcat's simplest &lt;a href=&quot;/title/uses&quot;&gt;uses&lt;/a&gt;, and that which I find most &lt;a href=&quot;/title/useful&quot;&gt;useful&lt;/a&gt;, is to create &lt;a href=&quot;/title/quick+and+dirty&quot;&gt;quick and dirty&lt;/a&gt; &lt;a href=&quot;/title/pipe&quot;&gt;pipe&lt;/a&gt;s over a &lt;a href=&quot;/title/network&quot;&gt;network&lt;/a&gt;. For example:&lt;p&gt;

&lt;a href=&quot;/title/Transfer&quot;&gt;Transfer&lt;/a&gt;ring files between two &lt;a href=&quot;/title/computer&quot;&gt;computer&lt;/a&gt;s, preserving &lt;a href=&quot;/title/everything&quot;&gt;everything&lt;/a&gt;:&lt;br&gt;
&lt;a href=&quot;/title/Recieving&quot;&gt;Recieving&lt;/a&gt; box: &lt;code&gt;nc -l -p 65189 | tar xvf -&lt;/code&gt;&lt;br&gt;
Sending &lt;a href=&quot;/title/box&quot;&gt;box&lt;/a&gt;: &lt;code&gt;&lt;a href=&quot;/title/tar&quot;&gt;tar&lt;/a&gt; cvf - &lt;a href=&quot;/title/pr0n&quot;&gt;files&lt;/a&gt; | nc 192.168.0.4 65189&lt;/code&gt;&lt;p&gt;

Capturing from a &lt;a href=&quot;/title/ATSC&quot;&gt;digital TV&lt;/a&gt; tuner on one box, encoding on another, and then sending to a third for storage:&lt;br&gt;
&lt;a href=&quot;/title/TV&quot;&gt;TV&lt;/a&gt; box: &lt;code&gt;cat /dev/dtv | nc 192.168.0.3 48172&lt;/code&gt;&lt;br&gt;
&lt;a href=&quot;/title/Encode&quot;&gt;Encode&lt;/a&gt; box: &lt;code&gt;nc -l -p 48172 | &lt;a href=&quot;/title/mplayer&quot;&gt;mencoder&lt;/a&gt; -oac copy -ovc &lt;a href=&quot;/title/libavcodec&quot;&gt;lavc&lt;/a&gt; -lavcopts vcodec=&lt;a href=&quot;/title/DivX&quot;&gt;mpeg4&lt;/a&gt;:vbitrate=2000 -tsprog 2 -o outpipe - &amp;amp; cat &lt;a href=&quot;/title/FIFO&quot;&gt;outpipe&lt;/a&gt; | nc 192.168.0.4 &lt;a href=&quot;/title/mirror&quot;&gt;27184&lt;/a&gt;&lt;/code&gt;&lt;br&gt;
&lt;a href=&quot;/title/Storage&quot;&gt;Storage&lt;/a&gt; box: &lt;code&gt;nc -l -p 27184 &amp;gt; tv.&lt;a href=&quot;/title/avi&quot;&gt;avi&lt;/a&gt;&lt;/code&gt;&lt;p&gt;

Showing resident &lt;a href=&quot;/title/PHB&quot;&gt;PHB&lt;/a&gt; why &lt;a href=&quot;/title/switch&quot;&gt;switch&lt;/a&gt;es are better than &lt;a href=&quot;/title/hub&quot;&gt;hub&lt;/a&gt;s:&lt;br&gt;
Box 1: &lt;code&gt;&lt;a href=&quot;/title/cat&quot;&gt;cat&lt;/a&gt; &lt;a href=&quot;/title/%252Fdev%252Frandom&quot;&gt;/dev/random&lt;/a&gt; | nc 192.168.0.5 81139&lt;/code&gt;&lt;br&gt;
Box 2: &lt;code&gt;nc -l -p 81139 &amp;gt; &lt;a href=&quot;/title/%252Fdev%252Fnull&quot;&gt;/dev/null&lt;/a&gt;&lt;/code&gt;&amp;hellip;</content>
</entry><entry><title>offsite backup (idea)</title><link rel="alternate" type="text/html" href="http://everything2.com/user/Electrode/writeups/offsite+backup"/><id>http://everything2.com/user/Electrode/writeups/offsite+backup</id><author><name>Electrode</name><uri>http://everything2.com/user/Electrode</uri></author><published>2003-10-12T03:10:53Z</published><updated>2003-10-12T03:10:53Z</updated>
<content type="html">While taking a &lt;a href=&quot;/title/backup&quot;&gt;backup&lt;/a&gt; &lt;a href=&quot;/title/home&quot;&gt;home&lt;/a&gt; with you does indeed &lt;a href=&quot;/title/protect&quot;&gt;protect&lt;/a&gt; your &lt;a href=&quot;/title/data&quot;&gt;data&lt;/a&gt; from a &lt;a href=&quot;/title/fire&quot;&gt;fire&lt;/a&gt; at the office, I think it doesn't go quite far enough.&lt;p&gt;

What if whatever destroys the &lt;a href=&quot;/title/site&quot;&gt;site&lt;/a&gt; also &lt;a href=&quot;/title/destroy&quot;&gt;destroy&lt;/a&gt;s your house? An &lt;a href=&quot;/title/earthquake&quot;&gt;earthquake&lt;/a&gt; of &lt;a href=&quot;/title/sufficient&quot;&gt;sufficient&lt;/a&gt; &lt;a href=&quot;/title/magnitude&quot;&gt;magnitude&lt;/a&gt; could level an entire city, including your home. A tornado could cut a &lt;a href=&quot;/title/swath&quot;&gt;swath&lt;/a&gt; of &lt;a href=&quot;/title/destruction&quot;&gt;destruction&lt;/a&gt; for miles, &lt;a href=&quot;/title/demolish&quot;&gt;demolish&lt;/a&gt;ing both your house and the &lt;a href=&quot;/title/office&quot;&gt;office&lt;/a&gt;. Let's not even &lt;a href=&quot;/title/think&quot;&gt;think&lt;/a&gt; about &lt;a href=&quot;/title/weapons+of+mass+destruction&quot;&gt;weapons of mass destruction&lt;/a&gt;...&lt;p&gt;

To be &lt;a href=&quot;/title/absolutely&quot;&gt;absolutely&lt;/a&gt; safe, I'd insist on keeping a backup in a &lt;a href=&quot;/title/bunker&quot;&gt;secure facility&lt;/a&gt; no less than 300 &lt;a href=&quot;/title/miles&quot;&gt;miles&lt;/a&gt; away. Preferably in a &lt;a href=&quot;/title/fireproof&quot;&gt;fireproof&lt;/a&gt; safe.</content>
</entry><entry><title>Yesteryear (thing)</title><link rel="alternate" type="text/html" href="http://everything2.com/user/Electrode/writeups/Yesteryear"/><id>http://everything2.com/user/Electrode/writeups/Yesteryear</id><author><name>Electrode</name><uri>http://everything2.com/user/Electrode</uri></author><published>2003-05-24T09:34:35Z</published><updated>2003-05-24T09:34:35Z</updated>
<content type="html">&lt;small&gt;&lt;a href=&quot;/title/The+Animated+Series+Episodes&quot;&gt;The Animated Series Episodes&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;/title/Star+Trek+Episodes&quot;&gt;Star Trek Episodes&lt;/a&gt;&lt;/small&gt;&lt;p&gt;

&lt;b&gt;Summary:&lt;/b&gt; A &lt;a href=&quot;/title/time+travel&quot;&gt;time travel&lt;/a&gt; &lt;a href=&quot;/title/incident&quot;&gt;incident&lt;/a&gt; causes Spock to die as a child.&lt;br&gt;
&lt;hr&gt;&lt;br&gt;
The crew of the &lt;a href=&quot;/title/NCC-1701&quot;&gt;Enterprise&lt;/a&gt;, along with a team of historians that includes a member that looks like a &lt;a href=&quot;/title/gryphon&quot;&gt;gryphon&lt;/a&gt;, is researching the history of the &lt;a href=&quot;/title/United+Federation+of+Planets&quot;&gt;Federation&lt;/a&gt; using something referred to as the &quot;&lt;a href=&quot;/title/time&quot;&gt;time&lt;/a&gt; &lt;a href=&quot;/title/vortex&quot;&gt;vortex&lt;/a&gt;&quot;, the focus of all the timelines of the galaxy. (possibly the same one encountered in &lt;a href=&quot;/title/The+City+on+the+Edge+of+Forever+%2528TOS%2529&quot;&gt;The City on the Edge of Forever (TOS)&lt;/a&gt;) &lt;a href=&quot;/title/James+T.+Kirk&quot;&gt;Kirk&lt;/a&gt; and Spock return the present after observing the beginnings of the &lt;a href=&quot;/title/civilization&quot;&gt;civilization&lt;/a&gt; of &lt;a href=&quot;/title/Orion&quot;&gt;Orion&lt;/a&gt;, but no one recognizes Spock. Despite their best efforts, it looks like the timeline has been altered.&lt;p&gt;

Once aboard the Enterprise, Kirk finds that the first officer is not Spock, but an &lt;a href=&quot;/title/Andorian&quot;&gt;Andorian&lt;/a&gt; named Thalin. Research into Spock's past shows that, in this timeline, he died at the age of 7. Upon return to the planet, Kirk asks the historians if the &quot;&amp;hellip;</content>
</entry><entry><title>The Longest Yard (place)</title><link rel="alternate" type="text/html" href="http://everything2.com/user/Electrode/writeups/The+Longest+Yard"/><id>http://everything2.com/user/Electrode/writeups/The+Longest+Yard</id><author><name>Electrode</name><uri>http://everything2.com/user/Electrode</uri></author><published>2002-07-14T21:09:11Z</published><updated>2002-07-14T21:09:11Z</updated>
<content type="html">&lt;a href=&quot;/title/Also+known+as&quot;&gt;Also known as&lt;/a&gt; Q3DM17, The Longest Yard is a &lt;a href=&quot;/title/deathmatch&quot;&gt;deathmatch&lt;/a&gt; &lt;a href=&quot;/title/map&quot;&gt;map&lt;/a&gt; included with &lt;a href=&quot;/title/Quake+III+Arena&quot;&gt;Quake III Arena&lt;/a&gt;. Many people (&lt;a href=&quot;/title/Electrode&quot;&gt;myself&lt;/a&gt; included) believe this to be one of the greatest deathmatch maps ever made. Pretty close to, if not, the deathmatch equivilant of &lt;a href=&quot;/title/Facing+Worlds&quot;&gt;Facing Worlds&lt;/a&gt; in that respect.&lt;p&gt;

Q3DM17 is a &lt;a href=&quot;/title/space+map&quot;&gt;space map&lt;/a&gt;. That is, it consists of a &lt;a href=&quot;/title/series&quot;&gt;series&lt;/a&gt; of &lt;a href=&quot;/title/platform&quot;&gt;platform&lt;/a&gt;s hovering in a &lt;a href=&quot;/title/void&quot;&gt;void&lt;/a&gt;. I will do my best to describe the map by each platform:&lt;p&gt;

&lt;b&gt;The Lower Level&lt;/b&gt;&lt;br&gt;
Has +50 &lt;a href=&quot;/title/health&quot;&gt;health&lt;/a&gt; &lt;a href=&quot;/title/powerups&quot;&gt;powerups&lt;/a&gt; near the edges of the lower level. There is a &quot;pyramid&quot; of &lt;a href=&quot;/title/bounce+pads&quot;&gt;bounce pads&lt;/a&gt; in the middle of the lower level, which you can use to reach the upper &lt;a href=&quot;/title/level&quot;&gt;level&lt;/a&gt;, the &lt;a href=&quot;/title/mega+health&quot;&gt;mega health&lt;/a&gt; which hovers high above the platform, or a hovering bounce pad that bounces you up to the &lt;a href=&quot;/title/Quad+Damage&quot;&gt;Quad Damage&lt;/a&gt; platform.&lt;p&gt;

There is a &quot;runway&quot; that extends from the lower level, below the middle part of the upper level. It widens a little at the end, where you will find a railgun ammo pack on either side of an accelerator pad. This is how&amp;hellip;</content>
</entry><entry><title>Max Payne Easter Eggs (thing)</title><link rel="alternate" type="text/html" href="http://everything2.com/user/Electrode/writeups/Max+Payne+Easter+Eggs"/><id>http://everything2.com/user/Electrode/writeups/Max+Payne+Easter+Eggs</id><author><name>Electrode</name><uri>http://everything2.com/user/Electrode</uri></author><published>2002-01-12T16:35:53Z</published><updated>2002-01-12T16:35:53Z</updated>
<content type="html">In response to your question, here's how to get to the &lt;a href=&quot;/title/Dopefish&quot;&gt;Dopefish&lt;/a&gt; room in &quot;&lt;a href=&quot;/title/Police+Brutality&quot;&gt;Police Brutality&lt;/a&gt;&quot; (Chapter 1, Part 7):&lt;p&gt;

1. Play through the level until you get to the scene with Vinnie trying to open a door.&lt;br&gt;
2. Turn &lt;a href=&quot;/title/left&quot;&gt;left&lt;/a&gt; and look for a ledge that leads to a fire escape on an &lt;a href=&quot;/title/adjacent&quot;&gt;adjacent&lt;/a&gt; building. Jump onto it.&lt;br&gt;
3. Go down the &lt;a href=&quot;/title/fire+escape&quot;&gt;fire escape&lt;/a&gt; and you will land behind a fence by a &lt;a href=&quot;/title/Desert+Eagle&quot;&gt;Desert Eagle&lt;/a&gt;.&lt;br&gt;
4. Go through the door on the right (the other won't open) and you will be in a room with &lt;a href=&quot;/title/Molitov+Cocktail&quot;&gt;Molitov Cocktail&lt;/a&gt;s and &lt;a href=&quot;/title/Grenade&quot;&gt;Grenade&lt;/a&gt;s, and a picture of the Dopefish!&lt;br&gt;
5. Go up the &lt;a href=&quot;/title/stairs&quot;&gt;stairs&lt;/a&gt; in this room and you come out where you were in step 1.&lt;p&gt;

I think you forgot the &lt;a href=&quot;/title/easter+egg&quot;&gt;easter egg&lt;/a&gt; in &lt;a href=&quot;/title/Chapter&quot;&gt;Chapter&lt;/a&gt; 3, Part 6, &quot;In the land of the Blind&quot;:&lt;p&gt;

1. Play through the &lt;a href=&quot;/title/level&quot;&gt;level&lt;/a&gt; until you get to the room where you find the &lt;a href=&quot;/title/note&quot;&gt;note&lt;/a&gt; and &lt;a href=&quot;/title/porn+video&quot;&gt;porn video&lt;/a&gt;.&lt;br&gt;
2. In the next &lt;a href=&quot;/title/room&quot;&gt;room&lt;/a&gt; you will find the &lt;a href=&quot;/title/blueprint&quot;&gt;blueprint&lt;/a&gt; for Aesir plaza and a tv &lt;a href=&quot;/title/news+report&quot;&gt;news report&lt;/a&gt; mentioning that &lt;a href=&quot;/title/Aesir&quot;&gt;Aesir&lt;/a&gt; is a bigger &lt;a href=&quot;/title/monopoly&quot;&gt;monopoly&lt;/a&gt; than &lt;a href=&quot;/title/Microsoft&quot;&gt;Microsoft&lt;/a&gt;. The &lt;a href=&quot;/title/egg&quot;&gt;egg&lt;/a&gt;&amp;hellip;</content>
</entry><entry><title>January 1, 2002 (idea)</title><link rel="alternate" type="text/html" href="http://everything2.com/user/Electrode/writeups/January+1%252C+2002"/><id>http://everything2.com/user/Electrode/writeups/January+1%252C+2002</id><author><name>Electrode</name><uri>http://everything2.com/user/Electrode</uri></author><published>2002-01-01T04:51:14Z</published><updated>2002-01-01T04:51:14Z</updated>
<content type="html">The &lt;a href=&quot;/title/beginning&quot;&gt;beginning&lt;/a&gt; of the second year of the third &lt;a href=&quot;/title/millennium&quot;&gt;millennium&lt;/a&gt;.&lt;p&gt;

&lt;a href=&quot;/title/You+know&quot;&gt;You know&lt;/a&gt;, it's kinda &lt;a href=&quot;/title/funny&quot;&gt;funny&lt;/a&gt;, for much of the &lt;a href=&quot;/title/20th+century&quot;&gt;20th century&lt;/a&gt;, people believed that by &lt;a href=&quot;/title/2000&quot;&gt;2000&lt;/a&gt;, we'd all be wearing &lt;a href=&quot;/title/tin+foil&quot;&gt;aluminum foil&lt;/a&gt; &lt;a href=&quot;/title/clothes&quot;&gt;clothes&lt;/a&gt;, riding around in &lt;a href=&quot;/title/flying+cars&quot;&gt;flying cars&lt;/a&gt; in a &lt;a href=&quot;/title/dome&quot;&gt;dome&lt;/a&gt; on &lt;a href=&quot;/title/Mars&quot;&gt;Mars&lt;/a&gt;.&lt;p&gt;

It is now &lt;a href=&quot;/title/2002&quot;&gt;2002&lt;/a&gt;.&lt;p&gt;

&lt;b&gt;Where the &lt;a href=&quot;/title/hell&quot;&gt;hell&lt;/a&gt; is my flying &lt;a href=&quot;/title/car&quot;&gt;car&lt;/a&gt;? &lt;a href=&quot;/title/I+was+promised+flying+cars&quot;&gt;I was promised flying cars&lt;/a&gt;!&lt;/b&gt;&lt;p&gt;

Anyway, &lt;a href=&quot;/title/Happy+New+Year&quot;&gt;Happy New Year&lt;/a&gt; fellow &lt;a href=&quot;/title/noders&quot;&gt;noders&lt;/a&gt;!</content>
</entry></feed>
