HackerTrans
トップ新着トレンドコメント過去質問紹介求人

dernett

no profile record

投稿

Microarchitecture: What Happens Beneath [video]

youtube.com
2 ポイント·投稿者 dernett·7 か月前·0 コメント

コメント

dernett
·5 か月前·議論
Not sure about Idris, but in Lean `Fin n` is a struct that contains a value `i` and a proof that `i < n`. You can read in the value `n` from stdin and then you can do `if h : i < n` to have a compile-time proof `h` that you can use to construct a `Fin n` instance.
dernett
·6 か月前·議論
This is crazy. It's clear that these models don't have human intelligence, but it's undeniable at this point that they have _some_ form of intelligence.
dernett
·7 か月前·議論
Lean defines a != b as a = b => False, so it seems that we have a function from proofs of a = b to proofs of False. I guess this being bijective means that there are no proofs of a = b, since there are no proofs of False, which is an equivalent way of looking at a != b.
dernett
·11 か月前·議論
This really sounds like it was generated by an LLM. "X isn't a Y. It's a Z", examples that don't make any sense (why would it think you're a farmer?), etc. Perhaps not the most surprising thing that an LLM advocates for itself...
dernett
·11 か月前·議論
Is it possible to create animations using something like Shadertoy's `iTime`?
dernett
·12 か月前·議論
I'm going to try formalizing this course in Lean--not sure how hard it is going to be. If anyone is interested in doing the same, please feel free to contribute!

https://github.com/dernett/Lean61200J
dernett
·12 か月前·議論
I'm assuming he's talking about this specific small string optimization: https://www.youtube.com/watch?v=kPR8h4-qZdk&t=409s
dernett
·昨年·議論
This is really helpful. Minor nit under Curry-Howard correspondence: "True propositions have exactly one term" should be "have at least one term".