u/AnthropomorphicCat

What are some examples of mystery books that MUST be read in their original language in order to not miss any clues? Are there any Nero Wolfe books like that?

English is not my first language, but I prefer to read books in their original language so that nothing is lost in translation, specially if the work depends a lot on wordplay (Like Terry Pratchett's books)

When I was young I read lots of Agatha Christie's books in Spanish and I liked most of them, but I had a bad experience with Why Didn't They Ask Evans? because:

  1. In Spanish the title is Trayectoria de Búmeran ("The boomerang's trajectory", completely unrelated), and because of that I didn't realize the titular question was that important.
  2. Because of the information lost in translation you are unable to foresee the main plot twist. The translator just added a footnote explaining what happened, and it just felt dumb.

There is also one Isaac Asimov's novel that relies on the word "lemonade", and that only makes sense in English.

Recently I read the first book in the Nero Wolfe series, Fer-de-lance, I liked it and I'm interested in reading more, but the autor uses lots of old American slang that I found a bit difficult to understand, so I thought that maybe I should read them in Spanish. But then I remembered that sometimes mystery novels uses wordplay for their clues (like in the examples I mentioned before). So:

TL,DRL: are there mystery novels that must be read in their original language in order to get all the clues? Are there any Nero Wolfe books like that?

reddit.com
u/AnthropomorphicCat — 4 days ago

I have Windows 11 and I have 4 distros installed with WSL:

  • Ubuntu-22.04 (Installed years ago, I don't use it anymore)
  • wsl-vpnkit (not used in the Terminal)
  • Ubuntu-24.04 (Used to be the default)
  • Arch Linux (Default since yesterday)

I used Ubuntu-24.04 for months with no issues, and I liked that I could execute Windows's binaries inside the Linux distro. For example, win32yank.exe allows Neovim to read the contents of the clpboard.

Yesterday I realized that I could install Arch Linux in WSL. Everything worked fine until I tried to paste text into Neovim and realized that win32yank.exe didn't work, it failed with this error.

/mnt/c/Program Files/Neovim/bin/win32yank.exe: /mnt/c/Program Files/Neovim/bin/win32yank.exe: cannot execute binary file

None of Windows' binaries worked, so I started Ubuntu-24.04 and I verified that they worked there. I went back to Arch to copy the error message, and I noticed that now it worked. After some testing I realized what was happening: Neither Ubuntu-22.04 nor Arch Linux can execute Windows' binaries unless Ubuntu-24.04 is running. I thought that the issue may be because Ubuntu-24.04 was marked as the default distro, but that didn't work. I don't know if I need to configure WSL or something.

Could you provide an insight on this issue, please?

u/AnthropomorphicCat — 8 days ago