Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.advocacy > #351272
| From | Alan Baker <alangbaker@telus.net> |
|---|---|
| Newsgroups | comp.os.linux.advocacy, uk.politics.misc, uk.misc, comp.sys.mac.advocacy |
| Subject | Re: A Big Linux Cock pokes out half of Appils eye |
| Date | 2016-04-22 09:42 -0700 |
| Organization | Datemas.de http://www.news.datemas.de |
| Message-ID | <nfdk8o$6dp$1@news.datemas.de> (permalink) |
| References | (6 earlier) <zeCdnYpAoqRzqYTKnZ2dnUU7-LnNnZ2d@giganews.com> <nfbeii$jfc$1@news.datemas.de> <3vKdnVSjdZm304TKnZ2dnUU7-fnNnZ2d@giganews.com> <nfciec$2g1$1@news.datemas.de> <wsmdnSWkzPpkiofKnZ2dnUU7-dHNnZ2d@giganews.com> |
Cross-posted to 4 groups.
On 2016-04-22 5:24 AM, Marek Novotny wrote:
> On 2016-04-22, Alan Baker <alangbaker@telus.net> wrote:
>> On 2016-04-21 3:03 PM, Marek Novotny wrote:
>>> On 2016-04-21, Alan Baker <alangbaker@telus.net> wrote:
>>>> On 2016-04-21 1:15 PM, Marek Novotny wrote:
>>>>> On 2016-04-21, Alan Baker <alangbaker@telus.net> wrote:
>>>>>> Give a specific way that "OSX *is* crap".
>>>>>
>>>>> On your Mac, save an InDesign package with links and fonts. On the
>>>>> source volume confirm the size of those fonts in the file manager.
>>>>
>>>> OK...
>>>>
>>>>>
>>>>> Attach another hard drive and format it for HFS+ journaling.
>>>>>
>>>>> Open the command line on the Mac.
>>>>>
>>>>> Use the built in rsync command to sync the contents of the InDesign
>>>>> package from the source drive to the destination, which should be this
>>>>> new drive you attached. See the man page on how to use the built in
>>>>> rsync.
>>>>>
>>>>> Once the rsync is finished on the target machine examine the file size
>>>>> of the fonts you have synced. See what it says and consider why.
>>>>
>>>> So you use the wrong tools and you get weird results.
>>>
>>> How is this the wrong tool? Apple claims to be UNIX. I am using a tool
>>> that is provided by Apple to sync files from one Mac drive to another
>>> Mac drive. So how is it that I am using the wrong tool? what is the
>>> correct tool?
>>>
>>>> Why would you use the command line to rsync the package to another drive?
>>>
>>> Because I sync work done on a source drive to a destination to keep a
>>> synced copy on a server. These files can change and I just want the most
>>> up to date copy on the server.
>>
>> And there is an Apple tool for that for the end user: Time Machine.
>
> Jez, you can't make this stuff up. Time Machine is personal. rsync puts
> the files on the server or other location where EVERYONE can see it.
> It's just a backup, it's called SHARING. Time Machine is just a backup
> tool.
>
> You just can't accept when someone else makes a solid point. In your
> eyes, everyone else is wrong and Apple is always right. You're the worst
> kind of Apple zealot. Get a grip. Apple isn't the end all be all of
> computing. Hell Apple uses Azure, Amazon AWS and Google. They don't eat
> their own dog food. They love selling it to you though.
1. you're making an extremely edge case here.
2. You don't have to use fonts with resource fork data. Nothing made in
the last decade would have them.
3. there are version of rsync that support resource forks.
>
>>>>> There are problems I have run into over the years which bother me. There
>>>>> is no refresh on the file browser for example. If I leave a folder
>>>>> opened in which the source is a server share, and then copy something to
>>>>> that server share, it doesn't just show up on the opened folder. Often I
>>>>> have to close the window, re-open it, and hope it updates.
>>>>
>>>> I have used Macs with Mac OS X Server, Windows servers, samba servers...
>>>>
>>>> ...and I've never encountered that problem.
>>>
>>> Then you're not using them all that much. I do this every single day.
>>> Many times a day as I use Macs for optical manufacturing.
>>
>> Sure you do.
>
> Yeah, I do.
Riiiiiiiight.
>
>>>>> Every time I open a folder, it adds a new .DS_Store file to the folder.
>>>>> I had to write a script to remove them because I can't have those files
>>>>> inside some of the products I'm involved with. It's not part of the DVD
>>>>> spec to have .DS_Store files inside the VIDEO_TS directory for example.
>>>>> But once you open such a folder in your Mac, it will add that file
>>>>> automatically and it is hidden so you have to know to fish it out. Open
>>>>> the directory with the GUI and it will pop a fresh one in there for you
>>>>> to fish out.
>>>>>
>>>>
>>>> Windows writes invisible files to folders, but why do you even care
>>>> about them?
>>>
>>> I use Linux mostly. I'm comparing to Linux for the most part. And know
>>> we don't drop a file in every single directory that is opened with a
>>> GUI. OSX sure does though. Every single directory that is opened with a
>>> GUI gets a hidden file.
>>
>> OK. So... ...what?
>
> LOL. You got nothing Alan. You can't come back with anything at all so
> you resort to this. I answered your question and you can't deal with it.
> It does what I said it does and it contaminates my directories for
> optical manufacturing.
What exactly does "contaminates my directories" mean? How does it
actually impact what you do?
>
>>>>> If I go back to the something like the PowerPC mac, OSX is completely
>>>>> broken on attaching to SMB shares such that I had to buy DAVE v8x to get
>>>>> a better SMB stack. Otherwise I get a permission issue and cannot write
>>>>> to a share no matter what I do. Luckily Thursby software sells, though
>>>>> they don't support, their older versions so I can still buy v8 for the
>>>>> PowerPC Mac, which Apple has left for dead.
>>>>
>>>> So a version of Mac OS X that hasn't been relevant for nearly 10 years
>>>> had a problem?
>>>
>>> Correction; Has a problem and it was never fixed so it is easy to see.
>>> So my only solution is using someone else's SMB stack cause the most
>>> advanced operating system according to Apple can't connected to an SMB
>>> share correctly.
>>
>> Lots of Macs connect correctly to SMB shares every day.
>
> Yeah, and lots need the help of DAVE to do so. Cause Apple can't program
> an SMB stack to save their lives.
Ummm...
Bad news for you, sunshine: Apple's SMB stack was Samba at the time
you're talking about.
>
>>>>> Apple still employs GNU BASH 3.2.57 on their latest release. On Linux,
>>>>> we're on v 4.3.11. That's a full generation behind and Apple has been on
>>>>> version 3.x since inception.
>>>>
>>>> And what are the benefits of version 4 vs version 3?
>>>
>>> One I ran into not too long ago was zero padding in brace expansion.
>>> Which is useful in scripting especially using wget to grab photos off
>>> the web. I needed to create a sequence for someone asking about this on
>>> alt.os.linux and I ran into that little gem on the older BASH. Didn't
>>> realize that Apple was still on version 3. So if I want leading zeros,
>>> like echo {01..20} I won't get that desired result from v3. You can type
>>> that into your own shell as an example:
>>>
>>> $ echo {01..20}
>>>
>>> Now try that same thing with bash 4.x on Linux. You'll see the correct
>>> output on Linux. You can just google for version 3 vs 4 or look up new
>>> features in version 4 if you are seriously interested. I doubt you are
>>> so I don't want to waste a lot of time on this. That's one example that
>>> bit me that you can search for on the group as something we did run
>>> into in real life.
>>
>>
>> Wow. That's a show stopper.
>>
>> <yawn>
>
> Yeah, it is.
No. It really isn't.
>
>> Seriously: that's your best example of how Bash 4 is better than Bash 3?
>
> Seriously, you're a dork. When given a solid answer to your question you
> just cover your eyes and refuse to accept it. I'm right on, just deal
> with it.
You mean you can't think of any way to write a bash function that will
give you what you want...
>
>>>>> On the Mac, how easy is it for the consumer to set the keyboard to
>>>>> something other than Apple's products?For example, if I buy a 3rd party
>>>>> music player, and hit the play button on the keyboard, iTunes is loaded
>>>>> is it not? If you know of a way to program something else let me know.
>>>>> I'd seriously like to. It seems to me that once you buy a Mac, Apple
>>>>> just assumes you love Apple and want Apple to provide everything for
>>>>> you.
>>>>
>>>> Use Option-Play. Tested: it works.
>>>
>>> Okay, not what I asked at all. I said I want to hit the play button. You
>>> know on the keyboard, the button marked play/pause. If I do that it
>>> assumes I want to play something from iTunes. Do you know of a way to
>>> change that? I don't. So again, as I said, it seems Apple assumes you
>>> mean to use only their tools.
>>>
>>
>> No. They let you use a different key combination for other tools.
>
> As I said. You cannot re-program the play/pause key. It always assumes
> you want to use iTunes.
Nope. It is possible. It's not even hard.
It's just that it's also not necessary.
Again: Apple not doing things the way you want them to is not the same
as "OSX is crap".
>
>>>>> If a reseller like The Omni Group wants to sell a product on the Apple
>>>>> Store, then they cannot offer upgrades at an upgrade price. They have to
>>>>> instead sell the whole product over again. Not cool. They can sell it
>>>>> outside of Apple's store, but then they lose out on what Apple is trying
>>>>> to create, which is a one-stop store that allows us to manage our
>>>>> software purchases easily. I'd rather buy from the Apple store because
>>>>> installing again is simple.
>>>>
>>>> So you rail against Apple wanting everything to be Apple, but now you
>>>> want your apps to all come from the Apple App Store...
>>>
>>> I want them to offer upgrade pricing. Upgrades at reduced pricing has
>>> been a staple of software sales for more than 20 years. Just not on
>>> Apple's store.
>>
>> So don't buy from the Apple App store.
>
> Yeah, as I said again.
Right, as you hypocritically said... ...again.
>
>>>>> Other issues are more hardware related. They don't sell a tower with
>>>>> internal optical drives, which I need. You have to get the garbage can
>>>>> and then attach them external. USB optical drives don't perform well and
>>>>> FirweWire seems to be on it's way out leaving with USB which isn't good.
>>>>> There are no Thunderport optical drives that I'm aware of.
>>>>
>>>> USB 3 optical drives "don't perform well"? In what way?
>>>
>>> try burning a Blu-ray at high speed on USB. It always gives me slower
>>> speeds. On internal drives I get the full speed the drive offers and on
>>> FireWire I also got the full speed. On USB drives I have yet to find one
>>> that burns faster than an average of 3x to 4x.
>>
>> And there is a $35 Thunderbolt to Firewire adapter...
>
> As I already said, FireWire devices are going out and we're left with
> USB. GUess you forgot what the topic is cause you're too busy avoiding
> it.
How do you know FireWire devices are "going" out, and if you have a
device and they stop making others, how does it affect YOUR device?
>
>>>>> Suppose I want to connect a DLT drive, which I still use for the Mac.
>>>>> There are no PCI slots in the tower, so again I'd have to find an
>>>>> external bridge device adding to the cost and it gets difficult to find
>>>>> support since vendors know Apple doesn't really support these third
>>>>> party options. ATTO was the last one I saw which for a while had good
>>>>> support for Apple.
>>>>
>>>> <http://www.sonnettech.com/PRODUCT/thunderbolt/index.html>
>>>>
>>>> Pick the expansion system that meets your requirements.
>>>>
>>>> Or go with this:
>>>>
>>>> <http://www.sonnettech.com/PRODUCT/echo15thunderboltdock.html>
>>>>
>>>> Optical drive, eSATA, Firewire, a drive bay...
>>>>
>>>> ...and it's about 8x8" so you can sit your Mac Pro right on top.
>>>
>>> Yeah, as I said, I have to buy a bridge. It would be better of Apple
>>> just offered us a tower with 5.25" drive bays and PCI expansion. That is
>>> the standard.
>>
>> Apple not offering what you claim you want doesn't make what they offer
>> "crap".
>
> It does and it is. I had to buy DAVE to get a proper SMB stack.
So Samba was "crap"
> The
> built in rsync destroys the resource fork, HFS plus sucks ass.
So install one that doesn't, you claim you're so clever with the terminal...
> BASH is
> out dated.
In one trivial way.
> There are no PCI slots in any Mac sold today by Apple.
But you can add them if you need them. And the operating system is no
better or worse from it in any case.
> There
> are no options for built in optical blu-ray drives by the manufacturer.
Which again, doesn't say anything about OS X.
> They basically suck. Your choices are limited. In the Linux and even
> Windows worlds, we have a ton of choices.
Which doesn't say anything about the quality of the OS.
>
>>>>> Apple is happy to drop things and move on. Like DVD Studio Pro. Like
>>>>> dropping Final Cut Pro from 7 and going to X which isn't very good,
>>>>> hence the strong migration to Windows and Premiere or back to Avid.
>>>>> Apple is just clearly a consumer company. They have almost no enterprise
>>>>> focus at all it seems to me. Great for mom and dad but for offices they
>>>>> feel more like a nightmware to me.
>>>>>
>>>>
>>>> There is significant difference between "not offering what I happen to
>>>> want" and "crap".
>>>
>>> Hey, I don't think I said crap. I'm not the Op originator either. I'm
>>> merely answering the question you posed when the op said crap and you
>>> asked what wasn't so hot on OSX. So I can think of a few things I don't
>>> care for so I replied.
>>
>> That was the question you were replying to:
>>
>> 'Give a specific way that "OSX *is* crap".'
>
> And I gave solid reasons. Issues I run into on a daily basis.
No. You gave reasons why OS X doesn't do a few very oddball things you
claim you need it to do, and some of them weren't even about the OS.
>
>> So you gave replies that you now claim don't say it was crap and that
>> actually aren't OS X problems at all.
>
> No, that's a stretch. They are problems. Just deal with reality Alan.
> OSX is fine for mom and dad, but real computer users need a bit more
> than Apple offers.
LOL!
The old "real computer users" canard...
>
Back to comp.os.linux.advocacy | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
A Big Linux Cock pokes out half of Appils eye 7 <7@enemygadgets.com> - 2016-04-19 21:54 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-19 15:02 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-19 22:13 +0000
Re: A Big Linux Cock pokes out half of Appils eye brexit insanity <aslsfijasslkjfhwe22jads@oasdfasfs.org> - 2016-04-19 22:22 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-19 15:44 -0700
Re: A Big Linux Cock pokes out half of Appils eye Me Sham <osirus47@yahoo.com> - 2016-04-19 17:47 -0700
Re: A Big Linux Cock pokes out half of Appils eye 7 <7@enemygadgets.com> - 2016-04-20 21:51 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-20 15:06 -0700
Re: A Big Linux Cock pokes out half of Appils eye Me Sham <osirus47@yahoo.com> - 2016-04-20 15:27 -0700
Re: A Big Linux Cock pokes out half of Appils eye chrisv <chrisv@nospam.invalid> - 2016-04-21 12:13 -0500
Re: A Big Linux Cock pokes out half of Appils eye Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-21 20:13 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-21 12:02 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-21 13:15 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-21 13:52 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-21 15:03 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 00:04 -0700
Re: A Big Linux Cock pokes out half of Appils eye Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-22 10:13 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 01:25 -0700
Re: A Big Linux Cock pokes out half of Appils eye Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-22 14:22 +0200
Re: A Big Linux Cock pokes out half of Appils eye chrisv <chrisv@nospam.invalid> - 2016-04-22 07:35 -0500
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 09:27 -0700
Re: A Big Linux Cock pokes out half of Appils eye Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-22 23:21 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 14:38 -0700
Re: A Big Linux Cock pokes out half of Appils eye Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-23 00:03 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 15:10 -0700
Re: A Big Linux Cock pokes out half of Appils eye Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-23 00:23 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 15:33 -0700
Re: A Big Linux Cock pokes out half of Appils eye Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-23 01:00 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 16:13 -0700
Re: A Big Linux Cock pokes out half of Appils eye Melzzzzz <mel@zzzzz.com> - 2016-04-23 02:07 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 17:15 -0700
Re: A Big Linux Cock pokes out half of Appils eye Melzzzzz <mel@zzzzz.com> - 2016-04-23 02:34 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 17:37 -0700
Re: A Big Linux Cock pokes out half of Appils eye Melzzzzz <mel@zzzzz.com> - 2016-04-23 02:56 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 18:06 -0700
Re: A Big Linux Cock pokes out half of Appils eye Melzzzzz <mel@zzzzz.com> - 2016-04-23 03:29 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 18:32 -0700
Re: A Big Linux Cock pokes out half of Appils eye Melzzzzz <mel@zzzzz.com> - 2016-04-23 03:46 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 18:49 -0700
Re: A Big Linux Cock pokes out half of Appils eye Melzzzzz <mel@zzzzz.com> - 2016-04-23 03:55 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 19:08 -0700
Re: A Big Linux Cock pokes out half of Appils eye Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-23 12:32 +0200
Re: A Big Linux Cock pokes out half of Appils eye Melzzzzz <mel@zzzzz.com> - 2016-04-23 12:34 +0200
Re: A Big Linux Cock pokes out half of Appils eye Snit <usenet@gallopinginsanity.com> - 2016-04-23 08:08 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-23 09:23 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-23 09:22 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-23 09:41 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-23 09:53 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-23 09:33 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-23 10:01 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-23 10:24 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-23 11:13 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-23 11:34 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-23 12:20 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-24 10:52 -0700
Re: A Big Linux Cock pokes out half of Appils eye "Popkin" <Popkin@telus.net> - 2016-04-24 16:01 -0400
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-24 13:36 -0700
Re: A Big Linux Cock pokes out half of Appils eye Snit <usenet@gallopinginsanity.com> - 2016-04-24 16:36 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-24 23:28 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 12:05 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-25 12:10 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 12:12 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-25 12:18 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 12:35 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-25 12:58 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 13:10 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-25 13:17 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 13:20 -0700
Re: A Big Linux Cock pokes out half of Appils eye Snit <usenet@gallopinginsanity.com> - 2016-04-27 14:24 -0700
Re: A Big Linux Cock pokes out half of Appils eye Steve Carroll <fretwizzer@gmail.com> - 2016-04-27 14:31 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-24 23:28 -0700
Re: A Big Linux Cock pokes out half of Appils eye Snit <usenet@gallopinginsanity.com> - 2016-04-24 17:37 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-23 20:00 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-23 23:38 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-24 15:58 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-24 10:33 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-24 18:52 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-24 12:00 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-24 19:31 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-24 12:37 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-24 21:12 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 12:48 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-25 22:14 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 15:43 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-25 23:07 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 16:15 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-26 02:13 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 19:38 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-26 02:46 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 19:50 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 19:49 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-26 02:57 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 19:59 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-26 03:35 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 20:46 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-26 03:58 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 21:03 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-26 04:13 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 21:22 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-26 04:41 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 21:50 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-26 05:09 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 22:13 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-26 05:39 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 22:41 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-26 05:58 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 22:59 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-26 06:06 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-26 08:52 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 09:35 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-26 09:38 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 09:48 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-26 09:54 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 09:56 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-26 10:04 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-26 16:57 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-26 10:13 -0700
Re: A Big Linux Cock pokes out half of Appils eye vallor <vallor@cultnix.org> - 2016-04-27 05:38 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-27 00:37 -0700
Re: A Big Linux Cock pokes out half of Appils eye vallor <vallor@cultnix.org> - 2016-04-27 05:29 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-27 00:36 -0700
Re: A Big Linux Cock pokes out half of Appils eye owl <owl@rooftop.invalid> - 2016-04-27 14:18 +0000
Re: A Big Linux Cock pokes out half of Appils eye GreyCloud <mist@cumulus.com> - 2016-04-27 20:06 -0600
Re: A Big Linux Cock pokes out half of Appils eye Melzzzzz <mel@zzzzz.com> - 2016-04-28 04:15 +0200
Re: A Big Linux Cock pokes out half of Appils eye GreyCloud <mist@cumulus.com> - 2016-04-28 15:32 -0600
Re: A Big Linux Cock pokes out half of Appils eye Melzzzzz <mel@zzzzz.com> - 2016-04-26 06:25 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 21:28 -0700
Re: A Big Linux Cock pokes out half of Appils eye Melzzzzz <mel@zzzzz.com> - 2016-04-26 06:37 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 21:49 -0700
Re: A Big Linux Cock pokes out half of Appils eye Melzzzzz <mel@zzzzz.com> - 2016-04-26 06:58 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 22:12 -0700
Re: A Big Linux Cock pokes out half of Appils eye GreyCloud <mist@cumulus.com> - 2016-04-24 15:11 -0600
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 12:52 -0700
Re: A Big Linux Cock pokes out half of Appils eye -hh <recscuba_google@huntzinger.com> - 2016-04-25 13:35 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-25 13:43 -0700
Re: A Big Linux Cock pokes out half of Appils eye -hh <recscuba_google@huntzinger.com> - 2016-04-25 18:16 -0700
Re: A Big Linux Cock pokes out half of Appils eye GreyCloud <mist@cumulus.com> - 2016-04-25 15:20 -0600
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-25 14:58 -0700
Re: A Big Linux Cock pokes out half of Appils eye GreyCloud <mist@cumulus.com> - 2016-04-26 15:48 -0600
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 15:45 -0700
Re: A Big Linux Cock pokes out half of Appils eye Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-23 00:59 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 16:13 -0700
Plonk Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-22 19:57 -0400
Re: Plonk "Popkin" <Popkin@telus.net> - 2016-04-22 20:15 -0400
Re: Plonk Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-22 21:02 -0400
Keep talking Chris Ahlstrom Richard King <kingsley651@webby.org> - 2016-04-22 21:19 -0400
Re: Plonk "Popkin" <Popkin@telus.net> - 2016-04-24 17:46 -0400
Re: Plonk Alan Baker <alangbaker@telus.net> - 2016-04-24 23:30 -0700
Re: A Big Linux Cock pokes out half of Appils eye "Popkin" <Popkin@telus.net> - 2016-04-22 19:32 -0400
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 09:26 -0700
Re: A Big Linux Cock pokes out half of Appils eye "Popkin" <Popkin@telus.net> - 2016-04-22 19:30 -0400
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 16:32 -0700
Re: A Big Linux Cock pokes out half of Appils eye vallor <vallor@cultnix.org> - 2016-04-27 04:55 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-27 00:35 -0700
Re: A Big Linux Cock pokes out half of Appils eye -hh <recscuba_google@huntzinger.com> - 2016-04-27 04:01 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 05:24 -0700
Re: A Big Linux Cock pokes out half of Appils eye -hh <recscuba_google@huntzinger.com> - 2016-04-22 06:06 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 07:04 -0700
Re: A Big Linux Cock pokes out half of Appils eye -hh <recscuba_google@huntzinger.com> - 2016-04-22 08:04 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 08:30 -0700
Re: A Big Linux Cock pokes out half of Appils eye -hh <recscuba_google@huntzinger.com> - 2016-04-22 09:56 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 10:28 -0700
Re: A Big Linux Cock pokes out half of Appils eye -hh <recscuba_google@huntzinger.com> - 2016-04-22 12:44 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 13:44 -0700
Re: A Big Linux Cock pokes out half of Appils eye -hh <recscuba_google@huntzinger.com> - 2016-04-22 14:19 -0700
Re: Marek Novotn is stuck in the U.S. tech culture, circa 1990. Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 13:07 -0700
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. Richard King <kingsley651@webby.org> - 2016-04-22 16:38 -0400
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 14:36 -0700
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. Richard King <kingsley651@webby.org> - 2016-04-22 18:07 -0400
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 15:20 -0700
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-22 19:48 -0400
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. Richard King <kingsley651@webby.org> - 2016-04-22 20:44 -0400
"Richand King", yet another nym of a long-time troll Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-22 21:00 -0400
Ask Chris Ahlstrom about.... Richard King <kingsley651@webby.org> - 2016-04-22 21:22 -0400
Re: "Richand King", yet another nym of a long-time troll chrisv <chrisv@nospam.invalid> - 2016-04-25 07:48 -0500
Re: "Richand King", yet another nym of a long-time troll William Poaster <wp@dev.null> - 2016-04-25 14:07 +0100
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 19:04 -0700
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. Snit <usenet@gallopinginsanity.com> - 2016-04-22 22:53 -0700
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 23:24 -0700
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. William Poaster <wp@dev.null> - 2016-04-23 13:35 +0100
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. Snit <usenet@gallopinginsanity.com> - 2016-04-23 08:04 -0700
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. chrisv <chrisv@nospam.invalid> - 2016-04-25 07:33 -0500
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. Snit <usenet@gallopinginsanity.com> - 2016-04-25 10:14 -0700
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. Marek Novotny <marek.novotny@marspolar.com> - 2016-04-25 10:50 -0700
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. Snit <usenet@gallopinginsanity.com> - 2016-04-25 10:53 -0700
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. DFS <nospam@dfs.com> - 2016-04-26 12:01 -0400
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. Snit <usenet@gallopinginsanity.com> - 2016-04-23 08:10 -0700
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. William Poaster <wp@dev.null> - 2016-04-23 13:31 +0100
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. chrisv <chrisv@nospam.invalid> - 2016-04-25 07:29 -0500
Re: Marek Novotny is stuck in the U.S. tech culture, circa 1990. DFS <nospam@dfs.com> - 2016-04-25 09:28 -0400
Marek Novotny appreciates the beauty of certain 1990's tech Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-22 19:45 -0400
Chris Ahlstrom Makes an ASS of himself again Richard King <kingsley651@webby.org> - 2016-04-22 21:11 -0400
Re: Marek Novotny appreciates the beauty of certain 1990's tech William Poaster <wp@dev.null> - 2016-04-23 13:30 +0100
Re: Marek Novotn is stuck in the U.S. tech culture, circa 1990. Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-22 19:42 -0400
Chris Ahlstrom... Asshole of the year. Just ask Jayne Ahlstrom, his wife. Richard King <kingsley651@webby.org> - 2016-04-22 21:07 -0400
Re: Marek Novotn is stuck in the U.S. tech culture, circa 1990. Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 18:29 -0700
Re: Marek Novotn is stuck in the U.S. tech culture, circa 1990. Melzzzzz <mel@zzzzz.com> - 2016-04-23 03:32 +0200
Re: Marek Novotn is stuck in the U.S. tech culture, circa 1990. Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 19:40 -0700
Re: Marek Novotn is stuck in the U.S. tech culture, circa 1990. Melzzzzz <mel@zzzzz.com> - 2016-04-23 05:15 +0200
Re: Marek Novotn is stuck in the U.S. tech culture, circa 1990. Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 20:31 -0700
Re: Marek Novotn is stuck in the U.S. tech culture, circa 1990. Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-23 07:28 -0400
Re: Marek Novotn is stuck in the U.S. tech culture, circa 1990. Melzzzzz <mel@zzzzz.com> - 2016-04-23 13:43 +0200
Re: Marek Novotn is stuck in the U.S. tech culture, circa 1990. Marek Novotny <marek.novotny@marspolar.com> - 2016-04-23 06:56 -0700
Re: Marek Novotn is stuck in the U.S. tech culture, circa 1990. Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-23 14:27 -0400
Re: Marek Novotn is stuck in the U.S. tech culture, circa 1990. Marek Novotny <marek.novotny@marspolar.com> - 2016-04-23 11:46 -0700
Re: Marek Novotn is stuck in the U.S. tech culture, circa 1990. Snit <usenet@gallopinginsanity.com> - 2016-04-24 17:49 -0700
Re: Marek Novotn is stuck in the U.S. tech culture, circa 1990. -hh <recscuba_google@huntzinger.com> - 2016-04-24 18:35 -0700
Re: Marek Novotn is stuck in the U.S. tech culture, circa 1990. Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-23 14:26 -0400
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 09:42 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 10:26 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 12:45 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 14:08 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 14:24 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 14:54 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 15:10 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 15:16 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 16:01 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 16:18 -0700
Re: A Big Linux Cock pokes out half of Appils eye "Popkin" <Popkin@telus.net> - 2016-04-22 19:59 -0400
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 17:04 -0700
A Big Appil beam in his eye Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-22 19:55 -0400
Re: A Big Appil beam in his eye Alan Baker <alangbaker@telus.net> - 2016-04-22 17:03 -0700
Re: A Big Appil beam in his eye Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-22 21:01 -0400
Re: A Big Appil beam in his eye Alan Baker <alangbaker@telus.net> - 2016-04-22 18:07 -0700
Chris Ahlstrom's Obsession With People He Claims to Have Filtered. Richard King <kingsley651@webby.org> - 2016-04-22 21:18 -0400
Re: A Big Appil beam in his eye JEDIDIAH <jedi@nomad.mishnet> - 2016-04-22 20:52 -0500
Re: A Big Appil beam in his eye Alan Baker <alangbaker@telus.net> - 2016-04-22 19:08 -0700
Re: A Big Appil beam in his eye "Popkin" <Popkin@telus.net> - 2016-04-22 20:11 -0400
Re: A Big Appil beam in his eye Alan Baker <alangbaker@telus.net> - 2016-04-22 17:15 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 12:54 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 14:10 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 14:24 -0700
Re: A Big Linux Cock pokes out half of Appils eye "Popkin" <Popkin@telus.net> - 2016-04-22 20:02 -0400
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 17:03 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 13:10 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 14:25 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 14:26 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 14:46 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 15:03 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-22 15:14 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 15:17 -0700
Re: A Big Linux Cock pokes out half of Appils eye Melzzzzz <mel@zzzzz.com> - 2016-04-21 22:16 +0200
Re: A Big Linux Cock pokes out half of Appils eye 7 <7@enemygadgets.com> - 2016-04-21 20:23 +0000
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-21 12:53 -0700
Re: A Big Linux Cock pokes out half of Appils eye 7 <7@enemygadgets.com> - 2016-04-21 23:07 +0000
Re: A Big Linux Cock pokes out half of Appils eye DFS <nospam@dfs.com> - 2016-04-21 19:44 -0400
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-21 23:58 -0700
Re: A Big Linux Cock pokes out half of Appils eye Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-22 10:10 +0200
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-22 01:24 -0700
Re: A Big Linux Cock pokes out half of Appils eye Desk Rabbit <me@example.com> - 2016-04-22 10:58 +0100
The Appil of my eye Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-22 05:40 -0400
Re: The Appil of my eye Desk Rabbit <me@example.com> - 2016-04-22 11:02 +0100
Re: The Appil of my eye Desk Rabbit <me@example.com> - 2016-04-22 11:44 +0100
Re: The Appil of my eye frederick <fakeemail@gmail.com> - 2016-04-23 00:31 +0100
Re: The Appil of my eye Alan Baker <alangbaker@telus.net> - 2016-04-22 09:25 -0700
Re: The Appil of my eye Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-22 15:09 -0400
Re: The Appil of my eye Alan Baker <alangbaker@telus.net> - 2016-04-22 12:31 -0700
Re: The Appil of my eye Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-22 22:57 +0200
Re: The Appil of my eye Alan Baker <alangbaker@telus.net> - 2016-04-22 13:58 -0700
Re: The Appil of my eye Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-22 19:53 -0400
Re: The Appil of my eye Desk Rabbit <me@example.com> - 2016-04-25 11:11 +0100
Re: The Appil of my eye chrisv <chrisv@nospam.invalid> - 2016-04-25 07:18 -0500
Re: The Appil of my eye Alan Baker <alangbaker@telus.net> - 2016-04-25 19:40 -0700
Re: The Appil of my eye Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-22 19:52 -0400
Re: The Appil of my eye Alan Baker <alangbaker@telus.net> - 2016-04-22 17:02 -0700
Re: The Appil of my eye Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-22 21:03 -0400
Chris Ahlstrom a Pansy... Richard King <kingsley651@webby.org> - 2016-04-22 21:15 -0400
Re: The Appil of my eye JEDIDIAH <jedi@nomad.mishnet> - 2016-04-22 20:55 -0500
Re: The Appil of my eye Alan Baker <alangbaker@telus.net> - 2016-04-22 19:39 -0700
Re: The Appil of my eye "Popkin" <Popkin@telus.net> - 2016-04-22 19:34 -0400
Re: A Big Linux Cock pokes out half of Appils eye -hh <recscuba_google@huntzinger.com> - 2016-04-22 02:51 -0700
Re: A Big Linux Cock pokes out half of Appils eye 7 <7@enemygadgets.com> - 2016-04-23 10:04 +0000
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-23 06:46 -0700
Re: A Big Linux Cock pokes out half of Appils eye Alan Baker <alangbaker@telus.net> - 2016-04-23 09:26 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-23 09:50 -0700
Re: A Big Linux Cock pokes out half of Appils eye Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-19 19:40 -0400
Re: A Big Linux Cock pokes out half of Appils eye 7 <7@enemygadgets.com> - 2016-04-20 21:10 +0000
Re: A Big Linux Cock pokes out half of Appils eye DFS <nospam@dfs.com> - 2016-04-21 12:07 -0400
Re: A Big Linux Cock pokes out half of Appils eye Desk Rabbit <me@example.com> - 2016-04-20 16:42 +0100
Re: A Big Linux Cock pokes out half of Appils eye "Popkin" <Popkin@telus.net> - 2016-04-21 12:16 -0400
Re: A Big Linux Cock pokes out half of Appils eye frederick <fakeemail@gmail.com> - 2016-04-21 21:42 +0100
A Big Linux Cock pokes out half of Appils eye "Drummer"<drummer@gmail.com> - 2016-04-22 05:17 +0200
Re: A Big Linux Cock pokes out half of Appils eye Me Sham <osirus47@yahoo.com> - 2016-04-26 06:02 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 07:01 -0700
Re: A Big Linux Cock pokes out half of Appils eye Me Sham <osirus47@yahoo.com> - 2016-04-26 07:20 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 07:28 -0700
Re: A Big Linux Cock pokes out half of Appils eye Me Sham <osirus47@yahoo.com> - 2016-04-26 07:56 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 08:02 -0700
Re: A Big Linux Cock pokes out half of Appils eye Me Sham <osirus47@yahoo.com> - 2016-04-26 08:16 -0700
Re: A Big Linux Cock pokes out half of Appils eye Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 08:46 -0700
His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-26 20:41 +0000
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 14:21 -0700
Re: His Nibs #3's manifesto, debunked Me Sham <osirus47@yahoo.com> - 2016-04-26 14:24 -0700
Re: His Nibs #3's manifesto, debunked DFS <nospam@dfs.com> - 2016-04-26 18:27 -0400
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 15:37 -0700
Re: His Nibs #3's manifesto, debunked DFS <nospam@dfs.com> - 2016-04-26 18:55 -0400
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 16:48 -0700
Re: His Nibs #3's manifesto, debunked Me Sham <osirus47@yahoo.com> - 2016-04-26 16:55 -0700
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 17:09 -0700
Re: His Nibs #3's manifesto, debunked Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-26 20:36 -0400
Re: His Nibs #3's manifesto, debunked William Poaster <wp@dev.null> - 2016-04-27 10:11 +0100
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-27 00:07 +0000
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 17:11 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-27 00:18 +0000
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 17:29 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-27 00:38 +0000
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 17:47 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-27 01:03 +0000
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 18:10 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-27 01:26 +0000
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-26 18:37 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-27 02:48 +0000
Re: His Nibs #3's manifesto, debunked Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-27 06:25 -0400
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-27 07:49 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-27 14:54 +0000
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-27 08:11 -0700
Re: His Nibs #3's manifesto, debunked Steve Carroll <fretwizzer@gmail.com> - 2016-04-27 07:59 -0700
Re: His Nibs #3's manifesto, debunked William Poaster <wp@dev.null> - 2016-04-27 16:33 +0100
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-27 08:52 -0700
Re: His Nibs #3's manifesto, debunked William Poaster <wp@dev.null> - 2016-04-27 17:35 +0100
Re: His Nibs #3's manifesto, debunked Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-27 15:57 -0400
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-27 13:10 -0700
Re: His Nibs #3's manifesto, debunked chrisv <chrisv@nospam.invalid> - 2016-04-27 10:07 -0500
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 10:19 -0700
Re: His Nibs #3's manifesto, debunked Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-27 20:59 +0200
Thing Digest chrisv <chrisv@nospam.invalid> - 2016-04-27 14:33 -0500
Re: Thing Digest vallor <vallor@cultnix.org> - 2016-04-27 20:18 +0000
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-28 00:05 +0000
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-28 00:14 +0000
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-28 00:23 +0000
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-28 00:42 +0000
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-28 00:51 +0000
Re: His Nibs #3's manifesto, debunked Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-27 20:32 -0400
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-28 00:59 +0000
Re: His Nibs #3's manifesto, debunked ronb <ronb02NOSPAM@gmail.com> - 2016-04-28 02:40 +0000
Re: His Nibs #3's manifesto, debunked William Poaster <wp@dev.null> - 2016-04-27 10:18 +0100
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-27 14:00 +0000
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-27 07:57 -0700
Re: His Nibs #3's manifesto, debunked William Poaster <wp@dev.null> - 2016-04-27 16:37 +0100
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-27 09:03 -0700
Re: His Nibs #3's manifesto, debunked DFS <nospam@dfs.com> - 2016-04-27 13:07 -0400
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-27 17:45 +0000
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-27 16:23 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 10:24 -0700
Re: His Nibs #3's manifesto, debunked Steve Carroll <fretwizzer@gmail.com> - 2016-04-27 10:30 -0700
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-27 11:18 -0700
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 12:26 -0700
Re: His Nibs #3's manifesto, debunked Steve Carroll <fretwizzer@gmail.com> - 2016-04-27 12:46 -0700
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-27 20:15 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 13:33 -0700
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-27 21:31 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 14:35 -0700
Re: His Nibs #3's manifesto, debunked Steve Carroll <fretwizzer@gmail.com> - 2016-04-27 14:54 -0700
Re: His Nibs #3's manifesto, debunked Steve Carroll <fretwizzer@gmail.com> - 2016-04-27 14:42 -0700
Re: His Nibs #3's manifesto, debunked Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-27 23:51 +0200
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 15:00 -0700
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-27 21:53 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 14:59 -0700
Re: His Nibs #3's manifesto, debunked Steve Carroll <fretwizzer@gmail.com> - 2016-04-27 15:35 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-27 20:34 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 13:48 -0700
Re: His Nibs #3's manifesto, debunked Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-27 23:29 +0200
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 14:36 -0700
Re: His Nibs #3's manifesto, debunked Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-27 23:48 +0200
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 15:01 -0700
Re: His Nibs #3's manifesto, debunked Steve Carroll <fretwizzer@gmail.com> - 2016-04-27 15:49 -0700
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-27 23:12 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 17:27 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-27 23:12 +0000
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-27 23:18 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 17:25 -0700
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-28 00:53 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 18:06 -0700
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-28 01:33 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 18:50 -0700
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-28 02:03 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 19:26 -0700
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-28 05:23 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 23:44 -0700
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-28 07:14 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-28 00:42 -0700
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-28 08:26 +0000
Re: His Nibs #3's manifesto, debunked William Poaster <wp@dev.null> - 2016-04-28 10:11 +0100
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-28 06:48 -0700
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-28 06:46 -0700
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-28 23:48 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-28 17:00 -0700
Re: His Nibs #3's manifesto, debunked chrisv <chrisv@nospam.invalid> - 2016-04-28 06:34 -0500
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-28 20:49 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-28 13:51 -0700
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 17:29 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-28 00:54 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 18:04 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-28 01:13 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 18:26 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-28 01:32 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 18:45 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-28 02:12 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 19:26 -0700
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 18:46 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-28 02:11 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 19:29 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-28 02:58 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 20:03 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-28 03:19 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 20:35 -0700
Re: His Nibs #3's manifesto, debunked Steve Carroll <fretwizzer@gmail.com> - 2016-04-28 10:47 -0700
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 18:46 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-28 02:04 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 19:30 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-28 03:00 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 20:08 -0700
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-28 03:29 +0000
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-27 20:41 -0700
Re: His Nibs #3's manifesto, debunked Steve Carroll <fretwizzer@gmail.com> - 2016-04-29 09:09 -0700
Re: His Nibs #3's manifesto, debunked Steve Carroll <fretwizzer@gmail.com> - 2016-04-27 19:28 -0700
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-27 13:43 -0700
Re: His Nibs #3's manifesto, debunked DFS <nospam@dfs.com> - 2016-04-28 10:12 -0400
Re: His Nibs #3's manifesto, debunked Snit <usenet@gallopinginsanity.com> - 2016-04-28 07:24 -0700
Re: His Nibs #3's manifesto, debunked Steve Carroll <fretwizzer@gmail.com> - 2016-04-28 10:31 -0700
Re: His Nibs #3's manifesto, debunked Steve Carroll <fretwizzer@gmail.com> - 2016-04-27 13:54 -0700
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-27 14:10 -0700
Re: His Nibs #3's manifesto, debunked Peter Köhlmann <peter-koehlmann@t-online.de> - 2016-04-27 23:21 +0200
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-27 14:30 -0700
Re: His Nibs #3's manifesto, debunked DFS <nospam@dfs.com> - 2016-04-28 09:54 -0400
Re: His Nibs #3's manifesto, debunked Steve Carroll <fretwizzen@gmail.com> - 2016-04-27 11:21 -0700
Re: His Nibs #3's manifesto, debunked DFS <nospam@dfs.com> - 2016-04-27 11:48 -0400
Re: His Nibs #3's manifesto, debunked Marek Novotny <marek.novotny@marspolar.com> - 2016-04-27 09:10 -0700
Re: His Nibs #3's manifesto, debunked DFS <nospam@dfs.com> - 2016-04-28 09:53 -0400
Re: His Nibs #3's manifesto, debunked GreyCloud <mist@cumulus.com> - 2016-04-27 20:11 -0600
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-27 02:11 +0000
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-27 02:48 +0000
Re: His Nibs #3's manifesto, debunked William Poaster <wp@dev.null> - 2016-04-27 10:17 +0100
Re: His Nibs #3's manifesto, debunked chrisv <chrisv@nospam.invalid> - 2016-04-27 07:21 -0500
Re: His Nibs #3's manifesto, debunked DFS <nospam@dfs.com> - 2016-04-27 11:48 -0400
Re: His Nibs #3's manifesto, debunked Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-26 20:37 -0400
Re: His Nibs #3's manifesto, debunked owl <owl@rooftop.invalid> - 2016-04-27 00:45 +0000
Re: His Nibs #3's manifesto, debunked DFS <nospam@dfs.com> - 2016-04-27 10:49 -0400
Re: His Nibs #3's manifesto, debunked Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-26 20:01 -0400
Re: His Nibs #3's manifesto, debunked vallor <vallor@cultnix.org> - 2016-04-27 02:19 +0000
Re: His Nibs #3's manifesto, debunked chrisv <chrisv@nospam.invalid> - 2016-04-27 07:26 -0500
Re: His Nibs #3's manifesto, debunked chrisv <chrisv@nospam.invalid> - 2016-04-27 09:48 -0500
A Big anti-Linux K00k Chris Ahlstrom <OFeem1987@teleworm.us> - 2016-04-26 19:54 -0400
csiph-web