diff options
Diffstat (limited to '2024/talks/rust.md')
-rw-r--r-- | 2024/talks/rust.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/2024/talks/rust.md b/2024/talks/rust.md index ce72ffa2..0c1c676f 100644 --- a/2024/talks/rust.md +++ b/2024/talks/rust.md @@ -35,7 +35,7 @@ Hardware Engineer with interest in low-level programming and the hardware-softwa - A: While mathematically correct, CRDT does not always produce a useful answer. With different packages, this will the issue: not a useful result. - [https://www.moment.dev/blog/lies-i-was-told-pt-1](https://www.moment.dev/blog/lies-i-was-told-pt-1){rel="noreferrer noopener"} + [https://www.moment.dev/blog/lies-i-was-told-pt-1](https://www.moment.dev/blog/lies-i-was-told-pt-1) - Q: Why hosted on GitHub? GitHub is nonfree. Is it possible to report bugs/send patches without using GitHub? - A: Email patches are possible. Github is what the speaker knows. @@ -63,10 +63,10 @@ Hardware Engineer with interest in low-level programming and the hardware-softwa lifetime-tracking issues. A better tracking mechanism would be better. - A: Enum with variant types to avoid boilerplate - [https://github.com/rust-lang/lang-team/issues/122](https://github.com/rust-lang/lang-team/issues/122){rel="noreferrer noopener"} + [https://github.com/rust-lang/lang-team/issues/122](https://github.com/rust-lang/lang-team/issues/122) - A: Allocator API could be better (still nightly-only) - A: \<apiraino\> thanks! Dont forget to fill out the survey :) - [https://blog.rust-lang.org/2024/12/05/annual-survey-2024-launch.html](https://blog.rust-lang.org/2024/12/05/annual-survey-2024-launch.html){rel="noreferrer noopener"} + [https://blog.rust-lang.org/2024/12/05/annual-survey-2024-launch.html](https://blog.rust-lang.org/2024/12/05/annual-survey-2024-launch.html) - Q: What are you thoughts on the GUI layer. Any plans on how to reimplement it? - A: Either GTK+ or direct GUI in Rust, but no concrete plan so @@ -130,7 +130,7 @@ Hardware Engineer with interest in low-level programming and the hardware-softwa - image animations slick - \<sctb\> troyhinckley: Very cool talk! - \<\[\> I recommend - [https://codeberg.org/](https://codeberg.org/){rel="noreferrer noopener"} + [https://codeberg.org/](https://codeberg.org/) (as a freedom-respecting github - replacement) - \<NullNix\> one big problem with using gtk \-- there is a |