HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rzmmm

410 karmajoined 4년 전

comments

rzmmm
·6일 전·discuss
I don't like the copy paste. Rather use lower-level abstractions for the UI if I know I have to make modifications.
rzmmm
·7일 전·discuss
You need to understand the bits you are trying to prove, but not the full proof. It's more like reading haskell types than math, even though the vocabulary is heavily inspired by math.
rzmmm
·11일 전·discuss
Is there benefit of using this branded type over just encapsulating the raw string in a private variable in closure or class? This feels a bit like forced nominal typing. The Email type doesn't have to be a string, it can be encapsulated so that invalid Emails are not representable.
rzmmm
·13일 전·discuss
Over the last couple months I've seen the debt multiplication in some OSS projects. It's like premature aging of a codebase.
rzmmm
·16일 전·discuss
"before Bison version 1.24, Bison-generated parsers could be used only in programs that were free software."

https://www.gnu.org/software/bison/manual/html_node/Conditio...
rzmmm
·18일 전·discuss
Likely just that they err on the unnecessary error handling than missing error handling. They likely penalize runtime errors harshly in the training
rzmmm
·19일 전·discuss
There are codebases out there with enormous amounts of duplication, filled with implicit dependencies. You just haven't encountered them to appreciate good abstraction.
rzmmm
·20일 전·discuss
The author has huge online following, and influence over developers. I don't doubt the author is genuinely interested in this, but the employer definitely is supporting this too.
rzmmm
·21일 전·discuss
Bingo. Dozen LLM-prototypes and then a manmade final patch which is merged.
rzmmm
·22일 전·discuss
This is mainly for performance and memory layouts, it would not have improved safety guarantees of java.
rzmmm
·26일 전·discuss
Curl has a ton of features, I can imagine this means fixing small fraction of the vulns affecting only the supporters.
rzmmm
·27일 전·discuss
The spec and proof are separate. In this blog article he mentions seL4 formal verification, where they state that the spec was 4900 lines of Isabelle and the proof was 200K lines. Obviously human has to understand the spec deeply.
rzmmm
·27일 전·discuss
He mentions the seL4 microkernel. The specification is written in Isabelle, and it's relatively complex: PDF https://sel4.systems/Info/Docs/seL4-spec.pdf

The bottleneck seems to be that clearly it's critical to be certain about the spec.

Maybe not for kernels, but I can see use for cryptographic algorithms, etc?
rzmmm
·29일 전·discuss
Claude fix outage. No mistakes.
rzmmm
·지난달·discuss
I think it's part of their marketing. Anthropic is not really ahead of other labs but these releases make it seem like they are reaching singularity
rzmmm
·지난달·discuss
Seems to me this is more honest than the Mythos claims a while ago. too powerful to release publicly. Too expensive?
rzmmm
·지난달·discuss
Prototyping is widely underappreciated. People think it's waste to throw away stuff but it's more costly to build upon shoddy foundations
rzmmm
·지난달·discuss
Ocaml is probably closest to that. The ML language family has roots in generic code with global type inference.
rzmmm
·지난달·discuss
The ranking is not comparable across time like that.
rzmmm
·지난달·discuss
I was thinking maybe the author really likes Datadog MCP or has some kind of conflict of interest. It's weird to see this content in HN.