Viewing profile — erickt
erickt
HN member- Joined
- Tue, Oct 05, 2010, 4:43 PM UTC
- HN karma
- 1,148
- Public activity
- 128 items
- HN profile
- View on Hacker News ↗
About erickt
[ my public key: https://keybase.io/erickt; my proof: https://keybase.io/erickt/sigs/WDhGSPcuMruumbNA5rWKGXcp2m-lOiX4n5YE6-goGMA ]
Recent public activity
-
comment
Comment #31505981
I also work on Fuchsia’s Software delivery team. For some more detail on how we secure downloading components, we implement a concept called verified execution [1]. We establish a …
-
comment
Comment #30710905
ABI and API backwards compatibility is written up here: https://fuchsia.dev/fuchsia-src/development/languages/fidl/g...
-
comment
Comment #29163523
I believe the first major funding by the Rust Foundation was hiring Ferrous to help develop and maintain crates.io: https://foundation.rust-lang.org/posts/2021-10-18-crates-io-...
-
comment
Comment #28338432
I’d go further and say it’s not possible to fully implement async/await without compiler help. I got really far with stateful, back in 2016 [1]. Stateful was an attempt to write a …
-
comment
Comment #26386169
The account issues have apparently been resolved, and Terraria port to Stadia has been uncanceled: https://forums.terraria.org/index.php?threads/terraria-state... Disclaimer: I wor…
-
comment
Comment #26180026
Could (2017) be added to the title? Since then, Daniel has since rethought this post and is now writing a Rust backend for curl: https://daniel.haxx.se/blog/2020/10/09/rust-in-curl…
- story
-
comment
Comment #25125547
This is great news! I'm glad Servo found a place to land. Are you planning on sticking with the MPL-2.0 license, or are you also considering relicensing as well?
-
comment
Comment #24076981
> Closed-world ("sealed") traits. Rust's rules against private types in the public API are good civilization but they make it difficult to define pseudo-private traits like Mount t…
- story
-
comment
Comment #21565645
Original author of serde here. I call it sir-dee, but the current maintainer, dtolnay, calls it sear-day. But we really don't care how people pronounce it. It's really more of a ne…
-
comment
Comment #16200201
The official rust book [1] is a great place to start. So are the exercism tutorials [2] [1] https://doc.rust-lang.org/book/ [2] http://exercism.io/languages/rust/about
-
comment
Comment #15352927
Drat, that must be the jekyll syntax highlighter. It might be easier then reading it off of github if you or anyone else has problems with reading the post: https://github.com/rust…
-
comment
Comment #15352755
Organizer here! Aidan actually submitted two entries. This particular entry that exploited this unsoundness bug wasn't actually the winner, even though it was great (horrible?). We…
-
comment
Comment #15270502
Yeah, there's progress on 8-bit and 16-bit support. We're tracking our work on improving Rust for embedded systems in this roadmap issue [1], with details in this RFC repo [2]. As …
-
comment
Comment #15178510
Good idea. I noted that for next year's survey [1]. One of our big initiatives this year is working on our ergonomics [2]. I'm not sure if we can ever get as approachable as Python…
-
comment
Comment #15178195
Rust Core team member here. Our code of conduct [1] has been the fundamental cornerstone of our project and community since the beginning. Every large institution ends up having to…
-
comment
Comment #15177910
Core/Community team that helped design the survey here. We actually did ask about this, but unfortunately it's quite time consuming to process through all the free text entry like …
-
comment
Comment #15177827
Rust Core/Community Team member here, who helped design the survey. You got it. We asked this question to check whether or not we're succeeding at maintaining our backwards compati…
-
comment
Comment #15073983
Servo is still considered a research project, but one of the benefits of sharing WebRender, Stylo, etc between Servo and Firefox is that it is really helping to productionize those…
-
comment
Comment #15060396
> Kubernetes "secrets" aren't actually...well...secret. They're stored unencrypted in etcd with no ACLs. You must go outside the Kubernetes system to do this. They are in progress …
- story
-
comment
Comment #14807927
FYI, rkt was created (and I believe still predominantly maintained) by CoreOS: https://coreos.com/rkt
-
comment
Comment #14553569
One of the most important tools when writing unsafe rust is compiletest [1]. It's a tool extracted from the compiler project that lets you write tests that are supposed to fail com…
- story