Viewing profile — rusbus
rusbus
HN member- Joined
- Tue, May 06, 2014, 2:15 AM UTC
- HN karma
- 1,238
- Public activity
- 229 items
- HN profile
- View on Hacker News ↗
About rusbus
Recent public activity
-
comment
Comment #48797191
This is exciting because the effect size is so large. But as the author's acknowledged, selection bias is nearly impossible to control for in this non-randomized study: > and lacks…
- story
- story
-
comment
Comment #48108349
Two years ago someone told me "I wish I could understand what Tokio is actually doing." This really stuck with me and earlier this year I had both an idea and the time to try to ma…
- story
- story
- story
-
comment
Comment #45115708
Does anyone else find it incredibly ironic that this article summarizing the paper was obviously written with AI? All the headings and bullets and phrases like "The findings are cl…
-
comment
Comment #44347908
perhaps you did not read the post—the author attempted layer-by-layer first but discovered it was impossible to get a smooth final result. This is apparently a well known issue amo…
-
comment
Comment #44020285
Another useful library in this space that allows you to avoid manually writing bindings is https://github.com/duchess-rs/duchess
-
comment
Comment #41597818
TLDR: Install a wifi microcontroller _inside_ a TI-84. Make a little app that can talk to ChatGPT.
-
comment
Comment #38976864
How crazy is the build chain these days? Well, to build it in FIPS mode you need a Go compiler!
-
comment
Comment #38784326
The verbatim responses come as part of "Browse with Bing" not the model actually verbatim repeating articles from training data. This seems pretty different and something actually …
-
comment
Comment #38460694
The Rust SDK does not currently use the CRT under the hood. The CRT is a high performance C-Library for fast HTTP connections (and a lot more). For S3, there is a meta-layer that i…
-
comment
Comment #38448838
Probably the biggest one is "batteries included but replaceable." The Rust ecosystem is still maturing, so we did a lot of work to make reasonable default choices but still allow c…
-
comment
Comment #38448570
It's on our radar—one of the biggest issues is that some of the services like EC2 are absolutely massive. We're investigating ways for customers to only compile the operations they…
-
comment
Comment #38448566
if you use other Async runtimes, you need to "wire them up", in this case by providing a "sleep" implementation. I'd strongly recommend using Tokio, especially if you're a beginner…
-
comment
Comment #38448536
The Rust SDK is built on top of the smithy-rs code generator. On the service coverage front, you'll find nearly 100% parity—There are some legacy APIs that aren't supported. It als…
-
comment
Comment #38447388
> What kind of plans for support of Rust's evolving async ecosystem? We were hoping async-function-in-trait would land before GA, however, we have a plan to add support in a backwa…
-
comment
Comment #38447158
Not all languages have a great interop story with Rust. Binding the JNI is especially tricky, for example. Furthermore, when performance isn't important, the need to package and co…
-
comment
Comment #38447113
Although this is true in theory, in practice you need to be very careful when writing code if you want to target WASM. One example: `SystemTime::now` will panic on some WASM platfo…
-
comment
Comment #38447094
Yep! There are actually examples that use Web Assembly: https://github.com/awslabs/aws-sdk-rust/tree/main/examples/w...
-
comment
Comment #38445830
Hello! Me and some other folks who work on the Rust SDK will be around today answering questions in the comments.
-
comment
Comment #30026109
Am I the only one who has never heard of nor seen a git.io shortened URL?
-
comment
Comment #29828940
the optimal 5 letter starting work is SERAI (as computed by someone's AI)