🔗 Corrode Rust Blog: corrode.dev/blog/tips-fo...
🔗 Rust Performance Book: nnethercote.github.io/perf-book/co...
🔗 Corrode Rust Blog: corrode.dev/blog/tips-fo...
🔗 Rust Performance Book: nnethercote.github.io/perf-book/co...
Saw this great @humblebundle.com deal for up to 18 books from @nostarchpress.bsky.social and supports @eff.org that includes essential reading for offensive and defensive techniques.
www.humblebundle.com/books/hackin...
Saw this great @humblebundle.com deal for up to 18 books from @nostarchpress.bsky.social and supports @eff.org that includes essential reading for offensive and defensive techniques.
www.humblebundle.com/books/hackin...
OCaml was chosen for its strong type system and pattern matching features. This "bootstrap" compiler was used to create the first self-hosting Rust compiler.
#Programming #PLT
OCaml was chosen for its strong type system and pattern matching features. This "bootstrap" compiler was used to create the first self-hosting Rust compiler.
#Programming #PLT
Today's Rust compiler is self-hosting (written in Rust, compiles itself using an existing compiler). But this raises a question: How was the very first Rust compiler created when there was no Rust compiler to build it?
#RustLang
Today's Rust compiler is self-hosting (written in Rust, compiles itself using an existing compiler). But this raises a question: How was the very first Rust compiler created when there was no Rust compiler to build it?
#RustLang
#GitHubActions #DevOps
#GitHubActions #DevOps
All experience levels welcome - from beginners to experts, even future Rustaceans.
Takes 10-25 mins, anonymous responses.
Deadline: Dec 17
🔗 blog.rust-lang.org/2025/11/17/l...
All experience levels welcome - from beginners to experts, even future Rustaceans.
Takes 10-25 mins, anonymous responses.
Deadline: Dec 17
🔗 blog.rust-lang.org/2025/11/17/l...
This is huge news from pre:Invent 2025, bringing Rust's performance, memory efficiency, and safety to serverless functions.
What AWS re:Invent (Dec 1-5, Las Vegas) announcements are you most excited about?
#AWS #Rust #Serverless
This is huge news from pre:Invent 2025, bringing Rust's performance, memory efficiency, and safety to serverless functions.
What AWS re:Invent (Dec 1-5, Las Vegas) announcements are you most excited about?
#AWS #Rust #Serverless
Key lesson: "This can never happen" usually means "hasn't happened yet." Always implement proper error handling in prod!
Kudos to Cloudflare for the transparent postmortem 🦀
Key lesson: "This can never happen" usually means "hasn't happened yet." Always implement proper error handling in prod!
Kudos to Cloudflare for the transparent postmortem 🦀
If you’re in MoCo and looking for a friendly group to code, chat, and caffeinate with, check out the meetup link: www.meetup.com/mocode-coffee/
If you’re in MoCo and looking for a friendly group to code, chat, and caffeinate with, check out the meetup link: www.meetup.com/mocode-coffee/
🎟️ here: www.districtcon.org/tickets
🎟️ here: www.districtcon.org/tickets
`let disapproodles = "ಠ_ಠ"`
🤭
`let disapproodles = "ಠ_ಠ"`
🤭
From O'Reilly's Programming Rust, 2nd Edition
#RustLang #Rust #RustProgramming #OReilly #Learning
From O'Reilly's Programming Rust, 2nd Edition
#RustLang #Rust #RustProgramming #OReilly #Learning
#DevOps #ContinuousIntegration #Rust #TechTips
Reference: docs.github.com/en/actions/r...
4/4
#DevOps #ContinuousIntegration #Rust #TechTips
Reference: docs.github.com/en/actions/r...
4/4
echo "/root/.cargo/bin" >> "$GITHUB_PATH"
3/4
echo "/root/.cargo/bin" >> "$GITHUB_PATH"
3/4
1. Pre-install cargo on runner for Rust builds
2. Test with `cargo version` - works!
3. Run GitHub Action with `cargo build`
4. 😱 Error: `cargo: command not found`
2/4
1. Pre-install cargo on runner for Rust builds
2. Test with `cargo version` - works!
3. Run GitHub Action with `cargo build`
4. 😱 Error: `cargo: command not found`
2/4
When using self-hosted runners, GitHub Actions resets the system PATH when executing jobs. This can break your workflow if you've pre-installed dependencies on your runner.
1/4
When using self-hosted runners, GitHub Actions resets the system PATH when executing jobs. This can break your workflow if you've pre-installed dependencies on your runner.
1/4
- "Programming Rust" (O'Reilly) - great companion to The Book
- "Rust in Action" - practical systems programming projects
Pro-tip: Your local library might have these! 📖
- "Programming Rust" (O'Reilly) - great companion to The Book
- "Rust in Action" - practical systems programming projects
Pro-tip: Your local library might have these! 📖