From: J. Clarke on 5 Jun 2010 14:43 On 6/5/2010 1:20 PM, Robert Higgins wrote: > On Jun 5, 12:26 pm, "Robert L. Oldershaw"<rlolders...(a)amherst.edu> > wrote: >> On Jun 5, 9:53 am, Jerry<Cephalobus_alie...(a)comcast.net> wrote: >> >>> <D:-) >> >> ------------------------------------- >> >> If there is any intelligent life lisening out there somewhere, I am >> just about done with a complete write-up of my research on >> retrodicting the Particle Mass/Stability Spectrum using the Kerr >> metric and Discrete Scale Relativity. >> >> It is about 16 pages long with 4 tables and 3 figures. >> >> It candidly discusses the strengths, > > very few > >> weaknesses > > very many > >> and overall potential >> of this research. > > None. > >> >> It is available free to anyone who emails me and requests it as either >> a Word file or a pdf. > > Even for free, nobody wants it. If it had any value, you would submit > it to a peer-reviewed journal for publication. If you do, please be > kind enough to post the referee reports - I need a good laugh. > >> >> RLOwww.amherst.edu/~rloldershaw > > Are you an undergraduate, or just staff? You aren't listed as faculty. His web page says that he's "loosely affiliated", which could be taken to mean that he's screwing someone who works in the data center. >
From: Jerry on 5 Jun 2010 18:39 On Jun 5, 11:26 am, "Robert L. Oldershaw" <rlolders...(a)amherst.edu> wrote: > On Jun 5, 9:53 am, Jerry <Cephalobus_alie...(a)comcast.net> wrote: > > > <D:-) > > ------------------------------------- > > If there is any intelligent life lisening out there somewhere, I am > just about done with a complete write-up of my research on > retrodicting the Particle Mass/Stability Spectrum using the Kerr > metric and Discrete Scale Relativity. > > It is about 16 pages long with 4 tables and 3 figures. > > It candidly discusses the strengths, weaknesses and overall potential > of this research. > Everybody here recognizes that your paper is utter nonsense. If you wish to refute the results that I present in the following http://mysite.verizon.net/cephalobus_alienus/images/Oldershaw.PNG then you need to explain what is wrong with the following code from my computer program, whose purpose is to generate all of the mass retrodictions predicted by your formula for j=1/2,2/2,3/2,4/2 and a = m/n where n=5,6,7,8 and m <=n for (int i = 1; i <= 4; ++i) { double j = (double)i / 2.0; for (int n = 5; n <= 8; ++n) { for (int m = 1; m <= n; ++m) { double a = (double)m/(double)n; double x = Math.Sqrt(Math.Sqrt(j*(j+1)/(a*a)))*674.8; Mark(e.Graphics, x, 30, "", Color.Black); } } } Jerry
From: Robert L. Oldershaw on 5 Jun 2010 23:48 On Jun 5, 1:20 pm, Robert Higgins <robert_higgins...(a)hotmail.com> wrote: > > Even for free, nobody wants it. If it had any > value, you would submit it to a peer-reviewed > journal for publication. If you do, please be > kind enough to post the referee reports - > I need a good laugh. ---------------------------------------------------- It will be published. I am offering a preprint. I suppose you prefer ignorance, which allows you to "judge" the research without even reading the paper. > Are you an undergraduate, or just staff? You aren't listed as faculty. ----------------------------------- I own the science library, but what does it matter? You need alot more than "a good laugh", but probably no one will help you in that dept.
From: Robert L. Oldershaw on 5 Jun 2010 23:53 On Jun 5, 6:39 pm, Jerry <Cephalobus_alie...(a)comcast.net> wrote: >> > Everybody here recognizes that your paper is utter nonsense. > > If you wish to refute the results that I present in the following > > http://mysite.verizon.net/cephalobus_alienus/images/Oldershaw.PNG > > then you need to explain what is wrong with the following code > from my computer program, whose purpose is to generate all of the > mass retrodictions predicted by your formula for j=1/2,2/2,3/2,4/2 > and a = m/n where n=5,6,7,8 and m <=n > > for (int i = 1; i <= 4; ++i) > { > double j = (double)i / 2.0; > for (int n = 5; n <= 8; ++n) > { > for (int m = 1; m <= n; ++m) > { > double a = (double)m/(double)n; > double x = Math.Sqrt(Math.Sqrt(j*(j+1)/(a*a)))*674.8; > Mark(e.Graphics, x, 30, "", Color.Black); > } > } --------------------------------------- Hmmmm, do you, by any chance, suffer from Asperger's syndrome. Just curious.
From: Jerry on 6 Jun 2010 03:16
On Jun 5, 10:53 pm, "Robert L. Oldershaw" <rlolders...(a)amherst.edu> wrote: > On Jun 5, 6:39 pm, Jerry <Cephalobus_alie...(a)comcast.net> wrote: > > > Everybody here recognizes that your paper is utter nonsense. > > > If you wish to refute the results that I present in the following > > >http://mysite.verizon.net/cephalobus_alienus/images/Oldershaw.PNG > > > then you need to explain what is wrong with the following code > > from my computer program, whose purpose is to generate all of the > > mass retrodictions predicted by your formula for j=1/2,2/2,3/2,4/2 > > and a = m/n where n=5,6,7,8 and m <=n > > > for (int i = 1; i <= 4; ++i) > > { > > double j = (double)i / 2.0; > > for (int n = 5; n <= 8; ++n) > > { > > for (int m = 1; m <= n; ++m) > > { > > double a = (double)m/(double)n; > > double x = Math.Sqrt(Math.Sqrt(j*(j+1)/(a*a)))*674.8; > > Mark(e.Graphics, x, 30, "", Color.Black); > > } > > } > > --------------------------------------- > > Hmmmm, do you, by any chance, suffer from Asperger's syndrome. > > Just curious. Speak for yourself. Everybody here recognizes that your paper is utter nonsense. If you wish to refute the results that I present in the following http://mysite.verizon.net/cephalobus_alienus/images/Oldershaw.PNG then you need to explain what is wrong with the following code from my computer program, whose purpose is to generate all of the mass retrodictions predicted by your formula for j=1/2,2/2,3/2,4/2 and a = m/n where n=5,6,7,8 and m <=n for (int i = 1; i <= 4; ++i) { double j = (double)i / 2.0; for (int n = 5; n <= 8; ++n) { for (int m = 1; m <= n; ++m) { double a = (double)m/(double)n; double x = Math.Sqrt(Math.Sqrt(j*(j+1)/(a*a)))*674.8; Mark(e.Graphics, x, 30, "", Color.Black); } } } Jerry |