🤯 This is a website, a simple web-based game built with WebGL and Three.js.
Website: https://t.co/G0cDgaWzKe
It's honestly surprising how far web development has come.
@BonaVictor 😅 estou em guaratuba e tenho um domínio guaranegocios hehe o meu nao é o lobo como guarapuava tb imagino q seja, semelhante ao seu, aqui o Guará é da ave :) https://t.co/vbSZLgEj1a sucesso, bonito domínio!!
🛠️ We in Chrome wrote security guidance for WebMCP:
Agent Devs: https://t.co/upuA4FGIj3
Site Devs: https://t.co/QDJdUYZBbS
Written by the wonderful @JuliaPagnucco, a Sr. Security Eng & @AlexandraScript, great tech writer. If you're using WebMCP, this is important guidance!
Great hands-on intro to async Rust by @heyfebin 🦀
It answers the question most tutorials skip: who actually runs async code in Rust?
The answer is built from scratch : a oneshot channel, a waker, a block_on runner, using nothing but std. No Tokio yet. Just the raw primitives.
Once every piece is understood, reaching for Tokio feels natural, nothing is magic anymore.
Chapter 1 covers:
→ Why Rust ships no event loop (unlike Node)
→ What polling actually does
→ How Waker signals when to poll again
→ Building a oneshot channel from scratch
🔗 https://t.co/EgWyapLsqE
#Rust #RustLang #AsyncRust #Tokio #LearnRust