If you’re not checking out Android Studio’s new AI Agent, you’re falling behind ⚡
Smarter coding, faster workflows, real productivity gains 🚀
Watch here 👇
https://youtu.be/jTlW8JeCClA?si=5GJlbpzTc8HU7cug
If you’re not checking out Android Studio’s new AI Agent, you’re falling behind ⚡
Smarter coding, faster workflows, real productivity gains 🚀
Watch here 👇
https://youtu.be/jTlW8JeCClA?si=5GJlbpzTc8HU7cug
Beep beep, new terminal text editor in town! 🚓
🌀 **fresh** — A modern & keyboard-first text editor with non-modal UX
💯 Supports menus, command palette, mouse support & plugins!
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/sinelaw/fresh
#rustlang #tui #ratatui #terminal #texteditor #devtools #opensource
Who needs Graphviz when you can build it yourself?, https://spidermonkey.dev/blog/2025/10/28/iongraph-web.html.
SpiderMonkey has replaced Graphviz by a custom graph layout renderer for their internal devtools. This article explains how the algorithm works, step by step (inspired by Sugiyama et al.'s algorithm, used by Graphviz, but simplified and with more constraints).
Pretty neat!
Today I finally release #PKGMGR 1.0.0 🎉
A multi-distro workflow & package manager built on #Python + #Nix. It unifies repo management, builds & releases and now stabilizes and future-proofs @infinito development and deployment.
More: https://s.veen.world/pkgmgr
#Linux #DevTools #Nix #FOSS #Automation #MultiDistro #ArchLinux #Debian #Ubuntu #Fedora #CentOS #DevOps #CI #OpenSource #InfinitoNexus #NixOS #Arch #ArchLinux
🚀 dirval published on #PyPI!
My first official #Python package 🎉
#dirval can now be installed easily via:
pip install dirval
It is a core library of the #InfinitoNexus ecosystem and is used by backup, validation, and infrastructure tools to reliably detect directory structure changes.
Thanks to #pkgmgr, I can now release and publish packages much faster and more consistently.
Released under the #MIT License.
What is a build system, anyway?
https://jyn.dev/what-is-a-build-system-anyway/
#HackerNews #buildsystem #programming #devtools #softwareengineering #techarticles
New post: The New Bottleneck
AI agents generate code faster than build systems can compile it. What was once a problem for large orgs is getting democratized.
At @tuist we want to make developer productivity accessible to everyone.
https://pedro.fika.bar/the-new-bottleneck-01KCBMVAQ5RSQYKYNP6XNA5Q4B
🚀 dirval published on #PyPI!
My first official #Python package 🎉
#dirval can now be installed easily via:
pip install dirval
It is a core library of the #InfinitoNexus ecosystem and is used by backup, validation, and infrastructure tools to reliably detect directory structure changes.
Thanks to #pkgmgr, I can now release and publish packages much faster and more consistently.
Released under the #MIT License.
Static or dynamic linking? Most teams go all-one-way. SwiftPM wants things to work – not what's best for launch time or binary size.
So I extended Argus with an agent-friendly interface to explore graphs & make smarter linking decisions:
https://github.com/tuist/argus/pull/11
Next: SWBBuildService proxy in Tuist (any Xcode version), then real-time web-based build insights.
We won't need @apple to make this useful.
Today I finally release #PKGMGR 1.0.0 🎉
A multi-distro workflow & package manager built on #Python + #Nix. It unifies repo management, builds & releases and now stabilizes and future-proofs @infinito development and deployment.
More: https://s.veen.world/pkgmgr
#Linux #DevTools #Nix #FOSS #Automation #MultiDistro #ArchLinux #Debian #Ubuntu #Fedora #CentOS #DevOps #CI #OpenSource #InfinitoNexus #NixOS #Arch #ArchLinux
Datastar: Lightweight hypermedia framework for building interactive web apps
#HackerNews #Datastar #Hypermedia #WebApps #InteractiveFramework #DevTools
Uhhhhhh...
😼 **cargo-cat** — A Cargo subcommand that prints random ASCII cats.
🦀 Also ships a library if you want cats in your Rust code.
⭐ GitHub: https://github.com/blyxyas/cat-ascii-faces
#rustlang #cargo #cli #devtools #rustacean #ascii #cats #meme
📢 Ei desenvolvedores Python! Já pensou em rodar scripts que trazem suas dependências junto no próprio arquivo? 🤯
Com o UV, isso é realidade! Basta um cabeçalho especial # /// script no seu .py, listar as libs e pronto: uv run script.py e tudo funciona, sem instalação manual. 🚀🐍
Quer aprender como criar scripts autocontidos, portáteis e super fáceis de compartilhar? Confira meu artigo com guia passo a passo e exemplos reais:
Liberte-se do velho venv e pip install e dê uma acelerada no seu desenvolvimento! 🔥
📢 Ei desenvolvedores Python! Já pensou em rodar scripts que trazem suas dependências junto no próprio arquivo? 🤯
Com o UV, isso é realidade! Basta um cabeçalho especial # /// script no seu .py, listar as libs e pronto: uv run script.py e tudo funciona, sem instalação manual. 🚀🐍
Quer aprender como criar scripts autocontidos, portáteis e super fáceis de compartilhar? Confira meu artigo com guia passo a passo e exemplos reais:
Liberte-se do velho venv e pip install e dê uma acelerada no seu desenvolvimento! 🔥
Build systems need interoperability, not tool wars. Like shipping containers standardized logistics, we need standard caching contracts.
Current enterprise models bundle tech + service wrong. Compare to Supabase: one click, DB in any region.
Build caching should work the same. Select locations, get cache infra there.
Fabrik aims to be that standard.
https://github.com/tuist/fabrik/
We just shipped a complete redesign of our marketing site. It's now consistent with our dashboard and aligned with Noora's design system-creating a cohesive experience.
@asmitbm wrote an excellent post about what drove this work, the design decisions, technical choices, and real challenges we hit.
From the design language to technical migration, there's nuance in making something polished and authentic.
Debugging CI/CD pipelines locally has been unexplored. The complexity of mapping pipeline execution to local environments made it prohibitively expensive.
AI coding tools changed that—the cost dropped dramatically.
We built Magnolia—a CLI to run GitHub Actions, GitLab CI, and Forgejo pipelines locally.
https://github.com/tuist/magnolia
Not feature-complete yet, but open to contributions. Our goal: help teams move to forge-native CI.
No more push-pray-wait cycles.