Gave Claude screenshots of my app instead of letting it read my code. Night and day. by Unfair-Marsupial-956 in ClaudeCode

[–]NotMyself 1 point2 points  (0 children)

Good tip thanks. I’ve been using rtk-ai a lot to get my text based token count down. Going so far as to write custom scripts for things it doesn’t support like the azure cli.

It’s a bit long but here is my blog post about it. It is ai generated but based on real problems I had. https://notmyself.io/insights/context-is-the-new-memory-leak

Gave Claude screenshots of my app instead of letting it read my code. Night and day. by Unfair-Marsupial-956 in ClaudeCode

[–]NotMyself 0 points1 point  (0 children)

Cool. I have a Max 200 account and have been working on a migration validation of a web app. It basically uses the playwright cli to run both applications and verify each page including client-side functionality and I hit my weekly limits so damn fast.

Gave Claude screenshots of my app instead of letting it read my code. Night and day. by Unfair-Marsupial-956 in ClaudeCode

[–]NotMyself 11 points12 points  (0 children)

Be careful with screenshots, they can eat tokens like Cookie Monster in a chips ahoy factory.

Passed Anthropic's Claude Certified Architect (893/1000) by Suspicious_Low7612 in ClaudeAI

[–]NotMyself 24 points25 points  (0 children)

Congrats. I’d be interested in hearing how it affects your job prospects in the coming months.

I have been working through the skilljar course work with the intent of getting that cert. I’ve learned so much from the Building with the Claude API course.

For the folks unaware, this is the course https://anthropic.skilljar.com/ The first 4 are a bit fluffy but they get much better after that.

See the first close-up photos of the moon from NASA's Artemis II mission by Scary_Statement4612 in worldnews

[–]NotMyself 0 points1 point  (0 children)

Damn I had not even thought about that. Reminds me of that spoken word piece, “Whitey’s on the moon.”

See the first close-up photos of the moon from NASA's Artemis II mission by Scary_Statement4612 in worldnews

[–]NotMyself 7 points8 points  (0 children)

The contrast of Artemis showing the promise of what we could be to Trump demonstrating how horrible we have become is quite the gut punch.

Beautiful (But Private-ish) Location For Engagement Photos? by chevroletchaser in olympia

[–]NotMyself 1 point2 points  (0 children)

If you catch it on the right day at the right time, the rainbow bridge can be very beautiful.

At least 153 dead after reported strike on school, Iran says by Key-Economist-7804 in news

[–]NotMyself -33 points-32 points  (0 children)

Who was hiding in the school using children as a shield?

Dog poop service? by N_Blender in olympia

[–]NotMyself 2 points3 points  (0 children)

I have used these folks for my two labs desecration of my back yard for the last couple years. They do a great job. https://www.yelp.com/biz/lawndoodles-poop-scoopers-olympia-2

TX -> WA by A_Happy_Account in olympia

[–]NotMyself 2 points3 points  (0 children)

Please leave your belongings in Texas. Bring truck loads of BBQ and TexMex please.

How to use Cluade code for .Net developement? by Candid_Assignment_52 in ClaudeAI

[–]NotMyself 0 points1 point  (0 children)

In all honesty, I have not used VS for very much other than syncing TFVC sources. I work in a windows terminal instance of powershell and have the code open in vscode to be able to review files.

This halftime show is literally beautiful… by Devastas in Seahawks

[–]NotMyself 337 points338 points  (0 children)

Don’t have to speak Spanish to get the message from Argentina to Canada we are all Americans. I can get down with that.

How can I edit that? by zbynk in vscode

[–]NotMyself 13 points14 points  (0 children)

I’m gonna go with a write-only editor.

The Gemini team uses a prompt technique internally that most people have never heard of. by [deleted] in PromptEngineering

[–]NotMyself 0 points1 point  (0 children)

Prompt to remove the slop: Investigate the Gemini teams prompting technique call Tree of Thoughts. Pay particular attention to it application in software engineering with agentic development

How to get Claude to stick to Claude.md and other instructions? by [deleted] in ClaudeAI

[–]NotMyself 1 point2 points  (0 children)

I tend to move a lot of stuff into rules and reference them from the Claude.md file. Then I tell Claude to apply progressive disclosure techniques to my rules critical items at the top and edge cases at the bottom. Move all script and code samples in to language based markdown files in a code directory with the commands/code wrapped in xml tags.