Chip with simple program for Toy

On 12/8/2014 2:46 AM, Tim Wescott wrote:
On Sun, 07 Dec 2014 21:17:49 -0800, jsscshaw88 wrote:

Hi,

Questions 1 :

How can you use K-Map for 3 to 8 line decoder? The truth table is as
folllows

a b c o1 o2 o3 o4 o5 o6 o7 o8 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0
1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 1 0
0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0
0 1 1 0 0 0 0 0 0 1 0 1 1 1 0 0 0 0 0 0 0 1

I know that I can make the boolean equation from the Truth table and can
make the decoder circuit using 8 an gates and some inverters? But how
can do this using K map. Is it possible to do a K map? Because there are
8 out puts not one!


Question 2: If you are allowed to use just one NAND gate then, how many
ways can you come up with an inverter?

I know atleast two ways to solve this problem. I can tie the two inouts
of the NAND gate together or tie one input to ground permanently.

But my problem is that how can use K map to solve this problem.

If I use K map then I come up with the followng equation

A' + B' = Y

Can I solve this problem using K map?

jess

Will the answer still be valuable after finals week?

They're so obvious aren't they?
 
If you read my OP, you will notice that I am not asking how to do K Map and I am not asking for the answers.

I am aksing that if you have three inputs and eight different outputs then can one build K map to solve the probelm.

The same problems can easily ne solved by just writing bollean equations.

jess
 
On Sun, 07 Dec 2014 21:32:31 -0800, John Larkin
<jlarkin@highlandtechnology.com> wrote:

On Sun, 7 Dec 2014 21:17:49 -0800 (PST), jsscshaw88@gmail.com wrote:

Hi,

Questions 1 :

How can you use K-Map for 3 to 8 line decoder? The truth table is as folllows

a b c o1 o2 o3 o4 o5 o6 o7 o8
0 0 0 1 0 0 0 0 0 0 0
1 0 0 0 1 0 0 0 0 0 0
0 1 0 0 0 1 0 0 0 0 0
1 1 0 0 0 0 1 0 0 0 0
0 0 1 0 0 0 0 1 0 0 0
1 0 1 0 0 0 0 0 1 0 0
0 1 1 0 0 0 0 0 0 1 0
1 1 1 0 0 0 0 0 0 0 1

I know that I can make the boolean equation from the Truth table and can make the decoder circuit using 8 an gates and some inverters? But how can do this using K map. Is it possible to do a K map? Because there are 8 out puts not one!


Question 2: If you are allowed to use just one NAND gate then, how many ways can you come up with an inverter?

I know atleast two ways to solve this problem. I can tie the two inouts of the NAND gate together or tie one input to ground permanently.

No. Tie it high.


But my problem is that how can use K map to solve this problem.

If I use K map then I come up with the followng equation

A' + B' = Y

Can I solve this problem using K map?

Why do you want to use a kmap? That's mostly of historical interest.

The OP is probably using KMAP, the program...

<http://www.puz.com/sw/karnaugh/index.htm>

I use it frequently to reduce truth tables to logic. (But I can still
do Karnaugh maps by hand :)

...Jim Thompson
--
| James E.Thompson | mens |
| Analog Innovations | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| San Tan Valley, AZ 85142 Skype: skypeanalog | |
| Voice:(480)460-2350 Fax: Available upon request | Brass Rat |
| E-mail Icon at http://www.analog-innovations.com | 1962 |

I love to cook with wine. Sometimes I even put it in the food.
 
On 12/8/2014 12:36 AM, jsscshaw88@gmail.com wrote:
I want to use K map for many reasons. The thing is how can I solve the problems using K Map?

Please tell me how if its possible!

jess

The usual Karnaugh map gives you a single output from 3 or 4 inputs.
(Two inputs is trivial, and if you have more than 4 inputs, the map gets
a bit unwieldy.)

Your Karnaugh map for each output would be pretty simple. In fact, it's
so simple that you can write down each output by inspection from the
truth table, e.g.

o3 = !a * b * !c

Combining them to synthesize the cascaded-gate implementation is much
better done algebraically.

Cheers

Phil Hobbs

--
Dr Philip C D Hobbs
Principal Consultant
ElectroOptical Innovations LLC
Optics, Electro-optics, Photonics, Analog Electronics

160 North State Road #203
Briarcliff Manor NY 10510

hobbs at electrooptical dot net
http://electrooptical.net
 
On Tue, 09 Dec 2014 01:37:44 +1000, Jim Thompson
<To-Email-Use-The-Envelope-Icon@on-my-web-site.com> wrote:

On Sun, 07 Dec 2014 21:32:31 -0800, John Larkin
jlarkin@highlandtechnology.com> wrote:

On Sun, 7 Dec 2014 21:17:49 -0800 (PST), jsscshaw88@gmail.com wrote:

Hi,

Questions 1 :

How can you use K-Map for 3 to 8 line decoder? The truth table is as
folllows

a b c o1 o2 o3 o4 o5 o6 o7 o8
0 0 0 1 0 0 0 0 0 0 0
1 0 0 0 1 0 0 0 0 0 0
0 1 0 0 0 1 0 0 0 0 0
1 1 0 0 0 0 1 0 0 0 0
0 0 1 0 0 0 0 1 0 0 0
1 0 1 0 0 0 0 0 1 0 0
0 1 1 0 0 0 0 0 0 1 0
1 1 1 0 0 0 0 0 0 0 1

I know that I can make the boolean equation from the Truth table and
can make the decoder circuit using 8 an gates and some inverters? But
how can do this using K map. Is it possible to do a K map? Because
there are 8 out puts not one!


Question 2: If you are allowed to use just one NAND gate then, how
many ways can you come up with an inverter?

I know atleast two ways to solve this problem. I can tie the two
inouts of the NAND gate together or tie one input to ground
permanently.

No. Tie it high.


But my problem is that how can use K map to solve this problem.

If I use K map then I come up with the followng equation

A' + B' = Y

Can I solve this problem using K map?

Why do you want to use a kmap? That's mostly of historical interest.

The OP is probably using KMAP, the program...

http://www.puz.com/sw/karnaugh/index.htm

I use it frequently to reduce truth tables to logic. (But I can still
do Karnaugh maps by hand :)

...Jim Thompson

This one:

http://karnaugh-map-minimizer.software.informer.com/0.4/

is free and does up to 8 variables (www.puz.com is limited to 5)
 
On Tue, 09 Dec 2014 05:43:47 +1000, "David Eather" <eather@tpg.com.au>
wrote:

On Tue, 09 Dec 2014 01:37:44 +1000, Jim Thompson
To-Email-Use-The-Envelope-Icon@on-my-web-site.com> wrote:

On Sun, 07 Dec 2014 21:32:31 -0800, John Larkin
jlarkin@highlandtechnology.com> wrote:

On Sun, 7 Dec 2014 21:17:49 -0800 (PST), jsscshaw88@gmail.com wrote:

Hi,

Questions 1 :

How can you use K-Map for 3 to 8 line decoder? The truth table is as
folllows

a b c o1 o2 o3 o4 o5 o6 o7 o8
0 0 0 1 0 0 0 0 0 0 0
1 0 0 0 1 0 0 0 0 0 0
0 1 0 0 0 1 0 0 0 0 0
1 1 0 0 0 0 1 0 0 0 0
0 0 1 0 0 0 0 1 0 0 0
1 0 1 0 0 0 0 0 1 0 0
0 1 1 0 0 0 0 0 0 1 0
1 1 1 0 0 0 0 0 0 0 1

I know that I can make the boolean equation from the Truth table and
can make the decoder circuit using 8 an gates and some inverters? But
how can do this using K map. Is it possible to do a K map? Because
there are 8 out puts not one!


Question 2: If you are allowed to use just one NAND gate then, how
many ways can you come up with an inverter?

I know atleast two ways to solve this problem. I can tie the two
inouts of the NAND gate together or tie one input to ground
permanently.

No. Tie it high.


But my problem is that how can use K map to solve this problem.

If I use K map then I come up with the followng equation

A' + B' = Y

Can I solve this problem using K map?

Why do you want to use a kmap? That's mostly of historical interest.

The OP is probably using KMAP, the program...

http://www.puz.com/sw/karnaugh/index.htm

I use it frequently to reduce truth tables to logic. (But I can still
do Karnaugh maps by hand :)

...Jim Thompson

This one:

http://karnaugh-map-minimizer.software.informer.com/0.4/

is free and does up to 8 variables (www.puz.com is limited to 5)

Nice one! Thanks!

...Jim Thompson
--
| James E.Thompson | mens |
| Analog Innovations | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| San Tan Valley, AZ 85142 Skype: skypeanalog | |
| Voice:(480)460-2350 Fax: Available upon request | Brass Rat |
| E-mail Icon at http://www.analog-innovations.com | 1962 |

I love to cook with wine. Sometimes I even put it in the food.
 
On Mon, 08 Dec 2014 08:37:44 -0700, Jim Thompson
<To-Email-Use-The-Envelope-Icon@On-My-Web-Site.com> wrote:

On Sun, 07 Dec 2014 21:32:31 -0800, John Larkin
jlarkin@highlandtechnology.com> wrote:

On Sun, 7 Dec 2014 21:17:49 -0800 (PST), jsscshaw88@gmail.com wrote:

Hi,

Questions 1 :

How can you use K-Map for 3 to 8 line decoder? The truth table is as folllows

a b c o1 o2 o3 o4 o5 o6 o7 o8
0 0 0 1 0 0 0 0 0 0 0
1 0 0 0 1 0 0 0 0 0 0
0 1 0 0 0 1 0 0 0 0 0
1 1 0 0 0 0 1 0 0 0 0
0 0 1 0 0 0 0 1 0 0 0
1 0 1 0 0 0 0 0 1 0 0
0 1 1 0 0 0 0 0 0 1 0
1 1 1 0 0 0 0 0 0 0 1

I know that I can make the boolean equation from the Truth table and can make the decoder circuit using 8 an gates and some inverters? But how can do this using K map. Is it possible to do a K map? Because there are 8 out puts not one!


Question 2: If you are allowed to use just one NAND gate then, how many ways can you come up with an inverter?

I know atleast two ways to solve this problem. I can tie the two inouts of the NAND gate together or tie one input to ground permanently.

No. Tie it high.


But my problem is that how can use K map to solve this problem.

If I use K map then I come up with the followng equation

A' + B' = Y

Can I solve this problem using K map?

Why do you want to use a kmap? That's mostly of historical interest.

The OP is probably using KMAP, the program...

http://www.puz.com/sw/karnaugh/index.htm

I use it frequently to reduce truth tables to logic. (But I can still
do Karnaugh maps by hand :)

...Jim Thompson

We use logic complers! Most of what we do is in FPGAs, and they are
LUT based, not classic AND/OR elements.

"Glue logic" and ECL circuits are generally so simple, we design them
by inspection.


--

John Larkin Highland Technology, Inc
picosecond timing precision measurement

jlarkin att highlandtechnology dott com
http://www.highlandtechnology.com
 
On Mon, 08 Dec 2014 15:27:31 -0800, John Larkin
<jlarkin@highlandtechnology.com> wrote:

On Mon, 08 Dec 2014 08:37:44 -0700, Jim Thompson
To-Email-Use-The-Envelope-Icon@On-My-Web-Site.com> wrote:

On Sun, 07 Dec 2014 21:32:31 -0800, John Larkin
jlarkin@highlandtechnology.com> wrote:

On Sun, 7 Dec 2014 21:17:49 -0800 (PST), jsscshaw88@gmail.com wrote:

Hi,

Questions 1 :

How can you use K-Map for 3 to 8 line decoder? The truth table is as folllows

a b c o1 o2 o3 o4 o5 o6 o7 o8
0 0 0 1 0 0 0 0 0 0 0
1 0 0 0 1 0 0 0 0 0 0
0 1 0 0 0 1 0 0 0 0 0
1 1 0 0 0 0 1 0 0 0 0
0 0 1 0 0 0 0 1 0 0 0
1 0 1 0 0 0 0 0 1 0 0
0 1 1 0 0 0 0 0 0 1 0
1 1 1 0 0 0 0 0 0 0 1

I know that I can make the boolean equation from the Truth table and can make the decoder circuit using 8 an gates and some inverters? But how can do this using K map. Is it possible to do a K map? Because there are 8 out puts not one!


Question 2: If you are allowed to use just one NAND gate then, how many ways can you come up with an inverter?

I know atleast two ways to solve this problem. I can tie the two inouts of the NAND gate together or tie one input to ground permanently.

No. Tie it high.


But my problem is that how can use K map to solve this problem.

If I use K map then I come up with the followng equation

A' + B' = Y

Can I solve this problem using K map?

Why do you want to use a kmap? That's mostly of historical interest.

The OP is probably using KMAP, the program...

http://www.puz.com/sw/karnaugh/index.htm

I use it frequently to reduce truth tables to logic. (But I can still
do Karnaugh maps by hand :)

...Jim Thompson

We use logic complers! Most of what we do is in FPGAs, and they are
LUT based, not classic AND/OR elements.

"Glue logic" and ECL circuits are generally so simple, we design them
by inspection.

Certainly. I use KMAP mostly to analyze chips I am behavioral
modeling to minimize what I do with my B-logic functions.

I'm close to releasing a 4538 one-shot model that actually acts like
the real-deal, down to including the external R/C... with half as much
logic ;-)

...Jim Thompson
--
| James E.Thompson | mens |
| Analog Innovations | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| San Tan Valley, AZ 85142 Skype: skypeanalog | |
| Voice:(480)460-2350 Fax: Available upon request | Brass Rat |
| E-mail Icon at http://www.analog-innovations.com | 1962 |

I love to cook with wine. Sometimes I even put it in the food.
 
On Mon, 08 Dec 2014 00:39:13 +1000, "David Eather" <eather@tpg.com.au>
wrote:

On Sun, 07 Dec 2014 09:17:35 +1000, Jim Thompson
To-Email-Use-The-Envelope-Icon@on-my-web-site.com> wrote:

Anyone know where I might find an honest ROI analysis of solar power?

Everything I find is baloney-nosed in favor of the writer's point of
view.

I suspect that solar, if you take away subsidies and tax credits, is a
big-time total loser.

...Jim Thompson

Solar hot water is a good idea - photo-voltaic's not so good
Solar panels only convert part of the light into electricity. The rest
of the light absorbed must be re-radiated as heat, right? And don't
the solar cells last longer if they operate at lower temps? How many
systems use some sort of cooling that transfers the heat to a pool or
water heater, etc?
Eric
 
On Tue, 09 Dec 2014 01:17:23 -0500, DJ Delorie <dj@delorie.com> wrote:

Don Y <this@is.not.me.com> writes:
The cleverest scheme I've seen uses the thermal mass of the pool water
to cool the "exhaust gas" from a whole house air conditioner (and, in
the process, heat the pool water). Aside from a bit of pipe (which can
be PVC) and the actual heat exchanger, no real moving parts (a valve),
maintenance, etc.

Our geothermal uses our existing well as the thermal
mass/radiator/exchanger. Pumps water out of the bottom (480 ft down),
runs it through the system, and returns it to the top of the well (100
ft down). There's 750 gallons of water in the well, so it's pretty
effective.
Greetings DJ,
In my well are bacteria that use iron in the cell wall. I don't
remember the name of this bacteria but it is common throught the world
and is in virtually all wells. The bacteria makes a biofilm on the
inside of pipes and depending on several factors this film grows at
different rates. Has adding heat caused any problems with bacteria
growth in your system?
Eric
 
etpm@whidbey.com writes:
In my well are bacteria that use iron in the cell wall. I don't
remember the name of this bacteria but it is common throught the world
and is in virtually all wells. The bacteria makes a biofilm on the
inside of pipes and depending on several factors this film grows at
different rates. Has adding heat caused any problems with bacteria
growth in your system?

My wife works for a company that does community water systems, so she's
very picky about water, and yes, we have iron bacteria in our water. We
have a few whole-house water filters to clean up the water we drink (not
part of the geothermal loop). The geo loop mostly *cools* the water
anyway, down to near freezing in the winter. In the summer it warms up
a bit but not that much, at most to 50-60F.

But also, it's not a closed system. We're constantly using water
(drinking, showers, etc) and the well is open to the aquifer, so it's
not like, say, an aquarium where bad goes to worse over time. The water
in the system is constantly being refreshed from the outside.
 
"Jim Thompson" <To-Email-Use-The-Envelope-Icon@On-My-Web-Site.com> wrote in
message news:ce378a96b2u124u3m15paqubp7a8b2urki@4ax.com...
Anyone know where I might find an honest ROI analysis of solar power?

Everything I find is baloney-nosed in favor of the writer's point of
view.

I suspect that solar, if you take away subsidies and tax credits, is a
big-time total loser.

http://www.iflscience.com/technology/spray-solar-power-turns-your-car-roof-photovoltaic-cells

excerpt:

Researchers have developed a clever way to turn everyday surfaces into solar
panels: Just cover them in a flexible film treated with spray-on solar
cells.

"My dream is that one day you'll have two technicians with Ghostbusters
backpacks come to your house and spray your roof," University of Toronto's
Illan Kramer says in a news release. And it's not just for the roof of your
house. Spray-on solar works for surfaces ranging from patio furniture to car
tops and airplane wings. You might even be able to use it to power your
tablet.

Kramer and colleagues developed the "sprayLD" system using tiny
light-sensitive materials called colloidal quantum dots (CQDs). Once they're
printed onto a flexible film or bendy plastic, these miniscule
solar-sensitive dots can be used to coat various surfaces. A car roof
wrapped with CQD-coated film can convert enough energy to power three
100-watt light bulbs or 24 compact fluorescents.

The name sprayLD is a play on ALD, or atomic layer deposition, a
manufacturing method where materials are laid down in single one-atom-thick
layers at a time. Until now, CQDs were only incorporated into surfaces
through a slow, expensive process called batch processing, which works like
an assembly-line for chemical coating. Instead, with sprayLD, liquid
containing CQDs is blasted onto flexible surfaces directly--like printing
the news onto rolls of paper. Compared with the assembly-line approach, the
roll-to-roll coating method simplifies the incorporation of solar cells into
existing manufacturing processes. ...

...Jim Thompson
--
| James E.Thompson | mens |
| Analog Innovations | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| San Tan Valley, AZ 85142 Skype: skypeanalog | |
| Voice:(480)460-2350 Fax: Available upon request | Brass Rat |
| E-mail Icon at http://www.analog-innovations.com | 1962 |

I love to cook with wine. Sometimes I even put it in the food.


--- news://freenews.netfront.net/ - complaints: news@netfront.net ---
 
On Mon, 15 Dec 2014 15:58:32 -0800, "Bill Bowden"
<bperryb@bowdenshobbycircuits.info> wrote:

"Jim Thompson" <To-Email-Use-The-Envelope-Icon@On-My-Web-Site.com> wrote in
message news:ce378a96b2u124u3m15paqubp7a8b2urki@4ax.com...
Anyone know where I might find an honest ROI analysis of solar power?

Everything I find is baloney-nosed in favor of the writer's point of
view.

I suspect that solar, if you take away subsidies and tax credits, is a
big-time total loser.


http://www.iflscience.com/technology/spray-solar-power-turns-your-car-roof-photovoltaic-cells

excerpt:

Researchers have developed a clever way to turn everyday surfaces into solar
panels: Just cover them in a flexible film treated with spray-on solar
cells.

"My dream is that one day you'll have two technicians with Ghostbusters
backpacks come to your house and spray your roof," University of Toronto's
Illan Kramer says in a news release. And it's not just for the roof of your
house. Spray-on solar works for surfaces ranging from patio furniture to car
tops and airplane wings. You might even be able to use it to power your
tablet.

Kramer and colleagues developed the "sprayLD" system using tiny
light-sensitive materials called colloidal quantum dots (CQDs). Once they're
printed onto a flexible film or bendy plastic, these miniscule
solar-sensitive dots can be used to coat various surfaces. A car roof
wrapped with CQD-coated film can convert enough energy to power three
100-watt light bulbs or 24 compact fluorescents.

The name sprayLD is a play on ALD, or atomic layer deposition, a
manufacturing method where materials are laid down in single one-atom-thick
layers at a time. Until now, CQDs were only incorporated into surfaces
through a slow, expensive process called batch processing, which works like
an assembly-line for chemical coating. Instead, with sprayLD, liquid
containing CQDs is blasted onto flexible surfaces directly--like printing
the news onto rolls of paper. Compared with the assembly-line approach, the
roll-to-roll coating method simplifies the incorporation of solar cells into
existing manufacturing processes. ...

Interesting. I have no problem with solar where it makes sense. More
and more of our traffic signals like flashing yellow in curves, etc.,
are solar powered.

Of course Arizona is near optimum for available sunlight.

...Jim Thompson
--
| James E.Thompson | mens |
| Analog Innovations | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| San Tan Valley, AZ 85142 Skype: skypeanalog | |
| Voice:(480)460-2350 Fax: Available upon request | Brass Rat |
| E-mail Icon at http://www.analog-innovations.com | 1962 |

I love to cook with wine. Sometimes I even put it in the food.
 
On 13/12/2014 06:42, Jim Thompson wrote:
Anyone run a MPW on MOSIS recently?

Quoting a buddy also in this biz...

"MOSIS doesn't put it prices on their page anymore. You have to use
the automated quote system.

I mean, come on, who wouldn't want to see the price list _before_
selecting a process.

MOSIS = one of the most irritating customer service experiences. It's
like buying wafers from Wal-Mart. They are continually updating a
webpage that isn't broken so it can look all new. Must have hired
some ex-Apple or ex-Microsoft employees."

Anyone know their present pricing?

...Jim Thompson

No, but you could use Europractice instead. Their latest price list is here:
http://www.europractice-ic.com/

If you do, then you could also tell MOSIS why you did that. Maybe they
will care, or not.
 
On Tue, 16 Dec 2014 12:38:12 -0800, Robert Baer
<robertbaer@localnet.com> Gave us:

DecadentLinuxUserNumeroUno wrote:


Hehehe... Not an obscure reference at all!

One of the simplest explanations of the basic operation of a
transistor I have ever seen, however.

http://www.intel.com/content/www/us/en/silicon-innovations/standards-22nm-explained-video.html


BRL!!
Nice.
But, AGAIN, _why_ is the sound/vid synch always so bad (or worse than
this)?

Synch'd fine here. Again?... are you not the guy who ran text PC and
no gui for years.

What piece of legacy non-conformal (with modern gear) crap are you
trying to stream video into now?

That, or your network hooks are so bad, that websites need to catch it
and send you the file before you start watching it... A bigger spool
for you.

I personally hate where the idiots (not Intel) at youtube, etc. will
only cache a few seconds ahead, because they are trying to stop all the
dorks who want to grabs the file, not merely watch it.

I just want the stupid shits to continue caching and STOP pausing,
claiming I have a bad connection, when it is their stupid software that
has adopted a bad streaming/caching paradigm.

Nice comment about the actual file content too, putz.
 
Jim Thompson wrote:
Is this an attempt to obfuscate...

http://www.analog-innovations.com/SED/DataSheetAnnoyance.png

figuring that everyone is a dummy and doesn't know De Morgan's
theorems?

It looks like they were trying to use the mixed-logic notation
championed by the otherwise excellent "The Art of Digital Design" by
Winkel and Prosser.


--
Reply in group, but if emailing add one more
zero, and remove the last word.
 
Jim Thompson wrote:
Anyone know where I might find an honest ROI analysis of solar power?

Everything I find is baloney-nosed in favor of the writer's point of
view.

I suspect that solar, if you take away subsidies and tax credits, is a
big-time total loser.

Obviously if it wasn't a loser everyone would do it with no subsidies.

But, to be clear, that's only obvious to Republicans.


--
Reply in group, but if emailing add one more
zero, and remove the last word.
 
Tom wrote:
On 12/16/2014 3:38 PM, Robert Baer wrote:
DecadentLinuxUserNumeroUno wrote:


Hehehe... Not an obscure reference at all!

One of the simplest explanations of the basic operation of a
transistor I have ever seen, however.

http://www.intel.com/content/www/us/en/silicon-innovations/standards-22nm-explained-video.html




BRL!!
Nice.
But, AGAIN, _why_ is the sound/vid synch always so bad (or worse than
this)?

How bad is it for you?
I can detect only about .5mS on my end.

Maybe about 50mSec, no more.
 
DecadentLinuxUserNumeroUno wrote:
On Tue, 16 Dec 2014 12:38:12 -0800, Robert Baer
robertbaer@localnet.com> Gave us:

DecadentLinuxUserNumeroUno wrote:


Hehehe... Not an obscure reference at all!

One of the simplest explanations of the basic operation of a
transistor I have ever seen, however.

http://www.intel.com/content/www/us/en/silicon-innovations/standards-22nm-explained-video.html


BRL!!
Nice.
But, AGAIN, _why_ is the sound/vid synch always so bad (or worse than
this)?

Synch'd fine here. Again?... are you not the guy who ran text PC and
no gui for years.
* ran Win9SE for ages over dial-up, then numerous years over ComCast.
Switched over to Win2K and still using that; over 10 years.
Both systems rather gooey.

What piece of legacy non-conformal (with modern gear) crap are you
trying to stream video into now?

That, or your network hooks are so bad, that websites need to catch it
and send you the file before you start watching it... A bigger spool
for you.

I personally hate where the idiots (not Intel) at youtube, etc. will
only cache a few seconds ahead, because they are trying to stop all the
dorks who want to grabs the file, not merely watch it.

I just want the stupid shits to continue caching and STOP pausing,
claiming I have a bad connection, when it is their stupid software that
has adopted a bad streaming/caching paradigm.

Nice comment about the actual file content too, putz.
 

Welcome to EDABoard.com

Sponsor

Back
Top