Arising_uk wrote: ↑Fri Feb 22, 2019 2:18 am
Depends what I'm considering but generally I should end up with the sentence "It'll make me happy".
Which can be turned to its contra positive. Happiness is the absence of unhappiness.
So you necessarily need to have a check list of things that would make you unhappy.
When you can no longer detect any anxiety, concerns, irritability, doubt, uncertainty within my mind.
Then I can say that I have arrived.
What makes me unhappy? That's a LOOOONG list.
Arising_uk wrote: ↑Fri Feb 22, 2019 2:18 am
In the main whether I think I'm closer or further away from my goal when I started or have I reached one of the intermediate states on the way there, like I say, at present, I use a TOTE process.
Great. Without needing to unpack it, It has an exit strategy - par for the course for any algorithm!
e.g avoiding the halting problem
Arising_uk wrote: ↑Fri Feb 22, 2019 2:18 am
An example please and not one concerned with computing.
I don't know how to do that. I have wired my brain (Metaphysics) to be computational.
Or rather - I have wired my "reasoning" module to be algorithmic.
case AverageMonthlyExpenditure / BankAccount.balance():
<= 1.10) Anxiety (Phone alert to self)
<= 1.20) Concern (e-mail notification to self)
In English: I like to have a 10-20% safety margin in my bank account.
I bet accountants have a fancy term for cashflow management here, but I don't know what the word is.
I have built that system using this toy:
https://aws.amazon.com/lambda/
And so I spend absolutely no time looking at my bank account.
Unless it drops to 20% of spending.
I have similar alerts for spend limits etc.
Contrast this with the 2-4 hours a week I used to spend managing my finances. Freedom...
Arising_uk wrote: ↑Fri Feb 22, 2019 2:18 am
Well the world might not be but its a pretty good ready reckoner for language. By the by, what would be the quantifiers added to it that make it 2nd, 3rd, etc order logics?
Of course, but if your mental model of reality is first order logic, but your language is 4th order logic then you are filling in detail. Delusions/Wishful thinking etc. You don't really have a choice - you are missing knowledge.
Where if your mental model is High order logic (but your language is 4th order logic) you are discarding detail when communicating.
Only one of the above scenarios gives you a real choice.
Arising_uk wrote: ↑Fri Feb 22, 2019 2:18 am
I get that but how did you get the idea for the model in the first place?
Imagination. Experience. Art. Books. Any other source of inspiration. Strong aversion to "problems" and that which makes me unhappy.
Strong desire to fix things.
Arising_uk wrote: ↑Fri Feb 22, 2019 2:18 am
We talk the same language in many respects, or at least use the same quotes. Philosophically tho' we could say we have no idea of the territory and it's just maps all the way down.
Agreed, but we can know when the map doesn't correspond to a the territory. That's what model error is. Expectations do not align with experience.
Disaster struck!
Arising_uk wrote: ↑Fri Feb 22, 2019 2:18 am
(Along with the 'the map is...' I like 'Feedback not failure' and 'The meaning of one's words are the response they get.'

)
Of course! It's definitely not intuitive to think like a scientist. Most people try to convince themselves that they are right, and never ever attempt to convince themselves of being wrong.
To ask your wife "Is anything wrong?" is to set yourself up for confirmation bias!
If something is wrong - she will say "No'.
If everything is OK - she sill still say "No'.
You need to ask a question that goes AGAINST your expectation!
Arising_uk wrote: ↑Fri Feb 22, 2019 2:18 am
I'm listening.
As above. You already understand what falsification is and how to use it.
I just understand WHY it works.
To posit a proposition that can be answered with Yes/No is the same as to posit its contra-positive.
If you expect the proposition's answer to be Yes, the you should also expect that the contra-positive answer is No.
Which evidence is easier to obtain? One for the positive or contra-positive question? Both?
When you get an answer that goes against your expectations the emotion of SURPRISE takes place (e.g HEY! This is unexpected)
That's what new information feels like.
Science is all about fucking with your own emotions while paying attention to them.
Arising_uk wrote: ↑Fri Feb 22, 2019 2:18 am
Correct me if I'm wrong but can't I write a UTM in Prolog and if so then is its predicate logic not isomorphic too?
Prolog is Turing-complete so yes - it's equivalent.
The grammar/semantics of Prolog are very limited so if I can express something in 5 lines of Python you may need 100 lines of Prolog to do the same.
Of course - the fundamental difference between predicate logic in English and Prolog is that you don't have the compiler/interpreter checking you for grammatical/syntax/semantic errors every step of the way!
Compilers give you low-latency negative feedback loops!
You become aware of your own reasoning errors sooner and you iterate faster when you program. You develop better thought-discipline faster. Practice, fail, repeat. Practice, fail repeat. Over and over and over and over.
With arguments formulated in English the only feedback loop you have is other people.
That's all there is to it really. Learning through repetitive failure.
Arising_uk wrote: ↑Fri Feb 22, 2019 2:18 am
Also I thought Lambda Calculus was isomorphic to a specific logic, i.e. intuitionistic logic, and as such not applicable to all logics?
Lambda calculus is Turing-complete. e.g decidable. Every other logic is a subset of it.
This is as per the Chomsky hierarchy.
Arising_uk wrote: ↑Fri Feb 22, 2019 2:18 am
For sure but how do you get to making that choice in the first place? As my experience in studying philosophy and having to read those I didn't like is that that process can change the choice.
My experience is that the process synthesizes a plan to achieve one's goals.
Or at least - understand why they are unrealistic, or VERY difficult.
Arising_uk wrote: ↑Fri Feb 22, 2019 2:18 am
Sure but I'd like some examples of how the everday person could use such things.
I need an example of a need/desire/problem.
Forewarning though, if you know about TOTE then I am probably not going to show you anything ground-breaking.
I merely have more tools in my toolbox so I know how to quickly navigate around common problems that we trip over.
Indecision. Ambiguity. Too many options. Risk. Competing objectives. Limited resources etc.
In the end it's about reducing all the strategic/mechanical problems strictly to economical problems: doing the actual work.