kabi

joined 7 months ago
[–] kabi@lemm.ee 4 points 8 hours ago* (last edited 8 hours ago) (2 children)

Well, specifically women

How do you figure?

[–] kabi@lemm.ee 2 points 2 days ago

Great comment! Well done! Loved the emoticon at the end, never seen it before!

[–] kabi@lemm.ee 4 points 5 months ago (1 children)

I agree and always write it like that at first, but it's also true that for example fifty kilodollars (50k$) just looks better as $50k

...although it might just be silly enough that it works...

[–] kabi@lemm.ee 6 points 5 months ago* (last edited 5 months ago)

One could argue there aren't enough pixels and the artist just "filled in the blanks"

[–] kabi@lemm.ee 1 points 6 months ago

Ah, nice! I tried to avoid powershell while on windows, so don't know much about it.

[–] kabi@lemm.ee 25 points 6 months ago* (last edited 6 months ago) (2 children)

You can get all the IDs using yt-dlp

yt-dlp --flat-playlist --print id <playlist>

Assuming you're on linux, you can add >> ids_all.txt at the end to save the list to a file.

You can also add

--compat-options no-youtube-unavailable-videos

to get only the list of available videos instead and then, again assuming you're on linux, do

diff ids_all.txt ids_available.txt

to get the odd ones out. That's the simplest I could come up with. You'll have to hope you can use the wayback machine, or a good old exact search to turn up what video that ID actually referred to

[–] kabi@lemm.ee 0 points 6 months ago

Will you marry me?

[–] kabi@lemm.ee 1 points 6 months ago (3 children)

There's a million alternatives that do the exact same thing. Fastfetch is just better, since it's still maintained, and not painfully slow. I used to think neofetch being slow was kind of cute. Then I switched to fastfetch, and now I can't bear the years neofetch takes to run.

[–] kabi@lemm.ee 7 points 7 months ago (1 children)

Mint handled my 1060 really well and it's really good on arch too with the newer driver. Still just running Xorg with cinnamon, though. I guess mileage still varies with this stuff.

[–] kabi@lemm.ee 29 points 7 months ago* (last edited 7 months ago) (14 children)

Is it HURD'n' time?

[–] kabi@lemm.ee 9 points 7 months ago (1 children)

My buddy was in a class doing a programming test. It was a couple minutes until turn in time, so he went to zip up the source files. He had already ran the appropriate zip command previously, so he pressed up three times and then enter. It appears he had miscalculated, because the command that ran was rm *.c. There were no backups.

view more: next ›