News archive
๐ The Rust security response working group and Crates.io team have issued a stark warning: key developers are under targeted attack. Attackers are setting up fake LinkedIn profiles and using video calls to trick devs into installing malware during what looks like a legitimate job or contract opportunity. ๐ฆ The tactics are clever: a video call for a "positive" reason, then a pivot to install a codec or execute a command via clipboard. These profiles are designed to pass initial scrutiny, making the threat harder to spot. The goal? Compromise devices and accounts to spread malware across the Rust ecosystem. ๐ฆ This isn't an isolated incident. Earlier in September 2026, hackers poisoned popular crates like `arrayref`, `internment`, and `append-only-vec` to deliver infostealer malware during the build process. The attack, linked to North Korean actors, compromised hundreds of millions of downloads. The supply chain is a ticking bomb, and developers are the first line of defense. ๐ Stay alert. Enable multi-factor authentication. And remember: trust is a fragile thing. ๐ https://lnkd.in/ePv5u4wz Written by AI - ITCy - model ollama/qwen3:8b <in:6146 out:257>
View on LinkedIn๐ NVIDIA's new CUDA Rust project is a game-changer for Rust devs aiming to harness GPU power natively. The two-track approach, SIMT and Tile, offers a robust, memory-safe alternative to traditional CUDA C++ workflows. ๐ฆ The SIMT Track leverages cuda-oxide, a custom rustc codegen backend that routes GPU kernel functions through Rust's MIR, Pliron IR, and LLVM IR to generate PTX code. For Tile programming, which targets modern NVIDIA architectures with tensor cores, the ecosystem supports structured tile-based operations. This dual-track strategy builds on earlier community efforts like rust-gpu and Rust-CUDA, aiming to provide a native compilation path for CUDA-compatible hardware. ๐ฆ For developers, this means writing GPU kernels directly in Rust without relying on C++ wrappers or Python bindings. It's a significant step toward Rust becoming a first-class citizen in the GPU computing ecosystem. The implications are clear: safer, more maintainable code with the same performance as CUDA C++. ๐ This is more than a technical update, it's a signal that the future of GPU programming is being shaped by systems languages. If you're into low-level performance and memory safety, this is worth a closer look. ๐ฆ https://lnkd.in/ewziGH6f Written by AI - ITCy - model ollama/qwen3:8b <in:6146 out:277>
View on LinkedInThe 800,000 lines of Rust code behind this shift signal a deeper commitment to safety, scalability, and developer trust. ๐ฆ The migration wasn't just a technical exercise, it was a strategic pivot. Rust's memory safety and concurrency model offer a new foundation for Copilot's AI agents, reducing the risk of runtime crashes and security vulnerabilities. For developers, this means a more stable and predictable tool, especially when integrating AI into mission-critical workflows. ๐ฆ With Rust's tooling, GitHub is giving developers the ability to fine-tune Copilot's suggestions, limiting them to 2-3 lines at most. No more sifting through 50-line code snippets. This is how you turn AI from a productivity booster into a true coding partner. ๐ They're about systems. And Rust, with its focus on performance and safety, is the language of choice for building those systems. ๐ค If you're building AI-powered apps, this is a signal worth paying attention to. And Rust is leading the way. ๐ฆ https://lnkd.in/eHeBkzdc Written by AI - ITCy - model ollama/qwen3:8b <in:6146 out:321>
View on LinkedInTyped Domain Grounding is a fresh take on taming the chaos of LLM-generated DSLs. By embedding domain-specific languages in mainstream typed systems, the author shows how compiler validation and generate-compile-repair loops can cut through hallucinations and deliver more reliable code. ๐ The kUML benchmarks and infrastructure-as-code examples are concrete proof that this approach works. ๐ฆ For builders, this means fewer late-stage surprises and more time to focus on innovation. The loop of generate, compile, and repair becomes a safety net, turning potential pitfalls into structured feedback. It's a reminder that even with AI's speed, we still need the discipline of typed systems to keep things grounded. ๐ง It's a broader lesson: when models get creative, we need guardrails. Typed Domain Grounding is one way to make that happen. A step toward making AI a reliable tool, not a wildcard. ๐ https://lnkd.in/esSXvqwm Written by AI - ITCy - model ollama/qwen3:8b <in:6146 out:269>
View on LinkedIn๐ Amazon Web Services (AWS)'s Pizza Bot is a bold move in the AI agent space, not a chatbot, but an inbox for asynchronous tasks. The idea is simple: let AI agents run in the background, like email threads, and let humans check in when needed. It's a self-hosted, open-source tool, and it's getting attention for its potential to simplify enterprise workflows. But as analysts note, the real challenge lies in integration and governance. Enterprises are wary of adding yet another layer to their tech stack, especially when compliance and control are non-negotiable. ๐ฆ Pizza Bot's promise is to make AI agents feel like colleagues, not just tools. But for that to work, companies need to trust the system, and that's where the friction starts. If you're managing AI agents that handle sensitive data or critical decisions, you need visibility, accountability, and control. ๐ฆ AWS is betting that the simplicity of the inbox model will win over the complexity of chatbot interfaces. But the real test is whether enterprises can balance innovation with oversight. Pizza Bot is a step in the right direction, but the road to adoption is paved with compliance checks, governance frameworks, and a careful balance between automation and human oversight. ๐ https://lnkd.in/e5n67BsY Written by AI - ITCy - model ollama/qwen3:8b <in:6146 out:283>
View on LinkedIn๐ VIVA, Bolivia's telecom giant, is leveraging blockchain to modernize its financial systems, without scrapping its legacy infrastructure. Led by Jules Miller, a former IBM Blockchain partner, Iris is enabling VIVA to use stablecoins for settlement, dollar reserves, and new financial services. This is a masterclass in incremental innovation: building on existing systems, not replacing them. ๐ฆ By integrating stablecoins, VIVA is creating a bridge between traditional finance and digital assets, offering faster, cheaper, and more transparent transactions. It's a strategic play that avoids the pitfalls of full-scale overhauls, keeping operations stable while opening new revenue streams. ๐ฆ What makes this project stand out is its pragmatism. Rather than overhauling everything at once, VIVA is piloting blockchain solutions in specific financial functions, like cross-border payments and reserve management. This approach reduces risk, accelerates adoption, and sets a blueprint for other telecoms looking to digitize without disruption. In a world where legacy systems are the norm, this is a bold, smart move. ๐ https://lnkd.in/eUZdv_zX Written by AI - ITCy - model ollama/qwen3:8b <in:6146 out:249>
View on LinkedIn๐ A critical flaw in GitLab's repository commits API has exposed self-managed CE and EE instances to unauthenticated arbitrary file reads. Attackers are already probing in the wild, and the damage could be severe. ๐ฆ CVE-2026-85706, rated CVSS 10.0, is a path traversal vulnerability that allows attackers to access sensitive files like SSH keys, configuration files, and credentials without authentication. The flaw stems from improper path confinement and missing authentication checks, making it a prime target for exploitation. ๐ง GitLab patched the issue in versions 19.3.2, 19.2.6, and 19.1.8, but the threat intelligence firm watchTowr confirmed active probes in the wild shortly after disclosure. The US CISA added it to its Known Exploited Vulnerabilities catalog, giving federal agencies a tight deadline to remediate. ๐ For teams running self-hosted GitLab instances, this is a wake-up call. Check your version, apply the patch, and audit your file access controls. The cost of inaction is high, exposed secrets, compromised systems, and potential data breaches. ๐ฆ Stay vigilant. The wild is already probing. ๐ฆ https://lnkd.in/gzNvcB63 Written by AI - ITCy - model ollama/qwen3:8b <in:6146 out:266>
View on LinkedInFrom Mark Russinovich's bold vision for native code to Microsoft's millions in Rust support, the company has made its stance clear. The result? Rust now sits alongside C++, C#, and TypeScript as a Tier-1 language, a status that reflects more than just technical merit The real shift isn't just in code, it's in culture. That's why the RustConf keynote last year wasn't just a showcase; it was a blueprint for how Microsoft is rethinking the stack. The projects powered by Rust are proof that the language isn't just possible in enterprise environments, it's essential For builders, this means fewer compromises. Rust's ownership model and zero-cost abstractions are no longer niche perks. They're now part of the standard toolkit for systems programming. And with Microsoft's backing, the language is getting the kind of infrastructure and tooling that developers need to scale without sacrificing safety. It's a rare win for the whole ecosystem. ๐ฆ And Rust, with Microsoft's support, is rewriting the rules. ๐ฆ https://lnkd.in/da_vm-Ui
View on LinkedIn๐ Rust's macro system is a beast, and Clippy's `clippy::nonstandard_macro_braces` lint is trying to tame it. The problem? Rust doesn't have a real macro callmap, which makes tracking brace usage in post-expansion lints nearly impossible. The lint's job is to catch macro calls with non-idiomatic braces, like `println! {}` or `vec!()`, which feel wrong to everyone but are technically valid. ๐ฆ The challenge? Clippy runs after macro expansion, so it sees the expanded code, not the original macro call. That means it has to reverse-engineer where the braces were, which is like trying to read a book without knowing the author's handwriting. The solution? Check if we're in a macro expansion, and if so, use that context to infer the original call. ๐ฆ This optimization led to a 3133x speed boost for the lint, a massive win for performance. It's a reminder that even small, niche lints can have huge impact when the right approach is taken. The key takeaway? Don't assume you know what's happening under the hood, sometimes, the system itself is the bottleneck. ๐ https://lnkd.in/dk69qSEB Written by AI - ITCy - model ollama/qwen3:8b <in:6146 out:255>
View on LinkedIn
๐ง Rust devs, beware! ๐ฆ A sophisticated phishing campaign is targeting key Rust maintainers via fake LinkedIn profiles and video calls. ๐จ The attack aims to compromise devs' devices and accounts to spread malware in the Rust ecosystem. ๐ค
View on X๐ฆ Rust just got a GPU upgrade, no more "launch from Rust" hacks. CUDA Rust lets you write kernels natively in Rust, with two paths: โ `cuda-oxide` for SIMT โ PTX, โ `cutile-rs` for Tile-based on stable Rust. Both catch aliasing errors at compile time, no more guesswork.
View on X๐ค Typing in a new language? ๐ Typed Domain Grounding cuts hallucination noise by anchoring DSLs in typed code #AI #LLM #DSL #DevOps https://t.co/O09oB4imyy
View on X๐ @github Copilotโs runtime rewrite to Rust? Thatโs 800k lines of code, and itโs using Copilot to do it! ๐ฆ โจ Agents made this possible, and the results? Faster, safer, and more scalable. ๐ก Rustโs performance meets AIโs power, a match made in code. ๐ Read the full story: /
View on X๐ AWS just launched Pizza Bot, an open-source inbox for AI agents that work in the background. No more chat windows, just async tasks handled like email. ๐ ๐ง Analysts say integration and governance could slow adoption, but the toolโs potential is clear. ๐ ๐ค Itโs a bold move, treating AI agents like colleagues, not chatbots. ๐ฆ ๐ #AI #AWS #OpenSource #AIagents https://www.infoworld.com/article/4222882/aws-bets-that-ai-agents-need-an-inbox-not-another-chat-window.html Link: 1 0 = no link. /change_url TWEET-20260917-000131 <0|1|2|3|4|5|url> 1. https://www.infoworld.com/article/4222882/aws-bets-that-ai-agents-need-an-inbox-not-another-chat-window.html 2. https://us.resources.infoworld.com 3. https://www.computerworld.com/article/4222890/aws-bets-that-ai-agents-need-an-inbox-not-another-chat-window-3.html 4. https://aicybr.com/blog/aws-pizza-bot-background-ai-agents-guide 5. https://techstrong.ai/articles/aws-open-sources-pizza-bot-an-inbox-for-background-ai-agents Written by AI - ITCy - model ollama/qwen3:8b - tokens in:2280 out:128
View on X๐ Boliviaโs VIVA is swapping telecom systems for stablecoins, no replacement needed. ๐ก Iris, led by Jules Miller (ex-IBM), is building financial rails on Avalanche. ๐ Dollar reserves + new services? Thatโs the real blockchain play. ๐ฆ Crypto meets telecom, this is how itโs done. #Blockchain #Telecom #Avalanche #DigitalFinance https://www.coindesk.com/business/2026/09/15/a-latam-telecom-operator-is-putting-part-of-its-finances-on-avalanche Link: 1 0 = no link. /change_url TWEET-20260916-000129 <0|1|2|3|4|5|url> 1. https://www.coindesk.com/business/2026/09/15/a-latam-telecom-operator-is-putting-part-of-its-finances-on-avalanche 2. https://www.kucoin.com/news/flash/latin-american-telecom-operator-viva-migrates-partial-settlements-to-avalanche-blockchain 3. https://cryptonews.net/news/blockchain/33451169 4. https://phemex.com/news/article/latin-american-telecom-operator-viva-moves-financial-infrastructure-to-avalanche-via-iris-96869 5. https://coinmagnetic.com/en/news/a-latam-telecom-operator-is-putting-part-of-its-finances-on-avalanche Written by AI - ITCy - model ollama/qwen3:8b - tokens in:6146 out:126
View on X๐จ GitLabโs ๐ CVSS-10 flaw lets attackers read any file on self-managed CE/EE instances, no auth needed. ๐ Itโs already being probed in the wild. ๐ CISA added it to their KEV catalog, forcing agencies to patch by Sept 14. ๐ ๏ธ Check your version: GitLab 19.3.2+, 19.2.6+, or 19.1.8+ are safe. ๐ CVE-2026-85706, a path traversal bug in the commits API. https://www.infoworld.com/article/4221942/a-maximum-severity-gitlab-flaw-could-turn-your-ci-cd-server-into-an-attackers-treasure-trove-2.html Link: 1 0 = no link. /change_url TWEET-20260916-000127 <0|1|2|3|4|5|url> 1. https://www.infoworld.com/article/4221942/a-maximum-severity-gitlab-flaw-could-turn-your-ci-cd-server-into-an-attackers-treasure-trove-2.html 2. https://us.resources.infoworld.com 3. https://www.csoonline.com/article/4221934/a-maximum-severity-gitlab-flaw-could-turn-your-ci-cd-server-into-an-attackers-treasure-trove.html 4. https://www.runzero.com/blog/gitlab-instances 5. https://cybersecuritynews.com/gitlab-patches-critical-flaws Written by AI - ITCy - model ollama/qwen3:8b - tokens in:6146 out:219
View on XFrom Mark Russinovichโs bold vision to millions in support, the language is now tier-1, joining C++, C#, and TypeScript. ๐ฆ Watch his keynote for the full story. #Rust #@Microsoft #DevTools #OpenSource https://rustfoundation.org/media/guest-post-rust-is-tier-1-language-at-microsoft Link: 1 0 = no link. /change_url TWEET-20260916-000126 <0|1|2|3|4|5|url> 1. https://rustfoundation.org/media/guest-post-rust-is-tier-1-language-at-microsoft 2. https://x.com/SinemCngz/status/2100255248744951974 Written by AI - ITCy - model ollama/qwen3:8b - tokens in:6146 out:89
View on X๐ฆ Clippyโs `nonstandard_macro_braces` lint caught a 3133X speedup by ditching brute-force macro checks. ๐ Itโs all about when Clippy runs, after macro expansion, not before. ๐ง Rustโs macro system is tricky, but this fix made it way faster. ๐ Check the code here: #Rust #Clippy #Lints #Optimization #CompilerMagic ๐ฆ https://blog.goose.love/posts/making-a-clippy-lint-faster-by-3133x Link: 1 0 = no link. /change_url TWEET-20260916-000125 <0|1|2|3|4|5|url> 1. https://blog.goose.love/posts/making-a-clippy-lint-faster-by-3133x 2. https://github.com/rust-lang/rust-clippy/pull/16808 3. https://tech.lgbt/@blyxyas 4. https://rust-lang.github.io/rust-clippy/stable/index.html 5. https://doc.rust-lang.org/stable/clippy/lints.html Written by AI - ITCy - model ollama/qwen3:8b - tokens in:12292 out:278
View on X
