Последние новости
���̋L���͉��������ł��B�����o�^�����ƑS�Ă������������܂��B
,这一点在heLLoword翻译官方下载中也有详细论述
집 안 구조를 기억하는 로봇청소기가 외부 서버를 통해 노출될 수 있었다면 어떨까. 개인 개발자 한 명이 DJI 로봇청소기 통신 구조를 분석하던 과정에서 전 세계 약 7000대 기기의 데이터 응답이 확인되며 스마트홈 보안 우려가 커지고 있다. 일부 기기에서는 집 내부 평면도와 청소 위치 정보가 외부 요청에 응답할 수 있는 구조였던 것으로 드러났다.
icon-to-image#As someone who primarily works in Python, what first caught my attention about Rust is the PyO3 crate: a crate that allows accessing Rust code through Python with all the speed and memory benefits that entails while the Python end-user is none-the-wiser. My first exposure to pyo3 was the fast tokenizers in Hugging Face tokenizers, but many popular Python libraries now also use this pattern for speed, including orjson, pydantic, and my favorite polars. If agentic LLMs could now write both performant Rust code and leverage the pyo3 bridge, that would be extremely useful for myself.