Earlier quoted context omitted.
Interestingly, this is exactly what the chief of HP labs said in this video [1]: That lots of papers noted the effect and talked about anomalies, but no-one made the connection to the memristors before them. He also says that the effect is only really noticeable at nano scales (because it needs incredibly high electric fields). EDIT: on second thought, that's not the case, because the HP memristor is not a memristor…
Nice to see confirmation of that theory from that high up. It seemed extremely logical to me when I heard it the first time and like everything else, in retrospect it is blindingly obvious. I'd hate to see a memristor dropped into a circuit design and being handed the task of 'fixing' spice to produce the correct output. But by the looks of it the usefulness of individual memristors will be quite limited.
With 'The Machine,' HP May Have Invented a New Kind of Computer
161–170 of 299 posts
Re: With 'The Machine,' HP May Have Invented a New Kind of Computer
#162I so much want this to be true, I can't wait for it. Not having a layered memory architecture means no VM, everything has be rethought from the filesystem down. On a related note: "Operating systems have not been taught what to do with all of this memory, and HP will have to get very creative." Anyone knows what this could possibly mean?
Well, you wouldn't have to save files. You could just use a data structure in main memory because it's non-volatile. But how would you share data between programs when there's no disk? And you could execute binaries directly from storage without "loading" them into memory first. But you'd have to keep an original copy somewhere in case it modifies itself as it runs.
Linux already does this. Program code is cached copy-on-write in shared memory. The fact that, say, bash has to be loaded from disk once is pretty much irrelevant. After that, the kernel's just managing pointers.
Re: With 'The Machine,' HP May Have Invented a New Kind of Computer
#163Earlier quoted context omitted.
"If GML was an infant, SGML is the bright youngster who far exceeds expectations and made its parents too proud, but XML is the drug-addicted gang member who had committed his first murder before he had sex, which was rape." -- Erik Naggum GML is from the late 1960s and is, arguably, easier to read. SGML from the 1980s expanded upon this. XML is essentially just an offshoot of SGML and much less readable than SGML is…
I'm confused, why does anthology have a closing tag but the other elements do not?
Re: With 'The Machine,' HP May Have Invented a New Kind of Computer
#164Earlier quoted context omitted.
Nice to see confirmation of that theory from that high up. It seemed extremely logical to me when I heard it the first time and like everything else, in retrospect it is blindingly obvious. I'd hate to see a memristor dropped into a circuit design and being handed the task of 'fixing' spice to produce the correct output. But by the looks of it the usefulness of individual memristors will be quite limited.
See my edit to the previous comment - now I actually think that the symmetry isn't proven by HP approach (but this doesn't make it any less interesting/promising).
Re: With 'The Machine,' HP May Have Invented a New Kind of Computer
#165A memristor is the 4th fundamental circuit component, along with capacitors, resistors, and inductors. The important part of memristors is that they can be arranged to form a crossbar latch, which acts like a transistor. This crossbar latches are very very small, and very low power. HP plans on achieving data density of 100GB/cm^2 [1] with read write speeds approximately 100x faster then flash memory while using 1% o…
So storage is 1x10^6 larger, and read/write speeds are 1x10^2 faster. So it'll take 1x10^4 times as long to copy the capacity.
Re: With 'The Machine,' HP May Have Invented a New Kind of Computer
#166A memristor is the 4th fundamental circuit component, along with capacitors, resistors, and inductors. The important part of memristors is that they can be arranged to form a crossbar latch, which acts like a transistor. This crossbar latches are very very small, and very low power. HP plans on achieving data density of 100GB/cm^2 [1] with read write speeds approximately 100x faster then flash memory while using 1% o…
So storage is 1x10^6 larger, and read/write speeds are 1x10^2 faster. So it'll take 1x10^4 times as long to copy the capacity.
Re: With 'The Machine,' HP May Have Invented a New Kind of Computer
#167Earlier quoted context omitted.
I'm confused, why does anthology have a closing tag but the other elements do not?
The same reason has a closing tag but does not: HTML is SGML where certain tags can be made optional. XML specifically did away with this and made all close tags mandatory (even on contentless tags, which is why xhtml requires you to do ).
Re: With 'The Machine,' HP May Have Invented a New Kind of Computer
#168Earlier quoted context omitted.
Didn't that disappear in some recent version? I had to use some special keyword search term to make that happen in the newest Maps.
It did disappear. And fortunately, they've added it back again, in yet another UX interaction. https://support.google.com/gmm/answer/3273567?hl=en
Re: With 'The Machine,' HP May Have Invented a New Kind of Computer
#169A memristor is the 4th fundamental circuit component, along with capacitors, resistors, and inductors. The important part of memristors is that they can be arranged to form a crossbar latch, which acts like a transistor. This crossbar latches are very very small, and very low power. HP plans on achieving data density of 100GB/cm^2 [1] with read write speeds approximately 100x faster then flash memory while using 1% o…
So storage is 1x10^6 larger, and read/write speeds are 1x10^2 faster. So it'll take 1x10^4 times as long to copy the capacity.
Re: With 'The Machine,' HP May Have Invented a New Kind of Computer
#170Earlier quoted context omitted.
What was the predecessor to xml that was easier to read?
"If GML was an infant, SGML is the bright youngster who far exceeds expectations and made its parents too proud, but XML is the drug-addicted gang member who had committed his first murder before he had sex, which was rape." -- Erik Naggum GML is from the late 1960s and is, arguably, easier to read. SGML from the 1980s expanded upon this. XML is essentially just an offshoot of SGML and much less readable than SGML is…