|
|
 |
 |
 |
 |
Elementary questions about electronics
|
 |
 |
 |
 |
 |
 |
 |
 |
Alternatives to ROM. Magnetic vs. Electric
On May 12, 7:04 am, MooseFET <kensm @rahul.net> wrote in http://groups.google.com/group/alt.comp.hardware.homebuilt/msg/b59790... :
> On May 11, 10:00 pm, Radium <gluceg @gmail.com> wrote: > > On May 11, 6:26 am, MooseFET <kensm @rahul.net> wrote: > > > On May 10, 10:19 pm, Radium <gluceg @gmail.com> wrote: > > > > On May 10, 7:42 pm, MooseFET <kensm @rahul.net> wrote: > > > [.....] > > > > > > 3. Magnetic parts > > > > > Why would you care if it is magnetic? Non-linear magneto-optical > > > > > effects could allow very fast logic at extremely low power levels. > > > > Eventually the signal has to become electric for processing. Why waste > > > > time converting signals from electric to magnetic [and visa versa]? > > > I think you missed the point. The signals start out as keystrokes and > > > mouse clicks and end up as dots on a CRT. We only make them into > > > electronic signals because we have a very easy way to process > > > electronic signals. There is no reason to not convert them to light > > > or magnetic fields if that provides a way to process them very quickly > > > at low power levels. > > > [.....] > > Okay, however, I don't see any advantage to converting electric > > signals to magnetic signals. Optical, maybe or maybe not, depending on > > the application. But definitely not magnetic. > You have ruled out magnetics without having explored everything it may > bring you. You need to imagine the PC you really want and not how it > is done. What are the advantages of magnetics vs. electrics? > Think of a box with a monitor and keyboard etc plugged into it. You > can't see into the box all you know is that it does everything you > neede it to do, there are no moving parts, it draws very little power > and will have a life over 100 years.
Okay. > If this is the PC you want, why are you setting limits on whats inside > it beyond that?
It's a matter of personal preference.
> > > > > > 5. ROM > > > > > Why no ROM. It is very handy stuff. > > > > Because I prefer that the info usually stored in ROM, be generated in > > > > real-time. > > > The "generated in real-time" step requires hardware that knows what to > > > generate. How do you propose that the hardware knows what to do. > > > Remember that logic gates can perform AND and OR operations but they > > > can't create information. All the information must come from > > > somewhere. > > I am starting to understand. In my dream PC the hardware gets its > > instructions on what to generate in a similar manner in which SB16 > > ISA's FM synth chip gets its instructions on what to generate. So some > > amount of ROM maybe required here. If so, then yes, my dream PC would > > use ROM, but only when and where it is mathematically-necessary in > > order to have an efficient PC with the advantages of other PCs. My > > dream PC uses as little ROM as mathematically-necessary to have the > > benefits associated with the world's current best PC. Other than that, > > my dream PC is virtually ROM-free. > A PC with the mathematically low amount of ROM would by its nature be > slow.
Why? > I'm sure you have "zipped" and "unzipped" files. The process > of unzipping is converting a lower number of bits into a larger number > that are easier to deal with in software. It takes a while to do this > process. This extra time is what you would be adding to your PC. > [....]
I don't use zip, unless I really need to. So far, I've never had to. Winzip is a pain in the @$$. > > So what you're saying is that the keyboard is a form of ROM. Do I > > guess right? > No, it contains one. The buttons and stuff are there too and they > aren't ROM.
Is the ROM built into the keyboard? On May 12, 8:05 am, Stephen Fuld <S.F@PleaseRemove.att.net> wrote in http://groups.google.com/group/alt.comp.hardware.homebuilt/msg/0dcad0... : > MooseFET wrote: > > On May 11, 10:00 pm, Radium <gluceg @gmail.com> wrote: > >> So what you're saying is that the keyboard is a form of ROM. Do I > >> guess right? > > No, it contains one. The buttons and stuff are there too and they > > aren't ROM. > Radium, perhaps this simplified example of a keyboard will help you to > think through what you are talking about. Okay.
> Let's look at the requirements. You have about 100 switches (keys) and > when each one is pressed, you want to output a specific 8 bit pattern > (the ASCII code for the key). The logic for this is pretty simple to > synthesize. You have 100 circuits, each similar to each other but > slightly different. Each one, when corresponding the switch is pressed > enables a pattern of logical highs and lows to the output bus. This > will work, but now you have 100 separate circuits. If each circuit was > one one chip, it would take 100 chips. OK, no one would do that - you > certainly would combine them. But now you have a chip with 100 inputs > and pins are expensive. So let's say we arrange the switches in a 10 by > 10 matrix so that what is output when a switch is pressed is the row and > column of the matrix corresponding to that switch. So now you have 20 > inputs. But with an other simple circuit you can use a 4 bit value to > indicate which of the 10 rows the pressed key belongs to. Similarly for > the column. Now we are down to 8 bits. These can be fed into a chip > that decodes these 8 inputs (again, easy to synthesize) into one of 100 > lines. These in turn select one of 100 patterns of logic highs and lows > to output.
Interesting. In '90, I had a green monochrome Corona PC. Its keyboard did not connect to the PC via pins but rather through a cord resembling a telephone cord. The plugs on both ends resembled that used for telephones. > This chip, the one that takes the 8 inputs (AKA address) and > outputs a particular pattern (AKA data) *is* a ROM.
What are the alternatives to ROM? > There is nothing > inherently wrong with ROM, it is just a more convenient and lower cost > way to do what you could otherwise do with discrete logic.
I am aware that there is nothing objectively wrong with ROM. However, as a matter of personal preference, I would like other alternatives. It's like preferring garlic over onions [or visa versa].
On May 12, 2:12 pm, Radium <gluceg @gmail.com> wrote: > On May 12, 7:04 am, MooseFET <kensm @rahul.net> wrote [....] > > > > > > Why would you care if it is magnetic? Non-linear magneto-optical > > > > > > effects could allow very fast logic at extremely low power [.... much snipped ....] > What are the advantages of magnetics vs. electrics?
There are no electro-optical nonlinear effects that you could use to do the same trick. It is a very new area of physics. [... snip ...] > I am aware that there is nothing objectively wrong with ROM. However, > as a matter of personal preference, I would like other alternatives. > It's like preferring garlic over onions [or visa versa].
No its more like preferring garlic over gravel. All the other ways of doing are either ROMs in funny cloths like a CPLD or buckets of decrete logic. -----------------------------------------------Reply-----------------------------------------------
On May 12, 5:46 pm, MooseFET <kensm @rahul.net> wrote: > On May 12, 2:12 pm, Radium <gluceg @gmail.com> wrote: > > I am aware that there is nothing objectively wrong with ROM. However, > > as a matter of personal preference, I would like other alternatives. > > It's like preferring garlic over onions [or visa versa]. > No its more like preferring garlic over gravel. All the other ways of > doing are either ROMs in funny cloths like a CPLD or buckets of > decrete logic. I prefer the discrete logic over the ROM. -----------------------------------------------Reply-----------------------------------------------
"Radium" <gluceg @gmail.com> wrote in message news:1179021540.279916.226340@h2g2000hsg.googlegroups.com... > I prefer the discrete logic over the ROM.
But for no apparent reason, right? Bob M.
-----------------------------------------------Reply-----------------------------------------------
On May 12, 8:34 pm, "Bob Myers" <nospample @address.invalid> wrote: I like things to be lively. Discrete logic is far more effervescent than ROM. -----------------------------------------------Reply-----------------------------------------------
On May 12, 9:14 pm, Radium <gluceg @gmail.com> wrote: > On May 12, 8:34 pm, "Bob Myers" <nospample @address.invalid> wrote: > > "Radium" <gluceg@gmail.com> wrote in message > >news:1179021540.279916.226340@h2g2000hsg.googlegroups.com... > > > I prefer the discrete logic over the ROM. > > But for no apparent reason, right? > I like things to be lively. Discrete logic is far more effervescent > than ROM.
But it isn't more effervescent. In order to make disscrete logic perform a given operation, the gates must be wired in a specific way. This wiring is where the information is stored when you use descrete logic. The wires remain the same so the information is always there. If you look at the internal design of a PROM, you will find a large amount of logic and an array of some sort of electronic switches. Way back in the past the switches were little fuses. The process of programming a PROM was to burn the unwanted fuses to beak the unwanted connections.
-----------------------------------------------Reply-----------------------------------------------
On Sun, 13 May 2007 07:46:19 -0700, MooseFET wrote: > On May 12, 9:14 pm, Radium <gluceg @gmail.com> wrote: >> On May 12, 8:34 pm, "Bob Myers" <nospample @address.invalid> wrote: >> > "Radium" <gluceg@gmail.com> wrote in message >> >news:1179021540.279916.226340@h2g2000hsg.googlegroups.com... >> > > I prefer the discrete logic over the ROM. >> > But for no apparent reason, right? >> I like things to be lively. Discrete logic is far more effervescent >> than ROM. > But it isn't more effervescent. In order to make disscrete logic > perform a given operation, the gates must be wired in a specific way. > This wiring is where the information is stored when you use descrete > logic. The wires remain the same so the information is always there. > If you look at the internal design of a PROM, you will find a large > amount of logic and an array of some sort of electronic switches. Way > back in the past the switches were little fuses. The process of > programming a PROM was to burn the unwanted fuses to beak the unwanted > connections.
Radium is a troll. He gets his jollies from seeing how many people he can get to take him seriously. This isn't as bad as the usual way-off-topic insult-slinging troll, but he still isn't worth the bandwidth he wastes. -----------------------------------------------Reply-----------------------------------------------
On May 13, 10:04 am, "Stephen J. Rush" <sjr @comcast.net> wrote:
> On Sun, 13 May 2007 07:46:19 -0700, MooseFET wrote: > > On May 12, 9:14 pm, Radium <gluceg @gmail.com> wrote: > >> On May 12, 8:34 pm, "Bob Myers" <nospample @address.invalid> wrote: > >> > "Radium" <gluceg@gmail.com> wrote in message > >> >news:1179021540.279916.226340@h2g2000hsg.googlegroups.com... > >> > > I prefer the discrete logic over the ROM. > >> > But for no apparent reason, right? > >> I like things to be lively. Discrete logic is far more effervescent > >> than ROM. > > But it isn't more effervescent. In order to make disscrete logic > > perform a given operation, the gates must be wired in a specific way. > > This wiring is where the information is stored when you use descrete > > logic. The wires remain the same so the information is always there. > > If you look at the internal design of a PROM, you will find a large > > amount of logic and an array of some sort of electronic switches. Way > > back in the past the switches were little fuses. The process of > > programming a PROM was to burn the unwanted fuses to beak the unwanted > > connections. > Radium is a troll. He gets his jollies from seeing how many people he can > get to take him seriously. This isn't as bad as the usual way-off-topic > insult-slinging troll, but he still isn't worth the bandwidth he wastes.
I see no evidence that he really is a troll. Merely being wrong isn't trolling. Do you have some previous experience with him? -----------------------------------------------Reply-----------------------------------------------
On Sun, 13 May 2007 13:04:13 -0400, "Stephen J. Rush" <sjr @comcast.net> wrote: >Radium is a troll. He gets his jollies from seeing how many people he can >get to take him seriously. This isn't as bad as the usual way-off-topic >insult-slinging troll, but he still isn't worth the bandwidth he wastes. In many ways it's worse than the insult-slinging type because Radium sucks innocent bystanders into conversations, people who don't even realize Radium has no purpose, that some discussions are just repeats of same thing Radium posted previous months or last year. -----------------------------------------------Reply-----------------------------------------------
On May 13, 7:46 am, MooseFET <kensm @rahul.net> wrote: > In order to make disscrete logic > perform a given operation, the gates must be wired in a specific way. > This wiring is where the information is stored when you use descrete > logic. The wires remain the same so the information is always there.
This is what I would like. Hardwired logic as opposed to software programming. In hardware logic, the information "stored" and "programming" is determined by the way the chip's circuits are mechanically built. When an electric current is passed through a certain of those circuits, specific signals [of instructions and information] are generated. Depending on an individual's view, this may or may not be a type of "ROM". Even if it is, I still like it because this "storage" is really determined by the way the circuits are physically-designed; hence the instructions are freshly-generated each time electricity is passed through the chip. -----------------------------------------------Reply-----------------------------------------------
"Radium" <gluceg @gmail.com> wrote in message news:1179029647.937545.100180@p77g2000hsh.googlegroups.com... >> But for no apparent reason, right? > I like things to be lively. Discrete logic is far more effervescent > than ROM.
Which means...what, exactly? Bob M.
-----------------------------------------------Reply-----------------------------------------------
In article <3ame431f619r247jjjofiditkq7kj3d @4ax.com>, s @spam.com says... > On Sun, 13 May 2007 13:04:13 -0400, "Stephen J. Rush" > <sjr @comcast.net> wrote: > >Radium is a troll. He gets his jollies from seeing how many people he can > >get to take him seriously. This isn't as bad as the usual way-off-topic > >insult-slinging troll, but he still isn't worth the bandwidth he wastes. > In many ways it's worse than the insult-slinging type > because Radium sucks innocent bystanders into conversations,
What a *horrible* thing, to be sucked into a conversation. Maybe you'd rather join the kook invasion? > people who don't even realize Radium has no purpose, that > some discussions are just repeats of same thing Radium > posted previous months or last year.
Sure. Noone is forcing you to read or respond, though sometimes something interesting pops out of the strangest threads. -- Keith
-----------------------------------------------Reply-----------------------------------------------
On May 13, 2:14 pm, Radium <gluceg @gmail.com> wrote: > On May 12, 8:34 pm, "Bob Myers" <nospample @address.invalid> wrote: > > "Radium" <gluceg@gmail.com> wrote in message > >news:1179021540.279916.226340@h2g2000hsg.googlegroups.com... > > > I prefer the discrete logic over the ROM. > > But for no apparent reason, right? > I like things to be lively. Discrete logic is far more effervescent > than ROM.
If you want lively, you can't beat Monkeys flipping switches. That would make it a biological processor. Logic density kind of sucks though, maybe one Monkey per square foot, but you can stack them. You'd then have a 3D biological processor - cool. Worked a treat for the early space program. Dave.
-----------------------------------------------Reply-----------------------------------------------
On 13 May 2007 13:01:03 -0700, Radium <gluceg @gmail.com> wrote: >programming. In hardware logic, the information "stored" and >"programming" is determined by the way the chip's circuits are >mechanically built. When an electric current is passed through a >certain of those circuits, specific signals [of instructions and >information] are generated. Depending on an individual's view, this >may or may not be a type of "ROM".
It IS ROM. You give a certain input to it and you will get a certain output, every time, just like ROM. >Even if it is, I still like it
So now the no-ROM issue out of the way? Great, now maybe somebody can show you the light about magnetic storage and other stuff :PpPp -- A Lost Angel, fallen from heaven Lost in dreams, Lost in aspirations, Lost to the world, Lost to myself
-----------------------------------------------Reply-----------------------------------------------
On May 13, 9:15 pm, a?n?g? @lovergirl.lrigrevol.moc.com (The little lost angel) wrote: > On 13 May 2007 13:01:03 -0700, Radium <gluceg @gmail.com> wrote: > >programming. In hardware logic, the information "stored" and > >"programming" is determined by the way the chip's circuits are > >mechanically built. When an electric current is passed through a > >certain of those circuits, specific signals [of instructions and > >information] are generated. Depending on an individual's view, this > >may or may not be a type of "ROM". > It IS ROM. You give a certain input to it and you will get a certain > output, every time, just like ROM. Okay. > >Even if it is, I still like it > So now the no-ROM issue out of the way?
Yes. As long the ROM-signals are determined by the way the chip's circuits are mechanically built. When an electric current is passed through a certain of those circuits, specific signals [of instructions and information] should be generated. > Great, now maybe somebody can > show you the light about magnetic storage and other stuff :PpPp
Nope. The only thing I'd like to use magnetic signals for is described in here: http://groups.google.com/group/Creative-Music-Synth-220/browse_frm/th... Quotes from the above link : "I would like to make some replicable magnetic electronic nanobots that will search for sample playback MIDI synths, softsynths, emulations, and soundfonts in any part of the world and attach to the digital chips of sample playback MIDI synths, softsynths, emulations, and soundfonts. These nanobots should contain magnetic receivers that will extract any random environmental magnetic audio signals from 2 kHz to 50 kHz [excluding spikes, square-waves, white noise, brown noise, pink noise and bass sounds]. The nanobots then amplify those signals to the point where they would significantly interfere with -- and cause inductive crosstalk in -- the audio signals in the digital electronic chips of the sample playback MIDI synths, softsynths, emulations, and soundfonts. This will cause sample playback MIDI synths, softsynths, emulations, and soundfonts to be full of annoying -- and perhaps even frightening -- auditory disruptions from environmental magnetic interference**." "**Note: The magnetic signals that interfere with those digital chips should be purely-analog. I just love it when purely-analog magnetic signals cause significant disruptions in purely-digital chip-based parts of electronic devices that I don't like. Sample playback MIDI synths, softsynths, emulations, and soundfonts are an example of digital electronic devices that I don't like so I want to victimize them in this manner -- i.e. via magnetic interferences."
-----------------------------------------------Reply-----------------------------------------------
On Sun, 13 May 2007 21:52:16 -0400, krw <k @att.bizzzz> wrote:
>In article <3ame431f619r247jjjofiditkq7kj3d @4ax.com>, >s @spam.com says... >> On Sun, 13 May 2007 13:04:13 -0400, "Stephen J. Rush" >> <sjr @comcast.net> wrote: >> >Radium is a troll. He gets his jollies from seeing how many people he can >> >get to take him seriously. This isn't as bad as the usual way-off-topic >> >insult-slinging troll, but he still isn't worth the bandwidth he wastes. >> In many ways it's worse than the insult-slinging type >> because Radium sucks innocent bystanders into conversations, >What a *horrible* thing, to be sucked into a conversation. Maybe >you'd rather join the kook invasion?
Usually there is some purpose w/other posts, it's not just a black hole of wasted time. Radium can tend to play on other people's generosity in that they don't yet realize there really ISN'T any purpose at all. >> people who don't even realize Radium has no purpose, that >> some discussions are just repeats of same thing Radium >> posted previous months or last year. >Sure. Noone is forcing you to read or respond, though sometimes >something interesting pops out of the strangest threads.
Yes, sometimes regardless of the senselessness, something interesting pops out. Now pause and ponder for a moment that given that number of participants and their time, used differently these resources might've produced something even more interesting. Basically you're just wrong though, if you lack interesting topics in your chosen forum, the answer is not to wait around for a troll, it's to find something that DOES interest you.
-----------------------------------------------Reply-----------------------------------------------
Bob Myers wrote: > "Radium" <gluceg @gmail.com> wrote in message > news:1179029647.937545.100180@p77g2000hsh.googlegroups.com... >>> But for no apparent reason, right? >> I like things to be lively. Discrete logic is far more effervescent >> than ROM. > Which means...what, exactly? > Bob M.
That would be bubble memory. ;-) SteveH -----------------------------------------------Reply-----------------------------------------------
In article <538g435qstisn1pk35t0rfm3ejb28dn @4ax.com>, s @spam.com says...
> On Sun, 13 May 2007 21:52:16 -0400, krw <k @att.bizzzz> > wrote: > >In article <3ame431f619r247jjjofiditkq7kj3d@4ax.com>, > >s@spam.com says... > >> On Sun, 13 May 2007 13:04:13 -0400, "Stephen J. Rush" > >> <sjr@comcast.net> wrote: > >> >Radium is a troll. He gets his jollies from seeing how many people he can > >> >get to take him seriously. This isn't as bad as the usual way-off-topic > >> >insult-slinging troll, but he still isn't worth the bandwidth he wastes. > >> In many ways it's worse than the insult-slinging type > >> because Radium sucks innocent bystanders into conversations, > >What a *horrible* thing, to be sucked into a conversation. Maybe > >you'd rather join the kook invasion? > Usually there is some purpose w/other posts, it's not just a > black hole of wasted time.
*YOU* are wasting your time. Radium isn't. > Radium can tend to play on > other people's generosity in that they don't yet realize > there really ISN'T any purpose at all.
You're the one who has made the CHOICE to waste your time. You can easily kill the entire thread. > >> people who don't even realize Radium has no purpose, that > >> some discussions are just repeats of same thing Radium > >> posted previous months or last year. > >Sure. Noone is forcing you to read or respond, though sometimes > >something interesting pops out of the strangest threads. > Yes, sometimes regardless of the senselessness, something > interesting pops out. Now pause and ponder for a moment > that given that number of participants and their time, used > differently these resources might've produced something even > more interesting.
Every participant is in exactly the same position as you. They have all decided that it was wort their wasted time to respond. You have a problem with that? > Basically you're just wrong though, if you lack interesting > topics in your chosen forum, the answer is not to wait > around for a troll, it's to find something that DOES > interest you.
If I've responded, it obviously does interest me. Unless you are a complete idiot, you are no different. -- Keith
-----------------------------------------------Reply-----------------------------------------------
On May 13, 10:11 pm, Radium <gluceg @gmail.com> wrote:
> On May 13, 9:15 pm, a?n?g? @lovergirl.lrigrevol.moc.com (The little > lost angel) wrote: > > On 13 May 2007 13:01:03 -0700, Radium <gluceg@gmail.com> wrote: > > >programming. In hardware logic, the information "stored" and > > >"programming" is determined by the way the chip's circuits are > > >mechanically built. When an electric current is passed through a > > >certain of those circuits, specific signals [of instructions and > > >information] are generated. Depending on an individual's view, this > > >may or may not be a type of "ROM". > > It IS ROM. You give a certain input to it and you will get a certain > > output, every time, just like ROM. > Okay. > > >Even if it is, I still like it > > So now the no-ROM issue out of the way? > Yes. As long the ROM-signals are determined by the way the chip's > circuits are mechanically built. When an electric current is passed > through a certain of those circuits, specific signals [of instructions > and information] should be generated.
That would be a "masked ROM", a fuse or anti-fuse PROM. In each of these there is a mechanical difference between a location that is a one and a zero. Stuff like the microcode in a processor is masked ROM. The micro inside your keyboard and video cards are likely also to be masked. Parts like Flash Proms only have electrical differences between ones and zeros. If you are making less than a million of anything, the Masked ROM is likely to be too costly of a way to go.
-----------------------------------------------Reply-----------------------------------------------
In comp.sys.ibm.pc.hardware.chips MooseFET <kensm @rahul.net> wrote in part: > That would be a "masked ROM", a fuse or anti-fuse PROM. In each > of these there is a mechanical difference between a location > that is a one and a zero. > Stuff like the microcode in a processor is masked ROM. The micro > inside your keyboard and video cards are likely also to be masked.
I don't think CPUs (since the Intel Pentium FDIV debacle) use masked ROM. Or at least, not exclusively. Large portions of microcode are loaded by BIOS to permit relatively easy bugfixes. CPU mfrs provide a binary lump to BIOS writers. AFAICS, the microcode gets loaded each boot into something analogous to SRAM. (DRAM?). > Parts like Flash Proms only have electrical differences between > ones and zeros. If you are making less than a million of anything, > the Masked ROM is likely to be too costly of a way to go.
Or if modifiability is important. It is for CPUs, and probably also for GPUs. -- Robert
-----------------------------------------------Reply-----------------------------------------------
"SteveH" <steve.houghREM @THISblueyonder.co.uk> wrote in message news:9mX1i.18888$Ro3.7053@text.news.blueyonder.co.uk... > Bob Myers wrote: >> "Radium" <gluceg @gmail.com> wrote in message >> news:1179029647.937545.100180@p77g2000hsh.googlegroups.com... >>>> But for no apparent reason, right? >>> I like things to be lively. Discrete logic is far more effervescent >>> than ROM. >> Which means...what, exactly? > That would be bubble memory.
Hmmmm....and here I was thinking he meant a PROM with fizzable links.... Bob M.
-----------------------------------------------Reply-----------------------------------------------
>> In order to make disscrete logic >> perform a given operation, the gates must be wired in a specific way. >This is what I would like. Hardwired logic as opposed to software
You'd have liked plugboard programming. -- mac the naf
-----------------------------------------------Reply-----------------------------------------------
On May 14, 10:56 am, Alex Colvin <a @TheWorld.com> wrote: > >> In order to make disscrete logic > >> perform a given operation, the gates must be wired in a specific way. > >This is what I would like. Hardwired logic as opposed to software > You'd have liked plugboard programming.
What is "plugboard programming"? I googled it but didn't receive a clear definition. -----------------------------------------------Reply-----------------------------------------------
On May 14, 11:03 am, Radium <gluceg @gmail.com> wrote: > On May 14, 10:56 am, Alex Colvin <a @TheWorld.com> wrote: > > >> In order to make disscrete logic > > >> perform a given operation, the gates must be wired in a specific way. > > >This is what I would like. Hardwired logic as opposed to software > > You'd have liked plugboard programming. > What is "plugboard programming"? I googled it but didn't receive a > clear definition.
http://www.columbia.edu/acis/history/plugboard.html -----------------------------------------------Reply-----------------------------------------------
On 13 May 2007 22:11:39 -0700, Radium <gluceg @gmail.com> wrote: >> So now the no-ROM issue out of the way? >Yes. As long the ROM-signals are determined by the way the chip's >circuits are mechanically built. When an electric current is passed >through a certain of those circuits, specific signals [of instructions >and information] should be generated.
Oh, don't worry, mechanical is how all them ROM works, none of them nonsensical magnetic whatchamacallit you hate so much. You send specific amount of electron particles constituting a current moving through nuclear-mechanical paths, it makes other particles move in predetermined nuclear-mechanical pathways, makes holes so that actual particles can move around and such, and finally all these nuclear-mechanics causes specific amount of electrons constituting an output signal to be produced at the output end.
>The only thing I'd like to use magnetic signals for is described in >here: >http://groups.google.com/group/Creative-Music-Synth-220/browse_frm/th... >Quotes from the above link : > This will cause sample playback MIDI >synths, softsynths, emulations, and soundfonts to be full of annoying >-- and perhaps even frightening -- auditory disruptions from >environmental magnetic interference**." >"**Note: The magnetic signals that interfere with those digital chips >should be purely-analog. I just love it when purely-analog magnetic >signals cause significant disruptions in purely-digital chip-based >parts of electronic devices that I don't like. Sample playback MIDI >synths, softsynths, emulations, and soundfonts are an example of >digital electronic devices that I don't like so I want to victimize >them in this manner -- i.e. via magnetic interferences."
In other words, you would like to effectively destroy the rest of the world just because they don't follow your preferences. That sounds like... your full name is really Osama Bin Radium, isn't it? :P -- A Lost Angel, fallen from heaven Lost in dreams, Lost in aspirations, Lost to the world, Lost to myself
|
 |
 |
 |
 |
|