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

TGINSIGHT SIMILAR POSTS

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

Изворен канал @pythonotes · Post #335 · 29 мар.

В Linux стандартными средствами можно использовать часть оперативной памяти как диск. Для этого требуется указать тип монтирования tmpfs в команде mount mount -t tmpfs -o size=5G tmpfs /mnt/ram Теперь путь /mnt/ram можно использовать как обычный каталог. Для чего это может быть нужно? ▫️ Скорость работы с таким каталогом выше чем многие SSD и тем более HDD. ▫️ Если у вас очень быстрый SSD на NVMe M.2 то такой способ особо не прибавит вам скорости, но поможет сохранить ресурс SSD когда требуется обрабатывать очень много мелких файлов и оперативка позволяет выделить нужный объем. ▫️ Оперативка это энергозависимая память, поэтому выключении питания все файлы безвозвратно теряются. Такой "non persistent" каталог гарантирует удаление временных файлов. Я написал небольшой скрипт для условного теста и сравнения скорости копирования файлов между SSD и RAM. Вот мои результаты: Single File Size: 30.0Gb ssd > ssd: 0:00:12.850 / 2.3Gb/s sdd > ram: 0:00:06.453 / 4.6Gb/s ram > ram: 0:00:06.995 / 4.3Gb/s ram > sdd: 0:00:06.217 / 4.8Gb/s Dir size: 32.7Gb, File count: 11127 ssd > ssd: 0:00:15.063 / 2.2Gb/s sdd > ram: 0:00:08.486 / 3.9Gb/s ram > ram: 0:00:08.032 / 4.1Gb/s ram > sdd: 0:00:07.026 / 4.7Gb/s Скрипт для теста ↗️ На моём железе прирост скорости ~2x. Плюс экономия ресурса SSD. В Windows такой фишки по умолчанию нет, но обязательно найдутся аналогичные решения #linux#triks

Hashtags

Резултати

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

Пребарај: #aiconvention

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

@ai_and_law · Post #406 · 27.09.2024 г., 07:04

New Article Highlights Europe's Dual Approach to AI: Human Rights vs. Market Regulation A recent article by Virginia Dignum, Director of the AI Policy Lab at Umeå University, sheds light on the evolving landscape of AI governance in Europe. The piece compares two pivotal frameworks: the newly introduced Council of Europe's Framework Convention on AI, Human Rights, Democracy, and the Rule of Law, and the EU's AI Act. The Council of Europe convention, open for signatures as of September 2024, emphasizes the protection of human rights, transparency, and accountability in all AI sectors. In contrast, the AI Act takes a more business-focused approach, offering clear regulatory guidelines with a risk-based model, particularly for high-impact sectors like healthcare. While the AI Act fosters innovation and compliance, the Council of Europe's broader focus aims to ensure AI upholds democratic values and the rule of law, signaling Europe's comprehensive strategy for ethical AI development. #AIRegulation#AIConvention#AIAct#EthicalAI#Transparency#Innovation

AI & Law

@ai_and_law · Post #46 · 04.07.2023 г., 07:04

UK: Report calls for ethical AI future and robust governance The All-Party Parliamentary Group on Data Analytics in the UK has released a report titled "An Ethical AI Future: Guardrails & Catalysts to make Artificial Intelligence a Force for Good." The report aims to explore how an effective governance and regulatory framework can maximize the benefits of AI while addressing existing risks such as deep fakes and preparing for potential future risks. The report puts forth several key recommendations to shape the future of AI governance: 1️⃣ Strengthen international engagement. 2️⃣ Champion AI ethics convention. 3️⃣ Embedding 'Do No Harm' objective. 4️⃣ Establish independent regulatory authority. #EthicalAI#AIRegulation#Governance#AIConvention#Accountability