Vailton Renato
2.3K posts


@GithubProjects Yes. Cli apps, admins, frontends, api servers and all sort of things… PHP works well and fast with CC/codex, etc.
❤️
English

MPF decide investigada dona do ChatGPT por ‘caça ao tesouro’ na Amazônia veja.abril.com.br/brasil/mpf-dec…
Português

@realamlug Interesting project.. I didn't know, I'll follow it now.
Thank you for sharing
English

A faster TypeScript compiler through Go is nice.
But it's nicer to have faster TypeScript altogether... with Perryts.com
English

@RyanEls4 This is winword.exe on screen.
Not a source code editor.
🤨
English

@tonysimons_ Thank you! Something about long-term memory or llmwiki (no obsydian)?
English


Super proud to say that the team and I put almost all our effort into resolving every P0 and P1 issue and PR in the entire Hermes Agent repo over the last week and a half, and as of 5 minutes ago, after an all-nighter, we've resolved 100% of them all!
Extremely special shoutout to @Kshitijjkapoor who's been burning them away with me day and night!
We aim to keep all of them 0 forever from here 🫡🫡




English

@hasantoxr deleting documentation tools because a new documentation tool came out is the most developer thing ever written
English

I'm deleting every codebase documentation tool because of this.
Google launched CodeWiki and it turns any GitHub repo into documentation a normal human can actually understand.
You paste a repository and it automatically maps the entire project, explains the architecture, builds diagrams, creates tutorials, and gives you a chatbot that understands the codebase.
The difference from every other AI code explainer is the structure. Most tools summarize files. This turns the whole repo into an interactive wiki you can actually navigate.
→ Generates architecture diagrams automatically
→ Explains what each part of the codebase does
→ Detects dependencies and how files connect
→ Creates step-by-step tutorials from the repo
→ Turns complex systems into readable documentation
→ Lets you ask questions through a repo-aware chatbot
→ Makes onboarding to any codebase feel 10x faster
Basically:
you paste a repo you don't understand.
CodeWiki turns it into something you can read, explore, and ask questions about in minutes.
This is what documentation should have been all along.
Link below 👇

English

@godofprompt Incomplete or worng: to setup 1m tokens is another settings
English

DeepSeek V4 now speaks Claude Code natively.
$0.14 per million tokens vs $5.00 for Claude Opus 4.7.
Here's the exact setup that runs DeepSeek as a second opinion alongside your main Claude session, without replacing it:
----------------------------------
DEEPSEEK PARALLEL SESSION
----------------------------------
Step 1. Set environment variables in a separate terminal:
export ANTHROPIC_BASE_URL=api.deepseek.com/anthropic
export ANTHROPIC_AUTH_TOKEN=
export ANTHROPIC_MODEL=deepseek-v4-pro
export ANTHROPIC_DEFAULT_OPUS_MODEL=deepseek-v4-pro
export ANTHROPIC_DEFAULT_SONNET_MODEL=deepseek-v4-pro
export ANTHROPIC_DEFAULT_HAIKU_MODEL=deepseek-v4-flash
Step 2. In that terminal, run claude as usual.
This is your DeepSeek session. Your original terminal still runs Claude Opus 4.7.
Step 3. Route tasks by cost:
→ Complex reasoning, writing, nuance → Claude Opus 4.7
→ Bulk generation, templates, structured output → DeepSeek V4 Flash ($0.14/M)
→ Architecture reviews, second opinions → DeepSeek V4 Pro ($1.74/M)
Step 4. Never replace Claude entirely. Run them in parallel.
The decision layer is yours. That's the whole point.

English

@devcansado404 Mas geralmente as chaves vem como string mesmo… colocaram como inteiro?
😶
Português















