Martin Rechsteiner
mrechsteiner.bsky.social
Martin Rechsteiner
@mrechsteiner.bsky.social
Software developer into Swift, Rust and Emacs

martinrechsteiner.com
Some app icon alternatives for Starfold (an org-mode app I'm building)
May 24, 2025 at 3:06 PM
How do people feel about the EUPL? I'm trying to decide on a copyleft license for my org-mode iOS app, and it seems pretty great to me. I'm also considering GPL, but it's not really compatible with the App Store and it's unclear to me what is actually required to handle that correctly
May 18, 2025 at 9:13 PM
A while back I made this little weaving pattern machine, using only ARM 32-bit assembly. It has a tiny keyboard that lets you create and edit weaving patterns. It's made for the STM32 microcontroller, but also has its own emulator in Rust github.com/rechsteiner/...
May 8, 2025 at 7:25 PM
This looks really neat! An HTTP client in Emacs, similar to postman. I've been using restclient.el before, but I really like how this is built on top of org-mode github.com/federicotdn/...
GitHub - federicotdn/verb: HTTP client for Emacs
HTTP client for Emacs. Contribute to federicotdn/verb development by creating an account on GitHub.
github.com
April 30, 2025 at 1:32 PM
Playing around with a custom NSWindow appearance style for posframes in Emacs. I've tried centering the minibuffer before, but I've always felt it blended too much with the background. Adding a little corner radius and shadow really makes a difference
April 28, 2025 at 8:52 PM
Cycling between collapsed states in Starfold. It's all manually animated using Core Animation, which means everything gets GPU accelerated. Took a lot of time to get it right, especially with interruptible animations, but it ended up really smooth
April 26, 2025 at 7:08 PM
Been working on a rich text editor for org-mode over the last year or so, and it's really starting to come together
April 25, 2025 at 4:52 PM