this post was submitted on 15 Mar 2026
917 points (93.5% liked)

Programmer Humor

30572 readers
535 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] moseschrute@lemmy.world 6 points 1 week ago (1 children)

Also use Mac for work and personal. But I spend most of my time in neovim and the browser, so tbh I don’t really care what I use. I just like that I can answer texts from my Mac via iMessage. I haven’t tried them, but I think there are some i3 style window managers for macOS. That’s the next thing I would explore if I wanted a more Linux like experience.

I started doing my Xcode builds in CI, so I guess I’m not really tied to Mac anymore. In its current state, I’m more attached to the hardware than the software.

[–] ikidd@lemmy.world 1 points 1 week ago (1 children)

Codemagic? I've made some pokes at using that for iOS builds with middling luck.

[–] moseschrute@lemmy.world 1 points 1 week ago

I’m using Fastlane, which I’m running via GitHub actions triggered by git tag.