Some app icon alternatives for Starfold (an org-mode app I'm building)
Martin Rechsteiner
@mrechsteiner.bsky.social
Software engineer at Lace Lithography martinrechsteiner.com
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
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/...
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
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
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
Been working on a rich text editor for org-mode over the last year or so, and it's really starting to come together