Chi Kim

@chikim
184 Followers
14 Following
18 Posts
Love music, technology, accessibility! Faculty at Berklee College of Music 👨🏻‍💻🎹🐕‍🦺
Official announcement from #Anthropic: You'll hit your 5-hour session limits faster if you use #Claude during peak hours on weekdays (5a-11a PT / 8a-2p EDT / 1p-7p GMT). #LLM #AI https://www.reddit.com/r/ClaudeAI/comments/1s4idaq/update_on_session_limits/
I connected a Discord bot to Ollama on my Mac so I can chat with it from anywhere. I discovered that Discord’s legacy input mode (recommended for screen readers) does not support application commands. Once I turned that off, everything worked fine. Troubleshooting that took much longer than actually configuring the bot and creating a bridging app for it. ROFL
My app written in #Python packaged with #Pyinstaller keep getting flagged as positve on VirusTotal even after building the Bootloader. Even hello world app triggers false positive. I looked into switching to #Nuitka, but it triggered even more positives. apparently Nuitka charges € 250 / yr if you want to avoid false positive. "as described in the docs, the steps necessary to reduce it further are available for Nuitka commercial subscribers only." lol https://github.com/Nuitka/Nuitka/issues/2757
Bootstrap triggers virus total on signed executable · Issue #2757 · Nuitka/Nuitka

I have a signed executable made with nuitka and I uploaded it to virus total, the bootstrap seems to get detected. Can the bootstrap be compiled manually or something nuitka from pip version info: ...

GitHub
🤯 I'm definitely getting value from the $60/month combined subs! I asked Codex to generate a script to scans my home folder and produce a usage report. It turns out I have used 496M tokens on Codex, 357M on Gemini, and 166M on Claude. That's over 1 billion tokens since last October, which averages roughly 56M/week or 8M/day. About 65% is cached input tokens though. This is only for agentic workflows not include usage on web or mobile apps. I haven't tried OpenClaw yet. #AI #LLM