Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SK
Posts
0
Comments
125
Joined
1 yr. ago

  • According to https://www.computerbase.de/artikel/grafikkarten/nvidia-geforce-rtx-5060-ti-16-gb-test.92119/seite-8#abschnitt_leistungsaufnahme_gaming_die_lastspitzen it peaks at 201 W.

    As others mentioned, the rest of the PC is important too, but there's also differences in PSU quality. IIRC ATX 3.x requires them to actually be able to supply the nominal power continuously, with short spikes up to twice that. While older and cheaper PSUs often listed the peak output which they couldn't sustain, that's why a lot of power supply calculators recommend a much higher wattage than strictly necessary.

    So, assuming a "65 W" AMD CPU which maxes out at 88 W plus the 200 W GPU plus a 50 W buffer for mainboard and drives etc., a good new 350 W PSU should run such a system (assuming you could actually buy one, the lowest ATX 3.x PSUs I've seen start at 450 W).

    But to answer the question if you can continue to use your old PSU you a) need to know how much the rest of the system needs, mainly the CPU (which as others have mentioned can range from under 100 W to ~300 W), and b) the real power your PSU can supply which depends on its age and quality - maybe tell us the exact CPU and PSU in question.

  • GNU parallel, to run commands on all cores, and for its filename pattern substitution.

    For example: ls *.flac | parallel ffmpeg -i {} {.}.mp3 encodes a directory of FLAC files to MP3. parallel -a <(ls *.flac) -a <(ls *.mp3) --xapply copytags {1} {2} then copies each FLAC file's metadata to the corresponding MP3 file (which ffmpeg already does, just to illustrate the --xapply option).

    edit: copytags is https://github.com/DarwinAwardWinner/copytags if that's useful for anyone.

  • Permanently Deleted

    Jump
  • If you're using a password on one site you're trusting that site to keep that password safe, so that only you can access your account.

    If you're using one password everywhere you're trusting the weakest site to keep your most important account safe, which is obviously a bad idea.

    Your friend is trusting the weakest sites he uses (or used at any point in the past) to keep his password scheme safe. Not quite as obviously bad, but to me it doesn't seem to be a particularly good idea either.

  • Personally, not sure why we are even helping Iseral anymore.

    Because empathy is a sin, and the longer situations like Gaza go on, the more people's empathy will make them suffer and burn out and feel their empathy doesn't do anything useful.