<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Admin Mourning</title>
	<atom:link href="http://www.explainxkcd.com/2010/01/08/admin-mourning/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.explainxkcd.com/2010/01/08/admin-mourning/</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 23:36:29 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dodgy Geezer</title>
		<link>http://www.explainxkcd.com/2010/01/08/admin-mourning/comment-page-1/#comment-4758</link>
		<dc:creator>Dodgy Geezer</dc:creator>
		<pubDate>Wed, 13 Apr 2011 11:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.explainxkcd.com/?p=323#comment-4758</guid>
		<description>Noone seems to have mentioned that the original idea comes from Arthur Koestler&#039;s book - &#039;The Ghost in the Machine&#039;...</description>
		<content:encoded><![CDATA[<p>Noone seems to have mentioned that the original idea comes from Arthur Koestler&#8217;s book &#8211; &#8216;The Ghost in the Machine&#8217;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JaniceOly</title>
		<link>http://www.explainxkcd.com/2010/01/08/admin-mourning/comment-page-1/#comment-3106</link>
		<dc:creator>JaniceOly</dc:creator>
		<pubDate>Fri, 17 Dec 2010 07:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.explainxkcd.com/?p=323#comment-3106</guid>
		<description>This is sort of similar:
In the Facebook social networking service, you can &quot;poke&quot; someone else, which simply results in them being sent a notification that you &quot;poke&quot;d them.  When someone dies unexpectedly, their Facebook page is usually still up for awhile.  
I know people who would think it was funny in a strange way to &quot;poke&quot; a dead person&#039;s Facebook page.</description>
		<content:encoded><![CDATA[<p>This is sort of similar:<br />
In the Facebook social networking service, you can &#8220;poke&#8221; someone else, which simply results in them being sent a notification that you &#8220;poke&#8221;d them.  When someone dies unexpectedly, their Facebook page is usually still up for awhile.<br />
I know people who would think it was funny in a strange way to &#8220;poke&#8221; a dead person&#8217;s Facebook page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anderer Gregor</title>
		<link>http://www.explainxkcd.com/2010/01/08/admin-mourning/comment-page-1/#comment-1232</link>
		<dc:creator>Anderer Gregor</dc:creator>
		<pubDate>Fri, 15 Jan 2010 19:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.explainxkcd.com/?p=323#comment-1232</guid>
		<description>... and it took me until now to understand why it has to be the user &quot;sam&quot; who leaves a message as a ghost ... http://www.imdb.com/title/tt0099653/

By the way, this happened to an admin friend of mine. They decided to add a firewall rule to let the connection starve ... everything else seemed just wrong, he said.</description>
		<content:encoded><![CDATA[<p>&#8230; and it took me until now to understand why it has to be the user &#8220;sam&#8221; who leaves a message as a ghost &#8230; <a href="http://www.imdb.com/title/tt0099653/" rel="nofollow">http://www.imdb.com/title/tt0099653/</a></p>
<p>By the way, this happened to an admin friend of mine. They decided to add a firewall rule to let the connection starve &#8230; everything else seemed just wrong, he said.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Herwig Henseler</title>
		<link>http://www.explainxkcd.com/2010/01/08/admin-mourning/comment-page-1/#comment-1225</link>
		<dc:creator>Herwig Henseler</dc:creator>
		<pubDate>Fri, 15 Jan 2010 08:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.explainxkcd.com/?p=323#comment-1225</guid>
		<description>For the non-geek user this probably needs a bit more explanation. I find this especially scary because it shows exactly what I&#039;m doing for a long time.

First, IRC (Internet Relay Chat) ist one of the oldest chat/instant messaging system, originally based on command-line client which still work perfectly well. One of the more advanced clients ist &quot;irssi&quot;. It still runs in a simply terminal (window). &quot;screen&quot; is a great tool which enables you to leave open a remote terminal session and restore it later by reconnecting to this existing session. And it allows one to have multiple virtual screens residing on my remote server. Normal connections time out when the user goes away, but screen sessions not.

This user, like me, is running a screen session on some kind of server which never terminates. And in one of the virtual screens is running irssi, connected to IRC: As a result, I never leave IRC and so I&#039;m always &quot;online&quot;, even when I&#039;m away or sleeping. When I open my laptop, I connect to the remote screen session and I can see what others have discussed while I was away. Technically, my fellows never know if I&#039;m there or not.

In the strips whe see how an admin displays the list of logged in users (&quot;sam&quot;) and in the last one he examines the process list where he sees the screen session and irssi still running.

Even when sam dies, his screen session is still there and he is kind of &quot;alive&quot;. Well, at least until someone terminates the process or reboots the server which would kill the last presence of sam. Or the admin could connect to sams screen session and say something on IRC which others would treat as a message from sam.

Pretty scary.

Herwig</description>
		<content:encoded><![CDATA[<p>For the non-geek user this probably needs a bit more explanation. I find this especially scary because it shows exactly what I&#8217;m doing for a long time.</p>
<p>First, IRC (Internet Relay Chat) ist one of the oldest chat/instant messaging system, originally based on command-line client which still work perfectly well. One of the more advanced clients ist &#8220;irssi&#8221;. It still runs in a simply terminal (window). &#8220;screen&#8221; is a great tool which enables you to leave open a remote terminal session and restore it later by reconnecting to this existing session. And it allows one to have multiple virtual screens residing on my remote server. Normal connections time out when the user goes away, but screen sessions not.</p>
<p>This user, like me, is running a screen session on some kind of server which never terminates. And in one of the virtual screens is running irssi, connected to IRC: As a result, I never leave IRC and so I&#8217;m always &#8220;online&#8221;, even when I&#8217;m away or sleeping. When I open my laptop, I connect to the remote screen session and I can see what others have discussed while I was away. Technically, my fellows never know if I&#8217;m there or not.</p>
<p>In the strips whe see how an admin displays the list of logged in users (&#8221;sam&#8221;) and in the last one he examines the process list where he sees the screen session and irssi still running.</p>
<p>Even when sam dies, his screen session is still there and he is kind of &#8220;alive&#8221;. Well, at least until someone terminates the process or reboots the server which would kill the last presence of sam. Or the admin could connect to sams screen session and say something on IRC which others would treat as a message from sam.</p>
<p>Pretty scary.</p>
<p>Herwig</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: donate 2 pih.org 4 haiti</title>
		<link>http://www.explainxkcd.com/2010/01/08/admin-mourning/comment-page-1/#comment-1224</link>
		<dc:creator>donate 2 pih.org 4 haiti</dc:creator>
		<pubDate>Thu, 14 Jan 2010 21:01:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.explainxkcd.com/?p=323#comment-1224</guid>
		<description>Also, &quot;The Ghost in ZShell&quot; pronouced the american way : &quot;The Ghost in Zee-Shell&quot; is like a person from France saying &quot;The Ghost in The Shell&quot;.</description>
		<content:encoded><![CDATA[<p>Also, &#8220;The Ghost in ZShell&#8221; pronouced the american way : &#8220;The Ghost in Zee-Shell&#8221; is like a person from France saying &#8220;The Ghost in The Shell&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

