Java Companion
Author

Java Companion

A highly professional Java public account

99
Articles
0
Likes
103
Views
0
Comments
Recent Articles

Latest from Java Companion

99 recent articles
Java Companion
Java Companion
May 31, 2026 · Artificial Intelligence

The 80k‑Star cc‑switch: One‑Click Management for Claude, Codex, Gemini and Other AI Coding Tools

cc‑switch is a Tauri‑based desktop app that consolidates configuration, provider switching, local proxy, fault‑tolerant failover, MCP and Skills handling, usage tracking, cloud sync, atomic writes, automatic backups, and a lightweight mode for multiple AI coding CLI tools such as Claude Code, Codex and Gemini.

AI codingCLI managementClaude
0 likes · 9 min read
The 80k‑Star cc‑switch: One‑Click Management for Claude, Codex, Gemini and Other AI Coding Tools
Java Companion
Java Companion
May 30, 2026 · Operations

How an AI‑Built SSH Client Gained 1,000 GitHub Stars in Three Months

The author details how they built Netcatty, an Electron‑based SSH client with AI assistance, describing its multi‑view host management, split‑screen terminal, remote file editing, AI Agent capabilities, free cloud sync options, performance drawbacks, and the rapid community adoption that earned nearly 2 K stars on GitHub.

AIElectronOpen Source
0 likes · 8 min read
How an AI‑Built SSH Client Gained 1,000 GitHub Stars in Three Months
Java Companion
Java Companion
May 29, 2026 · Artificial Intelligence

Getting Started with Codex in 20 Minutes: A Hands‑On Quick‑Start Guide

This guide shows how Codex reshapes a developer's workflow by using its four entry points—App, IDE plugin, CLI, and Browser—while covering permission settings, prompt engineering, diff review, multi‑tasking, remote control, automation, and a five‑step onboarding plan for newcomers.

AI coding assistantCodexautomation
0 likes · 14 min read
Getting Started with Codex in 20 Minutes: A Hands‑On Quick‑Start Guide
Java Companion
Java Companion
May 28, 2026 · Artificial Intelligence

A 7.7k‑Star GitHub Project Turns Your Terminal into an AI‑Powered IDE—Have You Tried It?

After disappointing experiences with many AI coding assistants, the author evaluates the open‑source oh‑my‑pi (omp), highlighting its hash‑based edit anchors, deep DAP/LLDB debugging, sub‑agent task splitting, LSP‑driven refactoring, built‑in web search, and a detailed comparison with Claude Code and Cursor, while also covering installation, real‑world use cases, and current limitations.

AI coding assistantDAPLSP
0 likes · 11 min read
A 7.7k‑Star GitHub Project Turns Your Terminal into an AI‑Powered IDE—Have You Tried It?
Java Companion
Java Companion
May 26, 2026 · Artificial Intelligence

How a Terminal AI Agent Achieves a 99.82% Cache Hit Rate with DeepSeek API

DeepSeek-Reasonix, a terminal‑based AI coding agent tightly integrated with the DeepSeek API, delivers a 99.82% prefix‑cache hit rate that cuts daily token costs from $61 to $1.38, while offering file editing, command execution, memory, hooks, MCP support, and a preview Tauri desktop client.

AI coding agentDeepSeekReasonix
0 likes · 14 min read
How a Terminal AI Agent Achieves a 99.82% Cache Hit Rate with DeepSeek API
Java Companion
Java Companion
May 26, 2026 · Artificial Intelligence

PromptHub: A One‑Click Skill Manager for All AI Editors (1.2k GitHub Stars)

The author, frustrated by maintaining separate prompt and configuration files for each AI tool, discovered the open‑source PromptHub, which consolidates prompts, SKILL.md files, and AI‑tool configs into a local workspace and distributes them to over 15 editors with one click, while offering versioning, a skill store, sync options, and encryption.

AI toolsElectronPrompt management
0 likes · 10 min read
PromptHub: A One‑Click Skill Manager for All AI Editors (1.2k GitHub Stars)
Java Companion
Java Companion
May 24, 2026 · Artificial Intelligence

How a Chinese Open‑Source AI Code Auditor with 6K Stars Uncovered 49 CVEs

DeepAudit, a 6K‑star open‑source AI code‑audit system, uses a four‑agent architecture and sandboxed PoC verification to automatically discover and confirm 49 high‑severity CVEs across popular projects, while offering both deep audit and instant analysis modes, but it faces model dependency, cost, and sandbox limitations.

AI code auditCVELLM
0 likes · 11 min read
How a Chinese Open‑Source AI Code Auditor with 6K Stars Uncovered 49 CVEs
Java Companion
Java Companion
May 23, 2026 · Information Security

Spending 25 yuan on ChatGPT Plus Reveals the Full Gray‑Market Resale Chain

The author shows how buying a ChatGPT Plus subscription for just 25 yuan via a Turkish Apple ID enables resellers to reuse the same Apple receipt, exploiting OpenAI’s lack of purchaser binding, and outlines the entire gray‑market workflow, its profitability, and the associated security risks.

Apple receipt vulnerabilityChatGPT PlusOpenAI security
0 likes · 8 min read
Spending 25 yuan on ChatGPT Plus Reveals the Full Gray‑Market Resale Chain
Java Companion
Java Companion
May 22, 2026 · Frontend Development

How an 80k‑Star UI Skill Elevates AI‑Generated Front‑End Design

The ui‑ux‑pro‑max skill adds a design‑system inference engine to Claude Code, replacing generic AI‑generated pages with industry‑specific styles, color palettes, typography, and UX rules, while offering installation options, usage tips, and a discussion of token costs and skill conflicts.

AI UIClaude CodeDesign System
0 likes · 10 min read
How an 80k‑Star UI Skill Elevates AI‑Generated Front‑End Design
Java Companion
Java Companion
Apr 30, 2026 · Backend Development

JDK 26 Introduces ofFileChannel: Simplify Large File Chunk Uploads

JDK 26 adds HttpRequest.BodyPublishers.ofFileChannel, letting developers read specific file segments directly from a shared FileChannel without copying data into heap memory, dramatically reducing memory usage and simplifying parallel chunk uploads to object storage such as OSS or S3.

FileChannelHttpClientJava
0 likes · 12 min read
JDK 26 Introduces ofFileChannel: Simplify Large File Chunk Uploads