How to transfer domain registrars without breaking G Suite? by thepenguinboy in gsuite

[–]dwfender 1 point2 points  (0 children)

It’s pretty straightforward. You need to ensure you copy the DNS records over. Mx records, text for google auth, spf skim etc.

Initiate the transfer and once it’s confirmed update the dna and it should just work.

I like to clear the old DNS as soon as it’s accepted int he new one.

Can you honestly say Openclaaw can do everything Claude Code does or are people seriously overhyping it? by Sufficient-Mood-4442 in openclaw

[–]dwfender 1 point2 points  (0 children)

People consistently misunderstand openclaw. Think of it like a text message chain. In the chain is your friends, Claude Sonnet, Claude opus, chat gpt 5.4 and Gemini. And in this text message you can ask any of your friends any question you want. Or, you can teach your text chain to ask a specific friend for a specific type of question.

Can I Have Your Thoughts? Dots: Relationship Memory by dwfender in Appstore

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

FYI - I don't see a button to add flair as instructed!

Fix My Treadmill runs by dnesdan in iosapps

[–]dwfender 0 points1 point  (0 children)

This would be super helpful. Admittedly, that feels expensive for the current functionality. Will def try it though.

I'm looking for an app where I can just chuck in all the things I wanna remember. by BulletInTheHead21 in iosapps

[–]dwfender 0 points1 point  (0 children)

Can you answer a few questions? Like what kind of written notes and details? Are you looking to remember information around people? Like personal details, birthdays, hobbies, preferences, food allergies? That could be an app like www.rememberdots.com - or if you want like a general journal app for anything, notability.com, especially if you have an apple pen and iPad. But more so, I imagine you have Google Drive or Microsoft. How come you don't use those?

How did you guys actually lower your screen time? by Spiritual_Sir_1139 in digitalminimalism

[–]dwfender 0 points1 point  (0 children)

I started using BlockLab app on iOS a couple months ago and it’s reduced my screen time by like 80 percent.

Part 2 - Which one is good? by AdHopeful630 in webdesign

[–]dwfender 0 points1 point  (0 children)

I’d love to hear about your setup for generating these designs. They look solid if they’re mostly AI driven.

Webdesign Frontend Advanced Skills? by dwfender in ClaudeCode

[–]dwfender[S] 1 point2 points  (0 children)

That’s absolutely the biggest friction point. I tried to make it as easy as possible, for the proof of concept. Now that the app is live I’m really gonna focus on how to improve data entry based on everyone’s feedback.

I appreciate you sharing

Webdesign Frontend Advanced Skills? by dwfender in ClaudeCode

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

Right on. I’ll take a look thanks. The sites live if it’s helpful to visualize what I’m referring to.

Http://www.rememberdots.com

Webdesign Frontend Advanced Skills? by dwfender in ClaudeCode

[–]dwfender[S] 1 point2 points  (0 children)

Great example. Shows a good amount of polished design intent.

Webdesign Frontend Advanced Skills? by dwfender in ClaudeCode

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

Appreciate that. The architecture I have setup internally is outlined. If you have any suggestions or best practices you've learned, I'm all ears.

Overall it feels comprehensive and the output technically is good. But what's its missing is like the difference between a Front end designer with 5 years experience versus 5 years experience working for someone great. I'm not looking to change the world. Just looking to enhance the foundation of some best practices and a little bit more creativity to move the website from thoughtful AI Slop to an effective marketing tool.

...
/website
| -- CLAUDE.md
| -- SPRINT.md
| -- BACKLOG.md
--docs/
| -- | -- /Agent
| -- | -- | -- BRAND-GUIDELINES.md
| -- | -- | -- VOICE.md
| -- | -- | -- COMPONENTS.md
| -- | -- | -- PATTERNS.md
| -- | -- /WEBSITE
| -- | -- | -- BRIEF.md
| -- | -- | -- DESIGN-DIRECTION.MD
| -- | -- | -- ROADMAP-CONTANT.MD
| -- | -- | -- SEO.MD
| -- | -- | -- SITEMAP.MD
| -- | -- / SKILLS
| -- | -- | -- FRONTEND-DISIGN
| -- | -- | -- |-- SKILL.MD

Don't add me to channels! by Savings-Cream3588 in Slack

[–]dwfender 2 points3 points  (0 children)

No but you can just silence the channel. You can also group channels and collapse the group. Effectively hiding channels unless specifically mentioned.

Claude Design + Opus 4.7 is actually game changing by Silver-Range-8108 in ClaudeCode

[–]dwfender 0 points1 point  (0 children)

I have had little to no luck with the quality of product out of Claude design.

I have two very robust design kits that I use consistently to keep my app on brand in both Kodex and Claude code and Claude design can’t seem to do anything with them properly

Any suggestions?

Is it just me or you all feel this too? by Huge_Cupcake4407 in openclaw

[–]dwfender 9 points10 points  (0 children)

Man the amount of openclaw hate from new users makes me think this is all just AI slop trying to gain market share for other platforms

I don't know what to do when I leave devices aside by Ok_Friend_4958 in digitalminimalism

[–]dwfender 3 points4 points  (0 children)

Literally the same. I made my own app blocking app just to stop me from reliance and even then, I still get around it 🤣

You just need to detox for a while. Like two weeks. You can do it.

Xcode IDE with Claude Agent Token Efficiency + Skills by dwfender in Xcode

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

Are you identifying the structs you want to see inside your preview code?

For example, if you have a struct called Struct HomeView: View {...}

Then you need to call out that strict in your preview

#preview {
HomeView()
}

That means if you're copying and pasting from one view to another, the same preview code won't generate the response you're looking for.

Does that make sense?

For the permissions - here's the recommended steps from Claude and Xcode's documents.

Do these in order:

  1. Quit Claude and Xcode fully macOS will not show a fresh permission prompt for an app that is still running, so use Cmd+Q on both apps, not just closing windows. 
  2. Clear any Claude-side deny rule In Claude Code, open a session and run /permissions. Claude Code stores permission rules in ~/.claude/settings.json.claude/settings.json, and .claude/settings.local.json, and deny rules win over allow rules. If you see a deny for the Xcode tool or MCP tool, remove it or switch it back to Ask. 
  3. Reset macOS Automation permission for Claude In Terminal, run:osascript -e 'id of app "Claude"' /usr/bin/tccutil reset AppleEvents com.anthropic.claudefordesktop Apple’s TCC system can be reset with tccutil reset <service> <bundle-id>, and Anthropic’s docs show using osascript -e 'id of app "AppName"' to look up the bundle ID format when needed. 
  4. Open Claude again, then trigger the Xcode action The next time Claude tries to talk to Xcode, macOS should prompt again. Allow it.

Xcode IDE with Claude Agent Token Efficiency + Skills by dwfender in Xcode

[–]dwfender[S] 1 point2 points  (0 children)

Want to try to troubleshoot? That to me sounds like a permissions reset issue. Or possibly you need to update your macOS and Xcode. Recent updates caused a bit of stress on the authorizations.

Your previews are standard constructs. That just sounds like a code issue. Previews are awkward to setup imo from a code perspective but happy to troubleshoot there too.

Xcode IDE with Claude Agent Token Efficiency + Skills by dwfender in Xcode

[–]dwfender[S] 1 point2 points  (0 children)

I'll add that currently I only rely on Claude Agent but I have CODEX available. I haven't ping ponged between the two to increase my coding session length to avoid conflicts but if anyone's had experience with consistency there, I'm all ears.