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 слични објави

Пребарај: #financialchallenges

当前筛选 #financialchallenges清除筛选
Crypto M - Crypto News

@CryptoM · Post #64912 · 10.04.2026 г., 09:17

🚀 Crypto Startups Face High MiCA Compliance Costs in EU Crypto startups in the European Union are encountering significant financial challenges due to the compliance costs associated with the Markets in Crypto-Assets (MiCA) regulation. According to NS3.AI, the licensing expenses alone range from €250,000 to €500,000, posing a substantial burden on smaller firms. Austria's Financial Market Authority provides licensing timelines of less than six months, while Germany has reduced the transition period to 12 months. This has intensified the pressure on companies unable to manage the increased compliance costs. #Crypto#Startups#EU#MiCA#Compliance#Regulation#Finance#Licensing#Costs#FinancialChallenges

Crypto M - Crypto News

@CryptoM · Post #64882 · 10.04.2026 г., 06:45

🚀 Ondo Explores Challenges in Stock Perpetuals Stock perpetuals have faced persistent challenges, according to PANews. Ondo, a financial services company, has identified a three-layered structural explanation for these difficulties. The first issue is the inherent complexity of stock perpetuals, which can deter potential investors. Unlike traditional stock investments, perpetuals require a deeper understanding of financial derivatives, making them less accessible to the average investor. Secondly, the market infrastructure for stock perpetuals is not as developed as that for other financial instruments. This lack of infrastructure can lead to inefficiencies and increased costs, further discouraging participation. Lastly, regulatory uncertainties surrounding stock perpetuals contribute to their underperformance. The evolving nature of financial regulations can create an unpredictable environment, making it challenging for investors to commit to these instruments. Ondo's analysis highlights the need for improved education, infrastructure, and regulatory clarity to enhance the performance and adoption of stock perpetuals. #Ondo#StockPerpetuals#FinancialChallenges#InvestmentComplexity#MarketInfrastructure#RegulatoryUncertainty#FinancialDerivatives#InvestorEducation#FinancialRegulations#StockMarket#ONDO

Crypto M - Crypto News

@CryptoM · Post #64704 · 09.04.2026 г., 15:10

🚀 Gunzilla Games Faces Wage Delays Amid Token Decline Gunzilla Games is experiencing significant financial challenges, with employees reporting wage delays of up to five months. According to NS3.AI, CEO Vlad Korolev has stated that some payments are being scheduled to align with the company's cash flow. Several employees, including senior game programmer Vladyslav Spitkovskyi, are seeking compensation through the European Union legal framework. Additionally, the GUNZ token, integral to Off The Grid's in-game economy, has seen a substantial decline, dropping nearly 86% since its launch last year. #GunzillaGames#WageDelays#FinancialChallenges#TokenDecline#GUNZToken#OffTheGrid#GameDevelopment#EmployeeCompensation#EuropeanUnion#VladKorolev