SAShai Almogindebugagent.com·9h ago · 5 min readA Polyline Is Not a RouteA polyline can draw the points you give it. It cannot discover the road between them. What is Codename One? Codename One is an open-source framework for building native iOS, Android, desktop, and web 00
SAShai Almogindebugagent.com·13h ago · 10 min readHealth Data Without Fake CertaintyThe hardest part of a health API is not reading a heart-rate number. It is knowing what that number means, which store supplied it, whether anything is missing, and what the application is legally all00
SAShai Almogindebugagent.com·11h ago · 7 min readOn-Device AI and MCP on Every PortThere are two very different ways to connect AI to an application. What is Codename One? Codename One is an open-source framework for building native iOS, Android, desktop, and web apps from a single 00
MMakomestinprivamesh.hashnode.dev·1d ago · 7 min readPrivaMesh: Designing an iPhone Messenger Without a Central Account ServerMost encrypted messengers focus on protecting message contents. That is essential, but content encryption is only one part of the privacy problem. Account registration, contact discovery, delivery inf00
DCDespia CEOinblog.despia.com·2d ago · 11 min readConvert a Base44 App to iOS and Publish ItApple does not care that your app was built in Base44. It cares whether the binary does something Safari does not, whether the listing is honest, and whether a reviewer can get inside it. Almost every00
DCDespia CEOinblog.despia.com·2d ago · 7 min readApp Works on iPhone but Not iPad? Here Is the FixApple reviews on iPad. That is where most builders find out that half their app is gated behind a device name. The paywall opens on iPhone, the reviewer taps the same button on an iPad, and gets a scr00
SAShai Almogindebugagent.com·3d ago · 16 min readPush V3: One Message From Your Server to Every SurfacePush notifications should be application infrastructure, not a pile of expiring certificates and provider-specific JSON. What is Codename One? Codename One is an open-source framework for building nat00
DKDonghwan Kiminblog-cattus.hashnode.dev·5d ago · 19 min readLive Chat, and the Problems Underneath ItAt the bottom of every KakaoShopping Live broadcast page there's a chat panel where viewers can talk to each other while watching. It looks like a plain "chat box," but underneath it has to render doz00
HGH.P. Games Lab.inhpgameslab.hashnode.dev·5d ago · 2 min readBuilding in Public: Why I'm Starting This JourneyHi, I'm Pavel. I'm a Node.js backend engineer with several years of experience building production systems, but over the last year I've become increasingly interested in creating products instead of o00
SAShai Almogindebugagent.com·5d ago · 4 min readCompact Strings Cut Character Storage in HalfPR #5421 adds compact strings to ParparVM. Strings that fit in Latin-1 now use a byte[]; strings that need wider code units continue to use char[]. What is Codename One? Codename One is an open-source00