Tagged articles
28 articles
Page 1 of 1
FunTester
FunTester
May 1, 2026 · Artificial Intelligence

DeepSeek‑TUI: A Terminal‑Native Programming Agent for DeepSeek V4

DeepSeek‑TUI is a terminal‑native programming agent built for DeepSeek V4 that goes beyond simple chat by reading project files, modifying code, executing shell commands, managing git, and supporting three interaction modes (Plan, Agent, YOLO) with a 1 million‑token context window and parallel RLM sub‑tasks.

AI programmingCLI toolDeepSeek
0 likes · 10 min read
DeepSeek‑TUI: A Terminal‑Native Programming Agent for DeepSeek V4
AI Engineering
AI Engineering
Apr 28, 2026 · Artificial Intelligence

Insanely Fast Whisper speeds audio transcription 19× with Flash Attention 2

The open‑source Insanely Fast Whisper CLI tool leverages Flash Attention 2 to accelerate OpenAI Whisper transcription by 19 times—cutting a 2.5‑hour audio from 31 minutes to just 98 seconds on an Nvidia A100—while preserving accuracy and adding multilingual, speaker‑diarization, and precise timestamp features.

CLI toolFlash Attention 2GPU Acceleration
0 likes · 4 min read
Insanely Fast Whisper speeds audio transcription 19× with Flash Attention 2
AI Architecture Path
AI Architecture Path
Apr 14, 2026 · Artificial Intelligence

Cut AI Coding Assistant Token Use by 75% with Caveman’s Minimalist Output

Caveman is an open‑source plugin for AI coding assistants that removes redundant phrasing, cutting output tokens by up to 75% and speeding responses threefold, while preserving code blocks, error messages, and technical terms, and offering multiple intensity levels and specialized commands to streamline development workflows.

AI AssistantCLI toolToken Optimization
0 likes · 11 min read
Cut AI Coding Assistant Token Use by 75% with Caveman’s Minimalist Output
Old Meng AI Explorer
Old Meng AI Explorer
Apr 13, 2026 · Artificial Intelligence

Unlock AI-Powered Coding with OpenAI Codex CLI: Full Installation and Usage Guide

Codex CLI, OpenAI’s command‑line programming assistant, lets developers generate, explain, debug, and refactor code directly from the terminal; this guide walks through prerequisite Node.js setup, multi‑platform installation methods, authentication options, core commands, advanced parameters, configuration files, MCP integration, practical use‑cases, and troubleshooting tips.

AI programmingAutomationCLI tool
0 likes · 17 min read
Unlock AI-Powered Coding with OpenAI Codex CLI: Full Installation and Usage Guide
AI Architecture Path
AI Architecture Path
Apr 13, 2026 · Industry Insights

How RTK Cuts AI Coding Token Costs by 90%: A Deep Dive

RTK (Rust Token Killer) is a lightweight, zero‑intrusion CLI proxy that filters noisy terminal output for AI coding assistants, achieving up to 99% compression of irrelevant data and reducing token consumption by more than 90%, thereby lowering costs and boosting developer productivity.

AI programmingCLI toolRTK
0 likes · 10 min read
How RTK Cuts AI Coding Token Costs by 90%: A Deep Dive
Su San Talks Tech
Su San Talks Tech
Apr 11, 2026 · Artificial Intelligence

Why Hermes Agent Is the Next‑Gen Self‑Evolving AI Assistant

Hermes Agent, an open‑source AI framework from Nous Research, combines a self‑evolving skill loop, a five‑layer memory system, and a universal message‑gateway to deliver a continuously improving personal assistant that works across Linux, macOS, and major IM platforms, with simple CLI installation and extensive customization.

CLI toolHermes Agentlayered memory
0 likes · 12 min read
Why Hermes Agent Is the Next‑Gen Self‑Evolving AI Assistant
AI Open-Source Efficiency Guide
AI Open-Source Efficiency Guide
Apr 1, 2026 · Artificial Intelligence

How BadBoy Browser (3500+ Stars) Is Redefining AI Crawling

BadBoy Browser lets AI agents use a real logged‑in Chrome session as an API, bypassing traditional reverse‑engineered crawlers; the article explains its core concept, compares it with Playwright/Selenium, lists 103 cross‑platform commands, shows quick‑start usage, integration with OpenClaw and MCP, and demonstrates its impact on AI‑driven web data collection.

AI agentsBrowser AutomationCLI tool
0 likes · 12 min read
How BadBoy Browser (3500+ Stars) Is Redefining AI Crawling
Baidu Geek Talk
Baidu Geek Talk
Apr 1, 2026 · Artificial Intelligence

How IMClaw Turns Any AI Agent into a Remote Service with the ACP Protocol

IMClaw is an open‑source AI‑Agent gateway that implements the ACP (Agent Client Protocol) to let developers control Claude, Codex, Gemini and dozens of other agents from IM tools or remote servers, offering session management, permission control, and a lightweight CLI called acpx.

ACP ProtocolAI AgentAutomation
0 likes · 20 min read
How IMClaw Turns Any AI Agent into a Remote Service with the ACP Protocol
ShiZhen AI
ShiZhen AI
Mar 14, 2026 · Artificial Intelligence

How Context Hub Lets AI Coding Assistants Remember Past Pitfalls

Context Hub, an open‑source tool from Andrew Ng's team, automates real‑time API documentation retrieval and adds persistent annotations and community feedback, enabling AI coding assistants to avoid outdated calls, remember previous mistakes, and continuously improve their knowledge base.

AI programming assistantAPI documentationCLI tool
0 likes · 10 min read
How Context Hub Lets AI Coding Assistants Remember Past Pitfalls
Tech Minimalism
Tech Minimalism
Mar 6, 2026 · Artificial Intelligence

Understanding Claude Code’s Project Memory: Auto‑Memory and CLAUDE.md

Claude Code’s new Auto Memory feature lets the AI assistant automatically capture project context—such as package manager preferences, code style, and architecture notes—so developers no longer need to repeat background information each session, dramatically improving workflow efficiency.

AI coding assistantAuto MemoryCLI tool
0 likes · 19 min read
Understanding Claude Code’s Project Memory: Auto‑Memory and CLAUDE.md
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 14, 2025 · Frontend Development

Boost Frontend Internationalization 80% Faster with fe-js-utils CLI

This article introduces fe-js-utils, a highly configurable JavaScript CLI tool that automates the extraction of hard‑coded Chinese strings, generates common and module‑specific locale files, intelligently classifies text, and replaces literals, dramatically accelerating internationalization workflows for front‑end projects.

AutomationCLI toolfrontend
0 likes · 23 min read
Boost Frontend Internationalization 80% Faster with fe-js-utils CLI
Instant Consumer Technology Team
Instant Consumer Technology Team
Sep 25, 2025 · Artificial Intelligence

Ultimate Guide to Using ClaudeCode: Installation, Tips, and Advanced Features

This comprehensive guide walks you through ClaudeCode, an Anthropic command‑line AI programming assistant, covering its core concepts, step‑by‑step installation, Chinese‑specific configuration, essential commands, custom agents, hooks, MCP server setup, workflow modes, and additional tools to transform ClaudeCode into a powerful end‑to‑end development partner.

AI programmingCLI toolClaudeCode
0 likes · 30 min read
Ultimate Guide to Using ClaudeCode: Installation, Tips, and Advanced Features
Dunmao Tech Hub
Dunmao Tech Hub
Sep 11, 2025 · Databases

Master LMDB with lmcmd: A Powerful Command-Line Client

lmcmd is a Python‑based command‑line client for the Lightning Memory‑Mapped Database (LMDB) that offers efficient key‑value operations, import/export, searching, and database management, with easy installation via pip and a Redis‑style interface for rapid debugging and data handling.

CLI toolLMDBPython
0 likes · 5 min read
Master LMDB with lmcmd: A Powerful Command-Line Client
Alibaba Cloud Developer
Alibaba Cloud Developer
Jul 23, 2025 · Artificial Intelligence

Unlocking Qwen3‑Coder: The New Open‑Source AI Model Redefining Agentic Coding

The Qwen3‑Coder series, now open‑sourced with its flagship 480B‑parameter MoE model, delivers state‑of‑the‑art code generation and agentic coding capabilities, offers a native 256K context (extendable to 1M), integrates with tools like Qwen Code, Claude Code, and provides extensive demos, CLI installation steps, and API examples for developers.

AI coding modelAgentic CodingCLI tool
0 likes · 10 min read
Unlocking Qwen3‑Coder: The New Open‑Source AI Model Redefining Agentic Coding
Liangxu Linux
Liangxu Linux
Jul 7, 2025 · Operations

Why Dish Beats Netstat: A Lightweight Socket Monitoring CLI

This article introduces Dish, a Go‑based command‑line utility for real‑time socket connection monitoring, explains its core features, technical principles, installation and usage examples, compares it with tools like netcat, nmap and telnet, and discusses its advantages and limitations for operations teams.

CLI toolGoOperations
0 likes · 10 min read
Why Dish Beats Netstat: A Lightweight Socket Monitoring CLI
21CTO
21CTO
Feb 28, 2025 · Artificial Intelligence

Exploring Claude Code: How Anthropic’s AI Agent Transforms Coding

Anthropic’s newly released Claude Code beta lets developers interact via a CLI to add features, refactor, test, and manage Git operations using the Claude 3.7 Sonnet model, supporting Node.js environments, integrating with IDEs, and offering cost tracking, while highlighting security considerations and early user feedback.

AI coding assistantAnthropicCLI tool
0 likes · 8 min read
Exploring Claude Code: How Anthropic’s AI Agent Transforms Coding
Top Architecture Tech Stack
Top Architecture Tech Stack
Feb 10, 2025 · Big Data

DeepSeek: Comprehensive Guide to Installation, Configuration, Basic and Advanced Usage

This article provides a detailed, step‑by‑step tutorial on DeepSeek—a command‑line data processing tool—including its overview, installation on Windows/macOS/Linux, configuration, basic commands for importing, querying, and visualizing data, advanced cleaning and analysis features, practical tips, and a FAQ section.

Big DataCLI toolDeepSeek
0 likes · 7 min read
DeepSeek: Comprehensive Guide to Installation, Configuration, Basic and Advanced Usage
CSS Magic
CSS Magic
Jan 6, 2025 · Artificial Intelligence

Can You Write Python Without Knowing It? An AI‑Powered Coding Demo

This article walks through a step‑by‑step demonstration of how a Python beginner can use GitHub Copilot to build a command‑line tool that renders QR codes as text, illustrating interface familiarization, handling errors, iterative prompting, and final code refinement.

AI coding assistantCLI toolGitHub Copilot
0 likes · 7 min read
Can You Write Python Without Knowing It? An AI‑Powered Coding Demo
Go Programming World
Go Programming World
Jul 21, 2024 · Fundamentals

Chinese Copywriting Guidelines: Formatting Rules for Code Comments, README, and Documentation

This article introduces the Chinese copywriting guidelines, explaining why spaces between Chinese and English, numbers, units, and punctuation matter, providing concrete examples and best‑practice rules, and showcasing the autocorrect CLI tool and language libraries that can automatically enforce these formatting standards.

CLI toolChinese copywritingDocumentation
0 likes · 16 min read
Chinese Copywriting Guidelines: Formatting Rules for Code Comments, README, and Documentation
Open Source Linux
Open Source Linux
Dec 28, 2022 · Information Security

Discover Real IPs with Fav‑up: A Shodan‑Powered Favicon Recon Tool

Fav‑up is a Python‑based reconnaissance utility that uses Shodan and website favicons to locate the true IP addresses of target services, offering command‑line options, module integration, and output formats for efficient network asset discovery.

CLI toolIP enumerationNetwork Reconnaissance
0 likes · 4 min read
Discover Real IPs with Fav‑up: A Shodan‑Powered Favicon Recon Tool
Open Source Linux
Open Source Linux
Jul 15, 2022 · Operations

Nali – Offline IP Geolocation & CDN Lookup Tool: Features, Install & Use

Nali is an open‑source Go rewrite of the original Nali C and JavaScript tools, offering offline IP geolocation and CDN provider queries with support for multiple databases, IPv4/IPv6, pipeline processing, interactive mode, multilingual output, and easy installation via source or pre‑compiled binaries across platforms.

CDN lookupCLI toolGo
0 likes · 13 min read
Nali – Offline IP Geolocation & CDN Lookup Tool: Features, Install & Use
Baidu Geek Talk
Baidu Geek Talk
Apr 29, 2022 · Frontend Development

Building a Scalable Micro‑Frontend Architecture with Tangram‑SDK

This article details how the iFanFan team transformed a monolithic Vue front‑end into a micro‑frontend system using a unified CLI tool, covering routing, packaging, independent development, version management, isolation, communication, CI/CD integration, multi‑product support, and performance optimizations.

CLI toolFrontend ArchitecturePerformance Optimization
0 likes · 12 min read
Building a Scalable Micro‑Frontend Architecture with Tangram‑SDK
ByteFE
ByteFE
Mar 3, 2021 · Frontend Development

Building a Node.js CLI Tool for Automated Command Execution and File Watching

This article provides a comprehensive guide to developing a lightweight Node.js command-line interface tool that automates repetitive compilation tasks, supports configuration-driven execution, implements file watching with debouncing, and integrates seamlessly with legacy frontend projects and IDEs like WebStorm.

CLI toolNode.jsTypeScript
0 likes · 19 min read
Building a Node.js CLI Tool for Automated Command Execution and File Watching