9 Followers
87 Following
84 Posts
Senior Scientist at ImFusion, previously at Philips, TUHH, LUH.
Medical Imaging with Deep Learning
Hamburg, Germany

With Ghostty 1.3 out the door, my focus is now on completing the libghostty C API (Zig API is already complete). Just added the groundwork for exposing full terminal state and formatting it as plain text, VT, or HTML. https://github.com/ghostty-org/ghostty/pull/11506

This is all just writing C ABI compatible APIs to the already-existing and heavily real-world proven Zig APIs. For example, the formatter API is how our copy/paste works (the HTML format is the source of truth for Ghostty 1.3's rich text copy). And of course, the terminal API is literally the core Ghostty terminal emulator!

The major API I need to do next is the "render state" API. Formatters are made for infrequent point-in-time snapshots; they aren't particularly performant. The render state is a stateful API for building high performance render loops and its what the Ghostty GPU renderer is built on top of. Will come soon...

hmm, I installed some updates and now this is happening
Ghostty 1.3 is now out! Scrollback search, native scrollbars, click-to-move cursor, rich clipboard copy, AppleScript, split drag/drop, Unicode 17 and international text improvements, massive performance improvements, and hundreds more changes. https://ghostty.org/docs/install/release-notes/1-3-0
About Ghostty

Ghostty
Hacktivate is App Store App of the Day across Europe and more! It teaches real-world cyber skills through hands-on challenges, and works on iPhone, iPad, and Mac. The first 30 are free, but don't blame me if you get hooked 😎 #OnTheAppStore https://apps.apple.com/story/id1858535494
Hacktivate - App Store

Little is as it first appears in Hacktivate, an app that invites you to use actual hacking techniques to… Learn more tips and how-tos on the App Store.

App Store

Almost freaked out when I saw this, thought it could be a new VSCode feature.

Turns out, it's a special ligature feature of the Maple Mono font https://font.subf.dev/

RE: https://mas.to/@TechConnectify/115985224639778868

Holy shit. Bravo.

This β€” ALL of it β€” is worth your time.

Liquid Glass in dark mode in AppKit doesn't even remotely work β€” just look at this toolbar behavior. We're months post-release and this is what Mac developers are still facing out of the box πŸ˜‘
You are being misled about renewable energy technology.

Let's learn and grow. New things are cool!Links 'n' stuff down below. Lots of links.First, the "clean version." Please pass that around.https://youtu.be/Zgxb...

YouTube

As hyped as Claude Code + Obsidian is, I have no desire to upload my personal unencrypted vault data to Anthropic or anyone else.

I hope that the ideas of private inference and confidential computing that Moxie described take off. It's how all LLMs should work.

I've been working on Codex Monitor, a macOS/Tauri app that is basically a UI for the Codex CLI App Server Protocol. You can add any of your projects, see the git diff, and see the agent output.

It's an app designed for my workflow, where I can easily view the multiple agents assigned to each project and what they're currently working on.

It's still very early, but much more is coming to it!

https://github.com/Dimillian/CodexMonitor