Trending

#RustLang

Latest posts tagged with #RustLang on Bluesky

Latest Top
Trending

Posts tagged #RustLang

♻️ janriemer: #Diverse perspectives on #AI from #Rust contributors and maintainers

nikomatsakis.github.io/rust-project-perspective...

Healthy debates are still possible, it seems. 🙏

#LLM #LLMs #RustLang #OpenSource

1 0 0 0
Preview
Rust Is Quietly Replacing Your Python Tools (and Why You Should Care) If you’re a Python developer who hasn’t been paying close attention to your toolchain lately, something important has changed underneath…

#python #whatsnext #jobs #rust #rustlang #softwaredevelopment

medium.com/@yalovoy/rus...

1 1 0 0
Post image

🚀 Eldiron.com v0.9.1 is out!

This update adds global rules, localization, audio FX, better realtime visual scripting debugging, improved combat formulas/messages, and lots of editor polish.

#gamedev #indiedev #rustlang #rpg #pixelart #gameengine

17 3 0 0
Preview
GitHub · Change is constant. GitHub keeps you ahead. Join the world's most widely adopted, AI-powered developer platform where millions of developers, businesses, and the largest open source community build software that advances humanity.

Added automatic gain control from webrtc with its own vad but im looking into adding my own noise suppression (2!) module because I have some good ideas on what to do, specially with the rnnoise models. Check it out github.com/RubyBit/aec3-rs #rustlang

1 1 0 0

Abysm today: Two new achievements (once again the final planned ones) for a total of 32, preparing a bug report for an upstream library, and reading up on some old code to be able to polish an animation.

#gamedev #indiedev #indiegame #pixelart #bevy #bevyengine #rustlang #thinkygame #steamdeck

8 3 0 0

In the age of cheap code and AI, is #golang still relevant? I prefer stronger typed alternatives like #rustlang for my tools. Also the compiler messages are so much nicer in #rustlang.

1 0 3 0
Video

New GPU monitor tool just dropped 🔥

🌀 gptop — A GPU monitor TUI for Apple Silicon & NVIDIA

💯 Real-time charts, per-process GPU usage & multi-GPU support

🦀 Written in Rust & built with @ratatui.rs

⭐ GitHub: github.com/evilsocket/g...

#rustlang #ratatui #tui #gpu #monitoring #linux #terminal

16 1 0 0
Preview
Rust Patterns from Hardening a Compiler Driver - HackMD So, here's the context: stable-mir-json is a rustc driver that serializes Stable MIR to JSON. It wraps the compiler, which means the thing it depends on changes constantly, panics on inputs we can't p...

I’ve been contributing to an open source project #rustlang and will be writing up lessons learned. Here's the first.

hackmd.io/@cds-amal/B1...

2 0 0 0

I built Comet, a schema-driven commit message tool for Git.

• interactive TUI
• configurable commit schemas
• validation rules

GitHub:
github.com/adernild/comet

#rustlang #opensource #git

2 0 0 0
#315 Ladybird Browser Is In For A Rusty Future | Andreas Kling
#315 Ladybird Browser Is In For A Rusty Future | Andreas Kling Today we have Andreas Kling back on the podcast to talk about the Ladybird browser but this time to talk about the porting of the project from C++ over to Rust after abandoning the goal of porting to…

Ladybird Browser Is In For A Rusty Future | Andreas Kling 🦀 (@awesomekling )

#rust #rustlang #programming

www.youtube.com/watch?v=fXnu...

1 0 0 0
Post image

A good read for the weekend 🦀

#rust #rustlang #programming

3 0 1 0

I think I have figured out why some people become born again evangelists for functional programming. I/O is hard, and always trip you up...

#rustlang

0 0 0 0

I'm hacking code again, and guess what, it's once more related to tools for managing music files!

It looks like it's music that makes me write code.

#rustlang

0 0 0 0
Post image

Building Wayland layer-shell apps with a TUI 🤯

🐁 raclettui — Ratatui backend for Wayland layer-shell windows

⚡ Create menus, bars, and overlays with terminal-style widgets

🦀 Powered by Rust & @ratatui.rs

⭐ GitHub: github.com/ishrut/racle...

#rustlang #ratatui #tui #wayland #linux #terminal

20 1 1 0
Preview
Announcing Vite+ Alpha Introducing Vite+, an open-source CLI that unifies your runtime, package manager, and frontend toolchain into one fast, simple development experience.

https://voidzero.dev/posts/announcing-vite-plus-alpha
Vite+は、Webアプリケーション開発を統合する新しいツールチェーンです。
Vite、Vitest、Oxlintなどを一つにまとめ、ランタイムやパッケージ管理も行います。
Rustベースのツールで高速化し、開発をシンプルにするこのツールがMITライセンスでオープンソース化されました。#rustlang

1 0 0 0

oh noes, i forgot to write the things. #rustlang #lldb #debug #gremlinsincode

0 0 0 0
Preview
Vite 8.0 is out! Vite 8 Release Announcement

https://vite.dev/blog/announcing-vite8
Vite 8.0が正式にリリースされました。
Rustベースの統一バンドラーRolldownを採用し、ビルド速度が大幅に向上。
既存のViteプラグインとの互換性を保ちつつ、開発体験がさらに高速化されました。#rustlang

0 0 0 0

I love unit testing Math - I can’t really explain why

#math #swe #science #computing #unitTests #rustLang #eo #satellite #radar #SaaS

1 0 0 0
Preview
GitHub - acbatista/rustbyexample: O projeto foi inspirado no famoso [Go by Example](https://gobyexample.com), adaptando o mesmo estilo de ensino para Rust. O projeto foi inspirado no famoso [Go by Example](https://gobyexample.com), adaptando o mesmo estilo de ensino para Rust. - acbatista/rustbyexample

Rust por Exemplo é um guia prático da linguagem Rust baseado em pequenos exemplos executáveis.

O projeto foi inspirado no famoso Go by Example, adaptando o mesmo estilo de ensino para Rust.

github.com/acbatista/ru...
#rust #rustLang #opensource #git

2 0 0 0

Abysm today: Made a cut down version of my trailer as a release date announcement video. March 20th if you missed it. Also worked on some art for more varied backgrounds, and a bit of problem hunting.

#gamedev #indiedev #indiegame #puzzlegame #bevy #bevyengine #rustlang #devlog #steamtrailer

4 2 0 0
Video

Woah, this is super useful 😍

🌀 rgx — TUI regex tester with real-time matching

💯 Supports multiple engines (Rust, fancy-regex,PCRE2) with live previews

🦀 Written in Rust & built with @ratatui.rs

⭐ GitHub: github.com/brevity1swos...

#rustlang #ratatui #tui #regex #terminal #devtools #programming

37 8 1 1
Ratworks #25 — Writing Rust & chilling
Ratworks #25 — Writing Rust & chilling YouTube video by Orhun Parmaksız

Have a good Friday y'all! I'm live on YT ▶️

🦀 Writing Rust & chilling: www.youtube.com/watch?v=hnSo...

#livetream #rustlang

3 0 0 0
Video

Hypertile: A zero dependency runtime tiling engine for Ratatui inspired by Hyprland 🦀

#rust #rustlang #ratatui

1 0 1 0
Preview
Release 0.5.0 · ReagentX/Logria Optimizations Cache filter/search regex Cache ANSI color regex Use binary search for highlight detection Remove unnecessary poll rate mutex Move corner rendering out of command box loop Fix underf...

Logria 0.5.0 is now available: github.com/ReagentX/Log... #Rust #RustLang

0 0 0 0
How to use storytelling to fit inline assembly into Rust The Rust Abstract Machine is full of wonderful oddities that do not exist on the actual hardware. Inevitably, every time this is discussed, someone asks: “But, what if I use inline assembly...

How to use storytelling to fit inline assembly into #rustlang

www.ralfj.de/blog/2026/03...

21 2 0 1
Preview
The Cost of Indirection in Rust Why 'indirection has a cost' is usually the wrong reason to inline and what actually costs you.

blog.sebastiansastre.co/posts/cost-of-indirectio...
Rustの非同期関数における間接呼び出しのコストについて議論しています。
コンパイラの最適化により、パフォーマンスへの影響はほとんどなく、多くの場合ゼロです。
コードの可読性や保守性を犠牲にすべきではないと主張し、人間中心の設計を推奨します。#rustlang

0 0 0 0
Preview
Coughing in my microphone causes segfault · Issue #38 · performous/performous Now that's one weird issue. I mostly use, for now, Performous's "Training" feature (read the microphone's pitch and shows it on a sheet). This tool is useful to me when creating song files with Com...

"Why Rust exists "

#rust #rustlang #programming

github.com/performous/p...

14 2 0 1
Video

No more shipping websites with slow images! 🔥

🔍 image-auditor — A TUI for detecting image performance issues

⚡ Finds missing lazy loading, wrong formats, layout shifts & oversized images

🦀 Written in Rust & built with @ratatui.rs

⭐ GitHub: github.com/0franco/imag...

#rustlang #ratatui #tui

8 2 1 0
Original post on mastodon.social

Writing a snake game in Rust/WASM

Last time we did the hard work, so this time we can focus directly on writing a fun game of Snake using pure Rust, running in a browser canvas via WASM.

https://video.infosec.exchange/w/eXfichLZwz4uDxvDgwhspM

It wasn't as quick as I expected, but we got a […]

1 2 0 0
Preview
静的サイトジェネレータ「Astro 6.0」正式リリース。開発環境としてCloudflare Workers対応。Rust製コンパイラの実験的追加など 静的サイトジェネレータ「Astro」の最新版となる「Astro 6.0」正式版がリリースされました。 Astroを開発してきたAstro Technology Companyは今年(2026年)1月、CDNサービス大手のCloudflare...

www.publickey1.jp/blog/26/astro_60cloudfla...
静的サイトジェネレータ「Astro 6.0」が正式リリースされました。
Cloudflare Workersへの開発環境対応や組み込みフォントAPIの追加が主な新機能です。
より高速なサイト生成を目指し、Rust製コンパイラの実験的導入も進められています。#rustlang

0 0 0 0