Advertisement Β· 728 Γ— 90

Posts by Samuel Horn

Holiday traditions:
βœ… Reconnecting with family
βœ… Reconnecting with code you wrote at 2am last February

3 months ago 0 0 0 0
Video

Integrating Apples Foundation AI models for small interaction is pretty cool.

Like here when I put ”read 5 pages”, the model really quickly assumes number input, selects it for me, and tells me why. πŸ“–

3 months ago 1 0 0 0
Video

Animating curves in SwiftUI is quite straightforward.

You can easily convert SVG to SwiftUI code using svg-to-swiftui.quassum.com and then build from there. πŸ’«

3 months ago 3 0 0 0
Post image

Changed one small thing in StepDebt.
Shipped a new build β†’ Rejected. For something I didn’t touch.

Classic. New version pending review.

Anyway, here’s the icon. 🎨

3 months ago 0 0 0 0
Post image

App Store approval on the first try, for my first ever Swift UI build βœ…

StepDebt is a step tracker for real life β€” missed days become step debt, extra steps pay it back. Releasing soon.

3 months ago 4 0 0 0

Hey! Yes, still on markdown, but not on Notion. Just markdown editing in in IDE with local images for now.

10 months ago 0 0 0 0

This weekend I built a full-stack app using Tanstack Start, Convex, Clerk, and Paraglide! πŸŽ‰

The synergy of this stack is truly remarkable. Can't wait to share more about the journey! πŸ’»βœ¨

1 year ago 4 0 0 0

Love it! Thanks πŸ™πŸ» πŸ˜€

1 year ago 3 0 0 0
Advertisement
Preview
Substotal - Manage all your subscriptions in one place and save money | Product Hunt Substotal is a subscription tracker that helps you visualize your recurring expenses. No account requiredβ€”your data stays on your device. Optionally sync across devices. It's the quickest way to find ...

Would appreciate any Bluesky help on voting πŸ™πŸ»

www.producthunt.com/posts/substo...

1 year ago 3 0 1 0
Preview
Substotal - Track Your Subscriptions and Save Money Manage all your subscriptions in one place. No account required, completely private, and forever free.

Just shipped a side project: built a dead-simple subscription tracker that lets you see exactly how much you're burning on monthly services.

No signup, data stored locally by default. Optional account if you want to sync across devices. Next.js + ShadCN + Tailwind + Supabase. substotal.com

1 year ago 2 0 0 0

Wow. This is the most beautiful site I’ve seen in a while! 😍

1 year ago 0 0 0 0
Post image

Thanks for the nice cap @raycast.com 😍
Unfortunately my head is 5xl, but my wife rocks it πŸ’―

1 year ago 2 0 0 0

Frantically spamming your launch command, only to realize you accidentally closed @raycast.com... and suddenly your brain short-circuits because you've completely forgotten how to open apps without Raycast, to open Raycast! 🀯 #productivityparadox

1 year ago 2 0 0 0
Preview
Build a Raycast Extension: Content Ideas System + Free Notion Template Learn how to build your first Raycast extension while creating a powerful content ideas system. We'll build a Raycast extension with React and Typescript, connecting with Notion's API to create a quic...

Ever lost a great content idea because you couldn't capture it quick enough?

Just solved this by building a @raycast.com extension that talks to @notion.com. Made a video showing how + sharing my content planning Notion template for free!

yt.openinapp.co/4ss2c

1 year ago 1 0 0 0

This is awesome!

1 year ago 2 0 0 0

No worries. Happy to!

1 year ago 1 0 0 0

And yes you can attach files in the chats. πŸ‘πŸΌ

If you decide to try, I'll do yet another shameless plug for my affiliate link in the video description πŸ™πŸΌ 🫣

1 year ago 1 0 1 0
Advertisement
Preview
Understanding AI Rate Limits in Raycast's App Understanding AI Rate Limits in Raycast's App

IDK if still applies, but from what I can find online here, it seems you have a 75 requests per 3h limit on Claude 3.5. Personally I never had hit the limit on any model. :) www.genspark.ai/spark/unders...

1 year ago 1 0 1 0

Thanks! πŸ™πŸ»

In the AI-chat of Raycast you have a sidebar with all your chat history, kind of like the typical GTP interface. I don’t know if that’s what you meant?

I definitely recommend going PRO for the AI, many models under just one monthly fee is πŸ‘ŒπŸ»

1 year ago 1 0 1 0
Turn YouTube Advice Into AI Assistants | Raycast Workflow
Turn YouTube Advice Into AI Assistants | Raycast Workflow YouTube video by Samuel Horn | Coding and Productivity

I created another quick @raycast.com video. This time about turning expert advice into personalized AI-assistants.

youtu.be/DL-cuY037CY?...

1 year ago 7 1 2 0

Not a huge fan of Deepseek so far… However I’m super impressed that @raycast.com already added both the full R1 model, and a distilled version. 🏎️

1 year ago 0 0 0 0

Looks amazing! Also like the choice of shelves 😌 πŸ‡ΈπŸ‡ͺ

1 year ago 2 0 1 0

Configuring a hyper key seems like something that could be built into @raycast.com so we don't have to rely on things like Hyperkey or Karabiner-Elements?

1 year ago 1 0 0 0

This is a short, yet important post from Daniel.

Amen!

1 year ago 1 2 0 0
Advertisement

Wow. Apart from being amazing content wise, the editing is πŸ”₯

1 year ago 1 0 1 0

Raycast notes for quick ideas -> then transfer the important ones to Notion. Pretty happy with that workflow.

1 year ago 3 0 0 0

Hope this helps anyone dealing with Vercel preview deployments in iframes! Feel free to reach out if you have questions. πŸ™Œ

If you found this helpful, please like and repost to help other developers discover this solution. πŸš€

1 year ago 1 0 0 0

πŸ” Example URL structure: your-url.vercel.app/slice-simula...

1 year ago 0 0 1 0

2️⃣ x-vercel-set-bypass-cookie=samesitenone

Combine both params and your preview deployment will load in the iframe! πŸŽ‰

1 year ago 1 0 1 0

πŸ’‘The solution: Add these two query parameters to your iframe src, in our case the slice simulator URL:

1️⃣ x-vercel-protection-bypass=SECRET
(Set SECRET in Vercel project settings under 'deployment protection')

1 year ago 1 0 1 0