Spyke
MTK
lemmy.world

It's not that uncommon because they have specific lengths, so usually just by the length you can know the checksum. Of course it's not perfect, but for file verification it's usually MD5, SHA1, or SHA256, so the length is enough to differentiate between them.

But yeah, dick move.

43
bleistift2reply
sopuli.xyz

It’s the first time I’ve seen it. Are we supposed to memorize the specific length of each hashing function now?

26

I'd just run the cli commands to check it

md5 filename sha256 filename

Etc.

As the other user said it should be one of the main ones

4

UBUNTU 20??!!!

That's ancient. Not even LTS anymore.

What on earth are you downloading that needs this old software?

27
bleistift2reply
sopuli.xyz

It’s Audacity’s AppImage. The Mint repos are terribly outdated.

19
toffireply
piefed.social

Isn't the unofficial successor tenacity since audacity partly switched to a closed/proprietary license?

7
hddsxreply
lemmy.ca

It’s not the license. It’s the opt-in telemetry. I’m not sure if this is prepackaged binary or not. Either way, that’s why people switched

13
Lodrareply
programming.dev

I absolutely understand not liking opt-out telemetry. Do people generally not like opt-in telemetry? Is this really why the community shifted to a different project?

11

Given that they were planning to implement Yandex telemetry, I’m guessing the answer is yes. Plus they decided to age “limit” to 13+ to support these changes.

If I could recall anything I ate today, I’d tell you what else I remember about audacity back then. As it stands, I can’t. So, sorry about that

7

AFAIK the "issues" with Audacity were only that they added optional telemetry, and made the project lead a former Microsoft guy.

I may be wrong, I avoid looking too much into this type of drama.

1
NeatNitreply
discuss.tchncs.de

Just out of curiosity: what do you need that the newer versions have but the version on Mint is missing?

2

The volume meter is cut off on my old version. I assume that Audacity reads the dimensions of my internal screen (2560px) instead of the one I’m actually using (1920px) when computing the width of the meter.

2
bleistift2reply
sopuli.xyz

The audacity website didn’t mention Flatpak, so I thought they didn’t support it. However…

2

It's a good try though, if it doesn't work for you uninstall it.

2
lemmy.world

guix shell audacity -- audacity

to just use

guix install audacity

to install it

0
bleistift2reply
sopuli.xyz

Kind of you to assume I have your favorite package manager installed

8

Just install McAfee AND Nortons antivirus and everything will be fine

4
swg-empire.de

Love KDE's Dolphin. In the file properties you can just paste a hash and it will check the correct one for you.

7

Just did a test of the character counts for different algorithms, here's the number of characters for each:

CommandCharacters
md5sum32
sha1sum40
sha256sum64
1

You reached the end