Reply by Michael A. Terrell April 22, 20112011-04-22
John Larkin wrote:
> > On Thu, 21 Apr 2011 16:59:18 -0400, "Michael A. Terrell" > <mike.terrell@earthlink.net> wrote: > > > > >Jim Thompson wrote: > >> > >> On Thu, 21 Apr 2011 03:04:00 -0400, "Michael A. Terrell" > >> <mike.terrell@earthlink.net> wrote: > >> > >> > > >> >John Larkin wrote: > >> >> > >> >> On Tue, 19 Apr 2011 22:23:16 -0700, The_Giant_Rat_of_Sumatra > >> >> <GeorgeTirebiter@drmemory.org> wrote: > >> >> > >> >> >On Sat, 26 Mar 2011 14:35:16 -0700, John Larkin > >> >> ><jjlarkin@highNOTlandTHIStechnologyPART.com> wrote: > >> >> > > >> >> >>These chips have ethernet macs, but we used SPI, over Analog Devices > >> >> >>logic isolators. There's no software stack, just a simple state > >> >> >>machine that pumps binary data in and out of the SPI fifo's. All the > >> >> >>real work is done in an IRQ that's tripped by the continuous-running > >> >> >>onchip mux'd ADC at 100 KHz. These $4 ARM chips are complex, but work > >> >> >>like a charm once you get them figured out. > >> >> > > >> >> > Yet you cannot figure out a cable modem enough to keep it from latching > >> >> >up on a daily basis. > >> >> > > >> >> > What an extreme dork you are. > >> >> > >> >> I have no way of knowing what's inside a cable modem; I didn't design > >> >> it. All you have suggested is that I complain to the cable company. > >> >> > >> >> And it doesn't latch "on a daily basis." It hangs up, on average, > >> >> maybe once a month or so. > >> >> > >> >> Show us something you've designed. > >> > > >> > > >> > He can't since it plugged up the toilet. If he actually had a job he > >> >would brag about the place, and tell us where he worked. > >> > >> Seems like someone with half a brain could build a little module that > >> watched for activity... no packet activity over a few seconds, reboot > >> the modem. > > > > > > More like a minute, unless you have a program that is constantly > >accessing the internet. Even my Sanyo Internet radio can buffer 30 > >seconds between accesses, if there is net congestion. > > Sure, but how many 555 timers does it take to make a tcp/ip packet > sniffer?
How creative are you? :) -- You can't fix stupid. You can't even put a Band-Aid&#4294967295; on it, because it's Teflon coated.
Reply by John Larkin April 21, 20112011-04-21
On Thu, 21 Apr 2011 16:59:18 -0400, "Michael A. Terrell"
<mike.terrell@earthlink.net> wrote:

> >Jim Thompson wrote: >> >> On Thu, 21 Apr 2011 03:04:00 -0400, "Michael A. Terrell" >> <mike.terrell@earthlink.net> wrote: >> >> > >> >John Larkin wrote: >> >> >> >> On Tue, 19 Apr 2011 22:23:16 -0700, The_Giant_Rat_of_Sumatra >> >> <GeorgeTirebiter@drmemory.org> wrote: >> >> >> >> >On Sat, 26 Mar 2011 14:35:16 -0700, John Larkin >> >> ><jjlarkin@highNOTlandTHIStechnologyPART.com> wrote: >> >> > >> >> >>These chips have ethernet macs, but we used SPI, over Analog Devices >> >> >>logic isolators. There's no software stack, just a simple state >> >> >>machine that pumps binary data in and out of the SPI fifo's. All the >> >> >>real work is done in an IRQ that's tripped by the continuous-running >> >> >>onchip mux'd ADC at 100 KHz. These $4 ARM chips are complex, but work >> >> >>like a charm once you get them figured out. >> >> > >> >> > Yet you cannot figure out a cable modem enough to keep it from latching >> >> >up on a daily basis. >> >> > >> >> > What an extreme dork you are. >> >> >> >> I have no way of knowing what's inside a cable modem; I didn't design >> >> it. All you have suggested is that I complain to the cable company. >> >> >> >> And it doesn't latch "on a daily basis." It hangs up, on average, >> >> maybe once a month or so. >> >> >> >> Show us something you've designed. >> > >> > >> > He can't since it plugged up the toilet. If he actually had a job he >> >would brag about the place, and tell us where he worked. >> >> Seems like someone with half a brain could build a little module that >> watched for activity... no packet activity over a few seconds, reboot >> the modem. > > > More like a minute, unless you have a program that is constantly >accessing the internet. Even my Sanyo Internet radio can buffer 30 >seconds between accesses, if there is net congestion.
Sure, but how many 555 timers does it take to make a tcp/ip packet sniffer? John
Reply by Michael A. Terrell April 21, 20112011-04-21
Jim Thompson wrote:
> > On Thu, 21 Apr 2011 09:17:30 -0700, Jim Thompson > <To-Email-Use-The-Envelope-Icon@On-My-Web-Site.com> wrote: > > >On Thu, 21 Apr 2011 03:04:00 -0400, "Michael A. Terrell" > ><mike.terrell@earthlink.net> wrote: > > > >> > >>John Larkin wrote: > >>> > >>> On Tue, 19 Apr 2011 22:23:16 -0700, The_Giant_Rat_of_Sumatra > >>> <GeorgeTirebiter@drmemory.org> wrote: > >>> > >>> >On Sat, 26 Mar 2011 14:35:16 -0700, John Larkin > >>> ><jjlarkin@highNOTlandTHIStechnologyPART.com> wrote: > >>> > > >>> >>These chips have ethernet macs, but we used SPI, over Analog Devices > >>> >>logic isolators. There's no software stack, just a simple state > >>> >>machine that pumps binary data in and out of the SPI fifo's. All the > >>> >>real work is done in an IRQ that's tripped by the continuous-running > >>> >>onchip mux'd ADC at 100 KHz. These $4 ARM chips are complex, but work > >>> >>like a charm once you get them figured out. > >>> > > >>> > Yet you cannot figure out a cable modem enough to keep it from latching > >>> >up on a daily basis. > >>> > > >>> > What an extreme dork you are. > >>> > >>> I have no way of knowing what's inside a cable modem; I didn't design > >>> it. All you have suggested is that I complain to the cable company. > >>> > >>> And it doesn't latch "on a daily basis." It hangs up, on average, > >>> maybe once a month or so. > >>> > >>> Show us something you've designed. > >> > >> > >> He can't since it plugged up the toilet. If he actually had a job he > >>would brag about the place, and tell us where he worked. > > > >Seems like someone with half a brain could build a little module that > >watched for activity... no packet activity over a few seconds, reboot > >the modem. > > > > ...Jim Thompson > > Maybe use a 555 timer ?:-)
Or a watchdog timer IC if you want to get fancy. -- You can't fix stupid. You can't even put a Band-Aid&#4294967295; on it, because it's Teflon coated.
Reply by Michael A. Terrell April 21, 20112011-04-21
Jim Thompson wrote:
> > On Thu, 21 Apr 2011 03:04:00 -0400, "Michael A. Terrell" > <mike.terrell@earthlink.net> wrote: > > > > >John Larkin wrote: > >> > >> On Tue, 19 Apr 2011 22:23:16 -0700, The_Giant_Rat_of_Sumatra > >> <GeorgeTirebiter@drmemory.org> wrote: > >> > >> >On Sat, 26 Mar 2011 14:35:16 -0700, John Larkin > >> ><jjlarkin@highNOTlandTHIStechnologyPART.com> wrote: > >> > > >> >>These chips have ethernet macs, but we used SPI, over Analog Devices > >> >>logic isolators. There's no software stack, just a simple state > >> >>machine that pumps binary data in and out of the SPI fifo's. All the > >> >>real work is done in an IRQ that's tripped by the continuous-running > >> >>onchip mux'd ADC at 100 KHz. These $4 ARM chips are complex, but work > >> >>like a charm once you get them figured out. > >> > > >> > Yet you cannot figure out a cable modem enough to keep it from latching > >> >up on a daily basis. > >> > > >> > What an extreme dork you are. > >> > >> I have no way of knowing what's inside a cable modem; I didn't design > >> it. All you have suggested is that I complain to the cable company. > >> > >> And it doesn't latch "on a daily basis." It hangs up, on average, > >> maybe once a month or so. > >> > >> Show us something you've designed. > > > > > > He can't since it plugged up the toilet. If he actually had a job he > >would brag about the place, and tell us where he worked. > > Seems like someone with half a brain could build a little module that > watched for activity... no packet activity over a few seconds, reboot > the modem.
More like a minute, unless you have a program that is constantly accessing the internet. Even my Sanyo Internet radio can buffer 30 seconds between accesses, if there is net congestion. -- You can't fix stupid. You can't even put a Band-Aid&#4294967295; on it, because it's Teflon coated.
Reply by John Larkin April 21, 20112011-04-21
On Thu, 21 Apr 2011 09:17:30 -0700, Jim Thompson
<To-Email-Use-The-Envelope-Icon@On-My-Web-Site.com> wrote:

>On Thu, 21 Apr 2011 03:04:00 -0400, "Michael A. Terrell" ><mike.terrell@earthlink.net> wrote: > >> >>John Larkin wrote: >>> >>> On Tue, 19 Apr 2011 22:23:16 -0700, The_Giant_Rat_of_Sumatra >>> <GeorgeTirebiter@drmemory.org> wrote: >>> >>> >On Sat, 26 Mar 2011 14:35:16 -0700, John Larkin >>> ><jjlarkin@highNOTlandTHIStechnologyPART.com> wrote: >>> > >>> >>These chips have ethernet macs, but we used SPI, over Analog Devices >>> >>logic isolators. There's no software stack, just a simple state >>> >>machine that pumps binary data in and out of the SPI fifo's. All the >>> >>real work is done in an IRQ that's tripped by the continuous-running >>> >>onchip mux'd ADC at 100 KHz. These $4 ARM chips are complex, but work >>> >>like a charm once you get them figured out. >>> > >>> > Yet you cannot figure out a cable modem enough to keep it from latching >>> >up on a daily basis. >>> > >>> > What an extreme dork you are. >>> >>> I have no way of knowing what's inside a cable modem; I didn't design >>> it. All you have suggested is that I complain to the cable company. >>> >>> And it doesn't latch "on a daily basis." It hangs up, on average, >>> maybe once a month or so. >>> >>> Show us something you've designed. >> >> >> He can't since it plugged up the toilet. If he actually had a job he >>would brag about the place, and tell us where he worked. > >Seems like someone with half a brain could build a little module that >watched for activity... no packet activity over a few seconds, reboot >the modem. > > ...Jim Thompson
Show us. John
Reply by Jim Thompson April 21, 20112011-04-21
On Thu, 21 Apr 2011 09:17:30 -0700, Jim Thompson
<To-Email-Use-The-Envelope-Icon@On-My-Web-Site.com> wrote:

>On Thu, 21 Apr 2011 03:04:00 -0400, "Michael A. Terrell" ><mike.terrell@earthlink.net> wrote: > >> >>John Larkin wrote: >>> >>> On Tue, 19 Apr 2011 22:23:16 -0700, The_Giant_Rat_of_Sumatra >>> <GeorgeTirebiter@drmemory.org> wrote: >>> >>> >On Sat, 26 Mar 2011 14:35:16 -0700, John Larkin >>> ><jjlarkin@highNOTlandTHIStechnologyPART.com> wrote: >>> > >>> >>These chips have ethernet macs, but we used SPI, over Analog Devices >>> >>logic isolators. There's no software stack, just a simple state >>> >>machine that pumps binary data in and out of the SPI fifo's. All the >>> >>real work is done in an IRQ that's tripped by the continuous-running >>> >>onchip mux'd ADC at 100 KHz. These $4 ARM chips are complex, but work >>> >>like a charm once you get them figured out. >>> > >>> > Yet you cannot figure out a cable modem enough to keep it from latching >>> >up on a daily basis. >>> > >>> > What an extreme dork you are. >>> >>> I have no way of knowing what's inside a cable modem; I didn't design >>> it. All you have suggested is that I complain to the cable company. >>> >>> And it doesn't latch "on a daily basis." It hangs up, on average, >>> maybe once a month or so. >>> >>> Show us something you've designed. >> >> >> He can't since it plugged up the toilet. If he actually had a job he >>would brag about the place, and tell us where he worked. > >Seems like someone with half a brain could build a little module that >watched for activity... no packet activity over a few seconds, reboot >the modem. > > ...Jim Thompson
Maybe use a 555 timer ?:-) ...Jim Thompson -- | James E.Thompson, CTO | mens | | Analog Innovations, Inc. | et | | Analog/Mixed-Signal ASIC's and Discrete Systems | manus | | Phoenix, Arizona 85048 Skype: Contacts Only | | | Voice:(480)460-2350 Fax: Available upon request | Brass Rat | | E-mail Icon at http://www.analog-innovations.com | 1962 | Remember: Once you go over the hill, you pick up speed
Reply by Jim Thompson April 21, 20112011-04-21
On Thu, 21 Apr 2011 03:04:00 -0400, "Michael A. Terrell"
<mike.terrell@earthlink.net> wrote:

> >John Larkin wrote: >> >> On Tue, 19 Apr 2011 22:23:16 -0700, The_Giant_Rat_of_Sumatra >> <GeorgeTirebiter@drmemory.org> wrote: >> >> >On Sat, 26 Mar 2011 14:35:16 -0700, John Larkin >> ><jjlarkin@highNOTlandTHIStechnologyPART.com> wrote: >> > >> >>These chips have ethernet macs, but we used SPI, over Analog Devices >> >>logic isolators. There's no software stack, just a simple state >> >>machine that pumps binary data in and out of the SPI fifo's. All the >> >>real work is done in an IRQ that's tripped by the continuous-running >> >>onchip mux'd ADC at 100 KHz. These $4 ARM chips are complex, but work >> >>like a charm once you get them figured out. >> > >> > Yet you cannot figure out a cable modem enough to keep it from latching >> >up on a daily basis. >> > >> > What an extreme dork you are. >> >> I have no way of knowing what's inside a cable modem; I didn't design >> it. All you have suggested is that I complain to the cable company. >> >> And it doesn't latch "on a daily basis." It hangs up, on average, >> maybe once a month or so. >> >> Show us something you've designed. > > > He can't since it plugged up the toilet. If he actually had a job he >would brag about the place, and tell us where he worked.
Seems like someone with half a brain could build a little module that watched for activity... no packet activity over a few seconds, reboot the modem. ...Jim Thompson -- | James E.Thompson, CTO | mens | | Analog Innovations, Inc. | et | | Analog/Mixed-Signal ASIC's and Discrete Systems | manus | | Phoenix, Arizona 85048 Skype: Contacts Only | | | Voice:(480)460-2350 Fax: Available upon request | Brass Rat | | E-mail Icon at http://www.analog-innovations.com | 1962 | Remember: Once you go over the hill, you pick up speed
Reply by UltimatePatriot April 21, 20112011-04-21
On Thu, 21 Apr 2011 03:04:00 -0400, "Michael A. Terrell"
<mike.terrell@earthlink.net> wrote:

> >John Larkin wrote: >> >> On Tue, 19 Apr 2011 22:23:16 -0700, The_Giant_Rat_of_Sumatra >> <GeorgeTirebiter@drmemory.org> wrote: >> >> >On Sat, 26 Mar 2011 14:35:16 -0700, John Larkin >> ><jjlarkin@highNOTlandTHIStechnologyPART.com> wrote: >> > >> >>These chips have ethernet macs, but we used SPI, over Analog Devices >> >>logic isolators. There's no software stack, just a simple state >> >>machine that pumps binary data in and out of the SPI fifo's. All the >> >>real work is done in an IRQ that's tripped by the continuous-running >> >>onchip mux'd ADC at 100 KHz. These $4 ARM chips are complex, but work >> >>like a charm once you get them figured out. >> > >> > Yet you cannot figure out a cable modem enough to keep it from latching >> >up on a daily basis. >> > >> > What an extreme dork you are. >> >> I have no way of knowing what's inside a cable modem; I didn't design >> it. All you have suggested is that I complain to the cable company. >> >> And it doesn't latch "on a daily basis." It hangs up, on average, >> maybe once a month or so. >> >> Show us something you've designed. > > > He can't since it plugged up the toilet. If he actually had a job he >would brag about the place, and tell us where he worked.
Unlike your pathetic crap, the things I make are not available for a photo shoot, idiot. That is the nature of the cutting edge. At your pathetic workplace, perhaps you are allowed to take snapshots of your pathetic excuse for product. We are not allowed to have cameras or any other device that stores data in our labs. I do not expect you to understand real, advanced security measures though. Go have your boils lanced, ditz.
Reply by JW April 21, 20112011-04-21
On Thu, 21 Apr 2011 04:27:30 -0700 Bart!
<B@rt_The_Sheriff_Is_A_Nig***!.org> wrote in Message id:
<3250r6pcjblqt7o634rch8ejlhtmqnajj4@4ax.com>:

> I like to put things up my bum. > I feel much less impotent when I do.
You don't say?
Reply by Bart! April 21, 20112011-04-21
On Wed, 20 Apr 2011 21:22:51 -0500, John KD5YI <sophi.2@invalid.org>
wrote:


 Dishonorable John, the Ham retard of America.

  Do post edits make you feel impotent, boy?