From 0edee92ab7de69433c57d066eef35275ec8af638 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Fri, 10 Jul 2026 10:09:15 +0000 Subject: [PATCH] blog/posts: newsletter 03 Signed-off-by: Anirudh Oppiliappan --- blog/posts/newsletter-03.md | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file(s) changed, 82 insertion(s)(+), 0 deletion(s)(-) diff --git a/blog/posts/newsletter-03.md b/blog/posts/newsletter-03.md new file mode 100644 --- /dev/null +++ b/blog/posts/newsletter-03.md @@ -0,0 +1,82 @@ +--- +atroot: true +template: +slug: newsletter-03 +title: Newsletter 03 +subtitle: Code search, focus mode, microVM CI and a new home +image: https://assets.tangled.network/blog/newsletter/03/og.png +date: 2026-07-10 +authors: + - name: Anirudh + email: anirudh@tangled.org + handle: anirudh.fi +--- + +*This was originally sent as an email.* + +Happy summer, Tanglers! While the rest of Europe vacations, we've been busy +shipping. Quality of life improvements like Focus Mode, a whole new CI engine +powered by microVMs, code search and a revamped timeline page. Lots to cover, +let's get into it! + +## Code search + +![Code Search feature +card](https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:wshs7t2adsemcrrd4snkeqli/bafkreiba3x4mrqegrtost4vlddfbhbbza7jxeof6q3odflpxf77hdfu2fa@jpeg) + +Full-text code search is here. You can now search for code across the +*entire* Tangled network, and yes, regex is supported. :) + +Try it here [in our monorepo](https://tangled.org/tangled.org/core/search)! + +## Focus mode + +![Focus Mode feature +card](https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:wshs7t2adsemcrrd4snkeqli/bafkreifvd4pjapk2mce4jf3xt2anfgatlkhmduenkkfxato6iylvcw2bjm@jpeg) + +Focus Mode is a new way to clear notifications: lock in and knock out your list +one item at a time, with a task bar that nudges you to stay on track until the +queue is empty. + +## Experimental XRPC API + +![Experimental API feature +card](https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:wshs7t2adsemcrrd4snkeqli/bafkreignzcbexjtq6zwwxsnvmsytbbqgsfie2qka7c6jqqvf6spzpj5y5a@jpeg) + +The Tangled XRPC API is live. An experimental API (using the [AT Protocol XRPC +format](https://atproto.com/specs/xrpc)) to query Tangled is now available at +[api.tangled.org](https://api.tangled.org). Give it a spin: + +``` +λ curl https://api.tangled.org/xrpc/sh.tangled.repo.listRepos?subject=did:plc:wshs7t2adsemcrrd4snkeqli | jq +``` + +You can browse the available lexicons in the monorepo, more docs to follow. + +## A new home + +![New Home feature +card](https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:wshs7t2adsemcrrd4snkeqli/bafkreife4l2m4gpwb33sngzxcmybqnnhqguuxaeuy56qf4lo2py5tndsza@jpeg) + +The homepage now uses a brand-new three-column layout: Notifications and +Recents on the left, your Timeline (Global / Following) in the middle, and +Trending, Announcements, and more on the right. We hope you like the improved +information density just as much as we do! + +## MicroVM-powered CI + +![MicroVM CI feature +card](https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:wshs7t2adsemcrrd4snkeqli/bafkreidwylh22aw2ctoij324ag2pjm2qfg4oep6jaok6wejghxebcfmscy@jpeg) + +Spindles can now run jobs inside NixOS/Alpine QEMU microVMs. That means you can +build Docker containers or run services like Postgres directly in your CI +workflows, each job isolated by default. + +[Read more →](https://blog.tangled.org/spindle-microvm) + +--- + +That's it for this issue! As always, you can reply to this email, or +find us on [Discord](https://chat.tangled.org). + +-- Anirudh -- tangled.sh