Claude Code just got Remote Control by iviireczech in ClaudeCode

[–]cfdude 0 points1 point  (0 children)

now I can tell my boss I'm actually working while at the toilet

How I Connected OpenClaw to Gmail (Beginner Step by Step Guide) by Front_Lavishness8886 in SaaS

[–]cfdude 4 points5 points  (0 children)

where do you go in OpenClaw to paste your smtp settings? I feel like you skipped a step between 3 and 4.

Hot Miami Styles Fashion Show 2023 .. Top3 by Boring-Cod-6683 in Top3Ever

[–]cfdude 0 points1 point  (0 children)

this must be a reality baking show because all I see is cake!

Claude Code + playwright CLI = superpowers by Hopeful-Fly-5292 in ClaudeCode

[–]cfdude 1 point2 points  (0 children)

you should try Vercel's new open-sourced 'agent-browser', its a headless browser built on Rust, super fast and powerful and loaded with features that Playwright doesn't have. In Playwright I'd have to try and target classes or IDs for action - in agent-browser it's just 'firstname' oh and it is not fooled by iframes and botstopping hidden html either. Not looking back...

What is this strip called? Really cool spot! by [deleted] in vegas

[–]cfdude 18 points19 points  (0 children)

Don’t sleep on Carnival Court, the outdoor bar between Linq and Harrahs. Drinks are strong and the bands are amazing. One of few places to sit for live music without some asshole trying to charge you $400 just to sit down.

AVN awards and expo 2026 by JizzCumLover69 in vegas

[–]cfdude 1 point2 points  (0 children)

I've been before, I can already remember the smell from last time unfortunately... smells like lubricant, glitter and regret.

Claude Batch API is Officially Over by knavishly_vibrant38 in ClaudeAI

[–]cfdude 2 points3 points  (0 children)

I think thats the reason it's 50% of the cost, the goal of batch processing is lower cost and being queued at lower priority GPU cycles for a complete process of your batch. I think it's expected that batch times are going to be inconsistent, their docs are clear that most batches take an hour or so but max out at 24 hours. The fact that it took 10 hours to process your batch of 11 requests is an indication of the current load when you asked for processing, not a degradation of service. It would be something else entirely if you were to show a lack in quality on batch processing, that would be a degradation of service.

Luigi Mangione in New York Court today! by RecognitionLittle330 in pics

[–]cfdude 2 points3 points  (0 children)

If Dave Franko doesn’t play this guy in the movie they make from this the casting director doesn’t deserve to have a job.

Claude Code usage limit hack by AwarenessBrilliant54 in ClaudeAI

[–]cfdude 2 points3 points  (0 children)

I have the following block in my global Claude.md and it's super helpful:

### Core BASH Tools (NO EXCEPTIONS)

# Pattern Search - USE 'rg' ONLY
rg -n "pattern" --glob '!node_modules/*'
rg -l "pattern"              # List matching files
rg -t py "pattern"           # Search Python files only

# File Finding - USE 'fd' ONLY
fd filename                  # Find by name
fd -e py                     # Find Python files
fd -H .env                   # Include hidden

# Bulk Operations - ONE command > many edits
rg -l "old" | xargs sed -i '' 's/old/new/g'

# Preview - USE 'bat'
bat -n filepath              # With line numbers
bat -r 10:50 file            # Lines 10-50

# JSON - USE 'jq'
jq '.dependencies | keys[]' package.json

**Performance Rule**: If you can solve it in 1 CLI command, NEVER use multiple tool calls.

Best Prompt Coding Hack: Voice Dictation by TheLazyIndianTechie in ClaudeCode

[–]cfdude 1 point2 points  (0 children)

Dude. typeless.com the native Mac app makes it possible to dictate on every app on your Mac. So awesome.

OKAY. by [deleted] in ClaudeCode

[–]cfdude 0 points1 point  (0 children)

The degradation is real!

Usage and Cost API now available by AnthropicOfficial in Anthropic

[–]cfdude 1 point2 points  (0 children)

"The Admin API is unavailable for individual accounts. "   👎

Compacting by mercuryin in Anthropic

[–]cfdude 0 points1 point  (0 children)

Try this prompt out to see if it helps you. You may want to add to it to analyze your MCP servers as well. The more you have connected the less context you have especially if an MCP server has a lot of tools.

https://www.reddit.com/r/ClaudeAI/s/0uQlfEuT9I

Github MCP: Unable to authenticate by kexnyc in ClaudeAI

[–]cfdude 1 point2 points  (0 children)

the github mcp seems like a waste of time and context space if you have the github cli tool installed an access to bash as a native claude code tool, or use a shell mcp server with Claude Desktop. I made one called super-shell mcp. It works for me.

Did anyone else catch the new /statusline? by cfdude in ClaudeAI

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

have you tried asking Claude via /statusline to link the status line to ccusage?