Seth Sandler 🙌

15.4K posts

Seth Sandler 🙌 banner
Seth Sandler 🙌

Seth Sandler 🙌

@SethSandler

🫶🍩💻🎨 🎶 • Aspiring Inspirer • ☀️ iOS @Whatnot • 🌙 Founder @AffinityBlue • Past: 1st @YouGotMojo, 2nd @Workpop, NodeBeat Creator (All Acquired)

Los Angeles, CA Katılım Mayıs 2008
3.4K Takip Edilen12.2K Takipçiler
Marcin Krzyzanowski
Marcin Krzyzanowski@krzyzanowskim·
@SethSandler @thecommanderapp which itself is recent change I've made because keeping the list of projects in each window feels not right to me. I think I need a list od projects only to open new project, which is not even that frequent operation.
English
1
0
0
44
Joe Fernandez
Joe Fernandez@joenandez·
It’s time to end the multi-window, multi-app, multi-agent chaos. If you’re running Claude Code (or Codex or OpenCode) and juggling multiple agents convos across terminals, VS Code windows, and branches - we built this app for you. Subspace (@SubspaceHQ) is a Mac app built for collaborating with (and orchestrating) many Agents across chat, docs, notes, files, browsers, and more.🚀 Public beta is now *LIVE* Free for a limited time. Download below!! We can't wait to see what you think!!!
English
5
2
6
1.6K
Seth Sandler 🙌
Seth Sandler 🙌@SethSandler·
@radbar_1 You’re saying create a Boolean or enum that defines each state and update it when state is entered? Use that as a condition for any state transition? Sounds like that would work but a little annoying to have to manually keep track of the current state.
English
0
0
0
11
Bartek Radziejewski
Bartek Radziejewski@radbar_1·
@SethSandler You can go from „any state” to say „state 1” then if „state 1” branches into „state 1a” and „state 1b” you can apply second condition that’s a Boolean and can serve as protection for „any state” to now ignore other states
English
1
0
0
137
Bartek Radziejewski
Bartek Radziejewski@radbar_1·
Rive tip: Any State I've been working on some handed over Rive files. One takeaway, the "any state" is seriously underused, but it is THE state. Most times you will need to access specific animations from multiple different timelines. Ie. you want to always be able access an "outro" or "success" Or for specific users you want to already load a specific progress. I've seen multiple files trying to meticulously connect everything to everything. Wrong That' when any state comes in. Everything connected to blue "Any State" can be triggered regardless what our animation is currently doing. GOAT @rive_app
Bartek Radziejewski tweet media
English
11
6
112
6.7K
Seth Sandler 🙌
Seth Sandler 🙌@SethSandler·
@dankuntz @pxlboy @observable It's hard to say in the abstract without knowing specifically what you're doing. I will say, I'm pretty disappointed in the lack of investment, especially this year, with greater investments in SwiftUI, especially when it comes to performance and workarounds.
English
0
0
1
62
Daniel Kuntz
Daniel Kuntz@dankuntz·
@SethSandler @pxlboy @observable Yeah. The cynical side of me would say, well what is SwiftUI really “designed for” if not this? Is this really “the best way to build software for Apple platforms” or not?
English
1
0
1
118
Daniel Kuntz
Daniel Kuntz@dankuntz·
ObservableObject is kind of evil
English
3
0
17
3.2K
Seth Sandler 🙌
Seth Sandler 🙌@SethSandler·
@dankuntz @pxlboy @observable Makes sense. The projects you’re describing push the limits of what the system was probably designed for. We’ve been able to lean on SwiftUI pretty heavily, but that’s partly because we’ve kept things relatively flat.
English
2
0
1
118
Seth Sandler 🙌
Seth Sandler 🙌@SethSandler·
@emcro Do you include any ad or 3rd party frameworks? Some use it for fingerprinting.
English
1
0
3
515
Emmanuel Crouvisier
Emmanuel Crouvisier@emcro·
Huh? What on earth could be causing this popup, first time I've ever see it for my own app is with macOS 26, and I can't think of anything in the app that could trigger this? Any ideas on how to track this one down?
Emmanuel Crouvisier tweet media
English
5
0
12
6.6K
Seth Sandler 🙌
Seth Sandler 🙌@SethSandler·
@dankuntz @pxlboy @observable Fair enough. It depends on what you're trying to achieve. So far, any performance issues we've been able to work around or have been a non-issue. Too many abstraction layers often keep us from moving fast (delivering user value), so we tend to avoid it unlecess necessary.
English
1
0
2
75
Daniel Kuntz
Daniel Kuntz@dankuntz·
@SethSandler @pxlboy @observable It looks very promising but haven’t tried yet. At this point I’m leaning more towards writing my own plumbing that’s more predictable rather than relying on profiling
English
1
0
0
90
Seth Sandler 🙌
Seth Sandler 🙌@SethSandler·
@dankuntz @pxlboy @observable Have you tried the new profiler for Xcode 26 to see if it gives any details on what’s triggering updates? We still support iOS 16 so haven’t moved to @Observable yet. We’ve been 95% SwiftUI for about 3 years now.
English
1
0
1
159
Daniel Kuntz
Daniel Kuntz@dankuntz·
@pxlboy @observable Unpredictable view updates. Allegedly these things intelligently track property access during view evaluation but it’s almost always imperfect and prone to false positives in my experience. @Observable has even more opaque behavior
English
2
0
1
330
Donny Wals 👾
Donny Wals 👾@DonnyWals·
Am I missing something or is ChatGPT integration not available yet in this Xcode 26 beta?
English
3
0
2
2.3K
Hasan Aydın
Hasan Aydın@hasanaydinco·
Yes, ChatGPT has really come to Xcode. Let’s see what the limit is. Also I can't see which GPT model it is.
Hasan Aydın tweet media
English
1
0
3
457
oscar
oscar@oscar_rbdn·
@maltethiele @rive_app @splinetool I am preparing a public demo and cleaning up code. I will share the repo but I don't know when because I'm doing this in my free time
English
1
0
3
129
Ryan McLeod
Ryan McLeod@warpling·
I heard Claude was better for coding so I subscribed and used it for the last month but I gotta say I'm not impressed? Love the company but it's simply not as good at coding! Am I missing something?
English
10
0
14
6.1K
Jordan Morgan
Jordan Morgan@JordanMorgan10·
Any thoughts on a filtering UX here? Context: Filtering a list of basketball drills by their type (i.e. shooting, drilling, etc). There are like 30 different categories, so right now I have the "tag cloud" UI on the right, but wondering if the list UX is better (on the left). Tag cloud: More on one line, maybe kind hard to digest List: Easily parsed, but more scrolling
Jordan Morgan tweet media
English
26
0
47
14.2K
Seth Sandler 🙌
Seth Sandler 🙌@SethSandler·
@alexkehr It may be the all time worst and that’s counting the breaking glass fiasco lol. Who’s even running the company at this point? How many times did he say “cool”?
English
0
0
0
155
Alex Kehr
Alex Kehr@alexkehr·
This Tesla presentation is so insanely cringey. Feels like a company that’s jumped the shark and about to decline fast
English
8
0
30
3.8K
Thomas Ricouard
Thomas Ricouard@Dimillian·
The more I use Cursor or even Xcode new LLM-based code completion, the more I think non-LLM-based autocompletion is dead. It's often very slow and lacks a lot of context.
English
12
1
67
10.3K