<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: What's with this guy trying to get free points!? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849697#M93233</link>
    <description>Hi,&lt;BR /&gt; &lt;BR /&gt;I think Jimmy has problems with his storage&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/TopSolutions/1,,BR696296!1!questions,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/TopSolutions/1,,BR696296!1!questions,00.html&lt;/A&gt;&lt;BR /&gt;Maybe he has mirrored his brain.&lt;BR /&gt;&lt;BR /&gt;I hope Dan will read this.&lt;BR /&gt;&lt;BR /&gt;Volkmar&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 22 Nov 2002 15:36:39 GMT</pubDate>
    <dc:creator>V. Nyga</dc:creator>
    <dc:date>2002-11-22T15:36:39Z</dc:date>
    <item>
      <title>What's with this guy trying to get free points!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849671#M93207</link>
      <description>&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xb8660fe6d0f7d61190050090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xb8660fe6d0f7d61190050090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;John Palmer &lt;BR /&gt;  &lt;BR /&gt; November 21, 2002 15:39 PM GMT   [ 10 pts ]   &lt;BR /&gt;&lt;BR /&gt;Here's a shell script to do the rotating /... &lt;BR /&gt;&lt;BR /&gt;#!/bin/sh &lt;BR /&gt;&lt;BR /&gt;CHAR[0]="|" &lt;BR /&gt;CHAR[1]="/" &lt;BR /&gt;CHAR[2]="-" &lt;BR /&gt;CHAR[3]="\\" &lt;BR /&gt;&lt;BR /&gt;let I=0 &lt;BR /&gt;print -n " " &lt;BR /&gt;&lt;BR /&gt;while true &lt;BR /&gt;do &lt;BR /&gt;let N=I%4 &lt;BR /&gt;let I=I+1 &lt;BR /&gt;print -n "\010${CHAR[N]}" &lt;BR /&gt;sleep 1 &lt;BR /&gt;done &lt;BR /&gt;&lt;BR /&gt;Regards, &lt;BR /&gt;John  &lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;jimmy&lt;BR /&gt;&lt;BR /&gt;  November 21, 2002 15:44 PM GMT   [ 6 pts ]   &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here's a shell script to do the rotating /... &lt;BR /&gt;&lt;BR /&gt;#!/bin/sh &lt;BR /&gt;&lt;BR /&gt;CHAR[0]="|" &lt;BR /&gt;CHAR[1]="/" &lt;BR /&gt;CHAR[2]="-" &lt;BR /&gt;CHAR[3]="\\" &lt;BR /&gt;&lt;BR /&gt;let I=0 &lt;BR /&gt;print -n " " &lt;BR /&gt;&lt;BR /&gt;while true &lt;BR /&gt;do &lt;BR /&gt;let N=I%4 &lt;BR /&gt;let I=I+1 &lt;BR /&gt;print -n "\010${CHAR[N]}" &lt;BR /&gt;sleep 1 &lt;BR /&gt;done  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;THEN:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xaa660fe6d0f7d61190050090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xaa660fe6d0f7d61190050090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;Stefan Farrelly &lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt; November 21, 2002 15:10 PM GMT   [ 7 pts ]   &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can use top as it can redirect to a file then grep the PID you want; &lt;BR /&gt;&lt;BR /&gt;rm /tmp/t;top -s 10 -d 1 -f /tmp/t;cat /tmp/t|grep &lt;PID&gt; &lt;BR /&gt;&lt;BR /&gt;Change the &lt;PID&gt; to the one you want or -s to the length of time in seconds you want the sample for. &lt;BR /&gt;&lt;BR /&gt;Only limitation is top only shows processes which are using a lot of cpu. Glance may be better. Anyone got a similar syntax for glance? &lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;jimmy &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; November 21, 2002 16:23 PM GMT   [ unassigned ]   &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hi guys &lt;BR /&gt;use top as it can redirect to a file then grep the PID you want; &lt;BR /&gt;&lt;BR /&gt;rm /tmp/t;top -s 10 -d 1 -f /tmp/t;cat /tmp/t|grep &lt;PID&gt; &lt;BR /&gt;&lt;BR /&gt;Change the &lt;PID&gt; to the one you want or -s to the length of time in seconds you want the sample for. &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd622eea29889d611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd622eea29889d611abdb0090277a778c,00.html&lt;/A&gt;&lt;/PID&gt;&lt;/PID&gt;&lt;/PID&gt;&lt;/PID&gt;</description>
      <pubDate>Thu, 21 Nov 2002 16:32:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849671#M93207</guid>
      <dc:creator>Chuck J</dc:creator>
      <dc:date>2002-11-21T16:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: What's with this guy trying to get free points!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849672#M93208</link>
      <description>Chuck,&lt;BR /&gt;&lt;BR /&gt;As I responded in the first example, at least he was clever enough not to cut and paste the &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;part.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 21 Nov 2002 16:36:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849672#M93208</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-11-21T16:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: What's with this guy trying to get free points!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849673#M93209</link>
      <description>&lt;BR /&gt;Chuck,&lt;BR /&gt;&lt;BR /&gt;I think it's really John Palmer's split personality logged in as "jimmy"&lt;BR /&gt;&lt;BR /&gt;That was damn funny. This belongs in the Joke thread!&lt;BR /&gt;&lt;BR /&gt;gotta run and do a presentation on the emc centera!&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 21 Nov 2002 16:41:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849673#M93209</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-11-21T16:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: What's with this guy trying to get free points!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849674#M93210</link>
      <description>You do see it happen once in a while, though I'm glad to say it's rare.  I do remember a person borrowing a few (quite a few) words from Bill Hassell (without credit) a while back - at least this in-duh-vidual had the good taste to plagiarize a true expert.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 21 Nov 2002 16:44:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849674#M93210</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-11-21T16:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: What's with this guy trying to get free points!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849675#M93211</link>
      <description>plagiarizer!!</description>
      <pubDate>Thu, 21 Nov 2002 16:44:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849675#M93211</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-11-21T16:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: What's with this guy trying to get free points!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849676#M93212</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;I say "OFF WITH HIS HEAD!!!"&lt;BR /&gt;&lt;BR /&gt;Oh wait, someone else has already said that.........Maybe jimmy can say it too?</description>
      <pubDate>Thu, 21 Nov 2002 16:45:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849676#M93212</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-11-21T16:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: What's with this guy trying to get free points!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849677#M93213</link>
      <description>CChhuucckk,,&lt;BR /&gt;II  tthhiinnkk  iitt''ss  rreeaallllyy  JJoohhnn  PPaallmmeerr''ss  sspplliitt  ppeerrssoonnaalliittyy  llooggggeedd  iinn  aass  ""jjiimmmmyy""&lt;BR /&gt;TThhaatt  wwaass  ddaammnn  ffuunnnnyy..  TThhiiss  bbeelloonnggss  iinn  tthhee  JJookkee  tthhrreeaadd!!&lt;BR /&gt;ggoottttaa  rruunn  aanndd  ddoo  aa  pprreesseennttaattiioonn  oonn  tthhee  eemmcc  cceenntteerraa!!&lt;BR /&gt;lliivvee  ffrreeee  oorr  ddiiee&lt;BR /&gt;hhaarrrryy&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sorry harry, I just couldn't resist :)</description>
      <pubDate>Thu, 21 Nov 2002 16:46:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849677#M93213</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-11-21T16:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: What's with this guy trying to get free points!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849678#M93214</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This is the real the unique...mirror/ux MAN!!!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Justo.</description>
      <pubDate>Thu, 21 Nov 2002 16:47:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849678#M93214</guid>
      <dc:creator>Justo Exposito</dc:creator>
      <dc:date>2002-11-21T16:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: What's with this guy trying to get free points!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849679#M93215</link>
      <description>hi guys&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I'm come from italy &lt;BR /&gt;I don't know John Palmer &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;who is John Palmer ?&lt;BR /&gt;&lt;BR /&gt;io sono italiano e realmente non conosco John Palmer .&lt;BR /&gt;mi sapete per favore dire chi e' ??</description>
      <pubDate>Thu, 21 Nov 2002 16:58:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849679#M93215</guid>
      <dc:creator>justin berkman</dc:creator>
      <dc:date>2002-11-21T16:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: What's with this guy trying to get free points!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849680#M93216</link>
      <description>Hi jimmy and welcome,&lt;BR /&gt;&lt;BR /&gt;We're having some fun at your expense because your reply to Robert Menefee's scripting question was exactly the same code as what John Palmer had posted, right down to the variable names.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Nov 2002 16:59:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849680#M93216</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2002-11-21T16:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: What's with this guy trying to get free points!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849681#M93217</link>
      <description>Split personality eh, sounds good to me. If so, yeah it's quite funny - but not a good example for others who might think they can do the same thing&lt;BR /&gt;&lt;BR /&gt;?</description>
      <pubDate>Thu, 21 Nov 2002 17:04:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849681#M93217</guid>
      <dc:creator>Chuck J</dc:creator>
      <dc:date>2002-11-21T17:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: What's with this guy trying to get free points!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849682#M93218</link>
      <description>;) nice one..&lt;BR /&gt;jimmy's trying to cach in on the time difference bug I guess.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Thu, 21 Nov 2002 17:06:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849682#M93218</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-11-21T17:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: What's with this guy trying to get free points!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849683#M93219</link>
      <description>Hey people:&lt;BR /&gt;&lt;BR /&gt;Don't be so severe with little Jimmy-Boy, possible explanations for his behaviour may be:&lt;BR /&gt;&lt;BR /&gt;1)  He is from Italy.&lt;BR /&gt;&lt;BR /&gt;2)  He is from the southern part of Italy.&lt;BR /&gt;&lt;BR /&gt;3)  He is from the most southern part of Italy.&lt;BR /&gt;&lt;BR /&gt;4)  His english is very bad; he understands what other people write, but he is unable to form meaningful sentences by his own.&lt;BR /&gt;&lt;BR /&gt;5)  He is too stupid to use the keyboard (much too many keys), but he learned how to use a three-button mouse (and this works well, obviously).&lt;BR /&gt;&lt;BR /&gt;6)  He is a little child, playing around with his fathers computer (while the father is on the toilet).&lt;BR /&gt;&lt;BR /&gt;7)  He is a 39 years old IT Unprofessional with excellent knowledge in Word, Notepad, and mouse movings, still living with his mother at home (as most Italian boys of his age do, that's quite normal -- in Italy), enjoying Mama's Spaghetti Napoli, three times each day.&lt;BR /&gt;&lt;BR /&gt;8)  He never had a girl-friend.&lt;BR /&gt;&lt;BR /&gt;9)  He had a girl-friend, but had no idea what to do with TWO buttons.&lt;BR /&gt;&lt;BR /&gt;----&lt;BR /&gt;&lt;BR /&gt;But the most likely explanation of Jimmy's behaviour is:&lt;BR /&gt;&lt;BR /&gt;10)  He is an employee of Bill Gates' Company. He is Microsoft's personalized Denial Of Service, i.e. MS-DOS. Proofs are:&lt;BR /&gt;a) his questions &lt;BR /&gt;(&lt;A href="http://forums.itrc.hp.com/cm/TopSolutions/1,,BR696296!1!questions,00.html)" target="_blank"&gt;http://forums.itrc.hp.com/cm/TopSolutions/1,,BR696296!1!questions,00.html)&lt;/A&gt;&lt;BR /&gt;b) his answers, i.e.&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd622eea29889d611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd622eea29889d611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;(of course, there are more -- have a look and enjoy :)</description>
      <pubDate>Thu, 21 Nov 2002 17:28:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849683#M93219</guid>
      <dc:creator>Thomas Schler_1</dc:creator>
      <dc:date>2002-11-21T17:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: What's with this guy trying to get free points!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849684#M93220</link>
      <description>Well, his English may be challenged a bit - but so's his Italian:&lt;BR /&gt;&lt;BR /&gt;According to babelfish.altavista.com, "io sono italiano e realmente non conosco John Palmer . mi sapete per favore dire chi e' ??" translates to "I am Italian and I really do not know John Palmer. sapete&lt;BR /&gt;                            please to say who to me e'? "&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 21 Nov 2002 17:46:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849684#M93220</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-11-21T17:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: What's with this guy trying to get free points!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849685#M93221</link>
      <description>;) nice one..&lt;BR /&gt;jimmy's trying to cach in on the time difference bug I guess.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;   ...erhmm....   Adam&lt;BR /&gt;&lt;BR /&gt;P.S.: Will I earn points for that? ;D&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Nov 2002 17:54:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849685#M93221</guid>
      <dc:creator>Adam J Markiewicz</dc:creator>
      <dc:date>2002-11-21T17:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: What's with this guy trying to get free points!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849686#M93222</link>
      <description>Thomas:&lt;BR /&gt;I think that two buttons are easier to handle, unless you have three hands... ;D&lt;BR /&gt;&lt;BR /&gt;But maby it's just coincidence that jimmy had discovered perfectly the same solution in the same time... Well this is some sort of guaranty that the sollution is optimal - more than one person discovered it. :)&lt;BR /&gt;&lt;BR /&gt;But hey, thats the idea of points-earning. Having two peronalities: Dummy for asking questions and Real for giving 10-pts answers... HMmmm....&lt;BR /&gt;&lt;BR /&gt;---&lt;BR /&gt;&lt;BR /&gt;D:&lt;BR /&gt;&lt;BR /&gt;Hi guys, I've just lost a jolie.jpg somewhere in the enormous space of my hard disk. Don't you know where can it be?&lt;BR /&gt;&lt;BR /&gt;---&lt;BR /&gt;&lt;BR /&gt; R:&lt;BR /&gt;&lt;BR /&gt;Hi, D.&lt;BR /&gt;&lt;BR /&gt;Check in your $HOME/chicks folder.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;10 pts.&lt;BR /&gt;&lt;BR /&gt;---&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Ooo, yeah. ;D&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Nov 2002 17:59:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849686#M93222</guid>
      <dc:creator>Adam J Markiewicz</dc:creator>
      <dc:date>2002-11-21T17:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: What's with this guy trying to get free points!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849687#M93223</link>
      <description>Intesesting concept, but it is up to the person giving points to catch this.&lt;BR /&gt;&lt;BR /&gt;Maybe he was relying on the fact that 90% of people are stupid 90% of the time, the other 10% are stupid 10% of the time.</description>
      <pubDate>Thu, 21 Nov 2002 19:35:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849687#M93223</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2002-11-21T19:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: What's with this guy trying to get free points!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849688#M93224</link>
      <description>Users ! Beware of Jimmy - the Italian boy 'syndrome', ehh :)&lt;BR /&gt;&lt;BR /&gt;He-he ;)&lt;BR /&gt;&lt;BR /&gt;Hey Jimmy, look what a flame you have triggered. &lt;BR /&gt;&lt;BR /&gt;Bottom line - users are not stupid. They will tell the LAMER. :)</description>
      <pubDate>Thu, 21 Nov 2002 19:49:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849688#M93224</guid>
      <dc:creator>Oleg Zieaev_1</dc:creator>
      <dc:date>2002-11-21T19:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: What's with this guy trying to get free points!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849689#M93225</link>
      <description>Another explaination is that both John and Jimmy got this information from a third source and neither gave credit.&lt;BR /&gt;&lt;BR /&gt;:-)&lt;BR /&gt;Marty</description>
      <pubDate>Thu, 21 Nov 2002 20:11:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849689#M93225</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-11-21T20:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: What's with this guy trying to get free points!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849690#M93226</link>
      <description>Definitely a split personality....&lt;BR /&gt;&lt;BR /&gt;Half likes tea other half the vino...</description>
      <pubDate>Thu, 21 Nov 2002 21:20:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-with-this-guy-trying-to-get-free-points/m-p/2849690#M93226</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-11-21T21:20:29Z</dc:date>
    </item>
  </channel>
</rss>

