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

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #9 · 7 јан.

Иногда бывает ситуация когда dev-сервер по какой-либо причине не закрылся и висит в процессах, занимая порт. Это может быть из-за падения IDE или просто сам забыл погасить и закрыл терминал. Для таких случаев я набросал простую функцию с командой: kill_on_port() { port=$(lsof -t -i:$1) echo "KILL PROCESS:" $port sudo kill -9 $port } alias killonport="kill_on_port $@" Код поместить в ~/.bashrc и рестартнуть систему. Если во время старта dev-сервера получаете ошибку что порт уже занят, просто выполните команду, подставив свой порт. Bash kill_on_port 8000 Скорее всего бесполезно, если другой процесс назначен на перезапуск вашего dev-сервера в случае падения. Имя команды можете изменить на любое другое. #linux

Hashtags

Резултати

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

Пребарај: #digitalgovernance

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

@ai_and_law · Post #546 · 10.04.2025 г., 07:04

🇪🇺📖Algorithmic Management in the EU: A Structural Shift in Labor Governance The European Commission’s Directorate-General for Employment has released a study on algorithmic management (AM), offering the most comprehensive analysis to date of how digital systems are transforming workforce governance. Covering everything from recruitment and task allocation to performance evaluation and contract termination, the study shows that around 25% of EU enterprises — especially large private companies — are already using AM tools, with adoption expected to rise by 3–6% annually over the next decade. This multi-year research project, developed with input from social partners, academics, and industry leaders, highlights both operational efficiencies and significant legal and ethical challenges. Among them: threats to worker privacy, diminished autonomy, lack of transparency, and deskilling. While current EU legislation — including GDPR and anti-discrimination directives — offers partial coverage, the study identifies critical regulatory gaps. As algorithmic oversight becomes embedded in everyday management, the findings make one thing clear: governance must evolve just as fast as the technology it aims to regulate. #AIandLaw#EURegulation#DigitalGovernance