My thoughts exactly, but I've found these to my liking:

https://www.ebay.com/itm/1-2-5-10PCS-go ... 0012.m1985
All (to me) useful pins are on the outside AND at a 0.1" grid.
I satisfactorily (is that English?


My thoughts exactly, but I've found these to my liking:
Just a slight word of caution. The above aren't really arduino pro minis at all, as they haven't got the normal AVR ATMega 328P (like a Uno, Pro Mini or Nano), but a Logic Green LGT8F328P clone processor. They work quite well, but there are a number of differences, some good, such as 32MHz clock speed at 3.3V, 12 bit ADC and a lot cheaper, but some not so good, such as many libraries not working without modification, not as many I/O (in this version), inferior support and documentation and you need a different Arduino board core to get them to work. Selecting pro mini from the boards menu won't work!
True, but the data sheet (english version here: https://github.com/watterott/LGT8F328P- ... nglish.pdf) says that the internal oscillator is calibrated accurate to 1% across the working temperature range - so should be good enough for most applications.