at least from talking to Eric at a meetup, I think some are still on remote implementations. I know texts definitely needs to do the iMessage implementation locally, but they're moving everything client-side, which to me as a thunderbird user, makes the most sense. I just wish we could have something like libpurple again that would allow me to finally get back to the everything-in-one-app paradigm
Besides Beeper, the only consumer bridge hosting service I'm aware of is Element One, but it's only barely maintained, so I'd definitely recommend self-hosting over that.
Nice, I was playing around with Milkdown. it's pretty cool: https://milkdown.dev/playground. It's like a block editor like notion for markdown so you don't need the split pane markdown/preview either
Somewhat related, but I randomly got suggested this video on Youtube when it only had a couple hundred views. He's turned it into a series, and I have quite enjoyed it. Somehow bridges user interfaces and occult stuff haha
Check out https://futureofcoding.org if you haven't. When I watched Liber Indigo, my first thought was that it would be a great intro to the type of problems that community is messing with*.
* future of computing, esoteric/future interfaces etc...
This is great, thanks. I've been going down a real rabbit hole on Thelemic magic and this really brings it back, full circle, to something I actually do understand.
Been using Cursor and Claude Code to build a pretty involved electron browser.
Wanted a little UI for Claude Code. Found I would always go to tiktok or instagram while waiting for the agent to complete my code. Wanted to play around with that idea a bit further so I decided to fork my electron app and make a little environment for vibe coding, that provides activities to do while you are waiting for the ai to code. Listen to music, browse HN, watch tbpn and play a massive multiplayer game.
At any rate, if you are building a electron app, I can confidently say its the best starter template to go off. Using Drizzle, effect ts to give strongly typed ipc bridge. On github: https://github.com/longtail-labs/slide.code
This uses the claude code sdk for typescript, which doesn't support everything the cli does so it may feel a bit limited if you are a CC power user.
> But honestly, I’ve always felt like this objection was overblown. I’ve got nothing against static typing; some of my best friends use statically-typed programming languages.
reply