跪拜 Guibai
Frontend · OpenAI · GPT
OpenAI releases GPT-5.6 the day after White House restrictions, Apple raises Mac and iPad prices by 20% due to chip shortages, and global tech stocks crash as the chip crisis hits consumers directly.
kyriewen  ·  Jun 27, 2026
Artificial Intelligence
AI design isn't one tool; it's a relay race. This breakdown maps the exact roles, costs, and boundaries of Figma MCP, Claude Design, Codex, and Google Stitch, and lays out a 6-step workflow for getting production-ready output without burning tokens.
Shockang  ·  Jun 26, 2026
Frontend
Rspack 2.1 delivers a Rust-native React Compiler that benchmarks 7-13x faster than the Babel-based approach, plus TypeScript 7 support, branch-aware tree shaking, and a growing ecosystem of Rust-native tools.
WebInfra  ·  Jun 26, 2026
Frontend · JavaScript · Interview
The White House has ordered OpenAI to restrict GPT-5.6's release, requiring a 30-day government review before public rollout. This marks a new era where frontier AI models face government approval gates.
kyriewen  ·  Jun 26, 2026
Database
A developer runs 12 rows of test data through every common WHERE condition — equality, LIKE, IN, NULL, GROUP BY, HAVING — and finds that case sensitivity, NULL handling, and parentheses all behave differently than habit assumes.
一只牛博  ·  Jun 26, 2026
Frontend · AI Programming · AIGC
Four protocols — MCP, A2A, AG-UI, and A2UI — are forming the de facto standard stack for agentic software in 2026, each handling a distinct layer: tools, agent-to-agent collaboration, frontend synchronization, and declarative UI generation.
threerocks  ·  Jun 26, 2026
Artificial Intelligence · AI Programming · Programmer
Two everyday analogies—eating and skewers—explain what tokens are, how context windows work, and why token efficiency matters for cost and model performance.
Coffeeee  ·  Jun 26, 2026
Frontend · Chrome · Browser
A step-by-step guide to building a Chrome extension that saves selected text from any webpage, covering manifest, content scripts, popups, and background workers.
牛奶  ·  Jun 26, 2026
AIGC · AI Programming · OpenAI
Microsoft is canceling internal Claude Code licenses for nearly 100,000 engineers, citing unsustainable token costs — a sign that AI's usage-based pricing is breaking the traditional software subscription model.
牛奶  ·  Jun 26, 2026
Backend · Java · Interview
Java 26 goes official with structured concurrency, scoped values, and enhanced pattern matching — three features that together can cut nearly 40% of boilerplate code in real projects.
卷毛的技术笔记  ·  Jun 26, 2026
Claude · AI Programming · Agent
Claude Code's reliability comes from five distinct mechanisms — CLAUDE.md for direction, Hooks for enforcement, Skills for on-demand expertise, Subagents for isolated work, and a context window that compresses intelligently. Understanding how they interact beats guessing at prompts.
沉默王二  ·  Jun 26, 2026
Vue.js
Vue-tui is a new official terminal UI framework that lets Vue developers build interactive CLI tools using native Vue syntax, without touching React.
Forever7_  ·  Jun 26, 2026
Frontend · Backend · Programmer
Two Chinese programmers, Cai Jingxian and Lou Tiancheng, have made the Hurun Rich List purely through their coding skills, proving that technical mastery can still lead to immense wealth.
CodeSheep  ·  Jun 26, 2026
Android · Kotlin
Jetpack Compose's experimental Styles API centralizes UI styling into a single `Style` parameter or `Modifier.styleable`, replacing scattered `Modifier` chains with a declarative, state-aware DSL.
RockByte  ·  Jun 26, 2026
JavaScript · Frontend · Backend
TypeBox + Ajv compiles JSON Schema into raw JS functions, delivering 10-15x faster validation than Zod.js. A real-world stress test shows CPU usage cut in half after the switch.
半刻纬度  ·  Jun 26, 2026
Java
Virtual threads are now a stable feature in JDK 21, and this guide walks through everything from basic API usage to Spring Boot integration, including critical caveats around pinning, connection pools, and CPU-bound tasks.
唐青枫  ·  Jun 25, 2026
Backend
WorkBuddy replaces prompt-by-prompt AI chat with a layered local workbench that combines task input, expert roles, skill extensions, and automation templates. A hands-on integration with Lanyun MaaS and MiniMax-M2.5 shows the chain actually works for real office tasks.
倔强的石头_  ·  Jun 25, 2026
Frontend · APP · Rust
A Tauri developer discovers that manually detecting dark mode for tray icons fails on multi-monitor setups — and that macOS's native Template Image API solves it with a single flag.
雨夜寻晴天  ·  Jun 25, 2026
JavaScript
A step-by-step guide to building a 3D rotating cube with pure CSS, using perspective, transform-style, and keyframe animations — no JavaScript or Three.js required.
默_笙  ·  Jun 25, 2026
Frontend · JavaScript · Interview
AI writes 80% of the code, but it can't make the 20% of decisions that actually matter. Here's the three-layer answer that turns a trap question into a career-defining moment.
kyriewen  ·  Jun 25, 2026
Backend
Tencent's Marvis agent decouples 'where you are' from 'where your computer is,' turning a phone into a full remote workstation that understands and organizes local files via on-device AI.
苍何  ·  Jun 25, 2026
Frontend · Performance Optimization · Monitoring
Google's web-vitals library provides a standardized, lightweight way to measure LCP, INP, and CLS directly in the browser, with attribution modules that pinpoint exactly which element or resource is causing performance issues.
亲亲小宝宝鸭  ·  Jun 25, 2026
Frontend · Frontend Framework
A Chinese developer built a custom frontend framework called Vitarx after finding Vue, React, and Solid couldn't meet the needs of a complex visual editor project. The framework uses signal-level precise updates and a runtime view tree to achieve better performance in high-frequency update scenarios.
下家  ·  Jun 25, 2026
Frontend
A deep dive into WebSocket and SSE protocols using only Node.js's native http module, with full frame parsing and handshake code.
海尔智慧家技术平台  ·  Jun 25, 2026
Artificial Intelligence · Audio/Video Development · Image Recognition
A developer built a Gradio-based web tool that wraps Agnes AI's completely free APIs into a one-stop image and video generation studio — deployable locally, on Docker, or on Hugging Face Spaces.
雨夜寻晴天  ·  Jun 25, 2026
Backend · Artificial Intelligence · Programmer
OpenAI's new Codex whitepaper outlines a shift from chat-based coding to persistent, autonomous work loops — durable threads, voice-driven steering, and a vault for long-term memory.
cxuanAI  ·  Jun 25, 2026
Frontend · Backend · Go
A PHP developer migrating to Go uses Claude Code to design a GORM admin model with AutoMigrate and sets up Air for hot-reload, sharing practical prompts and security warnings about AI-installed dependencies.
妙码生花  ·  Jun 25, 2026
Frontend
Conditional breakpoints, logpoints, Overrides for hot-patching production code, and Snippets for reusable debug scripts — a systematic guide to Chrome DevTools debugging that goes far beyond console.log.
政采云技术  ·  Jun 25, 2026
Frontend · Backend · AI Programming
AI Agent engineering isn't a new job—it's your existing dev skills plus a thin layer of new concepts. A full-stack engineer who built production Agents shares the real engineering challenges, the mindset shift, and a concrete learning path.
谭sir  ·  Jun 25, 2026
Backend · AI Programming · AIGC
Anthropic's Claude Tag lets teams @mention Claude in Slack channels, where it reads shared context, calls tools, and executes long-running tasks as a persistent, proactive collaborator.
猿人谷  ·  Jun 25, 2026
AI Programming · Artificial Intelligence
Large models are brilliant brains strapped to premature bodies. The real AI bottleneck isn't intelligence—it's that Agent sensory, motor, and autonomic systems haven't evolved yet.
vivo互联网技术  ·  Jun 25, 2026
Frontend
A simple `// MARK:` comment turns VSCode's minimap into a visual code navigation system, letting developers jump between methods in thousand-line files without scrolling or clicking through outline panels.
40岁搬砖工  ·  Jun 25, 2026
Architecture · Agent · Artificial Intelligence
Dewu's community event setup evolved from an AI-assisted form filler to a two-stage Agent architecture that generates campaign plans and builds venues, cutting operator steps from 10+ system hops to a single chat interface.
得物技术  ·  Jun 25, 2026
Backend · Artificial Intelligence
A developer turns an RTX 5060 Ti 16GB into a fully local, always-on AI assistant using LM Studio and the MoE-based Qwen3.6-35B-A3B model, with a Docker-powered Open WebUI frontend.
雪隐_上班了  ·  Jun 25, 2026
Architecture · Frontend · Backend
A full-stack developer details the step-by-step migration of a Node.js online education system from a single 4-core server to a multi-server architecture with load balancing, managed MySQL with read replicas, and dedicated Redis, all on Volcengine.
Ausra无忧  ·  Jun 25, 2026
AIGC · Design · Visual Design
A new AI skill turns a single sentence like "I want a smart port dashboard" into a structured design draft, complete with a confirmed brief, industry-specific charts, and a visual style—before generating the image.
Gyrate  ·  Jun 25, 2026
Agent · Frontend · Full Stack
A developer wires up the open-source AI Agent Zhiyu with the baoyu-skills writing toolkit to autonomously generate articles, create cover images, and publish drafts to WeChat Official Account — all from a single natural-language command.
双越AI_club  ·  Jun 25, 2026
Backend · Java · Programmer
DBX is a 15MB, Rust-native database client that supports over 50 database engines, offers both desktop and self-hosted Docker modes, and includes AI-assisted SQL generation.
SimonKing  ·  Jun 25, 2026
Frontend · Flutter · Android
Patchwork lets Flutter developers patch third-party pub dependencies locally, generate .patch files, and share them with the team — all without forking the repo or dirtying pubspec.yaml.
恋猫de小郭  ·  Jun 25, 2026
Vue.js · Frontend · JavaScript
InjectionKey uses a branded type pattern to give Vue 3's provide/inject full TypeScript type safety, catching mismatched keys and value types at compile time instead of runtime.
秋天的一阵风  ·  Jun 25, 2026
macOS · Terminal · AI Programming · Developer Tools
Liney is a native macOS terminal workspace app that binds repositories, worktrees, and split-pane layouts together, eliminating the chaos of managing multiple terminal windows for multi-branch, multi-repo development.
黄林晴  ·  Jun 25, 2026
Android
A deep dive into why Android's most common anti-patterns — launching coroutines in repositories, managing resources with start/stop, and using event buses — all stem from the same root cause: broken ownership of tasks, resources, and events.
潜龙勿用之化骨龙  ·  Jun 25, 2026
AI Coding · VibeCoding · Flutter
Public benchmark scores are easy to game. A Flutter developer shares a three-tier model selection strategy that prioritizes closed-source benchmarks and real-world context management over leaderboard hype.
程序员老刘  ·  Jun 24, 2026
Data Analysis
A Chinese enterprise data site, Jinghai Data, returns full HTML without any CAPTCHA, IP blocking, or rate limiting, making it trivially easy to scrape basic business registration info. A developer posted a working Python scraper using requests and BeautifulSoup.
倔强的石头_  ·  Jun 24, 2026
AI Programming
A developer used the AI coding tool WorkBuddy to build a secure, ephemeral file and text sharing service, evolving the tech stack from raw HTML through Vue and finally to a production-ready Spring Boot + Java 17 backend.
一只牛博  ·  Jun 24, 2026
Frontend · Vue.js · Frontend Framework
A four-layer architecture for Electron + Vue3 apps lets each card component be independently packaged as a UMD file and dynamically loaded at runtime, enabling hot-swappable content without rebuilding the desktop app.
锋行天下  ·  Jun 24, 2026
Frontend · Flutter · Android
LibrePods reverse-engineers Apple's proprietary AirPods protocol (AACP) and reimplements it on Android via BLE, L2CAP, and ATT, unlocking noise control, battery status, and in-ear detection without an iPhone.
恋猫de小郭  ·  Jun 24, 2026
Android · Gradle
Gradle 9.6.0 fixes a long-standing CI pain point: project properties that are only read during task execution no longer invalidate the configuration cache.
黄林晴  ·  Jun 24, 2026
Android · Flutter
Flutter's path_provider isn't one package — it's six, split into a central dispatch, a platform interface, and four country-specific branches. This architecture keeps each platform independent, uses token-based franchise verification, and delivers precise failure semantics.
张风捷特烈  ·  Jun 23, 2026
Frontend · Backend · Artificial Intelligence
A veteran developer's comprehensive guide to mastering AI Agents like Codex and Claude Code, covering everything from model selection and context management to building custom Skills and designing a Harness for autonomous development.
oil欧哟  ·  Jun 23, 2026
Frontend · Backend · AI Programming
Key figures from Anthropic and OpenAI are declaring prompt engineering dead, replaced by Loop Engineering—a paradigm where developers design autonomous loop systems that prompt, verify, and iterate AI agents on their own.
程序员鱼皮  ·  Jun 16, 2026
Backend
A five-step guide to accessing DeepSeek V4 Pro and other free models through the ZenMux platform, using local tools like Cherry Studio or cc-switch.
神奇小汤圆  ·  Jun 14, 2026
Agent · AI Programming
A developer assembled an AI Hot Radar that scrapes Douyin, Xiaohongshu, and WeChat Official Accounts daily, feeds the data to an LLM for structured analysis, and serves a live dashboard — all built in two hours using Codex and RedFox Data Skills.
沉默王二  ·  Jun 10, 2026
AI Programming · Agent · Node.js
A Chinese developer is rebuilding his AI Agent project from scratch, laying out the 10 core modules any production-grade Agent needs — from ReAct loops and context compression to permission systems and subagents.
双越AI_club  ·  Jun 9, 2026
GitHub · Artificial Intelligence · AI Programming
May 2026's top GitHub projects turn engineering workflows into reusable 'Skills', pre-index codebases into knowledge graphs to slash agent token costs, and push multi-agent orchestration into the mainstream.
一点一木  ·  Jun 1, 2026
GitHub · Gemini · Claude
FreeLLMAPI is a self-hosted API gateway that aggregates free quotas from 14 AI vendors — including Gemini, Groq, Mistral, and GitHub Models — into a single OpenAI-compatible endpoint, with a smart router that handles rate limits, fallbacks, and sticky sessions automatically.
沉默王二  ·  May 30, 2026
Programmer · Full-stack · Artificial Intelligence
A curated set of 9 Claude Code Skills — from frontend design to systematic debugging — that automate repetitive workflows and claim to double daily development efficiency.
狂师  ·  May 27, 2026
Artificial Intelligence
After a year on Cursor, a Chinese developer's company swapped it for OpenAI Codex. His verdict: Cursor was a revolutionary IDE; Codex is a true super-agent that goes far beyond coding.
深小乐  ·  May 10, 2026
Frontend · Backend · Artificial Intelligence
A full-stack AI development methodology from Dewu Technology that replaces prompt-by-prompt coding with a structured pipeline: Harness constraints, SDD-driven design, and parallel multi-agent code generation.
得物技术  ·  May 7, 2026
Artificial Intelligence
Anthropic's Claude Code is a terminal-native AI coding agent that reads your entire codebase, plans multi-step fixes, and executes them autonomously — with human approval at every key node.
小星AI  ·  May 6, 2026
Programmers · AI Programming · Agent
By 2026, the software development paradigm has shifted from manual coding to humans setting goals and AI decomposing and executing tasks. Programmers face a clear fork: stay in the execution layer or move up to design and decision-making.
刀法如飞  ·  Apr 20, 2026
Artificial Intelligence · Agent · AI Programming
Skills are reusable knowledge packages that turn AI agents from obedient tools into domain experts with enforced workflows, structured processes, and deterministic scripts.
岛雨AI  ·  Mar 23, 2026
Backend · Claude · Java
A curated, battle-tested collection of 32 Skills and 8 MCP servers transforms Claude Code from a basic code completer into an autonomous full-stack development partner, covering everything from UI design and architecture planning to cross-session memory and Figma integration.
蝎子莱莱爱打怪  ·  Mar 23, 2026
Frontend · Backend · Agent
A Chinese engineer's six-month deep dive into Agent engineering reveals that most teams are optimizing the wrong thing—the bottleneck isn't the model, it's the environment.
芋圆ai  ·  Mar 23, 2026
AI Programming · LangChain · Frontend
A step-by-step guide to building a minimal LangChain AI demo in JavaScript, covering model initialization, invocation, and message types using Alibaba's Qwen model.
赵小川  ·  Mar 19, 2026
Frontend
A veteran frontend architect shares blunt career advice for young Chinese developers: cultivate business acumen, consider sales, make short videos, save money, and never underestimate the power of willpower.
程序员大卫  ·  Mar 3, 2026
WeChat Mini-Program · Product · Entrepreneurship
A solo developer's Fuzhu Bookkeeping mini-program hit 872 users in six months but earns only $10 from ads—a raw look at the gap between building a demo and building a sustainable product.
是江迪呀  ·  Jan 10, 2026