OpenUI is rewriting its openui-lang parser from Rust to TypeScript to improve latency in converting a custom DSL emitted by an LLM into a React component tree. The original Rust-based parser utilized a six-stage pipeline but was found to be optimizing the wrong aspects for performance.
openui.com
7 min
3/20/2026
Rustunnel is an open-source tunnel service written in Rust that replicates the functionality of ngrok, allowing local services behind NAT/firewalls to be exposed to the public internet. It supports encrypted WebSocket connections, TLS termination, HTTP/TCP proxying, and offers features such as a live dashboard, Prometheus metrics, and audit logging, with options for self-hosting or using a managed service.
github.com
15 min
3/19/2026
Redox OS provides a comprehensive guide for contributors, outlining the code of conduct, contribution terms, and best practices. It includes resources for development, such as style guidelines, build system instructions, and information on skill levels and priorities for contributions.
gitlab.redox-os.org
11 min
3/10/2026
Ladybird is transitioning from C++ to Rust for its programming needs due to Rust's memory safety, mature ecosystem for systems programming, and better platform support. Parts of Ladybird will be rewritten in Rust to leverage these advantages.
ladybird.org
3 min
2/23/2026
Rust's async/await can now be utilized on the GPU, allowing developers to write complex, high-performance applications using familiar Rust abstractions. This advancement is part of VectorWare's goal to create GPU-native software solutions.
vectorware.com
10 min
2/17/2026
Claude, Codex, and Gemini built a SQLite-like engine in Rust, comprising approximately 19,000 lines of code. The implementation includes a parser, planner, volcano executor, pager, B-trees, write-ahead logging, recovery, joins, aggregates, indexing, transaction semantics, grouped aggregates, and statistics-aware planning, with 282 passing unit tests.
kiankyars.github.io
4 min
2/16/2026
IronClaw is an AI assistant implemented in Rust, designed with a focus on privacy and security. It ensures that user data remains local, encrypted, and under the user's control, promoting transparency in data handling.
github.com
6 min
2/14/2026
Voxtral Mini Realtime is a streaming speech recognition model implemented in pure Rust, utilizing the Burn ML framework. It operates natively in the browser via WASM and WebGPU, with a Q4 GGUF quantized version available for client-side execution.
github.com
4 min
2/10/2026
Monty is a minimal, secure Python interpreter written in Rust designed for AI applications. It allows for the execution of Python code generated by large language models (LLMs) with startup times in single-digit microseconds, avoiding the overhead of full container-based sandboxes.
github.com
6 min
2/7/2026
Vjeux aims to port 100,000 lines of code from TypeScript to Rust using Claude Code within a month. The project seeks to combine AI and algorithms to enhance codebase rewriting efficiency, inspired by large-scale programming challenges.
blog.vjeux.com
16 min
1/26/2026
OpenUI is rewriting its openui-lang parser from Rust to TypeScript to improve latency in converting a custom DSL emitted by an LLM into a React component tree. The original Rust-based parser utilized a six-stage pipeline but was found to be optimizing the wrong aspects for performance.
openui.com
7 min
3/20/2026
Redox OS provides a comprehensive guide for contributors, outlining the code of conduct, contribution terms, and best practices. It includes resources for development, such as style guidelines, build system instructions, and information on skill levels and priorities for contributions.
gitlab.redox-os.org
11 min
3/10/2026
Rust's async/await can now be utilized on the GPU, allowing developers to write complex, high-performance applications using familiar Rust abstractions. This advancement is part of VectorWare's goal to create GPU-native software solutions.
vectorware.com
10 min
2/17/2026
IronClaw is an AI assistant implemented in Rust, designed with a focus on privacy and security. It ensures that user data remains local, encrypted, and under the user's control, promoting transparency in data handling.
github.com
6 min
2/14/2026
Monty is a minimal, secure Python interpreter written in Rust designed for AI applications. It allows for the execution of Python code generated by large language models (LLMs) with startup times in single-digit microseconds, avoiding the overhead of full container-based sandboxes.
github.com
6 min
2/7/2026
Rustunnel is an open-source tunnel service written in Rust that replicates the functionality of ngrok, allowing local services behind NAT/firewalls to be exposed to the public internet. It supports encrypted WebSocket connections, TLS termination, HTTP/TCP proxying, and offers features such as a live dashboard, Prometheus metrics, and audit logging, with options for self-hosting or using a managed service.
github.com
15 min
3/19/2026
Ladybird is transitioning from C++ to Rust for its programming needs due to Rust's memory safety, mature ecosystem for systems programming, and better platform support. Parts of Ladybird will be rewritten in Rust to leverage these advantages.
ladybird.org
3 min
2/23/2026
Claude, Codex, and Gemini built a SQLite-like engine in Rust, comprising approximately 19,000 lines of code. The implementation includes a parser, planner, volcano executor, pager, B-trees, write-ahead logging, recovery, joins, aggregates, indexing, transaction semantics, grouped aggregates, and statistics-aware planning, with 282 passing unit tests.
kiankyars.github.io
4 min
2/16/2026
Voxtral Mini Realtime is a streaming speech recognition model implemented in pure Rust, utilizing the Burn ML framework. It operates natively in the browser via WASM and WebGPU, with a Q4 GGUF quantized version available for client-side execution.
github.com
4 min
2/10/2026
Vjeux aims to port 100,000 lines of code from TypeScript to Rust using Claude Code within a month. The project seeks to combine AI and algorithms to enhance codebase rewriting efficiency, inspired by large-scale programming challenges.
blog.vjeux.com
16 min
1/26/2026
OpenUI is rewriting its openui-lang parser from Rust to TypeScript to improve latency in converting a custom DSL emitted by an LLM into a React component tree. The original Rust-based parser utilized a six-stage pipeline but was found to be optimizing the wrong aspects for performance.
openui.com
7 min
3/20/2026
Ladybird is transitioning from C++ to Rust for its programming needs due to Rust's memory safety, mature ecosystem for systems programming, and better platform support. Parts of Ladybird will be rewritten in Rust to leverage these advantages.
ladybird.org
3 min
2/23/2026
IronClaw is an AI assistant implemented in Rust, designed with a focus on privacy and security. It ensures that user data remains local, encrypted, and under the user's control, promoting transparency in data handling.
github.com
6 min
2/14/2026
Vjeux aims to port 100,000 lines of code from TypeScript to Rust using Claude Code within a month. The project seeks to combine AI and algorithms to enhance codebase rewriting efficiency, inspired by large-scale programming challenges.
blog.vjeux.com
16 min
1/26/2026
Rustunnel is an open-source tunnel service written in Rust that replicates the functionality of ngrok, allowing local services behind NAT/firewalls to be exposed to the public internet. It supports encrypted WebSocket connections, TLS termination, HTTP/TCP proxying, and offers features such as a live dashboard, Prometheus metrics, and audit logging, with options for self-hosting or using a managed service.
github.com
15 min
3/19/2026
Rust's async/await can now be utilized on the GPU, allowing developers to write complex, high-performance applications using familiar Rust abstractions. This advancement is part of VectorWare's goal to create GPU-native software solutions.
vectorware.com
10 min
2/17/2026
Voxtral Mini Realtime is a streaming speech recognition model implemented in pure Rust, utilizing the Burn ML framework. It operates natively in the browser via WASM and WebGPU, with a Q4 GGUF quantized version available for client-side execution.
github.com
4 min
2/10/2026
Redox OS provides a comprehensive guide for contributors, outlining the code of conduct, contribution terms, and best practices. It includes resources for development, such as style guidelines, build system instructions, and information on skill levels and priorities for contributions.
gitlab.redox-os.org
11 min
3/10/2026
Claude, Codex, and Gemini built a SQLite-like engine in Rust, comprising approximately 19,000 lines of code. The implementation includes a parser, planner, volcano executor, pager, B-trees, write-ahead logging, recovery, joins, aggregates, indexing, transaction semantics, grouped aggregates, and statistics-aware planning, with 282 passing unit tests.
kiankyars.github.io
4 min
2/16/2026
Monty is a minimal, secure Python interpreter written in Rust designed for AI applications. It allows for the execution of Python code generated by large language models (LLMs) with startup times in single-digit microseconds, avoiding the overhead of full container-based sandboxes.
github.com
6 min
2/7/2026
No more articles to load