Если запустить REPL с модулем asyncio, то вы входите в особый асинхронный REPL.
user@host:~$ python -m asyncio
asyncio REPL 3.12.7 ...
Use "await" directly instead of "asyncio.run()".
>>> import asyncio
>>>
В этом режиме
- создаётся и настраивается event loop
- уже импортирован asyncio
- работает await на верхнем уровне
То есть такая команда сработает без ошибок!
await asyncio.sleep(3)
Удобно для тестирования асинхронных функций без создания ивентлупов и остальной обвязки.
Работает в: 3.8+
#tricks#async
🌐📖Collective Licensing for AI Era: RSL Launches New Rights Model
Real Simple Licensing (RSL) has launched a nonprofit collective rights platform aimed at protecting online publishers and creators in the age of generative AI. Through the RSL Standard, the organization enables content owners to collectively negotiate fair compensation when their work is used to generate AI outputs, setting market-wide licensing terms.
Modeled after organizations like ASCAP and BMI in the music industry, the RSL Collective introduces a unified rights framework for the digital era. For the first time, publishers and creators can pool rights into a single platform to establish fair market prices and simplify licensing for AI companies, ensuring they are not left out of the AI economy.
#AIEthics#Copyright#RSL#GenerativeAI#ResponsibleAI
🎉 Нашу статью приняли на EMNLP 2025 в Main Track.
💪 Выводим распознавание жестовых языков на новый качественный уровень. В статье достигаем state-of-the-art🌿 на жестовых языках разных стран, включая в первую очередь русский жестовый язык (РЖЯ). Показываем, что качественный претрейн и предобработка — залог успеха.
Спасибо авторам: @your_petros@ilyaovodov@nagadit@hukenovs@karinakvanchiani
📝Жестовый язык: похожее в непохожем и наоборот
📖Logos as a Well-Tempered Pre-train for Sign Language Recognition
До встречи на конференции!
#research#rsl#emnlp