The same as what I paid for that last Windows 7 Ultimate key!
I mean we all know paying $100+ for Windows 7 is just plain stupid - so
why do it?
> F
Linux is free and comes with compiz 3D tranlucent desktop.
search www.youtube.com for compiz and see how much
better it is from competing offerings.
Easy to convert cheap netbooks into fully functional
highly productive 3D desktop running dozens of applications
simultaneously whilst on the move.
Nothing matches the power of Linux on netbooks and compiz.
Certainly not pay for OSen that has limited support
unlike Linux which is supported forever.
Here is how its all done:
3D TRANSLUCENT COMPIZ
---------------------
Using extlinux to convert a liveCD iso to bootable SD card
-------------------------------------------------------------
Converting an ISO file to a bootable USB stick or a bootable
SD Card for EEE is easy.
Without being able to convert a distro into a bootable USB flash /SD Card,
that distro can't be easily loaded into netbook like EEE
and stand to miss out on users installing it into netbooks.
So I would recommend all distro mainters look at their netbook
boot strategy and offer something to boot their distros
from USB flash and SD cards or miss out on users installing it into
netbooks.
Having done a few conversions, a pattern emerges that works well for
most syslinux / isolinux / extlinux based distros.
1. Put your SD card or USB flash drive into your desktop Linux PC and
then open a console and type dmesg
You should see some line indicating your flash drive as
being picked up and allocated with a comment like sdc / sdc1 etc..
Remember both names - the first is /dev/sdc which is your
device name, and the second is /dev/sdc1 which is your partition name.
(Don't get confused between drive /dev/sdc and partition /dev/sdc1
or your drive could become scrambled eggs later on. Also remember
it may be called sdg or sdh etc depending what you see when you
plug in device and type dmesg)
2. Install gparted on your machine using synaptic.
To run it you can type
sudo gparted
in a console window and select on the right side the drive name allocated
in step 1. Right click on the bar that represents the partition
and click on manage flags.
Enable the boot flag and click OK. This makes the SD Card / USB
stick bootable.
3. Format the partition /dev/sdc1 to ext2 linux format.
This format is not directly readable under WINDUMMY Osen, but there
are free drivers for it - try for example www.fs-driver.org
The ext2 format is many times faster than windummy FAT so
ditching WINDUMMY file formats is advised.
4. Identify that you have syslinux or isolinux in your liveCD by
opening the .ISO file in archive manager and checking that it has
isolinux or syslinux directory somewhere in the liveCD.
In ubuntu, the root directory of /dev/sdc1 will not be writeable
unless you are in super user mode.
You can run
sudo file-roller
to open iso files like xubuntu-9.04-desktop-i386.iso in super user
mode and extract all the files in the iso file
to the /dev/sdc1 partition.
5. Go to the flash drive and locate the syslinux (or isolinux) directory.
rename it to extlinux. Inside the now renamed extlinux directory will
a file such as syslinux.cfg or isolinux.cfg. Rename that to
extlinux.conf
6. Get syslinux - this is a boot loader and menu system for FAT based
file systems. Download the latest version from here...
http://www.kernel.org/pub/linux/utils/boot/syslinux/
Unzip it and go to the extlinux directory.
On my machine path is something like this....../syslinux/extlinux
Run the program there by typing this - (note this command is updating
the partition /dev/sdc1)
./extlinux --install /dev/sdc1/extlinux
This puts a new file into your SD card / USB flash disk
7. from the extlinux directory change to the mbr directory
cd ../mbr
and then run this - again note this time its updating the device by
writing data to the first sector as opposed to the first partition.
sudo cat mbr.bin > /dev/sdc
(Note at this stage you may need to do some of the sudo commands after
entering super user mode to make it work properly.
So the above command would have been done as follows in Ubuntu.
sudo -s
cat mbr.bin > /dev/sdc
)
This makes the card bootable and useable in an Asus EEE and many other
PCs with SD card or USB flash disk boot facility.
After booting, you can install Linux on to local disk or an external
pocket drive. The pocket drive can be 7200 RPM giving you near desktop
speed.
This method tested and works for
1. Ubuntu
2. Slax
3. Knoppix
4. Puppy
5. DSL
6. GParted
7. gOS
8. Dynabolic
9. MoonOS Kachana
10. Xubuntu
11. TinyOS (incredible distro!)
(Note the method does not work for .ISO files built with grub bootloader -
need a different install method with grub boot loader instead of syslinux.)
Try installing something powerful like Ubuntu on to a netbook
and see it take netbooks to new heights.
3D Translucent Cube Desktop
---------------------------
The latest EEE1000 has fast enough graphics for translucent
3D desktops. An easy way to do all this with Ubuntu is:
Install Ubuntu on EEE (compiz itself
appears to be installed by default in the default install),
then install compiz settings manager using Synaptic
which allows compiz to be fully 'exercised'.
And then do the following to get the 3D cube desktop
working...
Go to General > Display Settings > Lighting and turned it off
Enable Desktop Cube and then Desktop Cube > Transparent Cube and set the
two opacity settings to 30%
then Desktop Cube > Skydome and check the skydome check mark
Enable Rotate Cube
Enable Enhanced Zoom Desktop
Right click the virtual workspaces panel and increase the number
of colums to 16.
And hey presto - 100% 3D translucent desktop with 16 screens!!!!!!!!!!
[Some shortcuts for the 3D screen
ctrl + alt + left or right arrow to spin cube
ctrl + alt + down arrow and then left or right arrow for a ring switcher
super + E for yet another switcher
super + mouse wheel scroll to zoom in and out of the 3D desktop.
]
You can run many applications simultaneously on netbook like a
real Linux desktop. You can open many browser tabs, run Open Office, video,
and developer stuff like MySQL server, Apache, PHP, Gambas, sqlite3
ALL SIMULTANEOUSLY while on a train for example, and rotate the
cube to switch between tasks instantly. Gone are the days when netbooks
were mis-represented as toys. They are fully functional Linux
Desktops on the move. Try it! It works!
Reducing Font Sizes And Turning ON Sub Pixel Rendering
------------------------------------------------------
The EEE can be astonishingly good to look at once the
font size is reduced to about 8 and sub pixel rendering
is turned ON. It is still absolutely
readable and everything appeared like a 'full screen' miniature
desktop equivalent of a big desktop PC.
System > Appearance > Fonts get to the font settings
in Ubuntu. On software like firefox and some other applications,
need to also to set local use of fonts ( Edit > Preferences > Content
will have font settings for firefox that also need to be changed).
VirtualBox
----------
Yes! VirtualBox can run on Ubutu set up with 3D translucent desktop.
http://www.virtualbox.org
Install virtual box and then install programs like windopws XP and run
it pretty much at it would run on a normal netbook. Its hard to tell
if the netbook is running Linux or the WINDUMMY OSen when the software
is run full screen becaue the speed and responsiveness is about
the same between a real windummy OSen install and a virtual box
virtual machine running it all in Linux.
Speeding up netbook to near Desktop speed
-----------------------------------------
With the EEE, you can speed up the netbook into a desktop PC able to handle
giant applications. Just fit USB 7200 RPM external pocket drive. Install
and boot Linux from the external drive. Data transfer rate is about 28
Megabytes per second so video and other stuff work at near desktop speeds.
Obviously it uses up a lot more energy and 2 USB sockets and so
drains battery very fast. Need to be plugged into a charger to
get best performance. You don't want to fit the 7200RPM drive
inside the netbook - it will heat up a lot. If you want 7 to 8 hours of
battery life from your netbooks you need to limit yourself to slowish SSDs
for now. As the pocket drives cost only 40 pounds, another advantage
is that you can have several to switch between tasks.
If netbooks start shipping with e-Sata, then that would be even better
option to get as the e-Sata and 7200 RPM pocket drives
desktop drive are common and cheap.
> Micoshaft Appil asstroturfing fraudster with a big girlie butt
> pounding the sock Justin wrote on behalf of Half Wits from
> Micoshaft Appil Department of Marketing:
>
>
>> F
>
>
> Linux is free and comes with compiz 3D tranlucent desktop.
> search www.youtube.com for compiz and see how much
> better it is from competing offerings.
I have often read your claim that it is better... but I have *never* seen
you support it, a least in terms of usability. And, frankly, it is clear
you cannot. You simply have no evidence that Compiz adds *any* usability to
a computer.
This is not to say it does not - but you are ignorant of any area where it
does. That much is very, very clear.
--
[INSERT .SIG HERE]
that a fucking lot of trouble.
Why indeed? You can buy the OEM CD with key for about $50 off eBay.
I of course have a FULL retail.
--
Norman
Registered Linux user #461062
At least you hint at a usability benefit... can you be more specific and
give more detail.
> How Aero compares at all is anyones guess.
Aero previews are pretty cool. Aero snap can be. Aero transparent borders
have, as far as I can tell, no benefit and create ugly distractions and make
reading text harder.
--
[INSERT .SIG HERE]
>>
>>
>>> F
>>
>>
>> Linux is free and comes with compiz 3D tranlucent desktop.
>> search www.youtube.com for compiz and see how much
>> better it is from competing offerings.
>
> I have often read your claim that it is better... but I have *never* seen
> you support it, a least in terms of usability. And, frankly, it is clear
> you cannot. You simply have no evidence that Compiz adds *any* usability
> to a computer.
>
> This is not to say it does not - but you are ignorant of any area where it
> does. That much is very, very clear.
Oh phuleezzeee!!!! You are such an idiot!
Did you not read?
Here read it again!
--------------------------------
Linux is free and comes with compiz 3D tranlucent desktop.
search www.youtube.com for compiz and see how much
better it is from competing offerings.
Easy to convert cheap netbooks into fully functional
Do you understand what I mean by usability? I did not read most of your
reams of off-topic drivel, above. If you think there is something on topic
them quote it.
--
[INSERT .SIG HERE]
> Do you understand what I mean by usability? I did not read most of your
> reams of off-topic drivel, above. If you think there is something on
> topic them quote it.
Seriously is English your first language?
Didn't I tell you to read it again?
Here it is again, read it troll and weep!
Well, when changing virtual desktops I like to see that i'm changing
desktops and not have it happen so fast that I wonder for a second or
two if i've changed to the right place. I guess you could say I feel
more in control over the action i'm performing when I can see what is
happening. With compiz off, the change is abrupt and I pause for a
moment or so while I figure out if what I just did is what I wanted to
do. At least while i'm rotating the desktop cube (scroll-wheel button,
mouse left/right) I have a moment to think about what i'm going to do on
that other desktop.
I also tend to have several terminals open or need to read something
on one window while I type it into another. With compiz I can adjust the
transparency of the top window so that I can read the covered window
rather than minimize/copy/maximize/paste.
> Aero previews are pretty cool. Aero snap can be. Aero transparent borders
> have, as far as I can tell, no benefit and create ugly distractions and make
> reading text harder.
>
Previews and Snap (to some degree) are in compiz already. I found
Previews to be to small to really be able to see what's happing (and I
can read the text of the window title bar) so I don't use them. As far
as Previewing a full size window - well that's what I use virtual
desktops for. So while an Aero user is hovering and previewing, i'm
rotating and using.
Using compiz is like customizing your car. You can leave it stock, or
make it look and feel the way you want it.
...
>>> Usability is sometime in the eye of the beholder... I like compiz
>>> because I like the visual feedback.
>>
>> At least you hint at a usability benefit... can you be more specific and
>> give more detail.
>>
>>> How Aero compares at all is anyones guess.
>>
>
> Well, when changing virtual desktops I like to see that i'm changing
> desktops and not have it happen so fast that I wonder for a second or
> two if i've changed to the right place. I guess you could say I feel
> more in control over the action i'm performing when I can see what is
> happening. With compiz off, the change is abrupt and I pause for a
> moment or so while I figure out if what I just did is what I wanted to
> do. At least while i'm rotating the desktop cube (scroll-wheel button,
> mouse left/right) I have a moment to think about what i'm going to do on
> that other desktop.
I agree - having a visual indicator of virtual desktop changes is a good
thing. No argument here. Just a shame 7 is unable to come up with stuff
like this. From a past post of mine:
Forget the whole list and not digging it up now, but being
able to see where windows go, visualizing virtual desktops
better, and seeing windows come and go from the "front" all
can have benefits.
> I also tend to have several terminals open or need to read something
> on one window while I type it into another. With compiz I can adjust the
> transparency of the top window so that I can read the covered window
> rather than minimize/copy/maximize/paste.
Dual real desktops seems like the better option there... but, sure.
>> Aero previews are pretty cool. Aero snap can be. Aero transparent borders
>> have, as far as I can tell, no benefit and create ugly distractions and make
>> reading text harder.
>>
>
> Previews and Snap (to some degree) are in compiz already. I found
> Previews to be to small to really be able to see what's happing (and I
> can read the text of the window title bar) so I don't use them. As far
> as Previewing a full size window - well that's what I use virtual
> desktops for. So while an Aero user is hovering and previewing, i'm
> rotating and using.
Assuming you remember what desktop you left something on.
> Using compiz is like customizing your car. You can leave it stock, or
> make it look and feel the way you want it.
Sure... it *can* have usability benefits. 7, though, shows no awareness of
this.
--
[INSERT .SIG HERE]
> Snit wrote:
>
>
>> Do you understand what I mean by usability? I did not read most of your
>> reams of off-topic drivel, above. If you think there is something on
>> topic them quote it.
>
>
> Seriously is English your first language?
Yes. Now can you answer my question. I snipped your reams of endless
babbling.
--
[INSERT .SIG HERE]
You mean *gobbledygook* *balderdash* , of course?
I may have missed this in your post, but along with the cube rotation,
you can also have a different background on each face. With stock
Metacity, you are stuck with the same backgrounds.(snip)
--
Rick
Works for me. 7 shows no sign of understanding the question.
--
[INSERT .SIG HERE]
Another benefit... no doubt.
--
[INSERT .SIG HERE]
Here's some English written by *you*, Snit, showing you "agree about
Compiz" with a poster who wrote the following about it:
"Compiz is a lot of eye-candy and special effects with no purpose
other than glitz. OSS on the other hand uses visual effects more
sparingly but there's a purpose to them. Example - wobbly windows are
totally useless."
You replied to the poster with:
"I agree about Compiz... can you give some examples of innovative or
creative ways OSS uses visual effects "with a purpose to them"?"
http://groups.google.com/group/comp.os.linux.advocacy/msg/e216ca1ba8b9edcf?hl=en&dmode=source
Hint: That was you, Snit... agreeing that Compiz has "no purpose other
than glitz".
My prediction: Snit will pretend that this quote doesn't show what it
*obviously* shows for all sane, honest and honorable readers who can
"actually" comprehend "English". As a bonus... his friend "Joel"
might even chime in and completely deny the quotes existence
altogether by also claiming it doesn't show what it *obviously* shows.
Between the two of them they don't have a creative bone in their
bodies.
Interesting... because you previously agreed with a poster who wrote:
"Compiz is a lot of eye-candy and special effects with no purpose
other than glitz. OSS on the other hand uses visual effects more
sparingly but there's a purpose to them. Example - wobbly windows are
totally useless."
"I agree about Compiz... can you give some examples of innovative or
creative ways OSS uses visual effects "with a purpose to them"?" -
Snit
http://groups.google.com/group/comp.os.linux.advocacy/msg/e216ca1ba8b9edcf?hl=en&dmode=source
In case you missed it... that was *you*, Snit... agreeing that Compiz
has "no purpose other than glitz".
But another issue arises based on what you've previously stated which
prompts the question: Are you talking about 7 in your reply to Norman
because you stick to content over personality like you have previously
stated on numerous occasions? Notably, Norman's post that you replied
to here did *not* mention the poster named "7" in the "content" of his
post. This means you lied when you previously wrote:
"I am a generous person and I do not focus on personalities - I focus
on the content of your posts. Post intelligently and I shall happily
let bygones be bygones. " - Snit
Not only are you seen here not letting bygones be bygones, you are
focusing on a personality (7) who Norman never mentioned in his post.
My prediction: You will run from your contradiction (lie) here and
your friend "Joel" might even chime in to deny that you have written
what you have *obviously* written.
>My prediction: You will run from your contradiction (lie) here and
>your friend "Joel" might even chime in to deny that you have written
>what you have *obviously* written.
I predict that you will never grow balls.
--
Joel Crump
>As a bonus... his friend "Joel"
>might even chime in and completely deny the quotes existence
>altogether by also claiming it doesn't show what it *obviously* shows.
You're the only one who gives a crap, so quit projecting.
--
Joel Crump
Steve used to challenge people to meet him face to face. I would not
suggest doing so with any jerk you "meet" online, but Steve said all I had
to do was name the time and the place and he would be there (he said he had
free flights). I agreed and named a time and a place (a very public place -
Gate C at McCarran Airport... I already had plans to be there). Steve
freaked out and insisted he wanted proof I would be there... even though I
had done as asked and named a time and place. He chickened out and said he
would not show. I believe a couple others agreed to meet him and he found a
reason to not show in every case. He stopped making that challenge
eventually. Gee, I wonder why.
--
[INSERT .SIG HERE]
>Steve used to challenge people to meet him face to face. I would not
>suggest doing so with any jerk you "meet" online, but Steve said all I had
>to do was name the time and the place and he would be there (he said he had
>free flights). I agreed and named a time and a place (a very public place -
>Gate C at McCarran Airport... I already had plans to be there). Steve
>freaked out and insisted he wanted proof I would be there... even though I
>had done as asked and named a time and place. He chickened out and said he
>would not show. I believe a couple others agreed to meet him and he found a
>reason to not show in every case. He stopped making that challenge
>eventually. Gee, I wonder why.
Go figure.
--
Joel Crump
I'm currently running 2 monitors right now, it was three but one
died. And the cube looks just as good in twinview...
>>> Aero previews are pretty cool. Aero snap can be. Aero transparent borders
>>> have, as far as I can tell, no benefit and create ugly distractions and make
>>> reading text harder.
>>>
>> Previews and Snap (to some degree) are in compiz already. I found
>> Previews to be to small to really be able to see what's happing (and I
>> can read the text of the window title bar) so I don't use them. As far
>> as Previewing a full size window - well that's what I use virtual
>> desktops for. So while an Aero user is hovering and previewing, i'm
>> rotating and using.
>
> Assuming you remember what desktop you left something on.
>
...ah but, with the cube and transparency I can see all 4 (or more)
sides at a glance. Imagine i'm transcoding a video. I put the program on
a different virtual desktop. With just the press of the scroll-wheel
button the cube zooms out, goes transparent, and I can see multiple
sides of the cube. I can see that the transcode is still in progress, I
let go of the scroll-wheel button, the cube zooms/transparency back to
normal, and I continue to do what I was doing. Takes what, 2 seconds.
Apply that to anything you want.
>> Using compiz is like customizing your car. You can leave it stock, or
>> make it look and feel the way you want it.
>
> Sure... it *can* have usability benefits. 7, though, shows no awareness of
> this.
>
--
Yes, you are right... and that can really add to the customization in
that you can assign backgrounds pertaining to the type of work you are
doing on that virtual desktop. Just an idea, I haven't taken it that far.
I use two. OS X, my main OS, uses simply sliding between virtual desktops -
the cube is used for switching users. I also have the cube effect for going
into full screen Windows when I do that... but that really is not a
usability bonus.
>>>> Aero previews are pretty cool. Aero snap can be. Aero transparent borders
>>>> have, as far as I can tell, no benefit and create ugly distractions and
>>>> make reading text harder.
>>>>
>>> Previews and Snap (to some degree) are in compiz already. I found Previews
>>> to be to small to really be able to see what's happing (and I can read the
>>> text of the window title bar) so I don't use them. As far as Previewing a
>>> full size window - well that's what I use virtual desktops for. So while an
>>> Aero user is hovering and previewing, i'm rotating and using.
>>>
>> Assuming you remember what desktop you left something on.
>>
> ...ah but, with the cube and transparency I can see all 4 (or more)
> sides at a glance. Imagine i'm transcoding a video. I put the program on
> a different virtual desktop. With just the press of the scroll-wheel
> button the cube zooms out, goes transparent, and I can see multiple
> sides of the cube. I can see that the transcode is still in progress, I
> let go of the scroll-wheel button, the cube zooms/transparency back to
> normal, and I continue to do what I was doing. Takes what, 2 seconds.
> Apply that to anything you want.
I sometimes use the Expos� effect for much the same thing on OS X - though
it shows a thumbnail of each virtual desktop, not a cube. Same idea though.
How does the cube handle more than six desktops?
>>> Using compiz is like customizing your car. You can leave it stock, or
>>> make it look and feel the way you want it.
>>
>> Sure... it *can* have usability benefits. 7, though, shows no awareness of
>> this.
>>
>
--
[INSERT .SIG HERE]
Projecting as in?
Newsgroups: comp.sys.mac.advocacy
From: Joel <joelcr...@gmail.com>
Date: Sun, 29 Nov 2009 00:59:34 -0500
Subject: Re: Glasser Pathological Liar Compilation
[quote]
> Following are 132 poster accounts on the Snit Circus of Pathological
> Lies:
And that's supposed to convince someone that they are the good guys?
Please. I'll take one decent poster like Snit over a thousand idiot
trolls, any day.
[/quote]
http://groups.google.com/group/comp.sys.mac.advocacy/msg/ce419ba75106d6a6
Joel Crump is Snit.
--
HPT
Since I use a tiling WM I find it hard to believe that bg setting adds
to your productivity in any way whatsoever. e.g each workspace I use has
a certain hot key. Each has its own layout. Xmobar tells me which one I
am on should I "forget". Each WS has one of a set of predefined layouts
available for it which can be triggered by hot keys. Basically I never
see the background any more unless I feel like applying transparency
which I dont because its generally useless.
> Joel wrote:
>> Steve Carroll wrote:
>>
>>> As a bonus... his friend "Joel" might even chime in and completely
>>> deny the quotes existence altogether by also claiming it doesn't
>>> show what it *obviously* shows.
>>
>> You're the only one who gives a crap, so quit projecting.
>
> Projecting as in?
As in what you are doing. Yes.
--
[INSERT .SIG HERE]
I think HPT needs to learn the first thing about "circular reasoning".
--
Joel Crump
He learnt from his master Roy well.
As you know it works like this with Roy:
Post misleading article to BN.
Post deceiving posts elsewhere referencing said article.
Update said article to point "supporting" posts.
Hope no one notices.
>>>> Well, when changing virtual desktops I like to seeaprilia women
As has been said, it is helpful to some people to have different
backgrounds on different workspaces, and possibly for different reasons.
For Norman, it might be a visual indicator that the workspace has
changed. For me, the background tells which workspace I am working in.
> Basically I never
> see the background any more unless I feel like applying transparency
> which I dont because its generally useless.
It may generally useless to you. From the numerous screenshots I have
seen, it seems many people enjoy working with transparent windows. And
happy people tend to be more productive.
--
Rick
The cube in fact only needs 2 virtual desktops to 'operate as normal':
1 -> nothing happens (nothing to do)
2 -> screen is made of a front and back (like a playing card)
3 -> triangle
4 -> cube
5+ -> starts taking on a cylindrical shape
...up to a max of 16 (at least on my system changing with the standard
preferences.
It was just an example... I don't do that. Sounds like you have
'your' way of doing things... i'm not much of a hot-key kind of guy. The
good thing here is that nobody is wrong. We all have our own ways.
Very true. But for me backgrounds would be wasted since I like my
monitor to show the app(s) I am using - not decoration.
wtf! Nothing like someone editing quoted text.
>>>>
>>> Yes, you are right... and that can really add to the customization
>>> in
>>> that you can assign backgrounds pertaining to the type of work you are
>>> doing on that virtual desktop. Just an idea, I haven't taken it that
>>> far.
>> Since I use a tiling WM I find it hard to believe that bg setting adds
>> to your productivity in any way whatsoever. e.g each workspace I use has
>> a certain hot key. Each has its own layout. Xmobar tells me which one I
>> am on should I "forget". Each WS has one of a set of predefined layouts
>> available for it which can be triggered by hot keys.
>
> As has been said, it is helpful to some people to have different
> backgrounds on different workspaces, and possibly for different reasons.
> For Norman, it might be a visual indicator that the workspace has
> changed. For me, the background tells which workspace I am working in.
>
>> Basically I never
>> see the background any more unless I feel like applying transparency
>> which I dont because its generally useless.
>
> It may generally useless to you. From the numerous screenshots I have
> seen, it seems many people enjoy working with transparent windows. And
> happy people tend to be more productive.
>
>
>
--
Snit = Joel Crump = Rhino Plastee = John = Omar Murad Asfour = Snit
There, that is circular reasoning, LOL!
>> Since I use a tiling WM I find it hard to believe that bg setting adds
>> to your productivity in any way whatsoever. e.g each workspace I use has
>> a certain hot key. Each has its own layout. Xmobar tells me which one I
>> am on should I "forget". Each WS has one of a set of predefined layouts
>> available for it which can be triggered by hot keys.
>
> As has been said, it is helpful to some people to have different
> backgrounds on different workspaces, and possibly for different reasons.
> For Norman, it might be a visual indicator that the workspace has
> changed. For me, the background tells which workspace I am working in.
>
>> Basically I never
>> see the background any more unless I feel like applying transparency
>> which I dont because its generally useless.
>
> It may generally useless to you. From the numerous screenshots I have
> seen, it seems many people enjoy working with transparent windows. And
> happy people tend to be more productive.
Good for you to realize that. Keep in mind greater consistency has been
shown to lead to greater enjoyment.
--
[INSERT .SIG HERE]
>> I sometimes use the Expos� effect for much the same thing on OS X - though
>> it shows a thumbnail of each virtual desktop, not a cube. Same idea though.
>> How does the cube handle more than six desktops?
>>
>
> The cube in fact only needs 2 virtual desktops to 'operate as normal':
>
> 1 -> nothing happens (nothing to do)
> 2 -> screen is made of a front and back (like a playing card)
> 3 -> triangle
> 4 -> cube
> 5+ -> starts taking on a cylindrical shape
>
> ...up to a max of 16 (at least on my system changing with the standard
> preferences.
Aha... makes sense. Thanks.
--
[INSERT .SIG HERE]
> Joel wrote:
>> Snit wrote:
>>> High Plains Thumper stated:
>>>> Joel wrote:
>>>>> Steve Carroll wrote:
>>>>>
>>>>>> As a bonus... his friend "Joel" might even chime in and
>>>>>> completely deny the quotes existence altogether by also
>>>>>> claiming it doesn't show what it *obviously* shows.
>>>>>
>>>>> You're the only one who gives a crap, so quit projecting.
>>>>
>>>> Projecting as in?
>>>
>>> As in what you are doing. Yes.
>>
>> I think HPT needs to learn the first thing about "circular
>> reasoning".
>
> Snit = Joel Crump = Rhino Plastee = John = Omar Murad Asfour = Snit
>
> There, that is circular reasoning, LOL!
You have exactly *zero* support for your accusations. And you are simply
too stupid to realize it.
--
[INSERT .SIG HERE]
And I agree that some people might find bgs add to their efficiency.
> For Norman, it might be a visual indicator that the workspace has
> changed. For me, the background tells which workspace I am working in.
I normally know because of the layout and apps there. Also I use xmobar
which tells me :-;
>
>> Basically I never
>> see the background any more unless I feel like applying transparency
>> which I dont because its generally useless.
>
> It may generally useless to you. From the numerous screenshots I have
> seen, it seems many people enjoy working with transparent windows. And
> happy people tend to be more productive.
I won't argue with that. But I dont need transparent Windows to be
happy. The first time I played with it I thought "wow" but when the
novelty wore off I turned it all off as it added nothing in terms of
efficiency.
>>> Basically I never
>>> see the background any more unless I feel like applying transparency
>>> which I dont because its generally useless.
>>
>> It may generally useless to you. From the numerous screenshots I have
>> seen, it seems many people enjoy working with transparent windows. And
>> happy people tend to be more productive.
>
> I won't argue with that. But I dont need transparent Windows to be
> happy. The first time I played with it I thought "wow" but when the
> novelty wore off I turned it all off as it added nothing in terms of
> efficiency.
Keep in mind, Rick has been repeatedly told (and had supported) that
consistency leads to greater enjoyment. This is not just personal opinion:
studies back this up.
Suddenly Rick has seen the light:
And happy people tend to be more productive.
Which is not to say that is the only reason consistency leads to greater
productivity... far, far from it.
--
[INSERT .SIG HERE]
>> I think HPT needs to learn the first thing about "circular
>> reasoning".
>
>Snit = Joel Crump = Rhino Plastee = John = Omar Murad Asfour = Snit
>
>There, that is circular reasoning, LOL!
You're a freakin' dork.
--
Joel Crump
He keeps bragging that he is stupid enough to believe Sandman and Carroll.
--
[INSERT .SIG HERE]
>He keeps bragging that he is stupid enough to believe Sandman and Carroll.
Yep - what a pack of trolls.
--
Joel Crump
> Snit <use...@gallopinginsanity.com> wrote:
>
>> He keeps bragging that he is stupid enough to believe Sandman and Carroll.
>
>
> Yep - what a pack of trolls.
And the thing is, they truly seem to believe they are fooling people.
--
[INSERT .SIG HERE]
At 4 p.m. on Feb. 1 - at least... that's what you *claimed* (of
course, google proves you lied about that... what a shock - LOL!)
"Steve, I just got a job in Vegas confirmed. My customer (a local non-
profit I used to do work for) will be flying me out. I will be there
for a few days, and will be flying out Feb. 1st from Gate C. I will
be there about 4:00 PM local time" - Snit
http://groups.google.com/group/comp.sys.mac.advocacy/msg/b4c7cfdcd84421c2?hl=en&dmode=source
Unfortunately, for you, Google shows that, despite your efforts to
monkey with the clock on your posts from Feb.1 (by the way, how do you
explain how you managed to post *so* many posts on Feb. 1 and have
them come out saying 8:06 p.m. - too bad for the *real* time stamping
in the headers, eh? - LOL!) you were posting to usenet at that time.
--
http://groups.google.com/group/comp.sys.mac.advocacy/msg/f25634d5ec2e5d33?hl=en&dmode=source&utoken=aSjRAzUAAABkiVZ0CnfnEX3kRN8iPDbKhRs04LS72GbV1o66FquHI3s5l4GRISSPaddZMVxWNMeMk6JXDPudlXcWQvhYYUMR
--
http://groups.google.com/group/comp.sys.mac.advocacy/msg/b660eb5c20bb989b?hl=en&dmode=source
--
> >Steve
> >freaked out and insisted he wanted proof I would be there...
Yeah... how utterly unreasonable of me to ask a known liar for proof
that he'd be where he said he was "already" going (a place he *didn't*
go because he LIED) when it would mean I'd otherwise be going there in
the blind on only his say so. I keep telling you, Snit... people just
aren't as stupid as you need them to be. LOL!
> >even though I
> >had done as asked and named a time and place. He chickened out and said he
> >would not show. I believe a couple others agreed to meet him and he found a
> >reason to not show in every case. He stopped making that challenge
> >eventually. Gee, I wonder why.
>
> Go figure.
I "figure" you won't get around to asking Snit why he never posted any
sort of verification that he was even going to be where he *claimed*
(falsely) he was "already" going to be before he *pretended* to be
willing to meet with me. If you ever grow some balls and get around
to it... then you can also ask Snit why he *never* showed up to
where he said he was "already" going to be on the day and time that he
said he'd be there.
My prediction: You will do neither... and Snit will have what his
delusional mind considers to be a perfectly good reason for not having
shown up to where he told me he was going to be at the time he said
he'd be there.
Fact: It was the well know liar named Snit who refused to prove he was
going where he said he was "already" going to be
Fact: Snit said it would be fun to take pictures (minus me) so he
could post them and make fun of my not showing up.
Fact: Snit never produced any pictures because... he *wasn't* where he
said he be when he said he be there.
Fact: When I made the reasonable suggestion that Snit prove he was
going to be where he claimed he was "already" going to be, he whined
with the following ridiculous, turn the table, attempt:
"E-mail you proof! LOL. What, now you want a copy of my ticket or
something. LOL! You are such a back peddling little weasel. If you
want to meet me, let me know - I would be happy to meet you there." -
Snit
Get that? The guy who said he'd be "happy" to meet me but wouldn't
provide *any* proof he'd even be at the meeting site that *he* chose
called *me* a weasel. LOL! So... well known liar Snit claimed he would
be "happy" to meet me... he just didn't want to provide any proof he
wasn't sending me on a wild goose chase... a thing to be expected from
a cowardly, back peddling, little weasel like Snit;)
The poster ed also asked Snit to provide proof:
"post up the ticket; why not? "
And Snit replied:
"What ticket? "
And ed came back with:
"the ticket you were referring to when you said " now you want a copy
of my ticket or something". or did you make it up and forget about it
already?"
Snit to ed:
"Read the thread: there is no ticket."
(Obvious question... that Snit didn't think of: Why did Snit ask if I
wanted a copy of his ticket if there *was* no ticket? Oops! LOL!)
ed, pointing out another obvious fact that didn't occur to Snit when
he began this charade:
"if you're flying, there is a ticket, even if you get an e-ticket- i
flew over 200k miles last year, i should know! =) even if you didn't
make the arrangements yourself, you should have a record locator or
confimation number of some sort on the itinerary they send you."
Snit, as expected:
"I have received no paperwork or e-mail, though I do have a
confirmation number. I have no desire to share that with you."
(Snit is asking the reader to believe that he "received no paperwork
or e-mail" that provided him with his "confirmation number". Snit
claimed: "My customer will be flying me out". I guess Snit got his
entire itinerary over the phone from his "customer" or the ariline...
or maybe it was delivered by carrier pigeon. LOL!)
ed, pointing out something else that is obvious to all sane, honest
and honorable individuals:
"why, what's someone going to do with a confirmation number? if
you're serious, why do have a problem actually proving you're going to
be there?"
Snit astounding and ridiculous answer:
"Because it is a confirmation number - a number that confirms it is
me... why not share your credit card numbers and social security
number to prove you are you."
And here Snit's bogus charade is exposed for the sham that it is. Of
course the "confirmation number" is "a number that confirms it is"
Snit... that's the whole point... to confirm that Snit *was* going to
be where he *said* he was "already" going to be when he said he'd be
there. As anyone can clearly see, Snit wanted no part of that. LOL!
This personal issues and meeting stuff outside of COLA/CSMA is bordering
on the pathologically insane. Pack it in the two of you.
You take Snit you take what goes along with him.
Steve is shocked... absolutely shocked!... that after he said he was
chickening out of meeting me I did not go to the scheduled spot nor tell him
of my plans on the date and time we agreed to meet.
And I turned other offers to meet people down. How dare I!
Really... why does Steve need a small novel to explain his shock over
this... other than to obfuscate the fact that he told me that all I had to
do was give him a time and place and he would meet me... and he backed down.
So he backed down. Oh well. He is a coward in many, many ways - not like
his backing down from his own request was a shock to anyone.
--
[INSERT .SIG HERE]
... pointed out that Snit ran away while trying to pretend he would
meet with me. Unfortunately, for Snit, two other posters saw and
commented on Snit's cowardice. We have the poster ed, who I just
pointed to above... and here is more with ed in another thread:
http://groups.google.com/group/comp.sys.mac.advocacy/msg/d1e5d524ab71b7d8?dmode=source
And from the same thread a poster named John Q Public wrote to Snit:
"You went on and on about your meeting with Steve. You talked about
how you were going to embarrass him when he didn't show up. And yet,
it was all a load of crap.
I can fully understand why you might want to avoid meeting people. I
don't understand why you went on and on about meeting him, when you
did not intend to ever do it. All you needed to say was that you
would not be meeting him. Instead, you chose the route of crap. It
was not the first time you sprayed crap and it will not be the last on
time. But it is hardly meaningless or superficial."
And, of course, we have Snit's admission (from the same thread) which
proves John, ed and myself were correct about Snit all along:
"While I find it entertaining and sometimes even mentally stimulating
to argue with people who are playing the role of bullies in here, I do
not have any desire to meet anyone face-to-face."
Snit not only had no "desire"... he never had any intention of meeting
with me or anyone else "face-to face".
The following quote by Snit tells the real story:
"I have had this for the last couple of years... Still struggling to
get over it. I can not have my BP [blood pressure] taken ANYWHERE
without bringing on an attack; doc's office, stores with machines, or
even my own cuff that I have now bought".
Stupid as he is... even Snit knows I'm a *lot* bigger than a blood
pressure cuff;)
(snip Snit's lies and BS)
Henry Flam: "You on the other hand must a deeply trouble individual who
has a fragile ego. I needn't agree nor disagree with the points above. I
don't care about them. Your constant complaints, whines, rages, etc.,
wars with the regular Mac advocates, whom you mislabel as trolls, arise
from your sense that any conversation or thread must orbit around you.
People have pointed that out to you but you don't accept that. Snit I
feel sorry for you. Please go and see a doctor about your solipsism.
There must be a cure for you deep psychological travail." 18 Aug 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/b9bb48e6e6da75c8
--
HPT
> Joel wrote:
>> Snit wrote:
>>
>>> He keeps bragging that he is stupid enough to believe Sandman and
>>> Carroll.
>>
>> Yep - what a pack of trolls.
>
> Henry Flam:
Is he in your pack, too? One of your many socks maybe?
--
[INSERT .SIG HERE]
Sure... and, somehow, we've managed to 'fool' over 130 people into
believing that you're a liar, troll or worse <eyeroll>.
Sorry, Snit... contrary to your obvious delusion you and your new pal
"Joel" aren't "fooling people".
Except for the simple FACT that it has been proven snit has posted as both Rhino
Plastee and Omar Murad Asfour of course, as well as Evil John and several other
socks.
--
regarding Snit "You are not flamed because you speak the truth,
you are flamed because you are a hideous troll and keep disrupting
the newsgroup." Andrew J. Brehm
>> You have exactly *zero* support for your accusations. And you are simply too
>> stupid to realize it.
>>
> Except for the simple FACT that it has been proven snit has posted as both
> Rhino Plastee and Omar Murad Asfour of course, as well as Evil John and
> several other socks.
Oh! Oh! Show this "proof". Man, will it be humiliating for me.
Wait.
You have no proof? You were just lying! Ah, you are the one who is
humiliated. Watch your reply - you will snip and run just to prove me
right.
Poor Tim Adams, humiliated but too tied to his idiotic "clique" to just
walks away. Doing all he can to impress his buddies... and *this* is the
best he can come up with.
Very, very embarrassing for him. And the funny thing is, if I was not right
he would show this alleged proof he claims exists and would make me eat
crow.
But he never will. Even Tim Adams knows he is lying.
--
[INSERT .SIG HERE]
> Tim Adams stated in post
> teadams$2$0$0$3-46D260.21...@70-3-168-216.pools.spcsdns.net on
> 12/8/09 7:14 PM:
>
> >> You have exactly *zero* support for your accusations. And you are simply
> >> too
> >> stupid to realize it.
> >>
> > Except for the simple FACT that it has been proven snit has posted as both
> > Rhino Plastee and Omar Murad Asfour of course, as well as Evil John and
> > several other socks.
>
> Oh! Oh! Show this "proof". Man, will it be humiliating for me.
>
been done months/years ago.
keep running snit
> In article <C7446537.583CD%use...@gallopinginsanity.com>,
> Snit <use...@gallopinginsanity.com> wrote:
>
>> Tim Adams stated in post
>> teadams$2$0$0$3-46D260.21...@70-3-168-216.pools.spcsdns.net on
>> 12/8/09 7:14 PM:
>>
>>>> You have exactly *zero* support for your accusations. And you are simply
>>>> too
>>>> stupid to realize it.
>>>>
>>> Except for the simple FACT that it has been proven snit has posted as both
>>> Rhino Plastee and Omar Murad Asfour of course, as well as Evil John and
>>> several other socks.
>>
>> Oh! Oh! Show this "proof". Man, will it be humiliating for me.
>>
> been done months/years ago.
> keep running snit
How is it "running" to all but beg you to actually *try* to back up your
dishonest cowardly little accusations you would be messing yourself to
support *IF YOU COULD*.
You are a liar. You are simply begging for attention and doing all you can
to pander to your sick little clique because you have no sense of self
worth. If I was wrong, even a little, you would respond to this by showing
this alleged "proof".
But you will run. And you will whine I am running when I am sitting right
here mocking your dishonest little games and making it clear to everyone how
pathetic you are. Here you are: if you had one ounce of confidence in your
accusations you would respond with quotes and links... but you will not.
Maybe you will respond by telling me, again, how the tilde in a path means
"the hard drive only". LOL! That was likely your best humiliating bit, and
it has been a while. Come on, try to top your BS!
--
[INSERT .SIG HERE]
>>>>> Except for the simple FACT that it has been proven snit has posted as both
>>>>> Rhino Plastee and Omar Murad Asfour of course, as well as Evil John and
>>>>> several other socks.
>>>>>
>>>> Oh! Oh! Show this "proof". Man, will it be humiliating for me.
>>>>
>>> been done months/years ago. keep running snit
>>>
>> How is it "running" to all but beg you to actually *try* to back up your
>> dishonest cowardly little accusations you would be messing yourself to
>> support *IF YOU COULD*.
>>
>> You are a liar. You are simply begging for attention and doing all you can
>> to pander to your sick little clique because you have no sense of self worth.
>> If I was wrong, even a little, you would respond to this by showing this
>> alleged "proof".
>>
>> But you will run. And you will whine I am running when I am sitting right
>> here mocking your dishonest little games and making it clear to everyone how
>> pathetic you are. Here you are: if you had one ounce of confidence in your
>> accusations you would respond with quotes and links... but you will not.
>>
>> Maybe you will respond by telling me, again, how the tilde in a path means
>> "the hard drive only". LOL! That was likely your best humiliating bit, and
>> it has been a while. Come on, try to top your BS!
>>
> Ok, big mouth Adams *has* *no* *proof* for his claim.
I have put him in a position where it is well past time he put up or shut
up. And he is too tied to his idiotic clique to do either - he will insist
on making it even more clear (as if it is not crystal clear now) just what
an amazingly loser he is.
> Maybe he's just another HPT nym!
Unlikely - he has been around for too long and HPT posts reams of off-topic,
meaningless quotes... Tim cannot even manage that!
--
[INSERT .SIG HERE]
Much as your constant repetition could send an acid tab to sleep, I have
to say that their lies are fairly transparent. This Tim Adams could be
HPT's Mac using inbred brother/son : as thick as two short planks and
totally unable to keep his story straight so just makes things up and
keeps running with them. Why not do yourself and the rest of us a favour
and kill file the dickhead?
Well, I rarely KF people, but I will stop responding for a while... at least
unless he at least *tries* to support his BS. The fact he has failed
horribly to do so, though, is now very well established, so I doubt he will
rise to the occasion now.
--
[INSERT .SIG HERE]
Oh, and whilst I am at it, here are the rest, for Snit's benefit:
http://groups.google.com/group/comp.os.linux.advocacy/msg/1a31bdb877dd400b
The Snit Circus of Pathological Myths continue. Now in its third
printing, alphabetised except for newest additions, here is what these
132 posters have to say about Snit:
1- Adam Kesher: "Steve, IIRC Sandman's website has a member area and a
login. If you forget your password, you can ask it to e-mail it to you,
and a bot will send an e-mail. *That* is the e-mail Snit got from
Sandman's website, and yes he's that fucked in the head and starved for
attention that he'd claim it to be an e-mail from Sandman himself. So,
don't get sucked into his little circus. The e-mail, in this particular
instance, did probably originate from Sandman.net." 27 Feb 2007
http://groups.google.com/group/comp.sys.mac.advocacy/msg/dac74355552b4cc7
2- Alan Baker: "People's perceptions of you are *formed* by behaviour
and not withstanding your occasional on topic posts, I wish you'd leave
too. Please note that despite the amazing silliness that is Edwin, I
have never made the same wish of him." 27 Feb 2005
http://groups.google.com/group/comp.os.linux.advocacy/msg/4a7c3ebf3fc10221
3- Andrew J. Brehm: "You are not flamed because you speak the truth, you
are flamed because you are a hideous troll and keep disrupting the
newsgroup."
4- AZ Nomad: "The fact that you routinely change your headers to weasel
out of killfiles proves that you're an asshole." 25 Jun 2007
http://groups.google.com/group/comp.sys.mac.advocacy/msg/51b43d6c9613c9da
5- Andy/news/nospam: "Why do you keep these things up, Snit? Why not
just let them go away and show how responsible a member of CSMA you are?
You could show your enemies up by being better than then, rise above the
low level you so obviously dislike. Anything, just stop...." 26 Apr 2007
http://groups.google.com/group/comp.sys.mac.advocacy/msg/d6ffb6b06aa237e5
6- B.B.: "Does the From: header contain the string "Snit"? If yes, then
troll. Otherwise, maybe. Dunno why I had my KF on you set to expire, but
it's fixed now." 13 Mar 2005
http://groups.google.com/group/comp.sys.mac.advocacy/msg/8a98d179b2ff9578
7- BaJoRi:
Snit: "You are, of course, lying."
BaJoRi: "No, I am not. You know it, and I know it, and everyone else who
has read your idiocy knows it. I took your statement, showed it to be
wrong, then added even more, just to be a dick and REALLY show you to be
a fool. You need to judiciously snip out pertinent points because you
are an intellectually dwarfed turd-burglar." 11 Nov 2008
http://groups.google.com/group/alt.vacation.las-vegas/msg/647944511b74b82f
8- bobinnv: "I learned some time ago how much better this group can be
if you kill file Snit. I have never understood why more people don't do
the same.." 5 Aug 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/0706dbef8ce1f903
9- Bob S: "This has always been pretty much a free-for-all group, but
since Snit showed up, its become almost impossible to have a decent
discussion about anything." 27 Dec 2004
http://groups.google.com/group/comp.sys.mac.advocacy/msg/3d2f1dff196ca190
The solution is to NOT REPLY TO SNIT. But for some reason, some people
just can't stop feeding him."
10- °b° unny: Subject "snit makes me sad", Text "really actually =:-("
9 Oct 2004
http://groups.google.com/group/comp.sys.mac.advocacy/msg/4e31cb49c1e2d432
11- buzz off: "Snit is obviously mentally ill..."
12- Carlo Coggi: "He must believe he is surrounded by 'trolls' ... in
the groups he trolls in, that is. I wondered if the idiotrollers like
snit would reply to this thread. Of course, I didn't see his posts, only
your reply".
13- chrisv (cola): "No, she called him 'shit', and rightly so, for they
way he was so ignominiously birthed into a toilet at the bus depot, and
simply refused to die, despite repeated flushes. It's now far too late
to *flush* him, but we can still *plonk* him..." 12 Sep 2005
http://groups.google.com/group/comp.os.linux.advocacy/msg/18099f8aa067f4a5
14- C Lund: "Snit is not my responsibility. Maybe it's time for you to
learn how to use your kill-filter. I am assuming, of course, that your
Usenet browser has a kill-filter." 5 Mar 2005
http://groups.google.com/group/comp.sys.mac.advocacy/msg/2c390a34b05b24a9
15- cc (COLA): "Snit posts all the time. You don't have to dig up months
old articles where he brings up years old topics. Just respond to a
current message." 22 Jan 2009
http://groups.google.com/group/comp.os.linux.advocacy/msg/5a712e3312ba9f8a
Snit: "And, yes, I know the facts will go over your head. You are an
insane moron... and you have nothing of value to say. Here: you will
prove it with your response and I will merely note you did so. 100%
predictable."
cc: "What facts? The fact that you don't know what a hypothetical
situation is? The fact that you can't answer any questions? The fact
that you continue to run away when faced with simple questions? I am
100% predictable to you because you simply cannot understand what has
been placed in front of you. It's all just a jumble of words to your
pea-sized brain, and therefore it always looks the same." 15 Nov 2009
http://groups.google.com/group/comp.os.linux.advocacy/msg/f6ce4429806e9de6
16- Code Orange: "Then why post it? What need is there for you to "win"
an argument? They don't like you, you don't like them. Why must you keep
this up? What results are you expecting?"
17- CozmicDebris: "I'm done with your three year old games. The archives
show my answers and your inability to process them. Keep posting your
list and proving that you are an idiot troll. I will not address it any
further- you being too stupid to realize and accept that is not my
problem". 22 Nov 2007
http://groups.google.com/group/alt.cellular.attws/msg/0aa65b7a132dbfe8
18- Dawg Tail: "You've already apologized for having already misread
what I had previously written. What makes you think that you're
correctly understanding what I'm writting now. You've got a history of
reading into things what you wanted people to have said instead of what
they really said.
I suggest you get over this limitation of yours. It's making you look
foolish."
Dawg Tail: "PC advocates, Mac advocates, Linux advocates. Almost all of
them are making similar claims about Snit. When you have so many diverse
people who share a common perception where do you think the problem
lies? With Snit? Or almost everyone else? The answer doesn't require an
advanced degree to figure out." 30 Dec 2004
http://groups.google.com/group/comp.sys.mac.advocacy/msg/73edac32c3ad530b
19- Dave Fritzinger: "[snip of stuff I really don't care to read] Snit,
please go away. Get a life, meet a woman, do something, but please,
please, please, GO AWAY!!!!" 2 Jun 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/57bb2fc42ec0f290
20- Donald L McDaniel: "Jesus, snit. You're a teacher. I thought you
knew what a metaphor was, and could recognize one when it was presented
to you. I guess I had too much confidence in you." 30 Nov 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/3254ec7af27bfb0f
21- ed: "snit, you continually amaze me with how much of a liar and
loser you are. you may notice a semi-regular pattern with me where i
stop responding to your posts for stretches at a time, then start up
responding as if you were a normal person. i suppose it's tough for the
magnitude of your 'loserdom' to stick, so it loses some of it's
sharpness when i stop responding to you. you almost always start
responding back in a semi normal way, but inevitably degenerate. it's
once again that time. i can only ask that you pass my condolences to
your wife and unborn child for having to put up with such a dishonest
fool as yourself. (well, if your wife is a loser as well, just pass
those condolences to the rug-rat to be; if not, double condolences to
her). " 30 Apr 2005
http://groups.google.com/group/comp.sys.mac.advocacy/msg/71f74dd6d806ce77
22- Edward Stanfield: "Snit thinks the rules that apply to honest and
honorable people apply to him. That is absurd. He is the biggest liar
in Usenet history. Mackay posted the email to prove Snit was using sock
puppets and he still is. Snit can not give up his socks puppets and
shills. They are the only ones who ever support him." 28 Jan 2009
http://groups.google.com/group/comp.os.linux.advocacy/msg/5b52494d96d12229
23- Edwin: "You've got to be out of your mind, Snit. You're the worst
troll this group has ever seen. You're a liar and a forger, and you've
almost destroyed this group single-handedly. For you to post a list of
out of context arguments, and lies, and forgeries about your enemies
labled as a "peace effort" has to be one of the craziest stunts you've
pulled. It's all about your sick need for attention, your need to be
center stage at all times. You'd publicly eat dog turd if you thought it
would make people look at you." 18 May 2007
http://groups.google.com/group/comp.sys.mac.advocacy/msg/37e4a720619642a0
24- Elijah Baley: "Seriously, Snit, you need psychiatric help. Go see a
doctor." 24 Aug 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/6f6c88356b54fc15
25- Elizabot v2.0.2: "I see you were unable to respond to the points in
my post and you are back to your repetitious regurgitation mode. How
childishly typical of you, Snit." 16 Nov 2004
http://groups.google.com/group/comp.sys.mac.advocacy/msg/55214ccfb7414fe5
26- Fa-groon: "I don't read Snit period. He's been killfiled since the
first day I posted here. [....] I don't want to 'do like Snit'. As far
as I'm concerned, Snit doesn't even exist." 15 Aug 2009
http://groups.google.com/group/comp.sys.mac.advocacy/msg/dcfbff305ba8b7f0
27- fibercut: "That is the problem. In the years I have been coming to
CSMA I have seen in the past year a real hatred among people, besides
the typical Mac vs. Windows typical argument. I feel that it is like
being in a room of really young children trying there best to best the
other person. The one common thing among all of this seems to be you. I
hate to be like this, but facts are facts. You seem to be in the middle
of a great percentage of arguments. CSMA has become less about Macs and
more about "look everybody, I think he lied". Is there no end then all
this picking at each other on such a personal level. CSMA has always
been al little adversarial but you have personally crank it up to the
point that this place is no longer fun. Congratulations on stopping CSMA
and making this place your own personal circus." 12 Jan 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/bbe695bbc3424ab6
28- Geezer:
Snit: "Steve Carroll has no sense of morality"
Geezer: "Whined the guy who cannot directly address those who uncover
his lies and deceit;)"
Snit: "and no clue about the law."
Geezer: 'Said the guy who believes his unsupported opinions are "proof".
LOL! (snip more of Snit's unsupported lies)' 1 Jan 2009
http://groups.google.com/group/comp.os.linux.advocacy/msg/d0517ced5134934d
29- Geoff M. Fitton (COLA): "The Prescott Computer Guy *still* showing
how stupid he is... What a mar00n". 30 Aug 2008
http://groups.google.com/group/comp.os.linux.advocacy/msg/f9401b4b57c59865
30- George Graves: "Jason. You have started an argument with the Snit
(AKA Michael Glasser), this should not be done. He will drive you crazy
with his twisted logic, his deep-rooted need to be ALWAYS right at any
cost. He will move goalposts, set up strawmen, and bore you into
submission with his endless pedanticism. The only way to engage him is
to hit and run. NEVER engage him, it's a futile, empty procedure that
will only anger you and feed him. Take my advice and STAY AWAY!" 27
Oct 2004
http://groups.google.com/group/comp.sys.mac.advocacy/msg/3d3af33ce25a11fd
31- gimme_this_gimme_t...@yahoo.com: "Hitting the vodka tonight Snit?"
4 Mar 2007
http://groups.google.com/group/comp.sys.mac.advocacy/msg/b457a7b378264794
32- Greycloud: "You really shouldn't lie like that. Everyone else
notices that you are not honest and you have no honor." 21 Jan 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/3b92f11a1ab00f91
33- H: "Your crappy posts are still showing up in seperate threads, are
you doing this on purpose to piss people off? I dont ever censor people
cause that's just retarded but if you dont fix it I'm gonna have to
cause I dont wanna see your name 40 times in a row. So uh, change your
client or something". 12 Sep 2004
http://groups.google.com/group/comp.sys.mac.advocacy/msg/f36ee6b458c86499
34- Hadron (COLA):
Snit: "Now why not end your silliness and either just stop your BS or
actually give reasoned comments on the screen shots you keep asking for
and I keep providing?
Hadron: "err, he just did. And you snipped it all you weasel." 30 Jan
2009
http://groups.google.com/group/comp.os.linux.advocacy/msg/de49f2b7471d2e1a
Snit: "Sigh: 100% predictable, you will not answer *any* question I just
asked. You will run... your whole goal is to beg for attention, not to
make or support a point."
Hadron: "nice. You made it into my new killfile. Jesus, stop repeating
the same garbage." 6 Apr 2009
http://groups.google.com/group/comp.os.linux.advocacy/msg/c86ab53a759ea728
35- Henry Flam: "Who gives a damn about this shit? Snit, once in a
while, I make the mistake in thinking that that you are starting to make
sense in your posts; I tend to agree with your politics. Then you post
stuff like this and it destroys any respect that I have for you." 16
Aug 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/f048bedfe0d67d66
Henry Flam: "You on the other hand must a deeply trouble individual who
has a fragile ego. I needn't agree nor disagree with the points above. I
don't care about them. Your constant complaints, whines, rages, etc.,
wars with the regular Mac advocates, whom you mislabel as trolls, arise
from your sense that any conversation or thread must orbit around you.
People have pointed that out to you but you don't accept that. Snit I
feel sorry for you. Please go and see a doctor about your solipsism.
There must be a cure for you deep psychological travail." 18 Aug 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/b9bb48e6e6da75c8
36- Heywood Mogroot: "*plonk*"
37- -hh: 'Perversion has utterly nothing to do with the definition of
"synonymous". It is, however, a very clear example of how you attempt
to maliciously debase against anyone who disagrees with you. As such, I
consider this to be a purposeful attempt by you to try to libel me.
This is your only warning to consider rescinding your remark, with the
reminder that you, and you alone are responsible for that accusation,
both in the ethical as well as the full legal meaning of the word
"responsible".' 25 Feb 2008
http://groups.google.com/group/comp.sys.mac.advocacy/msg/5496641a3426293a
38- High Plains Thumper: "I can understand why posters get sick and
tired of your lame ad hominem attacks, your cowardly statements shifting
the goal posts, your continuous rambling drivel of how everyone seems to
be against you. No one cares a wooden nickel about your incessant flame
wars that are self created. You pretend to be an advocate but you
manage to cause everyone's hand to be against you." 6 Jan 2009
http://groups.google.com/group/comp.sys.mac.advocacy/msg/b27ba196819ad38f
Only once in a blue moon does he have anything worth reading. I just
got through his circus of repetitive ad hominem crap. I am surprised
that with the stunts he has pulled in COLA and this newsgroup, that he
hasn't suffered a worse fate in real life. If he hasn't, one of these
days he will pull that stunt on the wrong person, and *B-O-O-M-!*,
someone will pull the trigger. One ought to really pity him (or as
Steve Travis stated, "Or perhaps we should set up a fund to get him more
happy glue (and the appropriate plastic bags)." 8 Jul 2009
http://groups.google.com/group/comp.sys.mac.advocacy/msg/2666237bba82b97a
39- Homer (COLA):
HPT: "Snit in a period of 2 minutes has copied a post of mine, posting
the same following message over and over, in false pretense as a Linux
advocate."
Homer: "That kind of behaviour is not normal, to say the least. I don't
mean this as a personal insult, but I'm perfectly serious when I say
'Snit' (Michael Glasser) is obviously mentally ill, and needs help. I
was going to suggest that someone alerts his wife to the problem, but I
have to assume she's already aware of his condition, if she is in fact
still living with him. It's possible, I suppose, that he's already
undergoing counselling and/or on medication, but if he is then it
doesn't seem to be helping much. Maybe he just missed his 'meds' today
(again, I mean that sincerely). 26 Jan 2009
http://groups.google.com/group/comp.os.linux.advocacy/msg/e061874ea94e9ce8
40- hophead: "I have been reading and occasionally posting to CSMA for a
long time now, since 1995 at least. There have always been trolls and
morons, but I've never seen anything quite so disruptive as the Snit
circus. Snit will *never* back down or stop, and neither will most of
his opponents. A good kill file is your only hope." 20 Aug 2009
http://groups.google.com/group/comp.sys.mac.advocacy/msg/3161a78667e299eb
hophead: "It's best to killfile snit, and if you can, set up a filter to
kill any responses to snit. Or (as I've been forced to do) killfile
those who insist on responding to him. Yes, you do miss some advocacy
from some of those people, but the joy of not seeing snit or any
responses to him far outweighs the cost. Of course, snit also uses
sockpuppets. They are pretty easy to identify fortunately and are easily
killed as well." 19 Aug 2009
http://groups.google.com/group/comp.sys.mac.advocacy/msg/d0cb5d4f4d1cba91
41- Jamie Hart (cola): "It seems that since you are unable to offer
support for your statements, you're reduced to personal attacks on me.
Incidentally, anyone reading this post can see that I have offered no
straw men, and have only asked you to explain how the things you state
as facts can be true. I'm really sorry that you're taking this attitude,
the topic is an interesting one and I thought you might have some
insights. I've snipped the rest, since you dislike long posts and avoid
answering any of the questions I asked by saying everything was just
repeated." 6 Dec 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/8e07cde31f4eecf6
42- Jason McNorton: "You're one of the many, many paranoid people on
usenet that should be confined most likely. You sit there and refresh
your screen endlessly. You post the same nonsense over and over. Either
you're a super troll, or you're a super mess." 1 Nov 2004
http://groups.google.com/group/comp.sys.mac.advocacy/msg/7a8e091c0b248eb0
43- JEDIDIAH (cola): "You're simply full of shit."
44- Jeff B.: "Yo, Snit. We're not pals. I think you're a git." 23 Dec
2005
http://groups.google.com/group/comp.sys.mac.advocacy/msg/0ec649345d433a2d
45- Jeff Hoppe: "This is a Macintosh Advocacy newsgroup. Not a 12-step
recovery plan. Your medical problems or conditions won't help me achieve
a greater understanding of my Mac. In fact, it detracts from it and
those kinds of discussions have no place in a newsgroup such as this."
18 Nov 2004
http://groups.google.com/group/comp.sys.mac.advocacy/msg/947a2cc0301a2862
46- Jesus: "Really, Snit. It's annoying. What are you accomplishing
besides being annoying? Is that your goal?" 25 Apr 2007
http://groups.google.com/group/comp.sys.mac.advocacy/msg/e3d5029d34cde243
47- Jim Lee Jr.: "Snit, read the thread's title, is Bush mentioned in
it? You (and Carroll) ought to learn to stay on topic and not hijack
threads."
48- Jim Polaski: "Why is it that nearly every thread you're involved in
seems like it turns into some tit-for-tat, dozens of responses to OT
things and garbage? Cmon there Snit. Someone has to take the lead and
stop this crap. Try. How about it?" 25 Apr 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/5b5c22490ab9649b
49- Jim Richardson (cola): "And yet again, Snit runs away, rather than
actually provide evidence for his claims. Par for the course I suppose."
"Evasion noted. Snit runs away again rather than produce evidence for
his claims. At least come up with some original insults Snit! I mean,
you *are* capable of original thoughts! Right? Snit?" 8 Feb 2008
http://groups.google.com/group/comp.os.linux.advocacy/msg/e33321cc3343fc44
50- Joey Jojo Junior Shabadoo: "and Snithead has even farther to fall -
in a few weeks he'll be out on the street after midnight, yelling at
passersby 'sucky sucky, $2...'" 23 Mar 2005
http://groups.google.com/group/comp.os.linux.advocacy/msg/57cf69f66571a5a7
51- John C. Randolph: "You're nothing but a troll yourself. What are you
bitching about?"
52- JohnOfArc (cola): "I'm not sure "troll" does it justice- more like a
black hole! But hey, if we all promise to never again even entertain an
unkind thought re Apple, will you take it back and lock it up? Please??"
11 Mar 2005
http://groups.google.com/group/comp.sys.mac.advocacy/msg/e2891b1f3984e121
53- John Q. Public: "I have not been bothered to read Snit's postings
since I figured out who he is. I don't bother to filter his posts, I
just consider the source and skip to the next one when I see his name."
7 Jan 2004
http://groups.google.com/group/comp.sys.mac.advocacy/msg/7d34c1bd05c877d2
54- John Slade: "I don't get posts from Snit. I wouldn't be shocked that
he has some kind of disorder. He made up stuff about being a computer
repairman and teacher. He's just plain loony and best ignored. Let him
deal with his disorder by medication. He's here to do one thing, get
attention from people. He says the crazy stuff just to get a reaction.
You say you like to beat him over the head. Well that's what he's
counting on, he says stuff he knows isn't true in hopes to get a rise
out of people like you. Ignore him, you won't regret it." 3 Apr 2007
http://groups.google.com/group/comp.sys.mac.advocacy/msg/394a53a65c28d314
"Snit, you have a enough problems as it is without adding drinking booze
to the list. How the hell did you manage to get out of my killfile? Oh
well back into the cage you go, PLONK." 13 Oct 2007
http://groups.google.com/group/alt.food.wine/msg/992a796786a541d8
55- Josh McKee: "Snit, I assume there was some point to this posting?
Because I certainly cannot find it."
56- K E: "I haven't read this board for awhile but I see that even
though the trolls still roam free at least the worst troll of the lot is
mostly being ignored by readers on this bb. If the few stragglers that
keep replying to him would just stop responding to Snit at all this
place could be worth coming back to. There's a good chance he'll pack up
and take his trolling to more fertile ground." 22 Oct 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/0b9dca7df1f677f4
57- KK: 'Whoa there, ad hominem man. You started off your sentence with
"Ah" like you'd just realized something profound.' 29 Oct 2008
http://groups.google.com/group/alt.fan.howard-stern/msg/6a89029a5b5be5f8
58- Kelsey Bjarnason (cola): "Funny how you simply don't bother reading
the posts that rip your entire thesis to bleeding gobbets of putrid
excrescence. Maybe some day you'll learn how to support your position,
instead of sticking your fingers in your ears and humming, hoping it'll
all go away." 7 Mar 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/96d064a7a5c6074a
59- Ku Karlovsky (cola): "You repeatedly chastise others for ad hominem
attacks while in the same sentence make your own ad hominem attacks. You
make silly claims and then avoid the subject of your silliness. You're a
liar and a hypocrite and you always have been." 14 Jul 2005
http://groups.google.com/group/comp.sys.mac.advocacy/msg/d1e3f9ac5c72c6ee
60- Lars Trager: "Yes, you are stupid." 7 Jan 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/a9bedf6689f9a54f
61- Lefty Bigfoot: "Okay, I tried to put up with it for a long time, but
the few times you post something worth reading just aren't worth it
anymore. *plonk*" 16 Dec 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/5520adae01120e83
62- Liam Slider (cola): "Maybe he's responding to the fact you've been
an annoying little fuckwit lately. You started out with the pretense of
trying to be fair, but lately all there is from you in COLA is trashtalk
about Linux and you acting every bit the troll." 16 Jul 2005
http://groups.google.com/group/comp.sys.mac.advocacy/msg/ad7d6c42c5e4cf2f
63-libcrushersmith: "Snit also thinks Dan Rather still anchors CBS News
and that Gitmo terrorists are innocent! Any time Snit is cornered, he
changes the subject and will never admit he's wrong." 28 Jan 2009
http://groups.google.com/group/comp.os.linux.advocacy/msg/fbc516717f3b7ccf
64- libsnightmare:
Snit: "Who said Bush did not flip flop?"
libsnightmare: "Never said that. I put back in what you cut out. He
never flip-flopped on the war, even when it was unpopular, like "Kerry
and all the other libs" did. You're a sore loser who has resorted to
fifth grade tactics. How fucking sad - all this clown has left is to
edit posts and post fake bullshit. You can't debate... so you lie. Once
again, you have proved Steve Carroll right about you. Sad..." 4 May 2009
http://groups.google.com/group/comp.sys.mac.advocacy/msg/a80c93f80bd6bc3e
65- Linonut (cola): "Snit is a Tholenoid."
"Indeed. Snit may be the first retraction of my general killfile
amnesty. The volume of cavilling, whining, foot-stomping,
back-tracking, goal-post shifting, and petulance generated by that
effete candy-ass beggars belief". 30 Aug 2008
http://groups.google.com/group/comp.sys.mac.advocacy/msg/cc4827fd7e8ad574
66- Lloyd Parsons: "Well, I don't know if Oxford is the most cretinous,
I would think that would be reserved for Snit! ;-)" 18 Mar 2005
http://groups.google.com/group/comp.os.linux.advocacy/msg/b6cd3ac4bf1e08d6
67- Mark Kent (cola): "The problem with someone like Mr Glasser is the
same as it is with Mr Wong, even if he were to be honest now, it would
be impossible to determine where the honesty starts and the usual
dishonesty ends. In my primary school, one of the teachers was very keen
on proverbs, and I recall her going over the "cry wolf" story. Mr
Glasser could "cry wolf" over and over now, and I would not come to help
him with his sheep, because I do not know any way of determining if he's
ever telling the truth, or indeed, if he ever has." 2 Dec 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/3f30aa1b65a972b3
68- Mayor of R'lyeh: "The fact is that he's probably pulling it to this
post since its all about him and he managed to make me think about him
today. A friend of mine has a toddler. I went over to her house and
videotaped her kid doing a bunch of cute toddler stuff then burned a DVD
of it for her. While we were watching the DVD her kid got mad. He got
mad because we quit making him the center of attention and made that kid
on the tv the center of attention. He even ran up to the tv and tried to
block our view of it. That's how Snit lives his whole life." 30 Sep 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/9935f4154d5a290b
69- Michelle Ronn: "The real topic here is that one someone refutes your
'facts', you run away and ignore them. Refuting your 'facts' is easily
done in this case. I did it, and you ignored it." 9 Feb 2007
http://groups.google.com/group/comp.sys.mac.advocacy/msg/c050c82720737b32
70- Mike: "Nonsense. I never see you "advocate" anything. All I see you
doing is engage in endless semantic arguments with everyone. You're the
TholenBot of CSMA. BTW, that's *not* a compliment!" 8 Jul 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/7c5b72d70b87ffbd
71- Mike Dee: "I will no longer accuse you of lying here. Instead I can
only say that you are a complete and delusional kook that happens to
inhabit CSMA for the time being. That you are unaware of how deranged
you actually behave further reinforces this notion. Please seek
professional help."
"The point that keeps whooshing over your head Snit, is Elizabot made no
threat to you before you went to the police. She made a promise.
Admittedly, to your delusional spaced out paranoiac view point, Elizabot
was suddenly "threatening" to you. In so much as you had to take your
kooky self down to your local police shop and blub on their shoulders
about how much in danger you were in [sob, whine], and they had to waste
valuable policing time consoling you over your stupidity. I bet they
have Kook with a capital "K" written at the top of your profile, Snit."
2 Sep 2005
http://groups.google.com/group/comp.sys.mac.advocacy/msg/9cf45bc88a324f40
72- mmoore321: "Snit is a human car-accident and we are all
rubbernecking. We know it is bad form, but yet strangely curious. Treat
him the same way, look but just keep moving on." 18 Aug 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/f1c3041d89504c07
73- Mojo: "Actually, these facts piss everybody off because they are
off-topic, unnecessarily confrontational, extremely boring and clearly
show that you are crying out for attention." 20 Sep 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/a38f07b9a4811a80
74- Mr. Blonde: "Lastly, I can't help but comment on the fact that your
obsession with Sandman has actually grown since you claimed to KF him.
Killfilling someone generally implies you're ignoring that person, yet
you piggyback onto virtually every reply to him here and and check his
website's validation status more often than most people check their
e-mail. These are not the actions of a mentally balanced individual."
19 Jan 2007
http://groups.google.com/group/comp.sys.mac.advocacy/msg/2b005666ab303e2b
75- MR_ED_of_Course: "Seriously, spend half a day at any pre-school or
kindergarten and see if the kids there can't teach you a thing or two
about social behavior." 16 May 2004
http://groups.google.com/group/comp.sys.mac.advocacy/msg/55c03a6a0b7813a4
76- Muahman: "Ummm, dude you post 1000 posts a day. 999 of them are
trolls, if anyone here has issues it's not me." 24 Sep 2004
http://groups.google.com/group/comp.sys.mac.advocacy/msg/ad9daff74ee1e0bd
Muahman: "LOL, everyone hates Snit. I know I'd push him in front of a
bus if I could." 15 May 2007
http://groups.google.com/group/comp.sys.mac.advocacy/msg/e5ee46bf5bf04d00
Muahman: "Ahhhh shit, another thread lost to the Snit retard circus!!!
I actually dread seeing Snit reply to a thread because that
automatically means it's in the toilet." 8 Jul 2009
http://groups.google.com/group/comp.sys.mac.advocacy/msg/92e776d521dfa701
77- Nashton/Nasht0n: "Oh for crying out loud, if I wasn't convinced that
snit is a total loser, and I rarely call people losers, I certainly am
now. Why bother responding to his stupidities anyway?" 29 Nov 2004
http://groups.google.com/group/comp.sys.mac.advocacy/msg/be1a326a81441508
78- New Bee: "Honest and honorable? You? You've either got a wry sense
of humor, or you're completely nuts. Either way you're just a waste of
time, and you've done more than anybody to make this group a cesspool.
Then you revel in wallowing in your own filth." 14 May 2007
http://groups.google.com/group/comp.sys.mac.advocacy/msg/2856277b085d0274
79- Not Important: "I get this mental image of you and a sibling as
children in the back seat of the family car saying:
Mom, 'snits' touching me ... and you responding much as you do now ...
I'm not touching you, you're touching me! The problem is that by now you
should've grown out of that type of poke and complain interaction with
others. But, of course, you've haven't learned how to interact with
others in a more 'constructive' and mutually beneficial manner even
now." 03 Jul 2007
http://groups.google.com/group/comp.sys.mac.advocacy/msg/d16279e9003ca8f4
80- OldCSMAer: "What's he been doing? Am I going to be sorry I killfiled
him?" 27 Nov 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/23b808d9646cd257
81- OldSage: "What drives me nuts is your unrelenting ability and desire
to argue on the head of a pin about the most trivial of things." 2 Oct
2007
http://groups.google.com/group/comp.sys.mac.advocacy/msg/88457f8e7c25273e
82- Oxford: "If you are using MT-Newswatcher: Select offending Author,
example Snit... Go to the Filters Menu, Choose 'Kill this Author'
Click 'OK' Then Repeat with each annoying Author of your choice. Then
to see your work... Choose the Filter Menu again, Then 'Refilter
Articles'... Bam! No more boring, pointless bickering about nothing.
Enjoy!!!!!" 14 Aug 2004
http://groups.google.com/group/comp.sys.mac.advocacy/msg/1d7f9181e95ed9ec
83- Patrick Nihill: "I mean, honestly, who would you rather discuss
something with; Dan, or someone like Zara? Or, for that matter, Snit,
for whom the work 'troll' seems so painfully inadequate?" 13 Aug 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/f93db68e683ad769
84- Pawel Wojciak: "Jesus Christ, snit... <plonk> "
85- PC Guy: "Forget it Snit, you're a waste of time. For someone who
talks about everyone else not being "honest and honorable" you appear to
be the least honest and honorable of anyone here." 22 Apr 2007
http://groups.google.com/group/comp.sys.mac.advocacy/msg/36bf51df2a2662a4
86- Peter: "I've never felt the need to use the filters in Newswatcher
but I thought Id try the Kill this Author.. option with Snit. Ten
seconds later and he's gone! Amazing." 30 Dec 2004
http://groups.google.com/group/comp.sys.mac.advocacy/msg/011eef01d7bcd56c
87- Peter Bjorn Perlso: "Plonked for 60 days. Now stfu and take your
argument with sandman into the private room." 13 Dec 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/ae4651ec99be3c77
88- Peter Hayes: "True, but that removes Snit completely, and someti...
err..... occasiona.... errrrr..... once in a blue moon he has something
useful to say."
89- Peter Jensen (cola): "Where has he ever said that they were not
different windowing environments? Message-ID, please. Experience has
told me not to trust you on anything without backing evidence."
90- Peter Kohlmann (cola): "Snot is a hideous troll. Nobody is as
dishonest as that piece of unadultered garbage. There are csma posters
even more stupid than Snot. Oxford comes to mind. There are certainly
other csma posters who lie nearly as much. But no others are so intent
on trolling in whatever way possible as Snot" 15 Mar 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/3409d9582dcebd25
91- PeterBP: "Oh will you stfu".
92- Phil Earnhardt: "You're only interested in trying to get superficial
snipes and extrapolate inappropriate conclusions." 1 Nov 2004
http://groups.google.com/group/comp.sys.mac.advocacy/msg/ad24a97d5dc86277
93- Rapskat (cola): "For instance, your sig you reference a long
standing war you have going with some person from csma. It's like you
single out persons to target your attentions upon and then continuously
berate them with constant barbs and goads to perpetuate their
acrimonious responses, which in turn you respond in kind, etc. ad
infinitum. Above all things, your affinity for Macs and your overbearing
pompous nature aside, this is what convinces me that your primary
purpose for frequenting this and other groups is to troll." 07 Sep 2005
http://groups.google.com/group/comp.os.linux.advocacy/msg/a09c6b8e3e63f42d
94- RichardK: "Just killfile him already."
95- Rick (cola): "Snit, you are a liar. And an ignorant one. You trash
people that are trying their level best to cope with a horrendous
situation. And you do it without the slightest idea of what is going
on." 06 Sep 2005
http://groups.google.com/group/comp.sys.mac.advocacy/msg/fcad2955ac5cb03b
96- Rick G.: "Just to be plain here, I have no doubt that he is a troll.
I am tolerant of his nature, not blind to it. However, as a troll, he is
... somewhat clumsy." 22 Mar 2005
http://groups.google.com/group/comp.sys.mac.advocacy/msg/198b88e3d0064a92
97- Robert F.: "Um, perhaps you misunderstand. I don't care if you quote
Mayor McCheese claiming the Earth is a flat plate perched on the shell
of a tortoise, I was merely pointing out that you run the risk of
looking ridiculous when you quote something patently stupid. If that's
your goal, you're on the right track, and more power to you." 11 Jan 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/4dc22433eae8803d
98- RonB (COLA): "Snit is a crank fixated on one issue, who's thing is
twisting your words so he can win an argument against a straw man.
That's enough to killfile him." 1 Jan 2009
http://groups.google.com/group/alt.usenet.kooks/msg/ce8550d4cc5b1b42
99- Rotten Apple:
Snit: "The truth? Carroll has openly admitted he does what he accuses
others of... now there is evidence he is committing identity theft - the
very thing he accuses me of based on his claiming I am not the person he
has tracked me down to be."
Rotten Apple: "You make trolls like me look like choir boys." 14 Sep 2009
http://groups.google.com/group/comp.sys.mac.advocacy/msg/7a92988bcbce8fdb
Snit: "No need for him to worry - unlike him, I would not even threaten
to contact his wife. I simply will not sink to his level. I suspect
his wife will find out anyway - people are not as stupid as he wants
them to be."
Rotten Apple: "Your meds are really kicking your ass!" 15 Sep 2009
http://groups.google.com/group/comp.sys.mac.advocacy/msg/5e414c27d6357a4a
100- Roy Culley (cola): "You appear to be in the latter category.
Starting crossposted threads for the simple purpose of hoping to
generate a flame war. If you truly want to learn more about Linux and
how it can help you and your supposed users why aren't you requesting
help from a more technical Linux newsgroup than an advocacy group? As
the old saying goes, those who can do, those who can't teach. Your posts
seem to confirm that saying IMHO." 12 Mar 2005
http://groups.google.com/group/comp.os.linux.advocacy/msg/d521a80051e24d08
101- S'mee (Keith, rec.motorcycles): "Liar...forger and worthless. You
must be related to our resident racist troll, he lies as much as you."
29 Dec 2008
http://groups.google.com/group/comp.os.linux.advocacy/msg/ab08c00330c8b58d
102- Sandman: "He is by far the most killfiled person in the -HISTORY-
of csma. I've never seen someone so disliked, almost hated, in a news
group before. He has the ability to turn just about any person against
him in just a few posts. On usenet, trolls do this daily, but the funny
part with Michael is that I actually think he DOESN'T consider himself
be a troll - damn what -EVERYONE ELSE- is calling him. Obviously they
are wrong. Only Tholen himself can match this behaviour." 18 Mar 2005
http://groups.google.com/group/comp.sys.mac.advocacy/msg/51c0735c774215c2
103- sav: "You really need to take a rest somewhere nice. Honestly, even
the nutters who hang out down on Brighton seafront made more sense than
this. You been doing drugs or something?" 25 May 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/1b251baa5c641370
104- Sean Burke: If you're dumb enough to respond to snit, you're
probably dumb enough to click on a spam attachment that promises to
remove smut from your harddrive." 21 Jan 2005
http://groups.google.com/group/comp.sys.mac.advocacy/msg/e166032d8959c0e1
105- Sermo Malifer (COLA):
Snit: "Why do so many people in COLA argue *against* me..."
Sermo Malifer: "Because you're a narcissistic troll who posts trash just
to get people talking about you." 21 Jan 2009
http://groups.google.com/group/comp.os.linux.advocacy/msg/5ddf14f502e9b3f1
106- spike1: "The thought is probably to show everyone here just how bad
a troll snit is".
107- ShutterBugz: "so snit-zel has some kind of problem expressing
anger, i guess. he has to vent his frustrations in other ways. and he
thinks he's making sense: well the syntax is there and he figures he's
pretty smart. indeed, he tells us, he's done the personality tests and
the iq tests and he's okay! aaaaahhhhh, you see he's soooooooo well
adjusted." 3 Mar 2004
http://groups.google.com/group/comp.sys.mac.advocacy/msg/7f9fa1cf90490298
108- Steve Carroll: "The only things we are sure about Snit is that he
has:
* a monumental reading comprehension problem.
* nym-shifted numerous times to avoid kill-files.
* built too many straw-men to count... some, the size of small cities.
* been labeled a disingenuous liar/troll(or worse) by the vast majority.
* used numerous sock-puppets and admitted to it.
* stolen IDs and admitted to it.
* gotten booted off by ISPs for his behavior.
* twisted more context than all csma posters combined.
* made more unsupported accusations than all csma posters combined.
* virtually no life outside of csma."
109- Steve Mackay: "Just killfile Snit, the dishonest piece of elephant
dung, and all would go away. Sure, I got caught up in the "Snit Circus",
but then the cotton candy began to sour, and CSMA begun to smell like
elephant dung." 18 Aug 2004
http://groups.google.com/group/comp.sys.mac.advocacy/msg/9fc11094133dfcdf
Welcome to the Snit circus, where the popcorn and cotton candy are
stale, and the smell of elephant dung is everywhere. 27 Dec 2004
http://groups.google.com/group/comp.sys.mac.advocacy/msg/614daf295b50413f
110- Steven de Mena: "Sorry, you have now lost all credibility with me
for your rediculous argument regarding this." 26 Sep 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/1c8777d39c34e293
111- Steve Travis: "Oh oh... Now look what we've done. Snit has lost
all self respect and has sunk to the point of using words like 'asses'
when referring to others. Oh, how could the morally superior snit have
fallen so low.. Please take a moment out of your busy schedule to feel
embarassed for him. Or perhaps we should set up a fund to get him more
happy glue (and the appropriate plastic bags)." 27 Mar 2005
http://groups.google.com/group/comp.sys.mac.advocacy/msg/3edd9ab69425a6c5
112- Stuart Krivis: "You might as well just give up and plonk him then.
A snit is a snit is a snit and always will be." 15 Aug 2006 (post not
available except in reply)
http://groups.google.com/group/comp.sys.mac.advocacy/msg/5b382420a696f140
113- Tattoo Vampire (COLA): "In other words, in another attempt to
troll, you made yourself look like a fool. Again". 28 Aug 2008
http://groups.google.com/group/comp.sys.mac.advocacy/msg/b2676d3540e09f38
114- The Lost Packet (COLA): "well, he's found a seat in my killbin, I
can't be doing with him." 27 Jan 2009
http://groups.google.com/group/comp.os.linux.advocacy/msg/2007526a552b3322
115- TheLetterK: "That is merely your perception, Shit. You're the one
lacking counter evidence, and your arguments basically amount to "I'm
right, nya nya nya." No matter how many examples someone points at to
demonstrate their claim, you blindly continue to insist that they
provide no evidence, or that the evidence given is irrelevant. Worse
still, you fall back on straw men and disingenuous quote mangling to
portray the argument in your favor. You are one of the worst trolls that
inhabit CSMA, Shit. *Edwin* is more prone to fits of reason than you
are." 23 Sep 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/d488596b57132124
116- Thufir: "It's based on *your* MO that I, at least, have no problem
in stating that you're full of shit on nearly any topic. I've observed
your bullshit, and based on that pattern of bullshit, infer that you're
full of it. Your MO is the evidence, the logic is an inference based on
the evidence." 21 Aug 2008
http://groups.google.com/group/comp.sys.mac.advocacy/msg/c89d3cf79e806e5f
Thufir: "You can "prove" that no one has disproved your "proof"? Again,
your assertion that no one has done so is even *less* convincing than
your claim that some PDF "proves" whatever point you're trying to make
precisely because I'm familiar with your MO. That is, you're a dumb-ass
who would claim that that something is proved when it's not, and who
would ignore counter-examples disproving your contention. I don't know
what this *ages old* thread is about, but I know that you're full of
shit." 21 Aug 2008
http://groups.google.com/group/comp.sys.mac.advocacy/msg/5114623055c01092
117-Tim Adams: "I'd kill file you but then I'd miss the fun. you see,
you never cease to amaze me at just how stupid you really are. Why just
the other day I had a great laugh when I saw you, the king of liars (in
this NG anyway) calling somebody else a liar." 13 Nov 2004
http://groups.google.com/group/comp.sys.mac.advocacy/msg/40c7f9407179ff2a
118- Tim Crowley: "I don't know - I think you might have more
compassion. Snit is sick. He needs help. This is the only way the poor
sick fool can get attention. My fucking God, he's taken to hanging out
with and supporting racist pig fuckers like MuahMuah. It is true that
no-one likes him and those that pretend they do are just using him or
don't know him - but come on- it's not his fault. He's sick. Have some
compassion, eh? All these idiot trolls, Zara, Stew, Tommy,
MuaaaahMuaaah, and Snit - they are all so alike. I pity each and every
one of them" 19 Apr 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/67f0f174110bfa0a
119- Tim Smith: "No, he didn't, and there is no reasonable way you could
actually believe he lied. You are purely trying to troll here." 14 Apr
2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/6e3cfd9240ac4871
120- Timberwoof: "*Plonk!*"
121- Tom Bates: "Do you have to turn any thread you post in into one of
your Circus acts?" 20 Feb 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/25f0e481b605e71f
122- Tommy: "In case you did not get it, I think the moral was: Stop
polluting the world with your infantile and obsessive "writings". You
give Mac advocacy a bad name. If that was your goal you have succeeded!
That also goes for all that bullshit on your website" 11 Jun 2004
http://groups.google.com/group/comp.sys.mac.advocacy/msg/03610d2080321d33
123- TravelinMan: "I still can't figure out what's wrong with Snit. Most
people have him kill-filed and the few who don't mostly restrict their
responses to 'why don't you go away, no one wants you here'. Just what
would keep someone in this group with all of that animosity? Must be
some kind of severe mental illness." 17 Mar 2005
http://groups.google.com/group/comp.sys.mac.advocacy/msg/45197fbb46d491df
124- Wally: "Because by your own admission "honor and honesty" are
nothing more than a "game" to you, as such not only do you wish to
define the rules, but no doubt you will also attempt to alter or bend
the rules when inevitably things do not go to your liking, for this
reason I doubt anyone would be foolish enough to play your game." 16
May 2004
http://groups.google.com/group/comp.sys.mac.advocacy/msg/b9b3ed1ee20e5220
125- WhoMe: "F michael IS a teacher, it's no wonder he's home more than
he's anywhere near a classroom".
126- William Poaster: "Good grief. If anyone's having a mental breakdown
it's the Prescott Computer Guy, Michael Snit Glasser. What a f#cked up
mess he is." 29 Aug 2008
http://groups.google.com/group/comp.sys.mac.advocacy/msg/914d1e74855fb461
127- William R. Walsh: "Now, if you'll excuse me, and accept my sincere
apologies for this, PLONK! Feel proud about that. You're the first
person to be plonked from my new computer! :-) " 10 Feb 2005
http://groups.google.com/group/comp.sys.mac.advocacy/msg/313c7368f6369c49
128- Woofbert: "*Plonk*"
129- zara: "Look - I'm not into combing through thousands of posts, to
prove what was said or not said - I leave stuff like that to people
without lives, like Snit. But it is assuredly, in the record. Ping Snit
to do a search - you will flatter him, and give meaning to his tawdry
little life." 25 Oct 2006
http://groups.google.com/group/comp.sys.mac.advocacy/msg/a1d4fc7120a6a538
130- Zaren Ankleweed: "And with that, Snit goes in the global killfile.
No subject, no author, no nothing. Buh-bye". 11 Sep 2004
http://groups.google.com/group/comp.sys.mac.advocacy/msg/12f7c34f24d43624
131- Znu: "I think your 'I'll go start a new thread to try to draw more
people into the debate I'm currently having with Steve/Elizabot/etc'
tactic is fairly trollish."
132- Mutley (AUK):
Snit: "None are supportable. None are real. HPT made them up and is
scared to even try to support them. He knows he cannot. He knows his
lies are being shoved in his face and that people are laughing at his
failure. I know I am. He is a sad pathetic little man."
Mutley: "For the record ... I'll be done when I decide that there's more
shit on your face than there is on the sole of my shoe." 01 Nov 2009
http://groups.google.com/group/comp.os.linux.advocacy/msg/1802ad3aa000098b
--
HPT
> Oh, and whilst I am at it, here are the rest, for Snit's benefit:
>
> http://groups.google.com/group/comp.os.linux.advocacy/msg/1a31bdb877dd400b
How is it a benefit to me for you to run from the fact you are stupid - too
stupid to follow simple steps you see in a video.
--
[INSERT .SIG HERE]
> Tim Adams stated in post
> teadams$2$0$0$3-1FA01F.06...@70-3-168-216.pools.spcsdns.net on
> 12/9/09 4:12 AM:
>
> > In article <C7446537.583CD%use...@gallopinginsanity.com>,
> > Snit <use...@gallopinginsanity.com> wrote:
> >
> >> Tim Adams stated in post
> >> teadams$2$0$0$3-46D260.21...@70-3-168-216.pools.spcsdns.net on
> >> 12/8/09 7:14 PM:
> >>
> >>>> You have exactly *zero* support for your accusations. And you are simply
> >>>> too
> >>>> stupid to realize it.
> >>>>
> >>> Except for the simple FACT that it has been proven snit has posted as both
> >>> Rhino Plastee and Omar Murad Asfour of course, as well as Evil John and
> >>> several other socks.
> >>
> >> Oh! Oh! Show this "proof". Man, will it be humiliating for me.
> >>
> > been done months/years ago.
> > keep running snit
>
> How is it "running" to all but beg you to actually *try* to back up your
> dishonest cowardly little accusations you would be messing yourself to
> support *IF YOU COULD*.
The support has been offered many times snit. The FACT that you snip it away in
your replies, trying to pretend it was never there isn't my problem.
>
> You are a liar.
yet it is snit that has been proven to have used multiple socks, even admitting
to several. It is you that claimed Steve Carroll and Steve Carroll's Dog both
'posted from the same IP address' only to later admit you LIED because Steve
Carroll's Dog posted from an host that doesn't include and IP address in their
header (hint to snit - just like YOU do!).
~more babbling by the trolling idiot michael glasser, aka shit, snipped
May be you ought to take Hadron's suggestion and killfile me, seeing
that no matter what I reply, you keep your boring repetitious nonsense.
But then you wouldn't be receiving the attention that you crave for.
After all being the egoist you are, since you crave for your exact words
to be quoted, you wrote this:
George Graves: "Snit has a problem with the difference between his
opinion and fact. He seems to think that one equals the other. I have a
unique position to be able to recognize this pattern, as I tend to do it
myself although, I must mention that He is more blatant about it than I
am."
Ed: "snit's a lot more annoying than you though, because he tends to
repeat himself over and over, AND he lies about what others are claiming."
Snit: "Not only do I lie about what others are claiming, I show evidence
from the records. That does tend to annoy you. As far as repeating, I
respond to the same arguments over and over again. Should I just let
these alone? Perhaps, but if I did, you (or others) would likely claim
it was me running from an argument. Places me in a no-win situation. I
do, however, to simplify things for everyone, write responses that apply
to these repeated arguments, and post that."
Newsgroups: comp.sys.mac.advocacy
From: Snit <snit-nos...@cableone.net>
Date: Sat, 06 Dec 2003 13:03:10 -0700
Subject: Re: Scary Article
http://groups.google.com/group/comp.sys.mac.advocacy/msg/ef703db000e3b9e2
--
HPT
Crickets are still chirping, LOL!
--
HPT
They're chirping over here, too:
Bob B to Snit:
"But to sum up your claim, basically you think that the two most
recent presidents, plus all the major party candidates for president,
plus most members of congress are war criminals."
Snit:
"No - just the ones who are actively committing war crimes, if not in
a strictly legal sense, in a moral one."
Bob B:
"So you only care about war crimes while they are happening, but not
those of the recent past? So if Bush loses the election next year, you
will just forget about his "crimes"?"
Snit:
"Never hinted, suggested, stated, or implied that this was the case."
Bob B:
"Yes you did - look above, I asked why you focus on Bush and ignore
others, and you said its because he is currently committing the
crimes. When he is out of office, he won't be committing any "crimes",
so by your own admission you won't be so interested."
Snit (trying to pretend reality isn't what it is):
"Never hinted, suggested, stated, or implied that this was the case."
Bob B:
"Huh? Do you even read what anyone else says, or do you just cut &
paste the same "answer" no matter what the reply?"
More shown here:
http://groups.google.com/group/comp.sys.mac.advocacy/msg/0ec5eeaa8ed401a8?dmode=source
Funny stuff which makes it obvious that Snit is not only ignoring what
other people write, he ignores what he writes (as several people have
pointed out many times;)
And, as several people found out, if you point out Snit's *obvious*
bias he claims you are "defending" the person he's biased against.
LOL!
> From Apple and it was only $30!
Plus the cost of a Mac to run it on.
> The same as what I paid for that last Windows 7 Ultimate key!
>
> I mean we all know paying $100+ for Windows 7 is just plain stupid - so
> why do it?
My $550 four core, 8 GB HP PC came with a free Windows 7 upgrade, which I
fulfilled.
> "Justin" <jus...@nobecauseihatespam.com> wrote in message
> news:hfh9kg$cf9$1...@news.eternal-september.org...
>
> > From Apple and it was only $30!
>
> Plus the cost of a Mac to run it on.
Really? The one he already had wouldn't do?
>
> > The same as what I paid for that last Windows 7 Ultimate key!
> >
> > I mean we all know paying $100+ for Windows 7 is just plain stupid - so
> > why do it?
>
> My $550 four core, 8 GB HP PC came with a free Windows 7 upgrade, which I
> fulfilled.
Bully for you!
--
"The iPhone doesn't have a speaker phone" -- "I checked very carefully" --
"I checked Apple's web pages" -- Edwin on the iPhone
"It is Mac OS X, not BSD.' -- 'From Mac OS to BSD Unix." -- "It's BSD Unix with Apple's APIs and GUI on top of it' -- 'nothing but BSD Unix' (Edwin on Mac OS X)
'[The IBM PC] could boot multiple OS, such as DOS, C/PM, GEM, etc.' --
'I claimed nothing about GEM other than it was available software for the
IBM PC. (Edwin on GEM)
'Solaris is just a marketing rename of Sun OS.' -- 'Sun OS is not included
on the timeline of Solaris because it's a different OS.' (Edwin on Sun)
He must have stolen his Mac if he got it for free.
>>
>> > The same as what I paid for that last Windows 7 Ultimate key!
>> >
>> > I mean we all know paying $100+ for Windows 7 is just plain stupid - so
>> > why do it?
>>
>> My $550 four core, 8 GB HP PC came with a free Windows 7 upgrade, which I
>> fulfilled.
>
> Bully for you!
Thanks. I'm so glad I didn't buy a Mac instead.
> "Alan Baker" <alang...@telus.net> wrote in message
> news:alangbaker-45F3E...@news.shawcable.com...
> > In article <aaifn.850$XI1...@newsfe04.iad>, "Edwin" <thor...@att.net>
> > wrote:
> >
> >> "Justin" <jus...@nobecauseihatespam.com> wrote in message
> >> news:hfh9kg$cf9$1...@news.eternal-september.org...
> >>
> >> > From Apple and it was only $30!
> >>
> >> Plus the cost of a Mac to run it on.
> >
> > Really? The one he already had wouldn't do?
>
> He must have stolen his Mac if he got it for free.
LOL
>
> >>
> >> > The same as what I paid for that last Windows 7 Ultimate key!
> >> >
> >> > I mean we all know paying $100+ for Windows 7 is just plain stupid - so
> >> > why do it?
> >>
> >> My $550 four core, 8 GB HP PC came with a free Windows 7 upgrade, which I
> >> fulfilled.
> >
> > Bully for you!
>
> Thanks. I'm so glad I didn't buy a Mac instead.
LOL
I still wish I could liberate my copy of Leopard from my mini and run
it on one of my bigger machines. Cheap Macs make OK HTPC boxes but they
are a bit mediocre as desktop machines.
I too have a $600 quad core machine. I would need to spend an extra
$1800 to get an Apple machine like it.
$1800 pays for a lot of Windows licenses.
--
Unfortunately, the universe will not conform itself to
your fantasies. You have to manage based on what really happens |||
rather than what you would like to happen. This is true of personal / | \
affairs, government and business.
> On 2010-02-18, Edwin <thor...@att.net> wrote:
>>
>>
>>
>> "Alan Baker" <alang...@telus.net> wrote in message
>> news:alangbaker-45F3E...@news.shawcable.com...
>>> In article <aaifn.850$XI1...@newsfe04.iad>, "Edwin" <thor...@att.net>
>>> wrote:
>>>
>>>> "Justin" <jus...@nobecauseihatespam.com> wrote in message
>>>> news:hfh9kg$cf9$1...@news.eternal-september.org...
>>>>
>>>>> From Apple and it was only $30!
>>>>
>>>> Plus the cost of a Mac to run it on.
>>>
>>> Really? The one he already had wouldn't do?
>>
>> He must have stolen his Mac if he got it for free.
>>
>>>>
>>>>> The same as what I paid for that last Windows 7 Ultimate key!
>>>>>
>>>>> I mean we all know paying $100+ for Windows 7 is just plain stupid - so
>>>>> why do it?
>>>>
>>>> My $550 four core, 8 GB HP PC came with a free Windows 7 upgrade, which I
>>>> fulfilled.
>>>
>>> Bully for you!
>>
>> Thanks. I'm so glad I didn't buy a Mac instead.
>
> I still wish I could liberate my copy of Leopard from my mini and run
> it on one of my bigger machines. Cheap Macs make OK HTPC boxes but they
> are a bit mediocre as desktop machines.
>
> I too have a $600 quad core machine. I would need to spend an extra
> $1800 to get an Apple machine like it.
>
> $1800 pays for a lot of Windows licenses.
>
>
Here's what to do. Buy the cheap Mini for $599 (the difference in processor
speed between the three models is trivial, not worth even thinking about).
Purchase the 1/2 TB 7200 RPM drive kit from Other World Computer for $132.
Then load it up with at least 4 Gigs of RAM from the same source ($112). So,
for about $850 you have a screaming fast lil' Mini with lots of storage which
makes an excellent OSX desktop computer.
...I already have the cheap mini.
> Purchase the 1/2 TB 7200 RPM drive kit from Other World Computer for $132.
> Then load it up with at least 4 Gigs of RAM from the same source ($112). So,
I've already done the putty knife routine and am not really interested
in doing that again. I'd rather buy a machine meant to be modified if I am
going to alter it.
> for about $850 you have a screaming fast lil' Mini with lots of storage which
> makes an excellent OSX desktop computer.
No not really.
It will still be the sluggish thing that I started out with and I will
still be comparing it to a machine with faster cores and more of them.
Creating extra heating issues for a cramped case won't really change that
fact.
My franken-PCs have room for full size optical drives, will accomodate
6 or more full size drives each and have expansion slots. So if I wanted to
get rediculous I could accomodate an additional 5 or more drives.
I could also move up to an nv3x0 if I wanted too.
Minis used to be nifty little HTPC boxes before the IONs came out.
--
Linux: Because I don't want to push pretty buttons. |||
I want the pretty buttons to push themelves. / | \