kraitis | 6 years ago | on: Ask HN: What are some useful resources on network-to-HTML lifecycle in web apps
kraitis's comments
kraitis | 6 years ago | on: Ask HN: What's Your Default Browser?
kraitis | 6 years ago | on: Ask HN: Recommended Coding Bootcamps?
kraitis | 6 years ago | on: Ask HN: Solo founder but have a team of 4 people, Will YC accept?
kraitis | 7 years ago | on: Ask HN: How can I learn to read mathematical notation?
This is standardly called "game-theoretic semantics" in the literature. Enthusiasts can find more info here (or just by Googling around): https://plato.stanford.edu/entries/logic-games/#SemGam
kraitis | 7 years ago | on: Ask HN: List things in Maths that we don't have an intuitive understading of?
kraitis | 7 years ago | on: A growing number of philosophers are conducting experiments to test arguments
In the West, Aristotle put it as follows: "To say of what is that it is not, or of what is not that it is, is false, while to say of what is that it is, and of what is not that it is not, is true"
Some 2 millennia later, Tarski, a Polish logician, more or less formalised just that. This result, among other things, spawned a brand new branch in mathematics: Model Theory. More on Tarski’s notion of truth: https://plato.stanford.edu/entries/tarski-truth/. A few decades later some analytic philosophers like Davidson drew on Tarski’s work and applied it to natural language, too. This resulted in this: https://en.wikipedia.org/wiki/Truth-conditional_semantics. But notwithstanding Tarski’s work, there’s still significant controversy surrounding both “truth in natural language” and the logico-mathematical truth predicate in philosophical circles. Here’s an article that covers axiomatic theories of truth in general: https://plato.stanford.edu/entries/truth-axiomatic/.
kraitis | 8 years ago | on: Ask HN: How to self-learn math?
A good series of books aimed for pre-school and high-school students to accomplish just that is The Art of Problem Solving. Google it.
kraitis | 8 years ago | on: Ask HN: Learning modern web design and CSS
https://learn.shayhowe.com/html-css/
followed by this:
https://learn.shayhowe.com/advanced-html-css/
and you'll be good to go. The tutorial, while covering the essentials, is working towards creating this:
https://learn.shayhowe.com/practice/organizing-data-with-tab...