brotchie
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: Agent from Scratch – Bootstrap an agent from a copy-paste, no framework (agentfromscratch.com)
I wanted to see if I could self-build a working OpenClaw-like agent starting with nothing but a fresh Linux VM. The result is a model-specific REPL "genesis snippet." It's a short bash script that prompts for your API…
-
I'm interested in understanding, at a deep level, the longitudinal day-to-day impact of technology on people's lives. To do so, I'd love to read some in-depth ethnographic narratives of the style: "A day in the life of…
- Consciousness is a Mathematical Pattern (youtube.com)
- Show HN: I've always wanted an Uber Android widget (play.google.com)
-
I hacked up a quick UITableView example in XCode 6 to stretch the legs with Swift. https://github.com/brotchie/SwiftTableView Overall I really like the language, especially <3 the algebraic data types (enumerations)…
-
We're currently in negotiation with a big soft drinks manufacturer to re-brand our mobile app for one of their brands for use over a 2 month period as part of a drink launch campaign. The target market is a very large…
-
We're receiving a lot of interest from China in our Android app (lots of Chinese engagement on our website seen via Website Analytics) but we can't sell it there because of Play Store restrictions! Any HNers have first…
-
Meme altcoins are pretty ridiculous, and I couldn't help but notice the storm-in-a-teacup that was the Coinye West launch (currency symbol COYE, a parody altcoin named after Kanye West). I'm not sure if there is a…
- How Fast is the National Broadband Network? Broadband in Australia. (howfastisthenbn.com.au)
-
My experience parsing text on iOS is sullied by exposure to Haskell's Parsec and Python's Parcon. Given the ability to create pure, composable, functions using Objective-C blocks, I thought Cocoa an ideal environment…