#rustlang resultados da pesquisa
🚨 #Rust Job 🦀 Proton is #hiring #RustLang Engineers to build open-source, privacy-first applications that empower millions to reclaim their digital freedom. Location: Barcelona, Geneva, Paris, London Link to full job details in the comments 👇
Introducing Adabraka UI — a Rust-powered desktop UI library built for speed, control, and beauty. Inspired by @shadcn and built on gpui by @zeddotdev Here’s it in action: a music player and task manager built entirely with Adabraka UI. #RustLang #DesktopDev #OpenSource
Introducing ratatui-garnish! 🥕 🧩 A flexible & type-safe composition system for @ratatui_rs widgets. 💯 Add borders, titles, shadows, padding and styles dynamically. 📖 Read the article: franklaranja.github.io/articles/garni… ⭐ GitHub: github.com/franklaranja/r… #rustlang #ratatui #tui
🚀 Launching Supermetal — data replication that just works. Sync databases to warehouses in real-time or batch — no Kafka, no JVM, no Debezium. Built in Rust & Apache Arrow. Try it → trial.supermetal.io Launch post → supermetal.io/blog/launch #dataengineering #rustlang
💥 $Grin MimbleWimble blockchain now has a newly appointed lead developer for its maintenance ! The Grin community shows its support and welcomes this development after a prolonged period of progress! #privacy #rustlang forum.grin.mw/t/grin-project…
A cheat sheet of Cargo plugins to improve your day as a #rustlang developer. More detailed notes and a PDF version is available through the link in the QR code.
Ratatui running on the T-Dongle ESP32-S3! 🐀 I'm planning to make a Ubikey-like hardware auth device. #rustlang #ratatui #tui #embedded #esp32
Really like that the Rust CSV docs do not use unwrap in their examples, but `Result<Box<dyn>>` and `?` puts the dev on the right track from the start. #rustlang
Finally we can show delicious pie charts in the terminal with Rust! 🥧🦀 📊 tui-piechart — A customizable pie chart widget for @ratatui_rs 💯 Supports labels, legends, colors & high resolution braille mode for smooth curves. ⭐ GitHub: github.com/sorinirimies/t… #rustlang…
The wait is over - let's introduce the first speaker of Rustikon 2026! Welcome @orhundev as the first #rustikon speaker! 🎟️ Grab your ticket here: rustikon.dev/tickets A huge thank you to everyone who submitted C4P! #rustikon #rustlang
PROJECT SPOTLIGHT 💡 Tonic Tonic is a Rust implementation of gRPC, a high performance, open source, general RPC framework that puts mobile and HTTP/2 first. #rust #rustlang #programming
Today I discovered a TUI to find hidden paths 👻 📂 YADB — Yet another directory buster. 💯 Supports multithreaded & recursive scanning, custom wordlists. 🦀 Written in Rust & built with @ratatui_rs ⭐ GitHub: github.com/izya4ka/yadb #rustlang #ratatui #tui #directory…
🚀 Part 6 of my Rust CLI Todo App mini series is live! We’re making tasks persistent using SQLite. No more losing your tasks! 😎 Watch here: youtube.com/watch?v=C92_vr… #Rust #RustLang #CLIApp #SQLite #TodoApp #RustProjects #Programming
youtube.com
YouTube
Rust CLI To-Do App – Part 6 | Make Tasks Persistent with SQLite...
Grin mimblewimble privacy blockchain NEWS & Developments. #privacy #rustlang #decentralization #PrivacyCoins open.substack.com/pub/grinpost/p…
Rust: Project goals update — September 2025 devtalk.com/t/223310 #RustLang # #devtalk
Quick Rust/Solana question 👇 Why does this feel illegal but still works? 😭💀 let (_pda, _bump) = Pubkey::find_program_address( &[b"state", user.key().as_ref()], program_id, ); What’s the “right” way you handle PDA seeds in your projects? #RustLang #Solana #Web3…
NVIDIA just released their new streaming model "parakeet_realtime_eou". I exported it to ONNX and added it to parakeet-rs! It runs incredibly fast, even on CPU. I also exported and implemented their diarization model also. github.com/altunenes/para… #rustlang #asr
The culprit was single .unwrap() call. The system correctly detected the file size error, but because of .unwrap(), it forced a crash instead of rejecting the file. Lesson: Treat internal configs with the same validation rigor as external user input. #rustlang #error #cloudflare
Welcome @EncodePanda as the #rustikon speaker! 🎙️ From Micrograd to coppergrad: Building Neural Networks and Backpropagation from Scratch in Rust 🎟️ Grab your ticket here: rustikon.dev/tickets #rustlang #rustconference
Rust today: “cannot borrow, cannot move, cannot exist.” Me: bro I’m just trying to build a dApp 😭💀 Anyone else fighting the borrow checker this week? #RustLang #Solana #codingmemes #100xDevs
💥 $Grin MimbleWimble blockchain now has a newly appointed lead developer for its maintenance ! The Grin community shows its support and welcomes this development after a prolonged period of progress! #privacy #rustlang forum.grin.mw/t/grin-project…
Kein Cyberangriff: Ein interner Datenbank-Fehler und ein unwrap() an der falschen Stelle haben gestern die Cloudflare-Infrastruktur in die Knie gezwungen. Die technische Analyse zur "Rust Panic". bfcom.eu/s/it/259117-wi… #Cloudflare #RustLang #DevOps #PostMortem
Add Sonarqube plugin to flag unwrap to be replaced with match Don't just think happy path #rustlang
We let the Internet down today. Here’s our technical post mortem on what happened. On behalf of the entire @Cloudflare team, I’m sorry. blog.cloudflare.com/18-november-20…
I wrote a full deep dive on the linear algebra and the Rust implementation. 📝 Read the article: vinuka.dev/posts/slicer 💻 Source code : github.com/VinukaThejana/… #rustlang #3DPrinting #LinearAlgebra #Engineering #DevCommunity
Solana lesson of the day 👇 Once you understand how accounts store state and how programs ONLY touch them… the whole chain starts making sense 🧠⚡ #SolanaDev #Web3 #RustLang #BuildInPublic
Cloudflare went down... But it went down **safely** !! #rust #rustlang #cloudflare blog.cloudflare.com/18-november-20…
🚀 Solved 2 DSA problems today using Boyer-Moore Voting Algorithm! 🧠 ✅ Found the majority element (> n/2) ✅ Found elements appearing > n/3 times Feeling more confident with O(1) space tricks in Rust. 💪 #RustLang #DSA #Coding #BoyerMoore
This Week's Rust Challenge 🦀 Log Analyzer You are given a system log file named Mac_2k.log, located in the src directory. The file contains real macOS-style log entries that follow this general pattern: github.com/Rust-Bytes/log… #rust #rustlang #programming
🚀 Just launched rapid-rs - zero-config web framework for Rust! One command to get started: cargo install rapid-rs-cli rapid new myapi && cd myapi && cargo run • Type-safe APIs • Auto OpenAPI docs • Hot reload • Built on Axum crates.io/crates/rapid-rs #rustlang…
🚨 #Rust Job 🦀 Proton is #hiring #RustLang Engineers to build open-source, privacy-first applications that empower millions to reclaim their digital freedom. Location: Barcelona, Geneva, Paris, London Link to full job details in the comments 👇
I'm Looking for a Summer '25 remote Internship in WebAssembly, Rust, or OSS Infra! I’m a maintainer at @wasmcloud and passionate about building performant systems & cloud native developer tooling. If you're hiring or know someone who is - my DMs are open! 🙌 #rustlang #WASM
10,047,315 rats... Ratatui hit 10M downloads on crates.io 🎉🥳 Thanks to everyone who cooked with us 👨🍳 github.com/ratatui #rustlang #ratatui
The wait is over - let's introduce the first speaker of Rustikon 2026! Welcome @orhundev as the first #rustikon speaker! 🎟️ Grab your ticket here: rustikon.dev/tickets A huge thank you to everyone who submitted C4P! #rustikon #rustlang
New LLM chat TUI in town! 🎉🦀 ▶️ Watch the usage video: youtube.com/watch?v=UAK6dQ… 💯 Supports Vim keybindings and parallel prompting ⭐ GitHub: github.com/MoonKraken/sho… #rustlang #ratatui #tui #llm #chat
📚 想要离线搜全书?试试 搜书吧!Rust + Vue3 打造的本地全文检索神器 🌐 开源、轻量、可离线运行,一键部署你的个人搜索系统 👉ahhhhfs.com/77307/ ⚡ #开源工具 #RustLang
The rat needs your help! 🐁 If you know web dev and want to help us design a new landing page, we'd love your contribution! 💰 Reward: 100,000 cheese sticks 🧀 See: github.com/ratatui/ratatu… #rustlang #ratatui #webdev
Really like that the Rust CSV docs do not use unwrap in their examples, but `Result<Box<dyn>>` and `?` puts the dev on the right track from the start. #rustlang
Something went wrong.
Something went wrong.
United States Trends
- 1. #happybdayTYGA N/A
- 2. $SENS $0.70 Senseonics CGM N/A
- 3. $APDN $0.20 Applied DNA N/A
- 4. $LMT $450.50 Lockheed F-35 N/A
- 5. Peggy 35.5K posts
- 6. GeForce Season 2,599 posts
- 7. Sonic 06 3,109 posts
- 8. Comey 45.5K posts
- 9. Stargate 4,253 posts
- 10. Halligan 17.5K posts
- 11. Zeraora 17.6K posts
- 12. $NVDA 48.1K posts
- 13. Berseria 5,772 posts
- 14. Cory Mills 36.4K posts
- 15. Dearborn 402K posts
- 16. #ComunaONada 4,561 posts
- 17. International Men's Day 98.3K posts
- 18. Ryan Wedding 7,772 posts
- 19. Rick Hendrick 1,703 posts
- 20. Ronaldo 283K posts