u/lollipop-guildmaster

If handedness is a thing now, does that mean I can set myself to be left-handed in the options?

I'm also not really sure of the utility of this change, since equipping a weapon automatically does so in your dominant hand. Is this just flavor? Or is it like. If you have a cursed whatever melded to your dominant hand, you can equip something in your non-dominant with a penalty? Does it affect double wielding?

Anyway, I'd just like to make my characters southpaws.

reddit.com
u/lollipop-guildmaster — 14 hours ago
▲ 10 r/ENGLISH

What is it called when a word is split between lines with a hyphen?

In traditionally published works, a long word near the end of a line will be split, hyphenating it after the first syllable. What's the term for that?

reddit.com
▲ 11 r/nethack

I'm coming back to the game after a hiatus of several years, and was thrilled to discover that 5.0.0 had just been released. (Slightly less thrilled when I found a unicorn horn, immediately started eating every poisonous thing in sight, only to discover horns don't heal stat reductions anymore...)

I was just wondering if there's a way to change water/lava back to the double tildes instead of brackets, and fountains to that weird candy cane shape, also instead of brackets (example below). It's just what I'm used to, and I much prefer it.

Thank you!

https://preview.redd.it/fcs20srz0uzg1.png?width=652&format=png&auto=webp&s=9406defc43c73ba55068f26ae192a6ae3a6f2dbe

reddit.com
u/lollipop-guildmaster — 14 days ago

I'm trying to create a batch file that will convert all .ape files in a directory to .flac.

for %%f in (*.ape) do ffmpeg -i "%%f" "%%f.flac"

This works, except test.ape becomes test.ape.flac. What would I use to have the output be test.flac?

reddit.com
u/lollipop-guildmaster — 24 days ago