this post was submitted on 19 Feb 2025
523 points (100.0% liked)

Privacy

34089 readers
877 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 5 years ago
MODERATORS
 

I am shocked by this - the quote in below is very concerning:

"However, in 2024, the situation changed: balenaEtcher started sharing the file name of the image and the model of the USB stick with the Balena company and possibly with third parties."

Can't see myself using this software anymore...

you are viewing a single comment's thread
view the rest of the comments
[–] krolden@lemmy.ml 45 points 2 days ago (2 children)
[–] madame_gaymes@programming.dev 13 points 2 days ago (4 children)

Never understood why you would use anything else. It's in coreutils!!!

Because GNU dd-rescue exists

[–] timroerstroem@feddit.dk 16 points 2 days ago (2 children)

There are people coming from Windows, which does not have dd.

[–] pr0sp3kt@lemmy.dbzer0.com 7 points 2 days ago (1 children)

J think the best solution for window$ ppl is Rufus?

[–] madame_gaymes@programming.dev 1 points 2 days ago

Install Linux! /s

[–] krolden@lemmy.ml 3 points 2 days ago (1 children)
[–] fallingcats@discuss.tchncs.de 4 points 2 days ago (1 children)

"just" setting that up takes much longer than installing a small app to do it.

[–] krolden@lemmy.ml 0 points 2 days ago

OK so keep using the small app that is reporting your usage activity

Or just dont use windows

[–] kilgore_trout@feddit.it 6 points 2 days ago (1 children)

Many won't touch the command line.

[–] madame_gaymes@programming.dev 2 points 2 days ago

I know, but just because someone doesn't understand something or ignores it doesn't mean it isn't the best/simplest choice for 90% of cases.

[–] dev_null@lemmy.ml 0 points 2 days ago (1 children)

It's faster to drag and drop a downloaded ISO and choose the target from a dropdown, than do it on a command line. And get a progress bar. As much as command line is usually faster, it isn't in this case.

Yes you can also get a progress bar on the command line but it's more typing again, and realistically you need to look the option up every time if you use dd once every 3 months.

[–] madame_gaymes@programming.dev 4 points 2 days ago (2 children)

Lmao. Uses a computer, typing is too much. It took more typing to write your comment than to craft a tab-completed dd command, even if you had to call the help menu to refresh your available options, jus' sayin'

I get it though, the general public are scared of the big bad 'puter magic and need GUIs.

[–] Tja@programming.dev 2 points 1 day ago (1 children)

Tab complete? Just ^R that shit!

Shhh, that's too advanced. Besides, CLI is outdated and slower than GUIs, this is just insane behavior /s

I honestly didn't even need to specify tab-completed. It's still less typing than their comment unless your paths are miles long.

[–] dev_null@lemmy.ml 0 points 2 days ago (1 children)

Let me try: Lmao. Uses a computer, still does stuff the slower way because learning new things is too difficult.

To be serious, I am looking for the best solutions for my use cases, not adequate ones. Yes dd works perfectly fine and as you noted doesn't take long to use anyway. But just because it's fine doesn't mean other approaches aren't better.

A GUI tool can offer or take a list of download URLs for common distros so downloading isn't a separate step, it can check if the target device is a flash drive and not a hard drive by mistake, it can automatically choose the optimal block size for the device, it can verify the process by reading it back from the device, can show you the current filesystem, label, and usage of the target device to confirm, it can handle flashing to multiple devices at the same time with separate and total progress bars.

If I wanted to do all that on the command line it'd be quite a lot of commands or a sizeable script to write. Or I can use a simple dd command and lose out on all of the above. Either way it's a worse option. I will only use dd when a GUI tool isn't installed, or when I'm on a system without a DE.

[–] madame_gaymes@programming.dev 1 points 2 days ago* (last edited 1 day ago)

We will have to agree to disagree.

At least you came back with reasons beyond "I don't like typing."

ETA: > learning new things is too difficult.

I could use this argument for folks that don't want to learn CLI as well, doesn't really track in either direction.

[–] Firnin@feddit.org 7 points 2 days ago (1 children)

It is indeed the best way, but somehow I am still anxious using this command, even after flashing countless USB drives 😅

[–] memphis@sopuli.xyz 3 points 2 days ago* (last edited 2 days ago)

I've made it a habit to type out the command without sudo at first, then when it yells at me about permissions I am reminded to go back and double-check.