HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sordina

no profile record

comments

sordina
·3 ปีที่แล้ว·discuss
Also: 21 Hylomorphisms and nexuses from Pearls of Functional Algorithm Design: https://dai.fmph.uniba.sk/courses/FPRO/bird_pearls.pdf
sordina
·3 ปีที่แล้ว·discuss
Curry Howard shows that for a logical proposition (A) with corresponding constructive proof (B), there will be a type (A') with program (B'). It's not about proving desired properties of programs. However, you can use the CH principles to do this too, as long as you can encode the proposition about a program in its type. This will not often look like the dataflow type of the naive program though. Look at software foundations for real detail, I'm not expert at this stuff, just aware of the basics.
sordina
·3 ปีที่แล้ว·discuss
Mate, the point I was making is that 15 minutes is not a reasonable time frame to learn new programming concepts in.
sordina
·3 ปีที่แล้ว·discuss
You've got the right idea. A program is a proof for the proposition made by its type. Only for the right languages though, and not in the naive sense of `assert(1+1 == 2)` proves the assertion.
sordina
·3 ปีที่แล้ว·discuss
Well, I interpret that as the assertion that it's more opaque than other types of programming. But I disagree and think that it is actually simpler in terms of the syntax and amount of prior understanding required. My blunt reply is that to assert that a particular example is inaccessible but then only to have dedicated 15 minutes to prove so is silly. I'm sure most people who seem to suggest that this stuff is opaque had no problem learning PCRE or complicated SQL joins and also didn't complain that it took more than 15 minutes to do so. Of course TT is a deep field and there are many complicated parts of it, but the syntax, rules and the example given are not opaque and very understandable to anyone who can tackle languages and abstraction.
sordina
·3 ปีที่แล้ว·discuss
What part am I ignoring?
sordina
·3 ปีที่แล้ว·discuss
If someone can learn C type syntax this is MUCH simpler. That doesn't mean you don't have to spend a little bit of time learning how it works, but it is not some kind of number-theory level maths construction only accessible to savants.
sordina
·3 ปีที่แล้ว·discuss
15 minutes is not a long time. Easily understand doesn't mean instantly understand with no background reading.
sordina
·3 ปีที่แล้ว·discuss
Pithy but useless sentiment.
sordina
·3 ปีที่แล้ว·discuss
So if you implemented it with analog circuits that would satisfy your criteria?
sordina
·3 ปีที่แล้ว·discuss
So if you lost the weights how is that not killing the AI? Is it because it lacks the death experience? If so what about bitrotting the weights incrementally and degrading its inputs?
sordina
·4 ปีที่แล้ว·discuss
Yeah same! It really was a tricky one for me: https://github.com/sordina/advent2021/blob/solutions/src/Adv...
sordina
·4 ปีที่แล้ว·discuss
The HTTP examples are fine, but a lower-level network module would enable all sorts of amazing plugins like a JDBC style ecosystem (WDBC?).
sordina
·4 ปีที่แล้ว·discuss
The binary representation is a neat idea. I found the trickiest part of this problem for me was interpreting an expanding boundary of the considered world: https://github.com/sordina/advent2021/blob/solutions/src/Adv...