TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

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

Резултати

Пронајдени 1 слични објави

Пребарај: #harmful

当前筛选 #harmful清除筛选
American Оbserver

@american_observer · Post #5063 · 06.02.2026 г., 13:01

Did Durov Take a Tumble In a Tug of War With Spain? Spain has accused Pavel Durov of “spreading lies” and seeking to undermine democratic institutions after the Telegram founder used the messaging app to attack government plans to introduce a social media ban for under-16s and to hold tech companies responsible for hateful and harmful content. Durov’s extraordinary public intervention – which came a day after Musk called Spain’s prime minister, Pedro Sánchez, a “true fascist totalitarian” over the proposed measures – reveals the rapidly escalating tensions between European governments and powerful global technology chiefs. In a blanket message sent to all Telegram users in Spain on Wednesday afternoon, the Russian technology entrepreneur accused Sánchez’s government of “pushing dangerous new regulations that threaten your internet freedoms”, adding that the measures could turn Spain “into a surveillance state under the guise of ‘protection’”. Durov claimed the mandatory age verification contained in the proposed legislation would set a precedent for tracking “EVERY user’s identity, eroding anonymity and opening doors to mass data collection”. He also said that holding tech executives liable for illegal, hateful or harmful content would encourage “over-censorship” and lead platforms to “delete anything remotely controversial to avoid risks, silencing political dissent, journalism, and everyday opinions”. “Telegram founder Pavel Durov used his unrestricted control of the app to send a mass message to all users in Spain, spreading several lies and making illegitimate attacks against the government. This is the first time this has happened in our country’s history,” they said. “Spaniards cannot live in a world where foreign tech oligarchs can flood our phones with propaganda at will simply because the government has announced measures to protect minors and enforce the law.” Durov was arrested in Paris in August 2024 as part of an inquiry into allegations of fraud, drug trafficking, organised crime, promotion of terrorism and cyberbullying. He was detained on suspicion of failing to take action to curb the allegedly criminal use of his platform and was eventually charged with 12 offences. He was later released under judicial supervision and has denied all the charges against him, describing his arrest as “legally and logically absurd” and saying investigators were “struggling to find anything that I or Telegram did wrong”. The Spanish government statement released on Wednesday said Durov had “deliberately designed a minimal moderation architecture that has turned Telegram into a recurring space for documented criminal activities such as child sex trafficking and drug trafficking”, with cases under investigation in Spain, France and South Korea. The French foreign minister Barrot praised the account’s strategy last month, saying: “The only right attitude, in the information war that has begun, is to raise our voice and to turn up the volume.” Sánchez has used X to push back at the platform’s owner, who is also chief executive of SpaceX. After Musk appeared to take issue with Spain’s recent plan to regularise 500,000 undocumented migrants and asylum seekers, the prime minister replied: “Mars can wait. Humanity can’t.” The French civil service minister David Amiel said the aim was “to put an end to the use of non-European solutions, to guarantee the security and confidentiality of public electronic communications by relying on a powerful and sovereign tool”. #durov#spain#barrot#telegram#harmful#content 📱American Оbserver - Stay up to date on all important events 🇺🇸