Avatar

UndercoverUlrikHD

UndercoverUlrikHD@programming.dev
Joined
5 posts • 676 comments
Direct message

from typing import Union is probably what you’re looking for, but yes, I’d argue you should try to avoid that kind of pattern, even if it’s convenient.

Sorry for the triple(?) notifications. Trying out the beta version of the boost app and it’s still a bit buggy.

permalink
report
reply

Yeah, good point, the linked answer seems better suited (even if I would still recommended not having a variable return). I appreciate the feedback!

permalink
report
parent
reply

Documentation is a big thing that’s unfortunately often overlooked. It’s not as sexy as adding new features or fixing elusive bugs, but it can really make or break a project for others to use.

permalink
report
reply

Too bad It’s impossibe too see wich mod is doing what.

Can’t users see which moderator/admin removed content in the modlog?

permalink
report
parent
reply

As in Sámi?

permalink
report
parent
reply

“product”

The real value of the “product” was done by (m/b)illion dollar investments by Nvidia and game companies facilitating support for FSR or alternate upscalers. His “product” takes a few days to implement and others are able to offer the same “product” for free.

He is making a ridiculous amount of money considering the amount of work required and feels like an insult to modders who actually spend hundreds of hours tinkering and publishing their work for free. He already makes more than he deserves on patreon, why is he so sensitive about others pirating it.

permalink
report
parent
reply

It’s often discouraged to editorialise the title of a news article you are sharing. OP didn’t make up the title, it’s the title of the news article they shared.

permalink
report
parent
reply

If the US got similar problems as Norway, you should still care as there is a lot of energy wasted on transferring it from A to B.

permalink
report
parent
reply

What’s wild is how it took a day before the post was reported.

permalink
report
reply

Since nobody else have said it, Python. It’s quick and easy to set up all kinds scripts with it. No need to compile and most Linux distros comes with python pre installed so you’re are just one ctrl+v or git clone away from being able to run your scripts.

You got libraries for all sorts of things, and if you need performance, C and Rust interface all nicely with it. Just remember to use type hints.

permalink
report
reply