supercasio | 5 years ago | on: Apple building search engine to take on Google, report claims
supercasio's comments
supercasio | 5 years ago | on: All you need is λ, part one: booleans
[1] Actually, as described by Turing, a Turing machine neves stops, but this is only because he is interested in computing real numbers (for example pi). But even using an original Turing machine, we do not "compute" pi. We only "compute" pi with some precision.
supercasio | 5 years ago | on: All you need is λ, part one: booleans
Unfortunately, many people don't seem to understand this.
An interesting paper related to this issue is The Myth of Hypercomputation [1]
Basically it is easy compute something that is uncomputable by using uncomputable inputs.
[1] https://link.springer.com/chapter/10.1007/978-3-662-05642-4_...
supercasio | 5 years ago | on: All you need is λ, part one: booleans
> Nearly a century ago, Alonzo Church invented the simple, elegant, and yet elusive lambda calculus. Along with Alan Turing, he then proved the Church-Turing thesis: that anything computable with a Turing machine can also be computed in the lambda calculus.
The Church-Turing thesis is not something one can prove. It's more like an intuition and/or definition we have. It states that anything that is computable can be computed with a Turing machine. See [1].
"Anything computable with a Turing machine can also be computed in the lambda calculus" this is true but it not the Church-Turing thesis and its called a Turing-equivalence. This was also not proved by Church, but by Turing in an appendix to his paper [2].
About a computation model being Turing-equivalent: the fact that most reasonable computation models we came up with were proven to be Turing-equivalent is one of the reasons we believe in the Church-Turing thesis.
[1] https://plato.stanford.edu/entries/church-turing/
[2] https://link.springer.com/article/10.1007/s10506-017-9200-2
supercasio | 5 years ago | on: Ask HN: What tool does professional software engineers use to draw UML diagrams?
supercasio | 5 years ago | on: 0.999...= 1
supercasio | 5 years ago | on: The case against CS master's degrees
supercasio | 5 years ago | on: Show HN: Silk, a simple systems programming language
One nitpick: I think "val" looks too much like "var" and this will make it harder do differentiate them by code skimming. I suggest changing "val" to something like "const", or "fix", or "imm"...
supercasio | 6 years ago | on: Pika – A JavaScript package registry for the modern web
supercasio | 6 years ago | on: Pika – A JavaScript package registry for the modern web
* I don't know about European Portuguese. The correct spelling for the slang would be "pica", but both have the same pronunciation.
supercasio | 6 years ago | on: Windows gets a new terminal
He is writing in English why should he be preoccupied if it does not make sense in other languages. There are many English expressions that have no exact translations. Should writers avoid using these expressions too?
Also, as a curiosity, terminal has the same ambiguity in Brazilian Portuguese
supercasio | 7 years ago | on: Memory Model Verification at the Trisection of Software, Hardware, ISA (2017)