Forwarded from Grzegorz Brzęczyszczykiewicz
А знаете, где ещё есть borrow checker?
В Mojo, новом языке-убийце Python, который пока даже потрогать нельзя: не релизнули на публику и доступ по инватам.
https://youtu.be/V4gGJ7XXlC0
P.S. Кстати, ищем дата-сатаниста с 5+ лет опыта на Mojo.
В Mojo, новом языке-убийце Python, который пока даже потрогать нельзя: не релизнули на публику и доступ по инватам.
https://youtu.be/V4gGJ7XXlC0
P.S. Кстати, ищем дата-сатаниста с 5+ лет опыта на Mojo.
YouTube
Mojo Lang… a fast futuristic Python alternative
Mojo is a new LLVM programming language designed as a superset of Python with the low-level performance of C. It is optimized to run on GPUs with CUDA and other exotic hardware for deep learning and Artificial Intelligence.
#programming #tech #thecodereport…
#programming #tech #thecodereport…
🔥1
2023 Stack Overflow Developer Survey
https://stackoverflow.az1.qualtrics.com/jfe/form/SV_czLVsbnGnF4Q04e?utm_source=so-owned&utm_medium=blog&utm_campaign=dev-survey-2023&utm_content=public
https://stackoverflow.az1.qualtrics.com/jfe/form/SV_czLVsbnGnF4Q04e?utm_source=so-owned&utm_medium=blog&utm_campaign=dev-survey-2023&utm_content=public
Qualtrics
2023 Stack Overflow Developer Survey
Stack Overflow is the largest, most trusted online community for developers to learn, share their programming knowledge, and build their careers.
REHL deprecate Xorg. Wayland кродется
https://access.redhat.com/documentation/pt-br/red_hat_enterprise_linux/9/html/9.0_release_notes/deprecated_functionality
https://access.redhat.com/documentation/pt-br/red_hat_enterprise_linux/9/html/9.0_release_notes/deprecated_functionality
если кто-то не может запушить в гитхаб, чуть что - ему поплохело: https://www.githubstatus.com/
Githubstatus
GitHub Status
Welcome to GitHub's home for real-time and historical data on system performance.
Forwarded from Grzegorz Brzęczyszczykiewicz
Forwarded from Полезняшки от "Разбора Полетов"
Upscaling LinkedIn's Profile Datastore While Reducing Costs
https://engineering.linkedin.com/blog/2023/upscaling-profile-datastore-while-reducing-costs
https://engineering.linkedin.com/blog/2023/upscaling-profile-datastore-while-reducing-costs
Linkedin
Upscaling LinkedIn's Profile Datastore While Reducing Costs
GitHub - agerasev/flatty: Flat message buffers with direct mapping to Rust types without packing/unpacking
https://github.com/agerasev/flatty
https://github.com/agerasev/flatty
GitHub
GitHub - agerasev/flatty: Flat message buffers with direct mapping to Rust types without packing/unpacking
Flat message buffers with direct mapping to Rust types without packing/unpacking - agerasev/flatty
Forwarded from Victoria🪁
🦀Rust Engineer
🔸 ITRex Group here. We are looking for a Rust Engineer (web, core team).
▪️Experience level: Middle/Senior
▪️Location: Poland (relocation)
▪️Job type: Full time
▪️ English Level: Upper-intermediate
▪️️ Link to the vacancy: https://itrexgroup.com/jobs/rust-engineer/#header
Project description: The platform that allows to create code-free web and mobile applications. The use of product components allows to implement products of almost any complexity.
As a Rust developer, you will participate in writing the core of the application with a very strong development team based in the US.
💬автор: @AzarchikV
📩 Feel free to contact me via telegram
OR LinkedIn https://www.linkedin.com/in/victoria-azarchik/
🔸 ITRex Group here. We are looking for a Rust Engineer (web, core team).
▪️Experience level: Middle/Senior
▪️Location: Poland (relocation)
▪️Job type: Full time
▪️ English Level: Upper-intermediate
▪️️ Link to the vacancy: https://itrexgroup.com/jobs/rust-engineer/#header
Project description: The platform that allows to create code-free web and mobile applications. The use of product components allows to implement products of almost any complexity.
As a Rust developer, you will participate in writing the core of the application with a very strong development team based in the US.
💬автор: @AzarchikV
📩 Feel free to contact me via telegram
OR LinkedIn https://www.linkedin.com/in/victoria-azarchik/
👍2
Forwarded from Ihar Tigar
GitHub - life4/textdistance.rs: 🦀📏 Rust library to compare strings (or any sequences). 25+ algorithms, pure Rust, common interface, Unicode support.
https://github.com/life4/textdistance.rs
https://github.com/life4/textdistance.rs
GitHub
GitHub - life4/textdistance.rs: 🦀📏 Rust library to compare strings (or any sequences). 25+ algorithms, pure Rust, common interface…
🦀📏 Rust library to compare strings (or any sequences). 25+ algorithms, pure Rust, common interface, Unicode support. - life4/textdistance.rs
Forwarded from Блог*
#prog #rust #rustasync #rustlib #amazingopensource
Вот
Странно, что я раньше про это не рассказывал. Для tokio есть инструментарий, который позволяет собирать информацию об исполнении тасок в программе на Rust на tokio и потом эту информацию отображать. Конкретно tokio-console реализует CLI с TUI, но за счёт формата, определённого отдельно, бекенд для визуализации можно сделать и другой.
Вот
Странно, что я раньше про это не рассказывал. Для tokio есть инструментарий, который позволяет собирать информацию об исполнении тасок в программе на Rust на tokio и потом эту информацию отображать. Конкретно tokio-console реализует CLI с TUI, но за счёт формата, определённого отдельно, бекенд для визуализации можно сделать и другой.
Forwarded from Блог*
#prog #article
The Alkyne GC
Статья описывает устройство сборщика мусора для скриптового языка программирования. Этот сборщик мусора относительно простой (однопоточный, stop-the-world, mark-and-sweep, без поддержки финализаторов), но не примитивный. На его примере демонстрируются техники оптимизации, которые используются в реальных сборщиках мусора.
The Alkyne GC
Статья описывает устройство сборщика мусора для скриптового языка программирования. Этот сборщик мусора относительно простой (однопоточный, stop-the-world, mark-and-sweep, без поддержки финализаторов), но не примитивный. На его примере демонстрируются техники оптимизации, которые используются в реальных сборщиках мусора.
Forwarded from opennet.ru
Google опубликовал результат аудита используемых пакетов на языке Rust https://opennet.ru/59187/
www.opennet.ru
Google опубликовал результат аудита используемых пакетов на языке Rust
Компания Google опубликовала результаты аудита 389 crate-пакетов, используемых в проектах ChromiumOS и Fuchsia, в которых допускается разработка на языке Rust. Для использования в своих проектах предоставлен файл для проверки зависимостей при помощи команды…
Forwarded from opennet.ru
Red Hat опубликовал Podman Desktop 1.0, графический интерфейс управления контейнерами https://opennet.ru/59194/
www.opennet.ru
Red Hat опубликовал Podman Desktop 1.0, графический интерфейс управления контейнерами
Компания Red Hat опубликовала первый значительный выпуск приложения Podman Desktop с реализацией графического интерфейса для создания, запуска и управления контейнерами, конкурирующего с такими продуктами, как Rancher Desktop и Docker Desktop. Podman Desktop…
❤2