aard

joined 2 years ago
[–] aard@kyu.de 16 points 2 years ago

Turns out, countries where religious extremists are stuck in the past and were allowed political power tend to legitimate killing by the state (also looking at you here, USA). They're also perfectly fine with women dying for that, so I don't think this statement is wrong when applied to extremists of any related religion.

[–] aard@kyu.de -1 points 2 years ago

I've been a Linux user since the 90s, and nvidia has been a problem as long as I can remember. The wayland issues are just a new chapter in a long saga. ATI used to be the same, but they came around after having been bought by AMD.

If you're already planning to use Linux on something a quick search will directly tell you that nvidia is a problem. If you got the hardware before nvidia that sucks - but again, it's nvidias fault.

I think we absolutely should neglect nvidias market share, and just fully drop support for nvidia cards - either they'll get pressured by angry users to no longer behave like dicks, or they keep doing it, and people will only make the mistake of buying nvidia once (or not use Linux) - either way, we'll have gotten rid of a massive headache.

[–] aard@kyu.de 26 points 2 years ago (9 children)

I always get annoyed when I'm on some system and nano pops up and I need to figure out how to kill that thing.

[–] aard@kyu.de 8 points 2 years ago (2 children)

Just don't buy nvidia (or stuff from any other company openly hostile towards their users)

[–] aard@kyu.de 30 points 2 years ago

I don't think infotainment systems need a concept of copy/paste but having to write:

Having lived through the whole "phones don't need copy and paste debate", which fortunately got solved by now having it everywhere I'm in the camp "just stick that everywhere, just in case somebody might use it one day"

[–] aard@kyu.de 14 points 2 years ago

When I still was paying for prime (cancelled it last price increase) I was pirating any prime videos as that was easier than dealing with the shitty prime video UI.

[–] aard@kyu.de 1 points 2 years ago

After reading about it - true. Disadvantage of doing this stuff for a long time - you miss new developments. Only reason I'm aware of testdisk is that I lost the sources of my own superblock search tool, my old binaries broke with a newer glibc, and before reimplementing it I checked if sombody else had done that in a more usable form in the meantime.

[–] aard@kyu.de 2 points 2 years ago

That has changed over the last few years - I'd prefer a proper usb3 to sata bridge over a shitty sata controller - and the quality of integrated sata controllers isn't that great nowadays.

[–] aard@kyu.de 25 points 2 years ago

In that case I'd recommend waiting until next year before attempting recovery.

[–] aard@kyu.de 11 points 2 years ago (5 children)

You can do all of that on the device - but you only get one shot. If you mess up that's it - so no sensible person would try any form of data rescue directly on the device. Storage is cheap, if you don't have sufficient space on your computer just get another external disk.

[–] aard@kyu.de 36 points 2 years ago (14 children)

First step, in case you didn't do that yet: Create a disk image of the partition - you don't want to try data recovery on the actual data. Easiest is just using dd to dump the disk to another drive.

Next try running testdisk on the image to see if it can find the backup superblocks - if it does you can feed that to fsck to restore the filesystem.

If you know the blocksize of the filesystem you can also run mke2fs with the -S parameter - this will just write the superblocks. Again, only do that on a disk image, not the actual drive.

view more: ‹ prev next ›