It isn’t if it was intentional. It was intentional. Otherwise the exploit chain wouldn’t be so convoluted.
It isn’t if it was intentional. It was intentional. Otherwise the exploit chain wouldn’t be so convoluted.
Unless you’re running Debian testing you’re safe. If ssh isn’t open to the internet you’re safe. Just make sure everything is up-to-date.
It depends on volume. When you build 100 parts not really. But when you build millions it becomes worth it.
In automotive they fight over every cent.
Hi, I’ve started reading you blog and noticed your mention of activity pub for gitLab. Forgejo is working on exactly that. It’s a fork of gitea.
My guess is that it has that default because they use Rust. Everyone uses rustfmt so everything looks the same and if you always format before a commit you never get massive diffs.
Most rust projects I’ve seen even have a ci job to check the formatting with rustfmt.
What happened there?
It all depends on the library you use. Rust has you covered with toml_edit. It is what is used for all the cargo commands editing the Cargo.toml file.
Hyper isn’t supposed to be what you use if you just want to make a web request or serve some content. You use request and Axum/actix/warp/rocket for that respectively.
It’s supposed to handle the conversion between bytestream and structs representing http. It is really good at that.