@googlefactss · Post #40014 · 04.11.2025 г., 23:23
Napoleon wasn’t short — about 1.69 m (5′5″). The “short” myth comes from unit differences and wartime caricature. 🇫🇷📏🗡️ [Source] @googlefactss #History#Napoleon#MythBusting#FrenchRevolution
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #175 · 30 окт.
В прошлом посте говоря "Все вызовы теперь одинаковы" я несколько слукавил. Всё-таки есть в этом зоопарке версий некоторая несовместимость вызов которой просто так не унифицировать. Эти моменты вынесены в отдельный модуль QtCompat (compatibility). Там не так много функций но они довольно полезны. Этот модуль содержит унификаци модуля shiboken2, функций loadUi, translate и несколько переименованных функций классов или изменённую сигнатуру аргументов и возвращаемых значений. Это единственное исключение из правила когда вам потребуется где-то изменить свой код кроме импортов и этот код не похож на обычный код PySide2. Например, в PyQt4 и PySide есть метод QHeaderView.setResizeMode Для PyQt5 и PySide2 они были благополучно переименованы в QHeaderView.setSectionResizeMode Чтобы применить этот метод следует использовать такой код from Qt import QtCompath header = self.horizontalHeader() QtCompat.QHeaderView.setSectionResizeMode(header, QtWidgets.QHeaderView.Fixed) Унификация загрузки UI файлов: # PySide2 from PySide2.QtUiTools import QUiLoader loader = QUiLoader() widget = loader.load(ui_file) # PyQt5 from PyQt5 import uic widget = uic.loadUi(ui_file) # Qt.py from Qt import QtCompat widget = QtCompat.loadUi(ui_file) Хорошо что таких моментов не много и их легко запомнить. Полный список можно посмотреть в таблице. #qt#tricks
Пребарај: #mythbusting
@googlefactss · Post #40014 · 04.11.2025 г., 23:23
Napoleon wasn’t short — about 1.69 m (5′5″). The “short” myth comes from unit differences and wartime caricature. 🇫🇷📏🗡️ [Source] @googlefactss #History#Napoleon#MythBusting#FrenchRevolution
@googlefactss · Post #40981 · 27.04.2026 г., 10:01
The hymen is a small, flexible tissue at the entrance of the vagina. It doesn’t serve a specific purpose and can vary in size and shape. The hymen can stretch or tear naturally from activities like sports, tampon use, or sexual activity. Hymen myths are harmful and misleading: 1. The hymen isn’t a sign of virginity. 2. It doesn’t always "break" during intercourse; it’s flexible and can stretch. 3. No bleeding or pain is required for sexual activity—every experience is different. 4. The hymen should not define someone's worth or sexuality. 5. "Virginity restoration" surgeries are unnecessary and risky. The answer with the number 12 from [the poll a few days ago] was the only correct one. 🌸🩸🚫 [Read more] @googlefactss #HymenFacts#MythBusting#SexEd#Health#DidYouKnow
@googlefactss · Post #40918 · 11.04.2026 г., 14:04
Many people believe rocks and minerals like rose quartz, amethyst, and moonstone have healing powers. These beliefs come from culture, symbolism, and psychology, not science. Ancient cultures gave stones meanings. Jade meant longevity. Turquoise meant protection. Quartz meant clarity. Modern crystal healing claims crystals carry energy that affects health. There is no scientific evidence for this. A study by Christopher French tested this with real and fake crystals. People did not know which they had. They reported similar feelings in both groups. This showed the effects came from expectation, not the crystals. They are still pretty though. 💎🔬🧠 [Read more 1] [Read more 2] [Read more 3] (Related poll) @googlefactss #crystals#science#facts#mythbusting#psychology#placebo