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

Пребарај: #fria

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

@ai_and_law · Post #738 · 08.01.2026 г., 08:04

🇪🇺📖EU AI Act: New Practical Guide on Fundamental Rights Impact Assessments The Danish Institute for Human Rights and the European Centre for Not-for-Profit Law have published a practical guide to conducting Fundamental Rights Impact Assessments (FRIAs) for high-risk AI systems. The guide aligns with international standards, including the UN Guiding Principles on Business and Human Rights, and structures the FRIA process into five phases, accompanied by a downloadable assessment template. Under the EU AI Act, certain deployers of high-risk AI systems are legally required to carry out FRIAs to identify and mitigate risks to rights protected by the EU Charter of Fundamental Rights. This obligation applies in particular to public authorities using AI in sensitive areas such as education, employment, access to essential services, and law enforcement. Beyond legal compliance, the guide frames FRIAs as a governance tool: supporting responsible AI deployment, increasing transparency and stakeholder trust, and reducing litigation and reputational risks. For public sector users, FRIAs are positioned as a mechanism to democratise decision-making around AI adoption in high-impact domains. #AIAct#FundamentalRights#FRIA#AIRegulation#ResponsibleAI