Live data from Hacker News

Viewing profile — Ralith

Ralith

HN member
Joined
Fri, Aug 07, 2009, 9:09 PM UTC
HN karma
661
Public activity
378 items

About Ralith

No profile information was provided.

Recent public activity

  1. comment
    Comment #44653273

    There's a (configurable, easily bypassed) limit for newly created file size to catch that common mistake.

  2. comment
    Comment #36148105

    Disabling that option makes the `%SystemRoot%\system32\GigabyteUpdateService.exe` binary mentioned by the original article stop appearing, so it seems so.

  3. comment
    Comment #23000922

    There's even been experiments with binding futures to glib or various GUI event loops!

  4. comment
    Comment #23000659

    "system" here is intended to refer to the application using tokio, i.e. if you got rid of tokio and did everything by hand you wouldn't be able to make your application faster.

  5. comment
    Comment #21415938

    Missed opportunity to render pixel art in the calendar display.

  6. comment
    Comment #19029285

    Thanks for the details! > the core protocol objects in quinn that directly link to specific socket and address and even event loop reactor objects - and these objects strictly in R…

  7. comment
    Comment #18966306

    It's worth emphasizing that QUIC is more general than a new transport for HTTP; it has wide ranging applications, due to being far more versatile than TCP.

  8. comment
    Comment #18965822

    All Rust programs call out to platform-dependent unsafe code sooner or later in the form of the standard library. Otherwise, you wouldn't be able to allocate memory or do any I/O w…

  9. comment
    Comment #18965027

    The current draft encourages, but does not require, QUIC implementations to employ path MTU discovery along those lines; see https://quicwg.org/base-drafts/draft-ietf-quic-transpor…

  10. comment
    Comment #18367521

    > But for C/C++ projects I would just compile in an Ubuntu container as well. Setting up a reproducible build environment with nix-shell is much more convenient than screwing aroun…

  11. comment
    Comment #18365229

    > Binaries are a pain, but that's always true if you aren't running the exact distro that the binary was built for. This is actually easier to deal with on NixOS than elsewhere, be…

  12. comment
    Comment #18365188

    > most of the configuration is for desktop stuff and NixOS doesn't really cover that. I like home-manager: https://github.com/rycee/home-manager

  13. comment
    Comment #18365164

    You just pass it in explicitly: https://nixos.org/nixpkgs/manual/#sec-pkg-override

  14. comment
  15. comment
    Comment #17939195

    > I invented quaternions using matrices what

  16. comment
    Comment #17939183

    Even if you're writing your own engine from scratch, VR runtimes provide orientation information directly to the engine as a 4x4 transform matrix. They would have to ignore all the…

  17. comment
    Comment #16343544

    > There is no support for datagrams, just datastreams. Datagrams can be easily and effectively encoded as discrete short-lived streams. If you need streams of datagrams, you can en…

  18. comment
    Comment #16343511

    Those are probably supported version numbers.

  19. comment
    Comment #13388030

    Do you want GNU extensions? Use the latter. Otherwise, use the former.

  20. comment
    Comment #13388024

    One of Rust's selling points is literally that it has very easy zero-overhead C interop.

  21. comment
    Comment #13387626

    Who needs type systems, anyway? Or any datatypes but strings, for that matter!

  22. comment
    Comment #13385876

    > There is a return statement; it just can't return anything What? Return works exactly like it does in C, it's just not required as much. > warning: unnecessary parentheses around…

  23. comment
    Comment #13385732

    A type system for Nix would be pretty neat, but a lot of unfortunate design decisions were made in the absence of one that may make this a difficult project.

  24. comment
    Comment #12033907

    It should be noted that rooms are not "on" a homeserver the way IRC channels are on a network. The server is just a convenient reference point. If it goes down, the room still exis…

  25. comment
    Comment #9466680

    > Over 10 years the government will save $1.32 for every $1 invested for fuller support for the chronically homeless, Sacred Heart Mission estimates 32% return on investment sounds…