Holiday traditions:
β
Reconnecting with family
β
Reconnecting with code you wrote at 2am last February
Holiday traditions:
β
Reconnecting with family
β
Reconnecting with code you wrote at 2am last February
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. π
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. π«
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. π¨
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.
Hey! Yes, still on markdown, but not on Notion. Just markdown editing in in IDE with local images for now.
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! π»β¨
Love it! Thanks ππ» π
Would appreciate any Bluesky help on voting ππ»
www.producthunt.com/posts/substo...
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
Wow. This is the most beautiful site Iβve seen in a while! π
Thanks for the nice cap @raycast.com π
Unfortunately my head is 5xl, but my wife rocks it π―
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
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
This is awesome!
No worries. Happy to!
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 ππΌ π«£
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...
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 ππ»
I created another quick @raycast.com video. This time about turning expert advice into personalized AI-assistants.
youtu.be/DL-cuY037CY?...
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. ποΈ
Looks amazing! Also like the choice of shelves π πΈπͺ
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?
This is a short, yet important post from Daniel.
Amen!
Wow. Apart from being amazing content wise, the editing is π₯
Raycast notes for quick ideas -> then transfer the important ones to Notion. Pretty happy with that workflow.
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. π
π Example URL structure: your-url.vercel.app/slice-simula...
2οΈβ£ x-vercel-set-bypass-cookie=samesitenone
Combine both params and your preview deployment will load in the iframe! π
π‘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')