@charliermarsh: Bang https://github.com/astral-sh/ruff/pull/25501… https://github.com/astral-sh/ruff/pull/25593… https://github.com/ast…
Summary
A thread from Charlie Marsh listing a series of pull requests to the Ruff project on GitHub.
Similar Articles
@charliermarsh: https://x.com/charliermarsh/status/2057953314419990670
Ruff is an extremely fast Python linter and code formatter written in Rust, aiming to replace multiple existing tools like Flake8, Black, and isort.
@ryanlpeterman: Thoughts on rewriting your entire codebase to Rust with AI, @charliermarsh (OpenAI & Astral) interesting open questions…
A tweet thread summarizing an interview with Charlie Marsh (Astral/OpenAI) discussing the challenges and open questions of rewriting entire codebases to Rust with AI assistance.
Ruff v0.16.0
Ruff v0.16.0 significantly expands default rule coverage from 59 to 413 rules, catching more severe issues like syntax errors and runtime errors. This update may break existing CI workflows but provides automated fixes with `--fix --unsafe-fixes`.
@DanKornas: RAG Playlist What you will learn: - Retrieval Augmented Generation - Document Loaders in LangChain - Text Splitters in …
Tweet announces a RAG Playlist covering topics from basic RAG to advanced techniques like CRAG and Self-RAG using LangChain and LangGraph, with a link in the comments.
@huang_chao4969: LightRAG v1.5 is here! The biggest release ever! 35k+ GitHub | 1.1M+ downloads | 251 contributors | 1.1k+ PRs merged He…
LightRAG v1.5 is released with six major improvements including multimodal document processing, enhanced parsing, and role-specific LLM configuration, making RAG simpler, faster, and more powerful.