@thomasfuchs @bitsavers I'm a YT Premium subscriber so I don't know if that gives me special options, but pretty sure I can just block channels. I have blocked this one.
Notices by Jonathan ‘theJPster’ Pallant (thejpster@hachyderm.io)
-
Embed this notice
Jonathan ‘theJPster’ Pallant (thejpster@hachyderm.io)'s status on Tuesday, 25-Aug-2026 01:26:56 JST
Jonathan ‘theJPster’ Pallant
-
Embed this notice
Jonathan ‘theJPster’ Pallant (thejpster@hachyderm.io)'s status on Wednesday, 10-Sep-2025 01:59:30 JST
Jonathan ‘theJPster’ Pallant
@mattly @matt I try my best. https://docs.rs/cortex-r-rt for example.
-
Embed this notice
Jonathan ‘theJPster’ Pallant (thejpster@hachyderm.io)'s status on Thursday, 25-Apr-2024 20:44:05 JST
Jonathan ‘theJPster’ Pallant
Hey @bagder, I was wondering about the default Rust install command:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Is the restriction on --proto to =https strictly required? Will curl switch to http even given an https URL?
Is the restriction to TLSv1.2 strictly required? Will curl downgrade to TLSv1.1 or SSLv3 if the server suggests it?
The -s and -S are fine, but I'd probably live with the stderr output for the sake of command brevity. The -f seems reasonable though.
-
Embed this notice
Jonathan ‘theJPster’ Pallant (thejpster@hachyderm.io)'s status on Thursday, 25-Apr-2024 20:44:03 JST
Jonathan ‘theJPster’ Pallant
-
Embed this notice
Jonathan ‘theJPster’ Pallant (thejpster@hachyderm.io)'s status on Sunday, 18-Feb-2024 04:03:45 JST
Jonathan ‘theJPster’ Pallant
Idle thought: what if in Rust you were able to write:
pub nopanic fn foo() { … }
Functions marked nopanic can only perform operations that are themselves nopanic. A bit like const fns. If you really wanted you could make main a nopanic function. Unchecked arithmetic and slicing, and functions like unwrap, would all be forbidden inside a nopanic function.
You could also use the keyword “safe” instead of “nopanic”, leaving the default to be ?safe, or semi-safe (no UB, but could panic).
-
Embed this notice
Jonathan ‘theJPster’ Pallant (thejpster@hachyderm.io)'s status on Friday, 08-Dec-2023 13:55:50 JST
Jonathan ‘theJPster’ Pallant
https://github.com/rust-lang/rust/pull/117472
Soon you will be able to write c"Hello" in rust and get a valid UTF-8 encoded *NUL-terminated* string. This is amazing for people who work with C APIs.
-
Embed this notice
Jonathan ‘theJPster’ Pallant (thejpster@hachyderm.io)'s status on Sunday, 10-Sep-2023 02:54:07 JST
Jonathan ‘theJPster’ Pallant
@thomasfuchs I know! I was so upset about this I made my own computer and wrote a manual to go with it.
-
Embed this notice
Jonathan ‘theJPster’ Pallant (thejpster@hachyderm.io)'s status on Monday, 27-Mar-2023 20:31:32 JST
Jonathan ‘theJPster’ Pallant
@thomasfuchs what?! that's incredible.
-
Embed this notice
Jonathan ‘theJPster’ Pallant (thejpster@hachyderm.io)'s status on Thursday, 08-Dec-2022 17:00:49 JST
Jonathan ‘theJPster’ Pallant
@nova I haven’t logged in over there in weeks now. The biggest issue is Fomo, especially when work tracks @s on a zulip thread and I know I mustn’t click on any of those posts for fear of being sucked back in.