Syncing time using ΗΉtpd-rs`.  Rust everywhere.

#archlinux
#rust

A security scanner as fast as a linter – written in Rust

https://github.com/peaktwilight/foxguard

#github #rust #security

GitHub - PwnKit-Labs/foxguard: Linter-fast security scanning and policy checks for catching regressions before deploy.

Linter-fast security scanning and policy checks for catching regressions before deploy. - PwnKit-Labs/foxguard

GitHub

NEW: Maki β€” Rust-based AI coding agent achieving ~40% cost reduction and 2x speed via tree-sitter "skeleton" parsing that extracts only imports, types, and function signatures.

This tackles a real pain point: token limits and costs block many devs from useful AI coding. Open-source alternative to expensive proprietary tools.

Dev-built, shared publicly on GitHub.
#AI #OpenSource #DevTools #Rust #Coding

@burger @nominom

TTBOMK, Synapse is #AGPL3, but Synapse Pro is proprietary. The #Rust source code is not available, at least I was too stupid to find it πŸ™‚

RE: https://chaos.social/@blinry/116381227216604623

This is really sweet. I've wanted something like this for awhile, and have no idea why I didn't bother to write it. Now I don't have to.

#mastodon #rust

Most developers use AI to write code faster.

Francesco Pesenti, Senior Engineer at Tag1 Consulting, found the real leverage somewhere else entirely.
Two languages. Three LLM providers. One lesson that changes how you work with AI: http://tag1.co/lhc

#AI #OpenSource #Rust #AIApplied

From an Idea to Two Languages: How AI Transformed a Slack Command into a Learning Journey

β€œHow AI helped transform a simple Slack translation command into a multilingual, Rust-powered learning project.”

Tag1

Rust Foundation's Interop Initiative shifts from 2024-2026 research on Rust-C++ challenges to implementation phase, prioritizing practical near-term tools and coordination for safer mixed-language systems.

#rust #rustlang #programming

Has anyone here written a Telegram bot in Rust? Which library did you use? I'm trying to learn Rust and I figured it'd be a good first project to start with

#rust #telegram #askfedi

rust reqwest get(<guardian news story url>) -> 406 Not Acceptable & no body

python requests get(<guardian news story url>) -> 200 OK & body

because reasons i assume.

#rust #python