HackerTrans
TopNewTrendsCommentsPastAskShowJobs

instagary

no profile record

Submissions

[untitled]

20 points·by instagary·il y a 9 mois·0 comments

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

github.com
4 points·by instagary·l’année dernière·1 comments

Working group to expand Swift's Android support

forums.swift.org
2 points·by instagary·l’année dernière·0 comments

Show HN: Apple-like smooth corners for Tailwind CSS

github.com
33 points·by instagary·l’année dernière·15 comments

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

2 points·by instagary·il y a 2 ans·4 comments

How to Launch on Hacker News [video]

youtube.com
4 points·by instagary·il y a 2 ans·0 comments

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

candle.fi
2 points·by instagary·il y a 2 ans·3 comments

comments

instagary
·il y a 2 mois·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
·il y a 8 mois·discuss
I wish the native iOS part was written in Swift rather than Objective-C like RN.
instagary
·l’année dernière·discuss
[dead]
instagary
·l’année dernière·discuss
Does this use the the mimi codec by moshi? If so it would be straighforward to get Dia running on iOS!
instagary
·l’année dernière·discuss
Cool idea. iPhone would be great too! & Function calling tools.
instagary
·l’année dernière·discuss
Congrats on the launch!

This kinda reminds me of Expo snacks (https://snack.expo.dev/), but with a chat.
instagary
·l’année dernière·discuss
Congrats, really cool idea! You should add the demo video to your website in addition to the interactive version.
instagary
·l’année dernière·discuss
Makes sense!
instagary
·l’année dernière·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
·l’année dernière·discuss
Looks like a service called OpenRouter (https://openrouter.ai).

- 'openrouter:deepseek/deepseek-r1'
instagary
·l’année dernière·discuss
Deepseek blowing up like this really showed how tired everyone was with the AI founders acting like they’re saving the world.
instagary
·l’année dernière·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
·l’année dernière·discuss
Our website: https://candle.fi !
instagary
·il y a 2 ans·discuss
Thanks for sharing this, so cool!
instagary
·il y a 2 ans·discuss
The demo was intuitive, congrats on the launch! Can I ask what you used to build the canvas UI?
instagary
·il y a 2 ans·discuss
What is a practical use case for this protocol?
instagary
·il y a 2 ans·discuss
Great demo video, will try this out!
instagary
·il y a 2 ans·discuss
Thanks for the suggestion! That's a good idea & something we'll think about more.
instagary
·il y a 2 ans·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
·il y a 2 ans·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.