<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://permalink.gmane.org/gmane.linux.elitists">
    <title>gmane.linux.elitists</title>
    <link>http://permalink.gmane.org/gmane.linux.elitists</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.elitists/12619"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.elitists/12618"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.elitists/12617"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.elitists/12616"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.elitists/12615"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.elitists/12614"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.elitists/12613"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.elitists/12612"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.elitists/12611"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.elitists/12610"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.elitists/12609"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.elitists/12608"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.elitists/12607"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.elitists/12606"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.elitists/12605"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.elitists/12604"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.elitists/12603"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.elitists/12602"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.elitists/12601"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.elitists/12600"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.elitists/12619">
    <title>Re: Per-user network up and down scripts</title>
    <link>http://permalink.gmane.org/gmane.linux.elitists/12619</link>
    <description>begin Brian quotation of Wed, Nov 26, 2008 at 02:55:21PM -0600:

Yes -- I have NetworkManager on this system (Debian
testing) and the scripts in /etc/network/*.d get run
at the right times.  So it doesn't really make sense
to have to start up a process as part of my session
just to listen for D-Bus signals and run the scripts,
when the system-level scripts are already getting run.
I have mostly short-lived processes, not big things
that stay running all the time.  Except Evolution, but
I'm looking for something to replace that.  I like the
"I Want Sandy" approach of having a virtual assistant
address that you copy on the mail you send out saying
that you're going to do something, or the mail you
send out telling someone else to do something, and
then getting reminders.

</description>
    <dc:creator>Don Marti</dc:creator>
    <dc:date>2008-11-30T01:37:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.elitists/12618">
    <title>Re: Per-user network up and down scripts</title>
    <link>http://permalink.gmane.org/gmane.linux.elitists/12618</link>
    <description>
Alternatively, a script that sits in /etc/network/if-up.d and checks
all users' home directories for a script to run as that user would be
a viable package. If Don's concern is polluting etc with unmanaged
files, getting that into his distro would set things right.
</description>
    <dc:creator>Brian</dc:creator>
    <dc:date>2008-11-26T20:55:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.elitists/12617">
    <title>Re: Per-user network up and down scripts</title>
    <link>http://permalink.gmane.org/gmane.linux.elitists/12617</link>
    <description>
Another approach (used by a number of desktop apps these days) is to
listen for D-Bus signals from NetworkManager.  For a slightly
different use case mostly (Firefox switching between "offline" and
"online" mode, Pidgin triggering an automatic reconnection attempt,
etc.) where the interested apps are already resident in memory, and of
course it assumes you're using NetworkManager, but one could create a
little session daemon who just listens for such events and then runs
scripts, for instance.

</description>
    <dc:creator>Nathaniel Smith</dc:creator>
    <dc:date>2008-11-26T20:45:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.elitists/12616">
    <title>Per-user network up and down scripts</title>
    <link>http://permalink.gmane.org/gmane.linux.elitists/12616</link>
    <description>I'm slowly populating my laptop's /etc/network/*.d
directories with scripts to do the right things
when I connect or disconnect.  (Just submitted these
scripts...
  http://zgp.org/~dmarti/tips/ifup-wwwoffle/
as a wishlist item for the Debian wwwoffle package,
for example.)

There's other stuff that I want to do when the net
comes up or down that should run as me, not root.
(Sync my IMAP mail, open ssh "master" connections
which are tied to me, and so on.)

Sure, I could put the scripts in /etc/network/*.d and
have them su to me, but I don't want to mess up /etc
with stuff that runs as me.  What about having an

  /etc/network/if-up.d/user

script, which would go through the members of a
certain group, and if one of those users were logged
in, see if that user has a $HOME/.network/if-up.d
directory, and if so, run-parts everything in it?

Has someone come up with a standard place for users
to put things that they want to have happen when the
network connection changes?

</description>
    <dc:creator>Don Marti</dc:creator>
    <dc:date>2008-11-26T16:40:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.elitists/12615">
    <title>Re: Been there, done that, bought the T-shirt...</title>
    <link>http://permalink.gmane.org/gmane.linux.elitists/12615</link>
    <description>Eugen Leitl:

No, I'm pretty sure I meant T-shirt.

</description>
    <dc:creator>Teh Entar-Nick</dc:creator>
    <dc:date>2008-11-05T13:32:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.elitists/12614">
    <title>Re: Been there, done that, bought the T-shirt...</title>
    <link>http://permalink.gmane.org/gmane.linux.elitists/12614</link>
    <description>
ITYM OpenBSD.

</description>
    <dc:creator>Eugen Leitl</dc:creator>
    <dc:date>2008-11-05T13:08:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.elitists/12613">
    <title>Been there, done that, bought the T-shirt...</title>
    <link>http://permalink.gmane.org/gmane.linux.elitists/12613</link>
    <description>Lame shirt, dippy copy, and clearly not cool enough to be one of us:

http://www.jinx.com/men/shirts/geek/arrogant_linux_elitist.html

</description>
    <dc:creator>Teh Entar-Nick</dc:creator>
    <dc:date>2008-11-05T12:50:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.elitists/12612">
    <title>Re: "Why I Hate KDE 4"</title>
    <link>http://permalink.gmane.org/gmane.linux.elitists/12612</link>
    <description>Quoting Shlomi Fish (shlomif&lt; at &gt;iglu.org.il):


Good.  I'm glad the kmail guys have some backbone, and don't pander to
inane "bug reports".


Bad.


Once again, Shlomi, who the fsck cares?

It's simply not up to you, and it's not up to me.  Your possession of an
opinion on the matter is (as usual) entirely irrelevant to the point;
ergo I will not bother to address yours.  The point is:  standards
compliance matters.  Go out of your way to be an antisocial jerk, and
you're inherently circling that much closer to people's killfiles.

But please don't take my word for it.  You're perfectly welcome to learn
the hard way.

</description>
    <dc:creator>Rick Moen</dc:creator>
    <dc:date>2008-11-05T10:07:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.elitists/12611">
    <title>Re: "Why I Hate KDE 4"</title>
    <link>http://permalink.gmane.org/gmane.linux.elitists/12611</link>
    <description>
Very well.


Actually, KMail 3.5.x puts it there whether I want it or not. See this 
bugs.kde.org bug:

https://bugs.kde.org/show_bug.cgi?id=77901

I tend to delete it manually.


I dislike adding the dash-dash-space from the reasons I mentioned in the bug 
report and in this link:

http://www.mail-archive.com/haifux%40haifux.org/msg00933.html

Regards,

Shlomi Fish

-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
"Humanity" - Parody of Modern Life - http://xrl.us/bkeut

Shlomi, so what are you working on? Working on a new wiki about unit testing 
fortunes in freecell? -- Ran Eilam
</description>
    <dc:creator>Shlomi Fish</dc:creator>
    <dc:date>2008-11-05T09:52:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.elitists/12610">
    <title>Re: "Why I Hate KDE 4"</title>
    <link>http://permalink.gmane.org/gmane.linux.elitists/12610</link>
    <description>Quoting Shlomi Fish (shlomif&lt; at &gt;iglu.org.il):


FWIW, although I take as given that you honestly did think that, I also
think your judgement was, alas, not well founded.  (Since you mentioned it.)


Just as a reminder, the McQuary .signature limit is no more than _four_ 
lines following a flush-left "-- " delimiter.  And you don't have that
delmiter, either.  Admittedly, that .sig delimiter's reliance on
required yet invisible whitespace makes it a rather unfortunate
convention, but it's nonetheless what MUA software will look for, so
please do use it.

</description>
    <dc:creator>Rick Moen</dc:creator>
    <dc:date>2008-11-05T09:14:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.elitists/12609">
    <title>Re: "Why I Hate KDE 4"</title>
    <link>http://permalink.gmane.org/gmane.linux.elitists/12609</link>
    <description>
I posted a link to this article to exactly one forum - this one. I didn't go 
ahead publicising it. RSS and Atom are useful but they're not always a 
substitute for publicising particular entries of interest. No one has time to 
subscribe to all the RSS/Atom feeds in the world, and so if an entry is *of 
particular interest* to a certain forum, then it would be appropriate to 
publicise it there.

My technical blog (just one of the blogs I maintain) contains many obscure 
technical tips (for Perl, Mandriva, and other technologies), tales of how I 
overcame particular bugs, and other things of low interest to this list and 
to many other people. As a result, they may choose not to subscribe to my 
web-feeds. On the other hand, I felt my KDE 4 rant was of particular 
interest.

Also of note is that I don't follow http://www.catonmat.net/ , because I 
generally find it of low interest. On the other hand, when Peteris mentioned 
this post - http://www.catonmat.net/blog/set-operations-in-unix-shell/ - on 
IRC, I</description>
    <dc:creator>Shlomi Fish</dc:creator>
    <dc:date>2008-11-05T08:53:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.elitists/12608">
    <title>Re: "Why I Hate KDE 4"</title>
    <link>http://permalink.gmane.org/gmane.linux.elitists/12608</link>
    <description>
I posted a link to this article to exactly one forum - this one. I didn't go 
ahead publicising it. RSS and Atom are useful but they're not always a 
substitute for publicising particular entries of interest. No one has time to 
subscribe to all the RSS/Atom feeds in the world, and so if an entry is *of 
particular interest* to a certain forum, then it would be appropriate to 
publicise it there.

My technical blog (just one of the blogs I maintain) contains many obscure 
technical tips (for Perl, Mandriva, and other technologies), tales of how I 
overcame particular bugs, and other things of low interest to this list and 
to many other people. As a result, they may choose not to subscribe to my 
web-feeds. On the other hand, I felt my KDE 4 rant was of particular 
interest.

Also of note is that I don't follow http://www.catonmat.net/ , because I 
generally find it of low interest. On the other hand, when Peteris mentioned 
this post - http://www.catonmat.net/blog/set-operations-in-unix-shell/ - on 
IRC, I</description>
    <dc:creator>Shlomi Fish</dc:creator>
    <dc:date>2008-11-05T08:52:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.elitists/12607">
    <title>Re: "Why I Hate KDE 4"</title>
    <link>http://permalink.gmane.org/gmane.linux.elitists/12607</link>
    <description>_______________________________________________
linux-elitists mailing list
linux-elitists&lt; at &gt;zgp.org
http://allium.zgp.org/cgi-bin/mailman/listinfo/linux-elitists
</description>
    <dc:creator>Don Marti</dc:creator>
    <dc:date>2008-11-05T06:19:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.elitists/12606">
    <title>Re: "Why I Hate KDE 4"</title>
    <link>http://permalink.gmane.org/gmane.linux.elitists/12606</link>
    <description>

Largely because there was no reason given in the post itself for why
it would be of interest to follow the link.


Yes, they can be; but the frequency of that occurrence is so low that
“I posted a rant” is a poor indicator of such quality. The barrier
for making a rant worthwhile to read is fairly high, and there was no
evidence of that in the post announcing it. So I found the message *as
presented here* to be useless clutter.

Your message, on the other hand, I found very interesting and relevant
in itself. Thank you.

</description>
    <dc:creator>Ben Finney</dc:creator>
    <dc:date>2008-11-05T01:03:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.elitists/12605">
    <title>Re: "Why I Hate KDE 4"</title>
    <link>http://permalink.gmane.org/gmane.linux.elitists/12605</link>
    <description>_______________________________________________
linux-elitists mailing list
linux-elitists&lt; at &gt;zgp.org
http://allium.zgp.org/cgi-bin/mailman/listinfo/linux-elitists
</description>
    <dc:creator>Karsten M. Self</dc:creator>
    <dc:date>2008-11-04T22:36:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.elitists/12604">
    <title>Re: Shlomi Fish wrote a RANT on hisBLOOOOOOOOGeverybody!</title>
    <link>http://permalink.gmane.org/gmane.linux.elitists/12604</link>
    <description>_______________________________________________
linux-elitists mailing list
linux-elitists&lt; at &gt;zgp.org
http://allium.zgp.org/cgi-bin/mailman/listinfo/linux-elitists
</description>
    <dc:creator>Greg Folkert</dc:creator>
    <dc:date>2008-11-02T15:16:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.elitists/12603">
    <title>Shlomi Fish wrote a RANT on his BLOOOOOOOOGeverybody!</title>
    <link>http://permalink.gmane.org/gmane.linux.elitists/12603</link>
    <description>Dan Martinez:

That was actually a reference to:
http://teh.entar.net/~nick/mail/i-have-a-mole-on-my-left-arm

And how do you know I don't wear long sleeves?

</description>
    <dc:creator>Teh Entar-Nick</dc:creator>
    <dc:date>2008-11-01T19:55:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.elitists/12602">
    <title>Re: "Why I Hate KDE 4"</title>
    <link>http://permalink.gmane.org/gmane.linux.elitists/12602</link>
    <description>Agreed, kde4 seems to have been managed badly. So, rather than be
continually annoyed, I've been using gnome, and will check back every
year or so to see if kde4 has reached a state of usability for those who
were accustomed to functionality and smoothness of kde3.

Joe
</description>
    <dc:creator>Joe Sloan</dc:creator>
    <dc:date>2008-11-01T17:16:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.elitists/12601">
    <title>Re: "Why I Hate KDE 4"</title>
    <link>http://permalink.gmane.org/gmane.linux.elitists/12601</link>
    <description>

Is it comfortable there? Doesn't the light hurt its eyes?

Also, my nose itches.

Dan
</description>
    <dc:creator>Dan Martinez</dc:creator>
    <dc:date>2008-11-01T14:35:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.elitists/12600">
    <title>Re: "Why I Hate KDE 4"</title>
    <link>http://permalink.gmane.org/gmane.linux.elitists/12600</link>
    <description>Ben Finney:

I have a mole on my left arm.

</description>
    <dc:creator>Teh Entar-Nick</dc:creator>
    <dc:date>2008-11-01T13:48:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.elitists/12599">
    <title>Re: "Why I Hate KDE 4"</title>
    <link>http://permalink.gmane.org/gmane.linux.elitists/12599</link>
    <description>

I found some lint in my navel.

</description>
    <dc:creator>Ben Finney</dc:creator>
    <dc:date>2008-11-01T13:39:32</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.linux.elitists">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.elitists</link>
  </textinput>
</rdf:RDF>
