mihaela

↗ HN profile [ 74.3 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hi HN! I built Cupertino to solve AI hallucinations when working with Apple APIs. It crawls Apple Developer Documentation (22K+ pages across 261 frameworks), Swift Evolution proposals, and Swift.org docs into a local…

  2. Xcode 6 lacks "Empty Application" iOS template. Something similar is included, but not like it was in Xcode 5.x. This template generates bare bones application that I find completely unusable. I don't use Storyboards oe…

  3. I'm fed up with WordPress. I need something simple and possibly static with markdown support. I would like to work outside web rich editor, and do my work on iPad(iAWriter), Mac or PC, then post to my site (Git would be…

  4. If you need to visualize pre-order, in-order or post-order binary tree traversal, you might want to check it out. Create any binary tree, save, load (not BST, that may come later). Cheers.