Here's a little preview of the new glass effect coming to Haze 2.0 Should be in the next alpha release
Chris Banes
@chrisbanes.me
🕸️ https://chrisbanes.me 👨💻 Senior Staff Software Engineer
🛍️ Shopping isn’t a category I got Hermes Agent to match marketplace orders with my bank transactions, then categorise each item by what I actually bought. Same spending. A much clearer picture of where the money went. chrisbanes.me/posts/shoppi...
Shopping Is Not a Category
How I used Hermes Agent to match marketplace order emails with Actual Budget transactions, split purchases into individual items, and reveal where the money actually went.
chrisbanes.me
Hunting down Jetpack Compose recomposition issues manually is a huge time sink I’ve spent the past few weeks using @mmckenna.me’s Dejavu to simplify this: - Write Dejavu tests to establish a baseline - Tell the agent to hunt for issues and A/B fixes - Profit
🤖 I've just open-sourced a new set of skills, covering Kotlin, Compose and Android development. Very early days, but it covers a lot of things which crop up in code review regularly. github.com/chrisbanes/s...
GitHub - chrisbanes/skills: Skills for Kotlin, Jetpack Compose, and Android development
Skills for Kotlin, Jetpack Compose, and Android development - chrisbanes/skills
github.com
💠 Haze 2.0-alpha01 is out! This is a big release, splitting Haze up into layers, with the goal of enabling pluggable visual effects. Let me know what you think! chrisbanes.me/posts/haze-2...
Haze 2.0: A Pluggable Visual Effects Engine
Haze 2.0-alpha01 turns blur into a pluggable effect, splitting it into a separate module and opening the door to custom visual effects built on top of a shared rendering infrastructure.
chrisbanes.me
Starting hacking on an AI Agent orchestration tool (for myself). Decided to build it in Rust (because why not), and holy cow: the entire CI run takes ~40 seconds, and most of that is setting up the toolchain. github.com/chrisbanes/e...
feat: ACP agent client, orchestrator state machine, and multi-agent p… · chrisbanes/ensemble@930a0e7
Contribute to chrisbanes/ensemble development by creating an account on GitHub.
github.com
✨ ChromaDial is a new #ComposeMultiplatform library that enables you to create beautiful Dials for your #JetpackCompose app Its API is similar to the Slider, but instead works in degrees Just pass in and set the degree state #buildinpublic
After becoming infuriated by Codex (the tool) lately, I've switched to @mariozechner.at's `Pi` and it's like a breathe of fresh air 🧘 All of the stuff I actually use, it's super fast, and most importantly it doesn't constantly ask permission to run `git` shittycodingagent.ai
buildwithpi.ai
A terminal-based coding agent
shittycodingagent.ai
If your engineering team is 'senior-only' + AI-assisted… where do tomorrow's seniors come from? New blog post on the 'disappearing middle': chrisbanes.me/posts/disapp...
The Disappearing Middle: How AI Coding Tools Are Breaking Software Apprenticeship
How AI coding agents are automating away the developer apprenticeship ladder. Discover three personas for using agentic programming effectively, when it accelerates work, and critical guardrails to pr...
chrisbanes.me
Tried out @github Copilot to write a small feature for Haze, all from my phone. It’s the ultimate in lazy programming, but I’m pretty mind blown. 🧵…
I've been looking into Liquid Glass details (experiment for Haze), and stumbled across this article by @kubekhrm.bsky.social. Simply wow. kube.io/blog/liquid-...
Liquid Glass in the Browser: Refraction with CSS and SVG — kube.io
Explore how to recreate Apple's stunning Liquid Glass effect using CSS, SVG Displacement Maps, and refraction calculations.
kube.io
As a little experiment I asked Gemini 2.5 (Pro) to compare itself to ChatGPT-5. It ended up telling me about Gemini 1.5 and that “Google has not announced a Gemini 2.5 model.” I think I’ll be sticking with ChatGPT… g.co/gemini/share...
Gemini - Gemini Advanced vs. ChatGPT-5 Comparison
Created with Gemini
g.co
My team is looking for a new Android + KMP engineer! 🇺🇸/🇨🇦 Looking for someone in Boston, New York, Toronto, Washington DC 📺 Working on Ventura TV OS (www.thetradedesk.com/ventura-stre...) If you have any questions, feel free to ask! 🔗: careers.thetradedesk.com/jobs/4870331...
Staff Android Software Engineer - VenturaOS
careers.thetradedesk.com
Looking forward to being back at @droidcon.bsky.social London this year. I spent quite a while on this talk title…
I migrated our entire codebase over to it last week, and we’re now fully on the Metro train. 💺 It has pretty much everything y’all will need, right now.
Metro wouldn’t be where it is without the road that Anvil paved before it. I’ve really enjoyed working with Joel and Jacob on several Metro features already, with @ralf-wondratschek.com in its early design phase, and really looking forward continuing to work with all of them. Future’s bright 🚇
I don’t know how they expect anyone to know the location of this bar…
What is it with Facebook adding pull-up gestures for the most random actions: Instagram DMs: Pull up to toggle disappearing messages. WhatsApp: Pull up to call. The amount of times I’ve triggered these actions: too many. The amount of times that I’ve meant to perform them: absolutely zero.
I've been trying out @jetbrains.com Junie over the past few few days, and have pretty blown away with it. I've managed to do everything from a complex refactoring of Haze (with follow up tasks), to fairly complex string manipulation (pretty printing data class toString).
Seems to be a lot of talk about Haze and Liquid Glass… At its core, Haze is a background content transform library, and the ‘visual effect’ (blurring, etc) is just an implementation detail. Liquid Glass will be a runtime shader like others which Haze already uses.
💠 Haze 1.6.0 has been released! This is a big release: 🤖 Blurring for all versions of Android 🎨 Foreground (content) blurring 📐 Blurred edge treatment 🔗: github.com/chrisbanes/h...
💠 Haze 1.6.0-beta01 has been released! 🐛: Android 12 is now enabled by default 🤖: Experimental blurring support for all Android versions The video below is recorded on a Pixel 3 running Android 11, but it works back to Android 5. Please give it a try and report back! 🔗: github.com/chrisbanes/h...
Dug out an old Pixel 3 today, to do some testing on earlier Android versions. I forgot how small and light devices used to be. Feels like a feather compared to my iPhone Pro Max 16
Had a little hack getting Haze working on older Android devices. It uses RenderScript, so is never going to be real-time, but the lag isn't too bad. Everything is performed asynchronously, so this isn't jank. I'm undecided whether to keep going with it. Let me know if this would be useful to you.
Focus bugs in Compose are the absolute worst. The system is so opaque and hidden, that trying to deal with them is borderline impossible.
Haze 1.5.0 has been released: 💨 Optimised blur shader implementation (thanks to Kyant) 🖌️ New: HazeProgressive.Brush for custom progressive effects 🐛 Usual load of bugfixes github.com/chrisbanes/h...
Release 1.5.0 · chrisbanes/haze
Highlights Optimised blurring shader for progressive effects. Thanks to @Kyant0 in #537 HazeProgressive.Brush. You can now supply completely custom masks (via a shader) for progressive effects. Ad...
github.com
🪢 Multiplatform Strings This blog post talks through a solution which we've landed on, using a single file as the source of truth for all strings, across all of our apps. chrisbanes.me/posts/multip...
Multiplatform Strings
Simplify multilingual app development with Twine! Learn how to manage and export strings for iOS, Android, and Compose Multiplatform efficiently
chrisbanes.me
🚀 Should you use Kotlin Sequences for Performance? I have always thought that using asSequence() was the way to optimize chained operations in Kotlin. But after benchmarking, the results shocked me: Sequences are often slower! 😱 #Kotlin #AndroidDev chrisbanes.me/posts/use-se...
Should you use Kotlin Sequences for Performance?
Should you use Kotlin Sequences for performance? I put List, Sequence, and Flow to the test with kotlinx-benchmark, and the results were surprising!
chrisbanes.me
Spent 10 mins integrating Bluesky comments into my Hugo blog Shamelessly reusing @kau.sh’s code from bsky.app/profile/kau....
Invest in a feed you control - powering a Hugo blog with Bluesky Comments kau.sh/blog/bluesky...
Just tried asking ChatGPT and Gemini to convert a `composed` modifier to use `Modifier.Node`, and both failed miserably. Gemini probably got closest of the two, but it hallucinated all sorts of random callbacks which don't exist.
Haze 1.3.0 has been released! 🔵 Radial Progressive (gradient) effects 🖌️ Brush support in tints 🧑💻 New samples 📑 New docs courtesy of @markallison.social github.com/chrisbanes/h...
Release 1.3.0 · chrisbanes/haze
What's Changed Add Brush support to HazeTint by @chrisbanes in #481 Move all samples to shared by @chrisbanes in #484 Add Bottom Sheet sample by @chrisbanes in #485 Fix alpha property changes not ...
github.com