https://github.com/xodn348/han
「Han」は、韓国語のキーワードで書かれた汎用コンパイル言語です。
Rustで開発され、LLVM IRを介してネイティブバイナリにコンパイルされます。
ハングルでのプログラミングを通じて、韓国文化の美しさをコードに融合させます。#rustlang
Latest posts tagged with #rustLang on Bluesky
https://github.com/xodn348/han
「Han」は、韓国語のキーワードで書かれた汎用コンパイル言語です。
Rustで開発され、LLVM IRを介してネイティブバイナリにコンパイルされます。
ハングルでのプログラミングを通じて、韓国文化の美しさをコードに融合させます。#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
#python #whatsnext #jobs #rust #rustlang #softwaredevelopment
medium.com/@yalovoy/rus...
🚀 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
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
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
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.
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
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...
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
Ladybird Browser Is In For A Rusty Future | Andreas Kling 🦀 (@awesomekling )
#rust #rustlang #programming
www.youtube.com/watch?v=fXnu...
A good read for the weekend 🦀
#rust #rustlang #programming
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
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
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
https://voidzero.dev/posts/announcing-vite-plus-alpha
Vite+は、Webアプリケーション開発を統合する新しいツールチェーンです。
Vite、Vitest、Oxlintなどを一つにまとめ、ランタイムやパッケージ管理も行います。
Rustベースのツールで高速化し、開発をシンプルにするこのツールがMITライセンスでオープンソース化されました。#rustlang
oh noes, i forgot to write the things. #rustlang #lldb #debug #gremlinsincode
https://vite.dev/blog/announcing-vite8
Vite 8.0が正式にリリースされました。
Rustベースの統一バンドラーRolldownを採用し、ビルド速度が大幅に向上。
既存のViteプラグインとの互換性を保ちつつ、開発体験がさらに高速化されました。#rustlang
I love unit testing Math - I can’t really explain why
#math #swe #science #computing #unitTests #rustLang #eo #satellite #radar #SaaS
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
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
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
Have a good Friday y'all! I'm live on YT ▶️
🦀 Writing Rust & chilling: www.youtube.com/watch?v=hnSo...
#livetream #rustlang
Hypertile: A zero dependency runtime tiling engine for Ratatui inspired by Hyprland 🦀
#rust #rustlang #ratatui
How to use storytelling to fit inline assembly into #rustlang
www.ralfj.de/blog/2026/03...
blog.sebastiansastre.co/posts/cost-of-indirectio...
Rustの非同期関数における間接呼び出しのコストについて議論しています。
コンパイラの最適化により、パフォーマンスへの影響はほとんどなく、多くの場合ゼロです。
コードの可読性や保守性を犠牲にすべきではないと主張し、人間中心の設計を推奨します。#rustlang
"Why Rust exists "
#rust #rustlang #programming
github.com/performous/p...
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
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 […]