wasabi

joined 1 year ago
[–] wasabi@feddit.de 1 points 9 months ago* (last edited 9 months ago)

Honestly the most complete source of high res music is private trackers like redacted. You can download all the stuff from qobuz and bandcamp, every CD rip you can think of in bit perfect quality of and even very good vinyl rips. You basically can download any version ever released from any album.

[–] wasabi@feddit.de 1 points 9 months ago

Yes, that's a good alternative for Collection[str] but not so much for Iterable[str] as you lose the lazyness of Generators.

[–] wasabi@feddit.de 3 points 9 months ago

Maybe something like passing in a list of patterns which should match some data, or a list of files/urls to download would be examples of where I would like to be generic, but taking in a string would be bad.

But the real solution be to convert it to foo(*args: str). But maybe if you take 2 Container[str] as input so you can't use *args. But no real world example comes to mind.

[–] wasabi@feddit.de 1 points 9 months ago

Yes, you're right. It also a lot of benefits.

[–] wasabi@feddit.de 2 points 9 months ago (2 children)

This + an assert seems like the way to go. I think that str should never have fulfilled these contracts in the first place and should have a .chars property that returns a list of one-character-strings. But this change would break existing code, so it is not going to happen.

[–] wasabi@feddit.de 2 points 9 months ago

str matches most of these contracts, though, requiring additional checks if a str was passed or one of these collections containing strings.

[–] wasabi@feddit.de 3 points 9 months ago (3 children)

But what if you actually don't want str to be valid?

[–] wasabi@feddit.de 3 points 9 months ago* (last edited 9 months ago) (1 children)

I know that Iterable and Collection aren't the same. My point is, that if you use Iterable[str] or Collection[str] as a more flexible alternative to list[str] you no longer have any type-hinting support protecting against passing in a plain string and you could end up with a subtle bug by unexpectedly looping over ['f', 'o', 'o'] instead of ['foo'].

[–] wasabi@feddit.de 1 points 10 months ago* (last edited 10 months ago)

For now. YouTube constantly changes stuff, requiring changes to newpipe. As no one will merge these into the fork, it will stop working when that happens.

[–] wasabi@feddit.de 1 points 10 months ago (2 children)

Seems like it is no longer maintained. Unfortunately that means it is only a matter of time until it breaks forever.

[–] wasabi@feddit.de 5 points 10 months ago* (last edited 10 months ago)

Firefox, Neovim, Tmux, Various KDE applications, Nextcloud, Wine, Signal, OpenSSH

Probably many more

view more: ‹ prev next ›