HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rzmmm

410 karmajoined 4 वर्ष पहले

comments

rzmmm
·9 दिन पहले·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
·10 दिन पहले·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
·13 दिन पहले·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
·15 दिन पहले·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
·18 दिन पहले·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
·20 दिन पहले·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
·22 दिन पहले·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
·23 दिन पहले·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
·23 दिन पहले·discuss
Bingo. Dozen LLM-prototypes and then a manmade final patch which is merged.
rzmmm
·25 दिन पहले·discuss
This is mainly for performance and memory layouts, it would not have improved safety guarantees of java.
rzmmm
·29 दिन पहले·discuss
Curl has a ton of features, I can imagine this means fixing small fraction of the vulns affecting only the supporters.
rzmmm
·29 दिन पहले·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
·29 दिन पहले·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
·पिछला माह·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.