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

Резултати

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

Пребарај: #ukpolicy

当前筛选 #ukpolicy清除筛选
AI & Law

@ai_and_law · Post #472 · 25.12.2024 г., 08:04

UK's AI Copyright Debate: Balancing Innovation and Creative Rights The UK government has launched a consultation exploring legal frameworks for AI training on copyrighted material, proposing four policy options with significant implications for AI and creative industries. 1️⃣Controversial Proposal: One option would allow AI firms to use copyrighted works without rights holders’ permission, even for commercial purposes, with minimal restrictions. This has sparked concerns among creatives about irreversible harm to their industries. 2️⃣Alternative Frameworks: Other proposals include opt-out systems for copyright holders or stricter licensing requirements, but creatives argue these approaches lack enforcement and transparency, leaving copyright holders vulnerable. With feedback open until February 25, 2025, this consultation is a critical moment for shaping the intersection of AI innovation and intellectual property rights in the UK. #AIRegulation#Copyright#AIEthics#UKPolicy

AI & Law

@ai_and_law · Post #794 · 27.03.2026 г., 08:04

🇬🇧UK Reconsiders AI Copyright Exception After Industry Backlash The UK government has stepped back from plans to allow AI companies to freely use copyrighted material for training by default. The proposal would have permitted data scraping unless rights holders explicitly opted out. The reversal follows objections from prominent figures in the creative industries, including Paul McCartney, Elton John, Coldplay, Richard Curtis, Antony Gormley, and Ian McKellen. Science minister Liz Kendall stated that consultations with stakeholders — including creatives, AI firms, unions, and academics — led the government to abandon a preferred policy option. #AIRegulation#Copyright#AIethics#UKpolicy#IntellectualProperty

AI & Law

@ai_and_law · Post #812 · 23.04.2026 г., 07:04

🇬🇧UK DSIT Warns Businesses on AI Cybersecurity Risks The UK Department for Science, Innovation and Technology (DSIT) issued an open letter warning businesses about the growing availability of AI models with cybersecurity vulnerability detection capabilities. The department stated that such systems create new risk exposures for organizations as these tools become more accessible. DSIT referenced releases by Anthropic and OpenAI, as well as subsequent reviews by the AI Security Institute. The department noted that the UK “is not standing still in response to this threat,” but emphasized that government action alone will be insufficient. Business leaders were urged to adopt preventive measures to stay ahead of emerging model capabilities. #AIRegulation#Cybersecurity#AISafety#UKpolicy#RiskManagement