Live data from Hacker News

Viewing profile — unstruktured

unstruktured

HN member
Joined
Tue, Apr 18, 2023, 4:28 PM UTC
HN karma
90
Public activity
31 items

About unstruktured

No profile information was provided.

Recent public activity

  1. comment
    Comment #48573691

    very cool! maybe make a soccer one for world cup?

  2. comment
    Comment #46856968

    Technically you are right but too much mutation for my tastes and probably many other ocaml developers.

  3. comment
    Comment #45294759

    18 years ago? Holy crap I feel old. I remember how disruptive the very stable 3 to completely unstable 4 was.

  4. comment
    Comment #44892798

    There is absolutely no reason to use double semicolons in practice. The only place you really should see it is when using the repl.

  5. comment
    Comment #44311838

    Thanks for restoring my sanity. Was quite confused of the value added by the author.

  6. comment
    Comment #44291821

    To F# from what previously?

  7. comment
    Comment #43343756

    "Uh...the answer's not in the box, it's in the band".

  8. comment
    Comment #42669169

    I don't think he touched on whether server side is a more valid use case, but was nice to read someone elses take on using it for a desktop. Thanks for the contribution. He did fin…

  9. comment
    Comment #41661283

    I wish they would at least rename the company to "ClosedAI" because that's exactly what it is at this point.

  10. comment
    Comment #41046113

    What, to you, is an ultra strong type system? Both OCaml and Haskell are used in plenty of non academic contexts. Do you mean something like Coq or F*?

  11. comment
    Comment #40885024

    Oh that's a solved problem since 1969. It's called "unix". Everything is a file which can be processed as a byte stream. Composition is a breeze- can't be any more general than tha…

  12. comment
    Comment #40822225

    I think when people say safest they mean the safest "C like" language with zero cost abstractions.

  13. comment
    Comment #40382259

    Interesting point. I never inferred a strong connection between dependent types and the unification of records and modules. Maybe a real PL theorist around here can provide insight…

  14. comment
    Comment #40379081

    F* + 1ml ( https://people.mpi-sws.org/~rossberg/1ml/ ) would be the ultimate experience. I was born too early!

  15. comment
    Comment #40240445

    macros can help with this if you can narrow down the traits you want to support. https://doc.rust-lang.org/reference/macros.html

  16. comment
    Comment #40237624

    If you use Jane street's base, core, and async libraries, you already have most of the tooling you need.

  17. comment
    Comment #40009227

    Like matrix/element chat? https://matrix.org/

  18. comment
    Comment #39834651

    decentralized approaches would be resilient to that.

  19. comment
    Comment #39817334

    To me, implementing an async api using algebraic effects is the end game. Gets rid of the need of an async keyword and no monads required!

  20. comment
    Comment #39674120

    Big fan of kdenlive. I switched to it after one too many openshot bugs. Admittedly I always want kde apps to be good but in this case it actually is. Openshot was easier to learn t…

  21. comment
    Comment #39217941

    While we are on the subject, there's also neovim-qt: https://github.com/equalsraf/neovim-qt

  22. comment
    Comment #38917821

    Keep up the good work! I love KDE.

  23. comment
    Comment #38879961

    pypy and cpython don't mix well with each other so you have to create a whole new universe of packages for pypy. Interop with c libraries also adds complexity to the transition. In…

  24. comment
    Comment #38699933

    Not familiar with said regulations, but Ada was a good example of not using C++ for these very reasons in a military context.

  25. comment
    Comment #38236699

    I like both OCaml and Rust, especially OCaml, but even after 2 years of Rust I'm still way more productive in OCaml. Unless it's absolutely essentially, I really don't want to have…