Viewing profile — Ralith
Ralith
HN member- Joined
- Fri, Aug 07, 2009, 9:09 PM UTC
- HN karma
- 661
- Public activity
- 378 items
- HN profile
- View on Hacker News ↗
About Ralith
No profile information was provided.
Recent public activity
-
comment
Comment #44653273
There's a (configurable, easily bypassed) limit for newly created file size to catch that common mistake.
-
comment
Comment #36148105
Disabling that option makes the `%SystemRoot%\system32\GigabyteUpdateService.exe` binary mentioned by the original article stop appearing, so it seems so.
-
comment
Comment #23000922
There's even been experiments with binding futures to glib or various GUI event loops!
-
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.
-
comment
Comment #21415938
Missed opportunity to render pixel art in the calendar display.
-
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…
-
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.
-
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…
-
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…
-
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…
-
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…
-
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
-
comment
Comment #18365164
You just pass it in explicitly: https://nixos.org/nixpkgs/manual/#sec-pkg-override
- comment
-
comment
Comment #17939195
> I invented quaternions using matrices what
-
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…
-
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…
-
comment
Comment #16343511
Those are probably supported version numbers.
-
comment
Comment #13388030
Do you want GNU extensions? Use the latter. Otherwise, use the former.
-
comment
Comment #13388024
One of Rust's selling points is literally that it has very easy zero-overhead C interop.
-
comment
Comment #13387626
Who needs type systems, anyway? Or any datatypes but strings, for that matter!
-
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…
-
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.
-
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…
-
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…