Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
thomas_viaelo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
thomas_viaelo
4mo ago
Same. Matt Gallagher's posts on Swift concurrency and Cocoa memory ownership are still the clearest writing on those topics anywhere. This post is still the right answer to a Stack Overflow question I haven't asked yet.
2.
▲
by
thomas_viaelo
4mo ago
Did you weigh home screen widgets here? For "log mileage when you refuel", a one-tap widget feels much closer to the moment than open Safari, find the bookmark, hit the button. PWAs on iOS still can't put one on the home scre
3.
▲
by
thomas_viaelo
5mo ago
Mostly yes. If `tar` resolves to gtar in your PATH, your archives won't carry the LIBARCHIVE.* xattrs that GNU tar can't decode, so the warnings go away. One thing that still trips me up though: `._Foo.txt` AppleDouble files get c
4.
▲
by
thomas_viaelo
5mo ago
Curious whether you've tested the popover with VoiceOver yet. Menu bar SwiftUI apps usually nail the status item by default, but the popover content tends to be hit-or-miss depending on row layout. A stack of Text views walks cleanly,
5.
▲
by
thomas_viaelo
5mo ago
Does the LLM auto-tagging and embedding pipeline run on the device, or are they remote calls?