Who needs a CPU? Phase change memory acts as an analog computer (2017)
1–10 of 13 posts
Re: Who needs a CPU? Phase change memory acts as an analog computer (2017)
#2If anyone has questions, I'll do my best to answer or relay(maybe tomorrow though as it is late here). There also was a related discussion about 2 months ago:
Re: Who needs a CPU? Phase change memory acts as an analog computer (2017)
#3I am doing an internship in the lab where the cited paper was produced right now :-D If anyone has questions, I'll do my best to answer or relay(maybe tomorrow though as it is late here). There also was a related discussion about 2 months ago: https://news.ycombinator.com/item?id=16894818
Re: Who needs a CPU? Phase change memory acts as an analog computer (2017)
#4Re: Who needs a CPU? Phase change memory acts as an analog computer (2017)
#5Re: Who needs a CPU? Phase change memory acts as an analog computer (2017)
#6I am doing an internship in the lab where the cited paper was produced right now :-D If anyone has questions, I'll do my best to answer or relay(maybe tomorrow though as it is late here). There also was a related discussion about 2 months ago: https://news.ycombinator.com/item?id=16894818
Re: Who needs a CPU? Phase change memory acts as an analog computer (2017)
#7I am doing an internship in the lab where the cited paper was produced right now :-D If anyone has questions, I'll do my best to answer or relay(maybe tomorrow though as it is late here). There also was a related discussion about 2 months ago: https://news.ycombinator.com/item?id=16894818
Re: Who needs a CPU? Phase change memory acts as an analog computer (2017)
#8I am doing an internship in the lab where the cited paper was produced right now :-D If anyone has questions, I'll do my best to answer or relay(maybe tomorrow though as it is late here). There also was a related discussion about 2 months ago: https://news.ycombinator.com/item?id=16894818
Is analog computing reproducible? Digital computing is kind of founded on the idea that running the same program twice will give the same results (i.e. determinism), but it seems to me that analog computing might simply fail to make that guarantee. Is that correct? And if so, have the implications and workarounds been investigated at all?
Interesting take though - with analog computing, this problem would be everywhere rather than in certain special cases. There probably is some funky math we can use to describe and talk about on HN in the year 2029?
Re: Who needs a CPU? Phase change memory acts as an analog computer (2017)
#9Earlier quoted context omitted.
Is analog computing reproducible? Digital computing is kind of founded on the idea that running the same program twice will give the same results (i.e. determinism), but it seems to me that analog computing might simply fail to make that guarantee. Is that correct? And if so, have the implications and workarounds been investigated at all?
I expect within bounds... this already exists in floating point operations. Look up distributed games programming, x86, PPC etc for some meaty details, but the gist of it is to never trust the exact value, rather look for values within a suitable range. Interesting take though - with analog computing, this problem would be everywhere rather than in certain special cases. There probably is some funky math we can use t…