HackerTrans
トップ新着トレンドコメント過去質問紹介求人

krzyzanowskim

580 カルマ登録 13 年前
I do stuff at https://swift.best

投稿

The AI in minutes, solves patient care problem that stumped doctors for months

fiercehealthcare.com
1 ポイント·投稿者 krzyzanowskim·4 か月前·1 コメント

Show HN: Commander AI – Mac UI for Claude Code

commanderai.app
4 ポイント·投稿者 krzyzanowskim·6 か月前·3 コメント

Show HN: Notepad.exe – macOS editor for Swift and Python (now Linux runtime)

notepadexe.com
41 ポイント·投稿者 krzyzanowskim·9 か月前·50 コメント

コメント

krzyzanowskim
·21 時間前·議論
[flagged]
krzyzanowskim
·2 か月前·議論
I think people should use anything but SwiftUI.TextEditor is my current stance
krzyzanowskim
·2 か月前·議論
I don't know where's the improvements, give it has all the limitations, now scaled to rich text. That's not the direction that this component should get. It need radical new API that is not much compatible with SwiftUI API
krzyzanowskim
·2 か月前·議論
totally. the there's a lot complexity that adds up to the overall performance issues. and TextKit 2 IS pretty bad at things. especially public API is pretty bad - that result in my case need to workaround things that I should've not. I agree with the general sentiment et all. I also still believe there is a place without bringing the whole browser machine to render text, and have text under control - but without relying on the "TextKit" level. That's the next thing I'm researching right now.
krzyzanowskim
·2 か月前·議論
SwiftUI, (but not specifically "SwiftUI", more of paradigm) is not the right tool to incremental changes of large portion of data, and SwiftUI specifically is very bad at it and offer no good API to make incremental changes more optimal. That's one of the reason behind why Apple to this day did not ship usable SwiftUI text view component.
krzyzanowskim
·2 か月前·議論
"skills issue" but also "native" frameworks are lacking polished API. On macOS TextKit2 is unfortunately kinda broken, how do I know? I reimplemented TextView with it https://blog.krzyzanowskim.com/2025/08/14/textkit-2-the-prom...
krzyzanowskim
·2 か月前·議論
becase there is only one Notepad.exe https://notepadexe.com on the mac
krzyzanowskim
·3 か月前·議論
I almost predicted that on Friday https://blog.krzyzanowskim.com/2026/03/30/shipping-snake-oil... so close to when comedy become reality
krzyzanowskim
·5 か月前·議論
until then, the https://CommanderAI.app tries to fill the gap on Mac
krzyzanowskim
·6 か月前·議論
I think you should stick to what works for you best
krzyzanowskim
·9 か月前·議論
dont see it in crash logs so far. Drop me email with whathever you have, I'll try to trace it down. Make sure you download latest build.
krzyzanowskim
·9 か月前·議論
it is a coding Notepad that also execute the code
krzyzanowskim
·9 か月前·議論
Notepad++ is already taken. that's sad
krzyzanowskim
·9 か月前·議論
there is open contest for different name. mind to chime in?
krzyzanowskim
·9 か月前·議論
that's not great, mind drop me an email on support? update: hotfix in making
krzyzanowskim
·9 か月前·議論
> Apple's on-device models for the AI?

no. Apple on-device models are not suitable for such a task. It uses a different model (I don't stick to one model in particular, as it may change)

> Does Swift have UI capabilities on Linux?

No. there are projects inspired by SwiftUI: https://github.com/stackotter/swift-cross-ui or https://git.aparoksha.dev/aparoksha/adwaita-swift (GNOME)
krzyzanowskim
·9 か月前·議論
The contest for a name, that is not lame AF, just started
krzyzanowskim
·9 か月前·議論
yes! but that's leftover from the previous version of the site that was pixelated
krzyzanowskim
·9 か月前·議論
if Microsoft can name a plain text editor Visual Studio, I can name mine Notepad.exe
krzyzanowskim
·9 か月前·議論
ackckcually, technically Xcode is spare, but for the convenience and due to Mac/iOS SDK distribution licensing, that's the only way to obtain the SDK on the machine. Linux runs in a lightweight VM.