HackerTrans
TopNewTrendsCommentsPastAskShowJobs

instagary

no profile record

Submissions

[untitled]

20 points·by instagary·9 ay önce·0 comments

Show HN: Cigarette – a Safari extension that hides ads on X, Reddit, & LinkedIn

github.com
4 points·by instagary·geçen yıl·1 comments

Working group to expand Swift's Android support

forums.swift.org
2 points·by instagary·geçen yıl·0 comments

Show HN: Apple-like smooth corners for Tailwind CSS

github.com
33 points·by instagary·geçen yıl·15 comments

Ask HN: Why aren't residential IP services a security risk?

2 points·by instagary·2 yıl önce·4 comments

How to Launch on Hacker News [video]

youtube.com
4 points·by instagary·2 yıl önce·0 comments

Show HN: We built a GPT that connects to your money

candle.fi
2 points·by instagary·2 yıl önce·3 comments

comments

instagary
·2 ay önce·discuss
I've been working on a MarkdownView library for iOS based on tree sitter: https://github.com/HumanInterfaceDesign/MarkdownView

Like the OP mentioned, it's still surprisingly difficult to build what feels like a trivial interface using SwiftUI. Once you get into rich text, selection, streaming updates, syntax highlighting, diffing, or just smooth scrolling, you very quickly end up fighting the framework instead of building the app
instagary
·8 ay önce·discuss
I wish the native iOS part was written in Swift rather than Objective-C like RN.
instagary
·geçen yıl·discuss
[dead]
instagary
·geçen yıl·discuss
Does this use the the mimi codec by moshi? If so it would be straighforward to get Dia running on iOS!
instagary
·geçen yıl·discuss
Cool idea. iPhone would be great too! & Function calling tools.
instagary
·geçen yıl·discuss
Congrats on the launch!

This kinda reminds me of Expo snacks (https://snack.expo.dev/), but with a chat.
instagary
·geçen yıl·discuss
Congrats, really cool idea! You should add the demo video to your website in addition to the interactive version.
instagary
·geçen yıl·discuss
Makes sense!
instagary
·geçen yıl·discuss
Isn't there a clause in MIT that says you're required to give credit? Also, I didn't know a YC company which started it: https://www.ycombinator.com/companies/ollama.
instagary
·geçen yıl·discuss
Looks like a service called OpenRouter (https://openrouter.ai).

- 'openrouter:deepseek/deepseek-r1'
instagary
·geçen yıl·discuss
Deepseek blowing up like this really showed how tired everyone was with the AI founders acting like they’re saving the world.
instagary
·geçen yıl·discuss
It's pretty subtle, but hard to unsee after using it a lot.

diff: https://github.com/user-attachments/assets/3edb0bbd-4989-442...
instagary
·geçen yıl·discuss
Our website: https://candle.fi !
instagary
·2 yıl önce·discuss
Thanks for sharing this, so cool!
instagary
·2 yıl önce·discuss
The demo was intuitive, congrats on the launch! Can I ask what you used to build the canvas UI?
instagary
·2 yıl önce·discuss
What is a practical use case for this protocol?
instagary
·2 yıl önce·discuss
Great demo video, will try this out!
instagary
·2 yıl önce·discuss
Thanks for the suggestion! That's a good idea & something we'll think about more.
instagary
·2 yıl önce·discuss
Part of me thinks it could be related to our project using CocoaPods. I've always appreciated how nicely Gradle worked to install dependencies, and the DX always lacked in Xcode. SPM works similarly, but I have yet to try it on a medium-sized codebase. So, my frustration could be related to CocoaPods.

Apart from package managers, I like the auto-import features for frameworks in Android Studio. As well as the "fix it" UX, which is similar to VSCodes. Having an integrated terminal is something Xcode still lacks, and maybe a better UX than a Plist to configure projects; I know XcodeGen/Tuist and other tools exist, but something built-in would be nice for fast project config.
instagary
·2 yıl önce·discuss
I tried Zed, and it felt similar to VSCode. I know there are multiplayer features that are better than live share, but on the surface, I needed convincing to switch.

I would be more inclined to use Zed if it could displace XCode. It pains me to use it from deleting derived data or cleaning the build folder to random crashes.

Contrasting the DX to Android Studio, it's night and day. I always wanted an Android studio-like experience for iOS development.