@googlefactss · Post #40104 · 16.11.2025 г., 19:01
Nomophobia is the fear of being without your mobile phone. 😱📵 [Source] @googlefactss#phobia
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #421 · 23 мар.
Мы используем Makefile думая, что нет альтернатив, что это стандарт и всё такое. Но make это не запускалка команд, а система сборки. Мы фактически используем его не по назначению. И на самом деле альтернатива есть! Некоторое время назад я открыл для себя прекрасный инструмент - just. Он решает все проблемы make. just - это не система сборки как make, это именно исполнитель команд! Больше никаких Phony Targets и табуляций, привет нормальный синтаксис и передача аргументов!!! 😎 ⭐️Что умеет just: ✅ Автодокументирование команд Не нужно делать отдельную команду с докой, просто добавь комментарий # команда сборки build: ... $ just --list Available recipes: build # команда сборки Команда с именем default запускается по умолчанию если не указано другое, так что я обычно делаю так: default: just --list Теперь просто выполняем just и получаем доку из текущего файла. ✅ Удобная работа с переменными окружения # загрузить из .env set dotenv-load # глобальная переменная export PYTHONPATH := "./src" # переменная для команды test $TESTUNG="true": pytest ✅ Передача аргументов build target: @echo 'Build {{target}}...' команда запуска $ just build dev # Build dev... ✅ Выбор интерпретатора прямо в команде Пример с инлайн-скриптом на python: system: #!/usr/bin/env python3 import platform print(platform.system()) Эта же функция позволит выполнить скрипт как одну команду вместо перезапуска шела для каждой строки foo: #!/usr/bin/env sh for file in ls .; do echo $file done ✅ Выполнение команды в определенной директории. Можно указать как релятивный путь так и абсолютный [working-directory: 'backend'] build: docker compose build Также можно задать рабочую директорию глобально Там еще много интересного: - поддержка функций - автокомплиты и интеграции - экспрешены - алиасы команд - группировка команд - альтернативы команды под разные ОС - импорт других just-файлов - цветной вывод - ... и другие штуковины! Так что вперёд - ➡️ читать доку! Репозиторий: ➡️https://github.com/casey/just Статья: ➡️https://www.chicks.net/reference/file_formats/just/ ЗЫ. Кажется, на Makefile я уже не вернусь) #tools
Hashtags
Пребарај: #phobia
@googlefactss · Post #40104 · 16.11.2025 г., 19:01
Nomophobia is the fear of being without your mobile phone. 😱📵 [Source] @googlefactss#phobia
Hashtags
@quweibb · Post #4830 · 02.04.2026 г., 10:47
#phobia
Hashtags
@googlefactss · Post #39921 · 13.10.2025 г., 11:55
Arachibutyrophobia is the irrational fear of peanut butter sticking to the roof of your mouth. @googlefactss#funfact#phobia
@googlefactss · Post #40083 · 13.11.2025 г., 23:01
Decidophobia is the fear of making decisions. Choose your source: [Source1] Or [Source2] Or [Source3] @googlefactss #phobia#choices
@googlefactss · Post #40426 · 28.12.2025 г., 11:02
Phobia is an intense, irrational fear of something that is often not dangerous. Fear is a normal reaction to real danger or threat. Phobias cause strong anxiety that is much bigger than the actual risk and can disrupt daily life. Fear helps keep us safe, but phobias are more about worry and avoidance even when there is little or no real danger. @googlefactss #Phobia#Fear#Anxiety#MentalHealth😨⚠️
@googlefactss · Post #40489 · 06.01.2026 г., 15:04
Allodoxaphobia means being very scared of what other people think. It is not an official medical condition but is similar to social anxiety, where people fear being judged or criticized. This fear can make people avoid social situations and feel very anxious. It is different from normal dislike because it causes strong fear that affects daily life. @googlefactss #Phobia#Anxiety#MentalHealth#SocialFear#Allodoxaphobia😟🧠
@googlefactss · Post #40709 · 26.02.2026 г., 23:01
Ablutophobia is a fear of bathing, cleaning or washing the body. It is a real anxiety disorder. People with it may feel panic or rapid heartbeat when thinking about bathing. The fear is stronger than normal dislike and can affect daily hygiene. Treatments like therapy can help manage it. 🚿😨🛁 [Read more] @googlefactss #MentalHealth#Anxiety#Phobia#Ablutophobia#SelfCare#HealthAwareness