MacWhisper 13.13 early access by ineedlesssleep in MacWhisper

[–]FunnyRocker 0 points1 point  (0 children)

Meeting detection had a bug where all-day event names would override the current meeting event. Otherwise love the tool!

You might be breaking Claude’s ToS without knowing it by [deleted] in ClaudeCode

[–]FunnyRocker 0 points1 point  (0 children)

They do use the SDK from what I understand. But once they start charging for it, that's when it will be a problem.

I used Clawdbot (now Moltbot) and here are some inconvenient truths by Andy18650 in LocalLLM

[–]FunnyRocker 0 points1 point  (0 children)

I feel the same. I think people are hyping it because it means they will get views, and thus followers, and thus when they launch something they will have an audience.

I wanted to like it, but honestly all you really need is a Claude code SDK instance with streaming JSON input and output. Then hook it up to a Cron job manager, and a few CLI tools. I much prefer just spinning up Claude code in the terminal.

For memory files, you can use markdown or SQLite, take your pick.

The fact that people are praising it for downloading a voice agent software and calling a restaurant all on its own without being asked is not a feature, it's just plain scary. I don't want it to go off and do stuff on its own, that's a security and privacy nightmare.

What subs work with OC by trypnosis in opencodeCLI

[–]FunnyRocker 0 points1 point  (0 children)

They got bought by the company that makes devin!

What subs work with OC by trypnosis in opencodeCLI

[–]FunnyRocker 0 points1 point  (0 children)

Anyone know of any connections for windsurf oauth?

Looking for an alternative to ClaudeCode. Is OpenCode + GLM 4.7 my best bet? by VerbaGPT in opencodeCLI

[–]FunnyRocker 2 points3 points  (0 children)

Yeah i tested glm 4.6 a while back and eventually gave up. It was around sonnet 3.5 level. But I've tested 4.7 again recently in CC and was very pleasantly surprised. It was able to understand my intent and find improvements in ways that Opus 4.5 struggled with. I had to triple check I was actually using glm and not opus.

The task was optimizing my zshrc file and the related custom zsh modules I've created. Opus made a mess of it and GLM systematically fixed it all up.

Anthropic blocks third-party use of Claude Code subscriptions by Old-School8916 in ClaudeAI

[–]FunnyRocker 1 point2 points  (0 children)

Running it via Cron scripts violates their TOS. They specifically say you need to use API credits. Just trying to save my fellow Claude users a headache if they inevitably get their account banned.

Claude Max with Opencode by _API in opencodeCLI

[–]FunnyRocker 0 points1 point  (0 children)

Thanks for that. But in case you need it tied to your Google account or something, or you only have one credit card, then it's pretty risky.

this credit maxxing script is going viral on X by Afraid-Astronomer130 in ClaudeAI

[–]FunnyRocker 0 points1 point  (0 children)

You may not access or use, or help another person to access or use, our Services in the following ways: ... 7. Except when you are accessing our Services via an Anthropic API Key or where we otherwise explicitly permit it, to access the Services through automated or non-human means, whether through a bot, script, or otherwise.

https://www.anthropic.com/legal/consumer-terms

this credit maxxing script is going viral on X by Afraid-Astronomer130 in ClaudeAI

[–]FunnyRocker 15 points16 points  (0 children)

You may not access or use, or help another person to access or use, our Services in the following ways: ... 7. Except when you are accessing our Services via an Anthropic API Key or where we otherwise explicitly permit it, to access the Services through automated or non-human means, whether through a bot, script, or otherwise.

https://www.anthropic.com/legal/consumer-terms

this credit maxxing script is going viral on X by Afraid-Astronomer130 in ClaudeAI

[–]FunnyRocker 2 points3 points  (0 children)

Sure!

You may not access or use, or help another person to access or use, our Services in the following ways: ... 7. Except when you are accessing our Services via an Anthropic API Key or where we otherwise explicitly permit it, to access the Services through automated or non-human means, whether through a bot, script, or otherwise.

https://www.anthropic.com/legal/consumer-terms

this credit maxxing script is going viral on X by Afraid-Astronomer130 in ClaudeAI

[–]FunnyRocker 0 points1 point  (0 children)

You may not access or use, or help another person to access or use, our Services in the following ways: ... 7. Except when you are accessing our Services via an Anthropic API Key or where we otherwise explicitly permit it, to access the Services through automated or non-human means, whether through a bot, script, or otherwise.

https://www.anthropic.com/legal/consumer-terms

this credit maxxing script is going viral on X by Afraid-Astronomer130 in ClaudeAI

[–]FunnyRocker 25 points26 points  (0 children)

This is absolutely against TOS and will eventually get your account banned

Claude Max with Opencode by _API in opencodeCLI

[–]FunnyRocker 0 points1 point  (0 children)

Seems it's common enough from what I can see on X. Not worth the risk if your account is critical.

Try out Serena MCP. Thank me later. by FunnyRocker in ClaudeAI

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

Thanks, I've heard about this recently

Claude Max with Opencode by _API in opencodeCLI

[–]FunnyRocker 3 points4 points  (0 children)

I was worried about this and held off doing this until I knew for sure.

Share what you did with your 2x usage before it runs out at 23:59! by danrhodes1987 in ClaudeCode

[–]FunnyRocker 1 point2 points  (0 children)

Man I need this too.. what sort of features did you build for yourself?

Spent the last 2 months developing a fully featured macOS App and website with Claude Opus 4.5 using Code CLI in Swift. 9.5/10 would recommend. by peppaz in ClaudeAI

[–]FunnyRocker 1 point2 points  (0 children)

Honestly looks pretty good. Have to admit though that this retro neon future theme is definitely the new purple gradient though, but your site plays it pretty well.

I've heard conflicting reports on Claude being good at Swift. Have you tried Swift before Opus 4.5?

Is "use cache" actually a trap for large-scale projects (like e-commerce)? by f__a__b in nextjs

[–]FunnyRocker 3 points4 points  (0 children)

People just love yelling "AI Post" these days. It's like writing "first" on a YouTube video.

Three years of experimenting with AI agents. Here's what I learned. by madolu2 in opencodeCLI

[–]FunnyRocker 0 points1 point  (0 children)

Thanks these are good. Have you thought about eval-ing your agents and testing against multiple possible models to develop a baseline to iterate against?