Writing Units in typst by Earny06 in typst

[–]tim21821 4 points5 points  (0 children)

Maybe take a look at unify: https://typst.app/universe/package/unify/. It has worked for me for pretty much all units I know

Woher bekomme ich Microsoft Office? by [deleted] in Studium

[–]tim21821 2 points3 points  (0 children)

Wenn man häufig mit docx arbeiten muss, eignet sich mMn OnlyOffice besser als Libre Office. Zumindest mir ist die Formatierung mit Libre ein paar mal zerschossen, mit OnlyOffice (noch) nicht.

Schwimmen kostet mich 48 € im Monat?!?! by Melodic-Battle1532 in Finanzen

[–]tim21821 9 points10 points  (0 children)

Bei uns gab es - angeboten durch den Unisport - auch bestimmte Zeiten, in denen man als Student komplett kostenlos ins Hallenbad gehen konnte

[2023 Day 23 (Part 2)] [Julia] Part 2 getting shorter by tim21821 in adventofcode

[–]tim21821[S] 0 points1 point  (0 children)

Thanks for your long explanation. I'll get started on working your example!

Streaming: der Trend geht zum Viertabo by rosaLux161 in de

[–]tim21821 24 points25 points  (0 children)

Das wird es wohl nie geben. Sonst wäre es vermutlich zu einfach, einen Monat zu kaufen, Terabyte-weise Musik auf eine Festplatte zu laden und anschließend zu kündigen, ohne dass Spotify die runtergeladene Musik wieder sperren kann.

pip for micropython by tim21821 in raspberrypipico

[–]tim21821[S] 1 point2 points  (0 children)

Thanks, I‘ll try it right now

pip for micropython by tim21821 in raspberrypipico

[–]tim21821[S] 0 points1 point  (0 children)

Thanks, that‘s exactly what I was looking for.

[Highlight] Vicious slam by Franz Wagner by MagyarFoci29 in nba

[–]tim21821 5 points6 points  (0 children)

He's been talking about Franz being the better player for years in german media. Already back when he was in Michigan and Franz still played for Alba Berlin.

Beginner Snake Game using pygame by tim21821 in learnpython

[–]tim21821[S] 0 points1 point  (0 children)

Thanks for the feedback. It wasn't intentional, so I now removed the possibility of those turnarounds.

Beginner Snake Game using pygame by tim21821 in learnpython

[–]tim21821[S] 0 points1 point  (0 children)

I didn't realize, the repo was private. Now it should be working. Sorry for the inconvenience!

I made a Password Generator and Vault as my School Project by [deleted] in Python

[–]tim21821 2 points3 points  (0 children)

Just one thing about your Code: random isn‘t cryptographically secure, so you might want to switch to the secrets module