Rust programing language®
430 subscribers
14 photos
150 links
rust programing channel
Download Telegram
🤖WHAT IS RIGHT ANSWER🤖 bip bop
Final Results
43%
A
19%
B
19%
C
19%
D
#RustChallenge:

What is the output?

A. It will print kernel

B. It will give a compilation error (explain why)

C. It will give a runtime error (explain why)

#rustlang #rust
🤖WHAT IS RIGHT ANSWER🤖 bip bop
Final Results
54%
A
26%
B
20%
C
git-dive is for better understanding why a change was made. Frequently, we work on code bases we didn't start which have too little documentation. Even worse if the original authors are not around. git-blame is an invaluable tool for this but it requires a lot of ceremony to get the information you need.
https://crates.io/crates/git-dive
#RustChallenge:

🦀 #RustQuiz

What is the result?

A. Prints
Rust is Awsome

B. Compilation error
C. Runtime error
👍4
what is right answer ???
Anonymous Quiz
58%
A
29%
B
13%
C
6
Introducing hatch - a capability-based sandbox for MCP

Github repo

Hatch is a capability-based sandbox for MCP (Model Context Protocol) servers on Linux and macOS. Each server runs under a signed TOML manifest that declares its network destinations, filesystem paths, subprocess permissions, and per-tool argument rules in a CEL subset, enforced by user/mount/pid/net namespaces + cgroups + iptables on Linux and sandbox-exec + PF on macOS, plus an SNI-filtering proxy and DNS allowlist for egress. The threat model is the contract: "what hatch does NOT protect against" sits right next to "what it does."

via DEV Community: rust (author: Irfan)
1