Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)FL
Posts
0
Comments
75
Joined
2 yr. ago

  • 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.

  • I'd suggest putting the source up on GitHub and create a ci action to publish automatically the main branch. That way people can help you create the website while you also have full controll over what lands. Hit me up if you want help with that.

  • 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.