Live data from Hacker News

Viewing profile — Weethet

Weethet

HN member
Joined
Thu, Jun 01, 2023, 7:20 PM UTC
HN karma
25
Public activity
9 items

About Weethet

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #44836462

    For example a relatively modern email protocol: https://www.rfc-editor.org/rfc/rfc8621.html

  3. comment
    Comment #44836428

    FastMail is using JMAP, a protocol designed to support push notifications. MXRoute is stuck with SMTP/IMAP which don't support those. There might be a different reason, but I think…

  4. comment
    Comment #44649182

    This is an issue with nixpkgs not nix. Google could've just bootstrapped their own nixpkgs from scratch if they wanted to, see Guix (not a perfect example but still). Creating a wh…

  5. comment
    Comment #44648646

    nixpkgs already has 107158 packaged libraries/executables. Nix has infrastructure to support arbitrary build systems and can create docker images. I fail to see any advantages of c…

  6. comment
    Comment #41328037

    So, according to this definition, neither Mistral nor Facebook provide open-source models? Finally, they would need to stop calling their models open-source?

  7. comment
    Comment #41298960

    Yeah, for me too. It looks incredibly broken as of right now and I don't even understand how. I'd say that it's okay if it was an alpha of a completely new editor, but it's a fork …

  8. comment
    Comment #36161700

    Hey, thanks a lot for the reply. I have just moved from go where there is (still a binary though), but an amazing debugger, offering great experience, with lldb on the other side n…

  9. story
    Debugging Rust with Miri

    I am wondering, why is there still no debugger for Rust using Miri. We basically have an interpreter and still, we use binary instead. This is weird, innit?