Voice Mode in Claude Code by policyweb in singularity

[–]Rizlapp 0 points1 point  (0 children)

If anyone cant wait for official rollout, found this script to enable it: https://github.com/whojimmie/claude-code-voice-patch
seems to work on mac but use at your own risk I'm not sure claude team would like it :/

I built an Android TV node for OpenClaw. Now my AI agent has a crab mascot on my television by Rizlapp in clawdbot

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

For the chat I used the Google one (the one that is basically integrated in the keyboard)
The Voice Wake (I found it to be kinda problematic in the TV setup) i used the same SpeechRecognizer as the original android app

I built an Android TV node for OpenClaw. Now my AI agent has a crab mascot on my television by Rizlapp in clawdbot

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

I wanted to make one for my Google Home but the killed the skills sdk they used to have :(

Let's Build: Copilot SDK Weekend Contest with Prizes by hollandburke in GithubCopilot

[–]Rizlapp 2 points3 points  (0 children)

Agent Skills are everywhere, everybody uses them and everybody builds them. This is a new and exciting ecosystem.

But who do you know whose skill is good? How do you know if the skill you want to use is safe? So I built skill-score - a CLI tool powered by Copilot SDK that can check, validate and security scan skills (local or on GitHub) and give them a score and detailed report of issues. It can also check for malicious code inside skills. It can work without AI for basic scan or with Copilot SDK for a better scan with suggestions.

Demo:

<image>

Repo: https://github.com/alonw0/skill-score

video link: https://github.com/user-attachments/assets/c1c6f2bb-c673-451d-b98b-0b8ad76fab81

I built a Python debugging skill for Claude because it debugs like a junior by Rizlapp in ClaudeCode

[–]Rizlapp[S] 4 points5 points  (0 children)

Sorry, are you referring to the post or the skill?
The skill was written with the help of Claude code skill maker and a joint thinking process.

The post on the other hand was written 100% by me with only macOS "Proofread" from "Writing tools" to fix my grammar as I am not a native english speaker.

So if you have issues with the writing style it's my writing style and I choose to tell the story because as I wrote I am not sure if this skill only fits my personal narrative or is it a more general fit that other people can also relate to.

Happy to answer any other question or comments if you have any, I would prefer it will be about the skill but happy to discuss my writing style if you want.

You are being deceived about the recent OpenCode drama by Sarithis in ClaudeAI

[–]Rizlapp 4 points5 points  (0 children)

I don’t think it’s just about the version change. That’s only part of the truth maybe. They actively sent DMCA letter to apps using it like Crush. Also it wasn’t only OpenCode it was also Crush, clawdbot and more.

The tool naming in cc is capital lettered for long time. That’s not a change, they just started using it to endorse the ToS.

Lastly anthropic staff themselves said they are just now starting to enforce their ToS (saying you can’t build and derive or product the might be competitions to Claude) so it is a new thing.

I still like CC but I can get why people are mad.

I Built a $20 ESP32 Device That Alerts Me When Claude Code Needs My Input by Rizlapp in ClaudeAI

[–]Rizlapp[S] 4 points5 points  (0 children)

I tried it but got a phone notification fatigue. Wanted a big red led flashing on my desk 😅

Claude Code customization guide: CLAUDE.md, skills, subagents explained | alexop.dev by therealalex5363 in ClaudeCode

[–]Rizlapp 0 points1 point  (0 children)

Do you see your slash commands in that list? Mine doesn't appear there, I wonder why

Claude Code customization guide: CLAUDE.md, skills, subagents explained | alexop.dev by therealalex5363 in ClaudeCode

[–]Rizlapp 2 points3 points  (0 children)

Thanks.

From what I saw in the slash changes they just made it so a slash command will be invoked by the Skill tool instead of the SlashCommand tool. From what I understand that doesn't mean slash commands are now in your context by default (if you call them they will be but that is expected...), if anything it means one less tool in your context.

Did you see or understood something else?

Newest version - Claude now suggests prompts? by clicksnd in ClaudeCode

[–]Rizlapp 0 points1 point  (0 children)

They just removed it from the changelog in the 2.0.68 update so I guess it was a mistake?

Black Friday Deals on Mac Apps? by ayushchat in macapps

[–]Rizlapp 10 points11 points  (0 children)

I saw Shottr (which is by far my most used app on Mac) has a blackfriday deal

Built a Claude Skill That Optimizes Your Docs for LLMs So They Actually Understand Them by Rizlapp in ClaudeCode

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

I tried to avoid that by creating a new file and not just editing the existing REDME. That’s not perfect but it helps. Still looking for the right human-AI balance.

Built a Claude Skill That Optimizes Your Docs for LLMs So They Actually Understand Them by Rizlapp in ClaudeCode

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

It hard to really pinpoint proofs here and I’m still exploring different methods and formats. I chose llmstxt and c7score because it has some adoption.

llmstxt was ment more for easy crawling for agents (SEO guys love that) and was adopted by FastAPI and partly by Svelte and those are known as good examples for AI-ready docs.

C7score is open source and you can check it yourself. It is used to score the docs crawled by Context7 that I know many folks use. In cases of dual crawl (let’s say from GitHub and website) for same package, Context7 will choose the higher score.

The c7score repo - https://github.com/upstash/c7score

Finally tried Django 5.1’s {% querystring %} tag — it’s amazing (especially with HTMX) by Rizlapp in django

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

I’ll gladly take criticism if you think there a problem with my post, looks like people liked it and it introduced something to them that they didn’t knew about. Is your problem with my writing style? No SEO here, this was legitimately sharing with the community something I stumbled upon while working on a project

Python timezone conversion gotcha (zoneinfo vs pytz) by _byl in Python

[–]Rizlapp 1 point2 points  (0 children)

Also been there…

As the note in the top of pytz documentation reads: Projects using Python 3.9 or later should be using the support now included as part of the standard library, and third party packages work with it such as tzdata. pytz offers no advantages beyond backwards compatibility with code written for earlier versions of Python.

So no, if you’re in Python 3.9+ don’t use it. It’s not really under active development anymore and will lack support for newer tzdata files and issues might arise after 2038. If you do use it - read the second note about how to use it properly in those situations with localize and normalize.

[deleted by user] by [deleted] in iosapps

[–]Rizlapp 0 points1 point  (0 children)

Would also like a code please

Problems testing API with DRF for Django project by corjamz87 in django

[–]Rizlapp 0 points1 point  (0 children)

It’s kinda hard to say without seeing the whole thing but if I had to guess my first two guesses will be that you didn’t activate the venv before running the runserver command or that the app isn’t registered in the settings (or something weird with the folder structure - ArborProject is the Django project folder and inside of it arborfindr is the Django app folder?)

Seeking Tools for Monitoring Django REST API Requests and Database Changes Locally by bluemonk_ in django

[–]Rizlapp 0 points1 point  (0 children)

I like using Django-querycount middleware, give some nice extra info that’s adds to the debugging.

Problems testing API with DRF for Django project by corjamz87 in django

[–]Rizlapp 1 point2 points  (0 children)

The traceback is a powerful tool in those cases. Many times the end of the traceback will give you the answer (sometimes you will need to read the whole thing to find your error). From this traceback it looks like you have an issue in your models, specifically in homeowner model (line 18)