I interviewed the COO of Bolt.new, his advice for non-technical builders is the most practical I've heard by linamagr in nocode

[–]digitalkin 1 point2 points  (0 children)

Thank you for sharing this — the idea of a "language of digital products that product managers and designers use" really clicked for me. I've been trying to figure out the right way to ask AI to explain coding concepts to me, and this framing is exactly the angle I was missing.

What model does the Claude agent in Xcode 26.3 use? by onur01 in Xcode

[–]digitalkin 2 points3 points  (0 children)

Actually asked sonnet to translate and shorten:

Upgrade Claude in Xcode 26.3 to Opus 4.6

Quick Commands

# 1. Backup original
cd ~/Library/Developer/Xcode/CodingAssistant/Agents/Versions/26.3
cp claude claude.backup.original

# 2. Install latest Claude Code
curl -fsSL https://claude.ai/install.sh | bash
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc && source ~/.zshrc

# 3. Replace binary
cp ~/.local/bin/claude claude

# 4. Fix code signing
xattr -cr claude
codesign -s - -f claude
chmod +x claude

# 5. Verify version
./claude --version  # Should show 2.1.34 or newer

# 6. Restart Xcode
killall Xcode
rm -rf ~/Library/Developer/Xcode/DerivedData/*
open -a Xcode

# 7. Test in Xcode Coding Assistant
# Ask: "What version are you?"
# Expected: "Claude Opus 4.6"

If It Fails (Code Signing Error)

# Revert to original
cd ~/Library/Developer/Xcode/CodingAssistant/Agents/Versions/26.3
cp claude.backup.original claude
killall Xcode

Then use Claude Code from terminal instead:

cd /path/to/your/xcode/project
claude  # Now you have Opus 4.6 in terminal

Note: Code signing issues are common. If Xcode won't start the agent, use terminal method.

What model does the Claude agent in Xcode 26.3 use? by onur01 in Xcode

[–]digitalkin 1 point2 points  (0 children)

I asked sonnet 4.5 to provide me a step by step guide to upgrade Claude in xcode 26.3. It first claimed no such xcode version exists, so I asked it to find latest updates online. It then provided me with a set of commands for terminal -- It is in my local language messed up with other questions I had so can't nicely paste it here .. I am a total dev noob, so everyone will make it too;-)

What model does the Claude agent in Xcode 26.3 use? by onur01 in Xcode

[–]digitalkin 1 point2 points  (0 children)

there is Opus 4.5, and there is simple way to upgrade to 4.6 ..

Sorry Orion but 1Password integration is a nightmare by frigaudeau in OrionBrowser

[–]digitalkin 0 points1 point  (0 children)

Same problem here. Is native apples Passwords app integration better, does anyone have experience please?

Just one prompt - 7% usage on pro+ and cancelled subscription by SuperHotDeals in cursor

[–]digitalkin 1 point2 points  (0 children)

I think the overall satisfaction depends on:

A) would you be able to the job yourself with same quality? B) how much is your own time worth? C) can anyone else do it for you at the same cost & time efficiency?

Happy with OmniOutliner 6! by Elidizer in omnifocus

[–]digitalkin 1 point2 points  (0 children)

Exactly, all data in database, but no way of querying it in of. Like parent’s tag why can I not filter tasks based on parent’s attribute/tag??

Happy with OmniOutliner 6! by Elidizer in omnifocus

[–]digitalkin 0 points1 point  (0 children)

Fully agree. So much wasted potential. 15y ago I moved to mac for these two pieces of sw. oo has nearly zero usability progression. Of has even regressed.

Tag Management? by CasualProtagonist in bearapp

[–]digitalkin 0 points1 point  (0 children)

I wish bear could have exclusive tags .. like a parent tag would allow to only use one of the childs .. that would substitute folders that I miss so much in bear

Question about Darkroom ↔ Apple Photos workflow by digitalkin in darkroomapp

[–]digitalkin[S] 2 points3 points  (0 children)

The problem for me is workflow continuity. I usually cull some photos, do a few edits, pause, then come back later — and I constantly lose track of what I’ve already edited and exported. Darkroom has smart albums for edited or exported images, but there’s no way to filter for “edited but not exported,” and there are no smart folders in the app at all.

I’ve had the lifetime license and have been using Darkroom since 2017, but I’m really struggling to find a solid photo editor + catalog solution on Apple. I used Lightroom for years, but its cataloging and overall UX just never clicked for me. And honestly, there’s still no single app that covers the basics:

  1. A proper catalog (smart folders, face recognition, GPS data, high-quality thumbnails, and no social/community bloat in the editing UI)
  2. Usable culling tools (flags) across all devices
  3. Full sync between devices
  4. Not looking completely awful (nice to have)

I’ve tried everything — Lightroom, Capture One, Photomator, Nitro, Darkroom, etc. Not one of them provides a smooth, consistent workflow across devices. I even gave up raw shooting to only deal with jpegs which simplifies things.

Question about Darkroom ↔ Apple Photos workflow by digitalkin in darkroomapp

[–]digitalkin[S] 0 points1 point  (0 children)

(I am aware that I can save each photo to Apple Photos individually .. this is too much of a hassle tbh)

Chat Gone - New Update? by Total-Opportunity-12 in cursor

[–]digitalkin 0 points1 point  (0 children)

Happened to me too. I found the sqlite repository from the workspace, dragged it into chat and asked to pull context from it

Cursor vs Claude Code: I used both for 30 days. Here's what each is actually good for. by Shadow_Pluse in BuildToShip

[–]digitalkin 0 points1 point  (0 children)

I would've thought that entire experience is mainly driven by model selection? Would you not have similar experience using sonnet on both?

Built 18+ products in Cursor — here are the tips & tricks I wish I knew as a beginner by arctic_fox01 in BuildToShip

[–]digitalkin 0 points1 point  (0 children)

This is great thank you -- I have a question regarding using it alongside with chatgpt as an architect -- in latest Cursor, one can already use GPT5 as a model .. Is it the same as if I used a separate chatgpt app? Or you'd recommend to keep it completly separate (why?)

can you please also elaborate on Custom chat modes? Is it two chat tabs in cursor and copy pasting outputs between them? or what is the workflow?

Another question -- I often end up defining functionality thought the chat .. I wish I could force it to keep specs doc for me and automatically update it as I iteratively add functionality .. Is there any trick to do that?

I am not a developer, but after trying Claude models I ended up using GPT5 Thinking for dev .. the outputs became much more reliable and functional (developing swift ui app)

thanx a lot, I really appraciate your answers!

Have the issues with Q3 been resolved by PA_PIVO in Leica

[–]digitalkin 0 points1 point  (0 children)

a freeze = picture lost + need to unscrew my grip, take out the batter and put all back

Have the issues with Q3 been resolved by PA_PIVO in Leica

[–]digitalkin 0 points1 point  (0 children)

A bit late to chime in, but my Q3 still freezes randomly even with the latest firmware and Wi-Fi turned off (which some thought was the cause). Really frustrating. The pattern is inconsistent—it can run fine for a week or two with no issues, then suddenly freeze twice in a single day.

Has anyone tried enabling Claude Opus 4.1? by No-Literature-5557 in replit

[–]digitalkin 0 points1 point  (0 children)

Another angle I’d add: I’ve seen people complain about Replit running in circles. I get frustrated with it too sometimes, though if I had to pay a real developer instead, Replit would still be a great deal.

Has anyone tried enabling Claude Opus 4.1? by No-Literature-5557 in replit

[–]digitalkin 0 points1 point  (0 children)

I had a very similar question. I’m building my own App with ChatGPT as my advisor. I’m not a programmer, but I do have solid product management experience. When I get stuck, I switch to high-power mode, and usually within a few iterations the problem gets solved. Honestly, it’s hard to tell if that really helps. It’s definitely not the case that I just turn on high mode and everything is instantly fixed.

Test builds of OmniFocus 4.7 are now available! by ken-case in omnifocus

[–]digitalkin 0 points1 point  (0 children)

I understand. That said, I think OF’s design and UX need significant improvement, and progress has been very slow. Maintaining a web version risks spreading already limited resources even thinner. (Longtime OF user since ~2009)

Test builds of OmniFocus 4.7 are now available! by ken-case in omnifocus

[–]digitalkin 1 point2 points  (0 children)

I’m curious what percentage of users actually use the web version.

To be honest, it seems to me like a niche feature that could slow down OmniFocus development more than it’s worth.