• 0 Posts
  • 9 Comments
Joined 1Y ago
cake
Cake day: Aug 16, 2023

help-circle
rss

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.



Where I work there is a hardware test, where the voltage needs to be changed on the power supply like 8 times. Currently it’s done by hand.

I gave that to a student with the description that I want that automated, let production show you how the test is done. If you have other ideas how to improve it, just do it.

This was 8 working days ago for the student. She still hasn’t started, because she wants an exact description what needs to be done. If you want me to write down how exactly everything needs to be done, I might just write it myself in python and be done with it.


Cargo.rs also has no option to unpublish a package. There is however the option to yank a package which disables the inclusion in new projects by the automated dependency resolution. If the version is entered manually it will still be used.


Codeberg is the hosted forgejo instance from codeberg E.V. Codeberg ev also forked gitea 2022 and spearheads the development of forgejo


So you are saying using python to write the server for a federated multimedia messenger is a bad idea.

Let me tell you, I’m shocked😲



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.