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/)GA
Posts
0
Comments
10
Joined
2 yr. ago

  • Radius is the length of the middle of a circle to the edge (2")

    Diameter is the full width of the circle (4")

    Circumference is the length of the circle itself were you to cut and unwind it. Circ is calculated via: pi * diameter

    So, If you're wanted 24 inch Circumference, it would be 24 ÷ pi which is 7.639437268.

    So a 8+ inch diameter is what youd want.

  • Honestly the best thing is and has always been learn by doing with current "professionals" (people working in the field). Try something, get feedback, adjust and learn and grow. Nothing else compares to real world integration.

  • The laws are there, sure. But if you become a corporate "whistle blower" you're not likely to get a job again. And the company will just drown the accusations in fines and litigation and nothing changes because we're poor and solo, because we're not unionized because if we try we get fired (again, illegally).

    Sigh.

  • Sounds like I just gotta get better with rebasing. But generally I do my merges clean from local changes. I'll commit and push, then merge in, push. Then keep working. Not too hard to track but I've found it's the diff at MR time that people really pay attention to. So individual commits haven't been too crucial.

  • OK. Query.

    Rebase or merge into current?

    I personally never rebase. It always seems to have some problem. I'm surely there's a place and time for rebasing but I've never seen it in action I guess.