HackerTrans
TopNewTrendsCommentsPastAskShowJobs

instagary

no profile record

Submissions

[untitled]

20 points·by instagary·9 miesięcy temu·0 comments

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

github.com
4 points·by instagary·w zeszłym roku·1 comments

Working group to expand Swift's Android support

forums.swift.org
2 points·by instagary·w zeszłym roku·0 comments

Show HN: Apple-like smooth corners for Tailwind CSS

github.com
33 points·by instagary·w zeszłym roku·15 comments

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

2 points·by instagary·2 lata temu·4 comments

How to Launch on Hacker News [video]

youtube.com
4 points·by instagary·2 lata temu·0 comments

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

candle.fi
2 points·by instagary·2 lata temu·3 comments

comments

instagary
·2 miesiące temu·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 miesięcy temu·discuss
I wish the native iOS part was written in Swift rather than Objective-C like RN.
instagary
·w zeszłym roku·discuss
[dead]
instagary
·w zeszłym roku·discuss
Does this use the the mimi codec by moshi? If so it would be straighforward to get Dia running on iOS!
instagary
·w zeszłym roku·discuss
Cool idea. iPhone would be great too! & Function calling tools.
instagary
·w zeszłym roku·discuss
Congrats on the launch!

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

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