HackerLangs
TopNewTrendsCommentsPastAskShowJobs

tonyoconnell

no profile record

comments

tonyoconnell
·8 gün önce·discuss
Almost exactly the same for me
tonyoconnell
·16 gün önce·discuss
A blast from the past. I used his scripts for sending email from forms. The internet was a very nice place back then.
tonyoconnell
·16 gün önce·discuss
The narrative is moving towards KYC
tonyoconnell
·26 gün önce·discuss
What it is

Apple's Foundation Models framework (shipping in iOS 27 / macOS 27 this fall) is the standard Swift API for on-device AI — the same API Apple uses for their own small model. This package makes Claude plug into that same API as a drop-in swap.

  // Apple's on-device model
  let session = LanguageModelSession(model: SystemLanguageModel.default)

  // Claude — same API, just different model constructor
  let session = LanguageModelSession(model: ClaudeLanguageModel(name: .sonnet4_6, auth: auth))
One API, two tiers. You write your app once against the Foundation Models protocol. On-device model handles fast/free/private tasks; Claude handles heavy reasoning, long context, or capability gaps — you swap the model, not your code.

You don't call the Anthropic API directly. Apple's framework handles streaming, tool calling, and structured output (@Generable) — you just get Claude's capability through it.
tonyoconnell
·30 gün önce·discuss
How did this get to the front page?
tonyoconnell
·geçen ay·discuss
i gave claude code my design system that i built in figma and haven't opened it again. it's much faster designing with your voice.
tonyoconnell
·geçen ay·discuss
just wondering... do you think bun's rewrite with ai was vibe coded or engineered with ai? i know it wasn't perfect in the beginning but i think it was good engineering and what was built will make it faster and better.
tonyoconnell
·geçen ay·discuss
you can actually do everything most people do in next with vite/astro. i was worried to do it but i haven't ran into any problems i couldn't solve.
tonyoconnell
·geçen ay·discuss
the dx is wonderful if you give claude code your global api key. and the price is amazing. you can deploy complex web apps for free. i love vite and astro which is built on vite. i ran both on cloudflare before they were bought by them. i'm happy. at least they weren't bough by adobe.
tonyoconnell
·geçen ay·discuss
so we shouldn't talk to humans when an ai can give an answer?
tonyoconnell
·2 ay önce·discuss
Here's a link to a few sample chapters https://vivianvoss.net/assets/files/integrated-by-design-pre... I enjoyed reading them - they presented a very clear arguement to select FreeBSD over Linux
tonyoconnell
·4 ay önce·discuss
why not just use https://getutm.app/ ?
tonyoconnell
·4 ay önce·discuss
I've been thinking a lot about what AI agents buy, and what can I sell to them. If you are the owner of an agent that has a wallet can you share what it has bought or sold?
tonyoconnell
·7 ay önce·discuss
I think building apps and websites for other people is mad depressing. It went from "move this up there, and change that colour to pink" to a client ruining a beautiful site by using a nocode tool. Now they have superpowers to ruin it by adding AI generated code as well. AI can generate absolutely beautiful code if it is generated on the right architecture with the right patterns and rules. The problem isn't the AI it's the people telling AI and developers what to do.
tonyoconnell
·7 ay önce·discuss
Hello. I was delighted to see Penpot get a lot of traction when Adobe were going to buy Figma. I'm not a fan of Adobe because they killed so many of my favourite products. I switched from Macromedia (acquired by Adobe) Fireworks to Sketch to Figma and probably would have moved from Figma to Penpot already but I simply don't need Figma anymore. I use Shadcn UI and Claude Code to do my design these days without every having to touch Figma. All I need is a lightweight image editor that can crop and optimise some vectors and bitmaps now and again. I'd like if I had a lightweight design system that syncs designs with my code and the code with my design but I don't really need it. It looks like you are building something like this. Your MCP should be more usable with the new Claude Opus model and their new advanced tool use https://www.anthropic.com/engineering/advanced-tool-use but it would be useful to package that functionality into a tool that can call servers without needing MCP. Then I would give it to my Claude Code design subagent without worrying about it polluting my context window. I took the time to write this because I really like what you are trying to do and your new Open Nitrate business model is wonderful. I wish you lots of luck. If you ever want to chat about AI feel free to get in touch at [email protected]
tonyoconnell
·8 ay önce·discuss
You can make your website run fast as well with https://astro.build - it strips the Javascript and uses HTML until js is needed. You can get 300ms page loads for outcrop.app with Astro on Cloudflare Pages. Good luck with the project. I requested early access - You should use the response to the form submit requesting access better - I mean somebody who added their email expressed a lot of intent - why end the conversation with a toast notification? I hope life is going well in Dublin.
tonyoconnell
·8 ay önce·discuss
This is so cool. Good luck with your venture.
tonyoconnell
·9 ay önce·discuss
Maybe you could use your software to help them support other frameworks