dragonfly4933

joined 1 year ago
[–] [email protected] 1 points 1 week ago

Does that only happen when it tries to download files ending in .db.sig? If so, I think I read somewhere that db have no sig. So as long as it otherwise works, this error is cosmetic.

[–] [email protected] 11 points 1 week ago* (last edited 1 week ago) (2 children)

You could use a custom XferCommand command per PACMAN.CONF(5) with wget using -6

Something like this might work:

XferCommand = /usr/bin/wget -6 -c -O %o %u

[–] [email protected] 6 points 4 weeks ago

If you want something similar to vim or neovim, but without all the fuss learning how to configure it and install plugins and such, you could try helix.

[–] [email protected] 8 points 1 month ago

I would return it, but if you are curious you can try some of the following to get experiencing identifying bad disks.

You could try a different computer or controller to be sure.

If you can get some writes/reads to work, you can use badblocks or dm-crypt: https://wiki.archlinux.org/title/Badblocks#Alternatives

Badblocks will write known data to disk then read it to verify its good. If the disk is malicious, this can be faked. badblocks is also a little slow.

Using dm-crypt in the wiki will write zeros through dm-crypt which will result in random noise being written to disk, then compare with zeros to verify reads are good. This can not be faked easily since the zero stream is encrypted as it is written to disk.

[–] [email protected] 8 points 1 month ago

The last I looked into it, the best way to do it was to get an older kindle so you could download the older DRM copies of books from amazon. But I think some newer books are using only the newer DRM which I don't think has been cracked.

It has probably been at least a year since I checked. If you do end up finding an updated method, I would be interested.

[–] [email protected] 19 points 1 month ago (1 children)

I would advise just creating ~/.bin or ~/.local/share/bin and dropping it in there. As long as you have permission to that directory, yt-dlp should be able to easily update itself.

[–] [email protected] 44 points 1 month ago (1 children)

I was very against Biden dropping out, but i think this is a pretty good point. I think it is still very risky for her to run due to race and sex discrimination, but it might not be a predetermined loss at least.

[–] [email protected] 5 points 1 month ago (2 children)

Don't buy into tape. It is costly and is inferior to hard drives by most metrics for smaller scale operations. You can easily get 8TB hard drives for less than $20/TB. While tape is cheaper than that, the drive to actually use it is expensive, plus you get all the disadvantages of the tape itself.

Fun fact: you can probably buy a whole server, external sas card and disk shelf for less than the cost of a somewhat modern tape drive.

If you are wanting to store less than 100TB of data, it would probably be cheaper to use drives, then in 3-5 years buy another set of disks and still be ahead compared to tape.

[–] [email protected] 3 points 4 months ago (9 children)

You are right, you can't use only information Ukraine or Russia provides. But it probably is the case that Ukraine was stomping Russia for pennies on the dollar earlier in the war. However, Russia is not a static force. They learn and change their tactics, and Russia spends more resources now than they did earlier.

It would be a grave mistake to stop aid to Ukraine while they are still willing and able to fight.

[–] [email protected] 7 points 9 months ago (1 children)

Immigrants shockingly often vote conservative.

https://www.pewresearch.org/religion/religious-landscape-study/compare/party-affiliation/by/immigrant-status/among/state/florida/

I am not sure what these results mean exactly. Perhaps the third generation is some specific type versus the second.

[–] [email protected] 1 points 1 year ago (1 children)

I'm liking thunder, it supports multiple accounts. Switching accounts is a bit bugged, i have to close the app to have all ui elements update properly.

[–] [email protected] 5 points 1 year ago (1 children)

Which one is it?

24
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

I am currently looking for a way to easily store and run commands, usually syncing files between two deeply nested directories whenever I want.

So far I found these projects:

Other solutions:

  • Bash history using ^+r
  • Bash aliases
  • Bash functions

What do you guys use?

view more: next ›