TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

The Turing Completeness of PowerPoint [video]

92 点作者 strzalek将近 8 年前

5 条评论

Smaug123将近 8 年前
For those who decline to watch a video: the author uses animations and hyperlinks to simulate a Turing machine inside a PowerPoint presentation. The actual paper is at <a href="http:&#x2F;&#x2F;www.andrew.cmu.edu&#x2F;user&#x2F;twildenh&#x2F;PowerPointTM&#x2F;Paper.pdf" rel="nofollow">http:&#x2F;&#x2F;www.andrew.cmu.edu&#x2F;user&#x2F;twildenh&#x2F;PowerPointTM&#x2F;Paper.p...</a> .<p>My first thought was that while this was really cool, it does seem to have only a finite tape; I would be quite prepared to believe it was possible to have an unbounded tape, but my mind would be blown. The author admits that the tape is indeed finite.
评论 #14673172 未加载
评论 #14673143 未加载
评论 #14673468 未加载
评论 #14673429 未加载
flavio81将近 8 年前
The SIGBOVIK group is really full of comedy genius.<p>I am really laughing with their publications: <a href="http:&#x2F;&#x2F;sigbovik.org&#x2F;2017&#x2F;proceedings.pdf" rel="nofollow">http:&#x2F;&#x2F;sigbovik.org&#x2F;2017&#x2F;proceedings.pdf</a><p>For example skip to page 114, &quot;Automated Distributed Execution of LLVM code using SQL JIT Compilation&quot; with such gems as:<p>&quot;The resulting PL&#x2F;pgSQL code can then be executed on any database system, as long as that database system is PostgreSQL&quot;<p>&quot;Another solution to distributed programming has been proposed by Microsoft with their innovative Excel system. In large companies, distributed execution can be achieved using Microsoft Excel by having hundreds of people all sitting on their own machine working with Excel spreadsheets. These hundreds of people combined can easily do the work of a single database server&quot;<p>&quot;For easy reproducibility, we have included a SHA-3 hash of the complete source code [2]. If you want to reproduce the experiments, simply reverse this hash and run the provided source code. &quot;<p>I&#x27;m not putting more quotes because they would be spoilers.
candiodari将近 8 年前
Once again confirmation of Greenspun&#x27;s 10th law:<p>&quot;Any sufficiently complicated C or Fortran program contains an ad-hoc, informally-specified, bug-ridden, slow implementation of half of Common Lisp.&quot;<p>You can, of course, safely drop the &quot;C or Fortran&quot; part.<p>Every program I&#x27;ve ever written, if it keeps getting used, maintained and expanded after ~2 years it gets it&#x27;s own programming language, and therefore usually becomes turing-complete.<p>The most powerful abstraction one can make in an application is the ability to quickly combine large parts of the application into new functionalities, effectively implementing a programming language. Usually this starts with &quot;macros&quot;: the ability to specify sequences to be executed in series with either fully implicit data-passing (e.g. we&#x27;re always acting on this global state), and then someone points out that variables would be really good, and then you do that : local, named variables in macros. And there&#x27;s your programming language.
评论 #14676369 未加载
评论 #14675659 未加载
nayuki将近 8 年前
More computer science humor can be found at SIGBOVIK: <a href="http:&#x2F;&#x2F;sigbovik.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;sigbovik.org&#x2F;</a>
评论 #14673818 未加载
kazinator将近 8 年前
Remember though, computational PowerPoint is not the same thing as expressive PowerPoint. :)
评论 #14673570 未加载