Translating OpenStreetMap data to HTML5 Canvas with Rust and WebAssembly
https://mary.codes/blog/programming/translating_openstreetmaps_to_HTML5_canvas_rust_wasm/
https://mary.codes/blog/programming/translating_openstreetmaps_to_HTML5_canvas_rust_wasm/
Mary Knize
Translating OpenStreetMap data to HTML5 Canvas with Rust and WebAssembly | Programming | mary.codes
Using the Overpass API to read OSM data, parsing the data with Rust, and then drawing the map onto HTML5 canvas.
👍12
Zed Founders chat: From Atom to Zed (highlights their choice of Rust)
https://youtube.com/watch?v=w894KLbapLw
https://youtube.com/watch?v=w894KLbapLw
YouTube
Zed Founders Chat #2
Summary:
The conversation covers the vision for Zed and the technological choices made, the importance of owning the full stack, and the trade-offs of building everything in-house. The conversation covers topics such as gold-plated parts of Zed, rewriting…
The conversation covers the vision for Zed and the technological choices made, the importance of owning the full stack, and the trade-offs of building everything in-house. The conversation covers topics such as gold-plated parts of Zed, rewriting…
👍8
Блог (и бенчмарк) о различных типах паттернов сборки в rust
https://github.com/atamakahere-git/bob
@rust_code
https://github.com/atamakahere-git/bob
@rust_code
GitHub
GitHub - atamakahere-git/bob: Testing which builder pattern is better in rust
Testing which builder pattern is better in rust. Contribute to atamakahere-git/bob development by creating an account on GitHub.
👍9⚡1❤1🥰1
🔥4👍3⚡1❤1
🔥 Дайджест полезных материалов из мира Rust за неделю
Почитать:
— Где изучать Linux в 2024. Бесплатные курсы, книги и ресурсы
— Как устроен языковой сервер
— Практическое руководство по Rust. 2/4
— Polymorphism in Rust and Python. Simple examples
— Большая шпаргалка по алгоритмам с собеседований.
— Implementing API Rate Limiting in Rust
— Chainsight Hands-on: Generate original indicators from data in indexers
— RUST Tutorial for Beginner's
— Zero Knowledge to Solana Mainnet in 13 days
— Ownership and Memory Management in Rust
— Implementing JWT Authentication in Rust
— Prodzilla: From Zero to Prod with Rust and Shuttle
— Why Do Developers Flock to Rust?
— How The Rust Module System Works
Посмотреть:
🌐 Фронтендер ищет работу за 1 000 000 $ (⏱ 17:32)
🌐 10 Tailwind Classes I Wish I Knew Earlier (⏱ 13:31)
🌐 This New Next.js Feature Makes Caching Much Easier (⏱ 00:52)
Хорошего дня!
@rust_code
Почитать:
— Где изучать Linux в 2024. Бесплатные курсы, книги и ресурсы
— Как устроен языковой сервер
— Практическое руководство по Rust. 2/4
— Polymorphism in Rust and Python. Simple examples
— Большая шпаргалка по алгоритмам с собеседований.
— Implementing API Rate Limiting in Rust
— Chainsight Hands-on: Generate original indicators from data in indexers
— RUST Tutorial for Beginner's
— Zero Knowledge to Solana Mainnet in 13 days
— Ownership and Memory Management in Rust
— Implementing JWT Authentication in Rust
— Prodzilla: From Zero to Prod with Rust and Shuttle
— Why Do Developers Flock to Rust?
— How The Rust Module System Works
Посмотреть:
🌐 Фронтендер ищет работу за 1 000 000 $ (⏱ 17:32)
🌐 10 Tailwind Classes I Wish I Knew Earlier (⏱ 13:31)
🌐 This New Next.js Feature Makes Caching Much Easier (⏱ 00:52)
Хорошего дня!
@rust_code
❤9👍6🔥3❤🔥2⚡1
Storing vector embedding for RAG in Rust simplified. OasysDB v0.2.0 release
https://github.com/oasysai/oasysdb
@rust_code
https://github.com/oasysai/oasysdb
@rust_code
GitHub
GitHub - edwinkys/oasysdb: In-memory vector store with efficient read and write performance for semantic caching and retrieval…
In-memory vector store with efficient read and write performance for semantic caching and retrieval system. Redis for Semantic Caching. - edwinkys/oasysdb
👍8❤2⚡1🔥1
Sometimes I do silly things, even when the Rust compiler is trying to help (Impl Traits)...
https://desilva.io/posts/sometimes-i-do-silly-things-even-when-the-rust-compiler-is-trying-to-help-impl-traits
@rust_code
https://desilva.io/posts/sometimes-i-do-silly-things-even-when-the-rust-compiler-is-trying-to-help-impl-traits
@rust_code
Michael de Silva - Senior Developer in Rails/React/Node JS + Python/Rust/C++ & Accomplished eCommerce & DevOps/SaaS/PaaS Architect with Amazon Web Services (AWS) & Google Cloud Platform (GCP).
Sometimes I do silly things, even when the Rust compiler is trying to help (Impl Traits)...
❤6⚡1
👍3⚡1❤1
⚡️ cve-rs allows you to introduce common memory vulnerabilities (such as buffer overflows and segfaults) into your Rust program in a memory safe manner.
Github
@rust_code
Github
@rust_code
👍7❤2😁2⚡1🔥1
CloudFlare Pingora теперь с открытым исходным кодом (на Rust)
https://github.com/cloudflare/pingora
@rust_code
https://github.com/cloudflare/pingora
@rust_code
GitHub
GitHub - cloudflare/pingora: A library for building fast, reliable and evolvable network services.
A library for building fast, reliable and evolvable network services. - cloudflare/pingora
👍17❤3⚡1🔥1
🧹Вышла первая стабильная версия линтера Ruff
Авторы называют его экстремально быстрым, так как он написан на Rust. На днях они представили его версию Ruff 0.3.0.
Из нового в последней версии:
▪️Style guide, который делает форматирование наиболее похожим на форматирование Black.
▪️Улучшенная поддержка частичного форматирования. Например, позволяет отформатировать не весь файл, а только определённые строки.
▪️Автоматическое форматирование плейсхолдеров внутри f-строк.
Установка —
Авторы называют его экстремально быстрым, так как он написан на Rust. На днях они представили его версию Ruff 0.3.0.
Из нового в последней версии:
▪️Style guide, который делает форматирование наиболее похожим на форматирование Black.
▪️Улучшенная поддержка частичного форматирования. Например, позволяет отформатировать не весь файл, а только определённые строки.
▪️Автоматическое форматирование плейсхолдеров внутри f-строк.
Установка —
pip install --upgrade ruff
astral.sh
Ruff v0.3.0
The next stable version of Ruff is out now.
👍20🔥4❤2🥰2⚡1🤪1
Why is building a UI in Rust so hard?
https://warp.dev/blog/why-is-building-a-ui-in-rust-so-hard#why-is-ui-in-rust-so-hard
https://warp.dev/blog/why-is-building-a-ui-in-rust-so-hard#why-is-ui-in-rust-so-hard
Warp
Why is building a UI in Rust so hard?
Hear from a Warp engineer why building a UI in Rust is challenging. Learn about innovative solutions and approaches to tackle its strict memory management and lack of inheritance.
👍12❤2⚡1🔥1😱1
🔥 dripgrep: не дай мне поймать тебя на том, что ты действительно пользуешься этим.
https://github.com/frankfralick/dripgrep
@rust_code
https://github.com/frankfralick/dripgrep
@rust_code
GitHub
GitHub - frankfralick/dripgrep: Natural language command line tool for ripgrep.
Natural language command line tool for ripgrep. Contribute to frankfralick/dripgrep development by creating an account on GitHub.
👍6🔥4❤2🤔2⚡1