All Articles

140474 articles · Page 50 of 7024
IT Services Circle
IT Services Circle
Jun 22, 2026 · Artificial Intelligence

How to Unlock Unlimited Tokens and 4K Image Generation in Claude Code with Agnes AI

This article details Agnes AI’s free multimodal models—including a text model with 1 M‑token context and an image model supporting 4 K resolution—shows weekly usage of 3.12 T Token, explains why high traffic can cause latency, and provides a step‑by‑step guide to integrate these models into Claude Code via CC Switch, complete with examples, GitHub resources, and testing tips.

1M token4K imageAI integration
0 likes · 20 min read
How to Unlock Unlimited Tokens and 4K Image Generation in Claude Code with Agnes AI
IT Services Circle
IT Services Circle
Jun 22, 2026 · Backend Development

Why Use a Service Registry When Nginx Already Handles Load Balancing?

The article explains why Nginx’s static upstream load balancing cannot keep up with dynamic microservice environments and shows how service registries like Nacos or Eureka provide real‑time instance discovery, health checking, and metadata‑driven routing that Nginx alone cannot achieve.

Dynamic ScalingMicroservicesNGINX
0 likes · 9 min read
Why Use a Service Registry When Nginx Already Handles Load Balancing?
Java Tech Enthusiast
Java Tech Enthusiast
Jun 22, 2026 · Industry Insights

Why Did 90s PC Cases Always Feature a Turbo Button?

The article explains that early IBM PCs used a fixed 4.77 MHz CPU clock for timing, prompting manufacturers of faster 80s and 90s clones to add a front‑panel Turbo button that could switch the processor between high speed and the original rate, ensuring compatibility with games and software that relied on the original timing.

CPU clockIBM PCPC hardware
0 likes · 9 min read
Why Did 90s PC Cases Always Feature a Turbo Button?
Java Tech Enthusiast
Java Tech Enthusiast
Jun 22, 2026 · Artificial Intelligence

Is Your 2000‑Line SKILL.md a Prompt or a Manual? Best Practices for Claude Skills

The article explains what Agent Skills are, how to structure a SKILL.md file, the essential metadata, naming rules, description guidelines, common pitfalls, context limits, freedom levels, progressive loading, workflow design, and provides concrete open‑source examples and code snippets for writing effective Claude Skills.

Agent SkillsClaudeContext Management
0 likes · 28 min read
Is Your 2000‑Line SKILL.md a Prompt or a Manual? Best Practices for Claude Skills
Java Architect Handbook
Java Architect Handbook
Jun 22, 2026 · Backend Development

How to Implement Consumer‑Side Throttling in RabbitMQ

RabbitMQ achieves consumer‑side throttling by configuring basic.qos with a prefetchCount, disabling automatic ACK, and using manual ACK so that the broker only pushes a limited number of unacknowledged messages, with detailed guidance on parameter settings, pitfalls, and code examples.

JavaRabbitMQbasic.qos
0 likes · 10 min read
How to Implement Consumer‑Side Throttling in RabbitMQ
Su San Talks Tech
Su San Talks Tech
Jun 22, 2026 · Fundamentals

4 Essential AI Diagramming Techniques Every Developer Should Know

The article walks developers through four AI‑assisted diagramming techniques—text‑to‑diagram languages (PlantUML, Mermaid, Flowchart, Graphviz), Obsidian Canvas, SVG generation via custom prompts, and draw.io integration—detailing model selection, prompt design, step‑by‑step workflows, and practical editing tips.

AI diagrammingGraphvizMermaid
0 likes · 15 min read
4 Essential AI Diagramming Techniques Every Developer Should Know
AI Engineering
AI Engineering
Jun 22, 2026 · Artificial Intelligence

How Sakana’s Unconventional AI Orchestrator Fugu Beats Fable 5 in Code Benchmarks

Japanese startup Sakana’s new multi‑agent orchestration system, Fugu, combines publicly available models to deliver code‑generation performance that surpasses closed‑source rivals like Fable 5, offering two versions, detailed benchmark results, qualitative use‑case demos, pricing options, and an analysis of its engineering trade‑offs.

AI orchestrationFuguLLM engineering
0 likes · 9 min read
How Sakana’s Unconventional AI Orchestrator Fugu Beats Fable 5 in Code Benchmarks
Data Party THU
Data Party THU
Jun 22, 2026 · Artificial Intelligence

From Reasoning to Physical Execution: Peking University Papers Push LLMs Toward Fully Automated Labs

The article analyzes how two Peking University papers presented at ICML 2026 and ACL 2026 introduce BioProBench and BioProAgent to benchmark and enable large language models to safely perform complex wet‑lab experiments, achieving high physical compliance and integrating into a multi‑agent AI4S LAB platform.

AI for ScienceBenchmarkBioProAgent
0 likes · 7 min read
From Reasoning to Physical Execution: Peking University Papers Push LLMs Toward Fully Automated Labs
Data Party THU
Data Party THU
Jun 22, 2026 · Artificial Intelligence

Who Won the 2026 Big Data Challenge Monthly Star Awards? Winners Share Their Competition Insights

The 2026 China University Big Data Challenge announced its Monthly Star winners, each receiving a prize, and the top three teams detailed their data processing, feature engineering, model design, training strategies, and post‑processing techniques for cross‑sectional stock ranking.

big data competitionfeature engineeringmachine learning
0 likes · 10 min read
Who Won the 2026 Big Data Challenge Monthly Star Awards? Winners Share Their Competition Insights
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Jun 22, 2026 · Operations

How to Tune Nginx Kernel Parameters for Up to 10× Performance Boost

The article walks through a step‑by‑step Nginx performance tuning guide, covering worker_processes and worker_connections settings, Linux file‑descriptor limits, sysctl tweaks such as net.core.somaxconn and tcp_max_syn_backlog, explicit listen backlog, and zero‑copy sendfile with tcp_nopush/tcp_nodelay to dramatically increase throughput and lower CPU usage.

High concurrencyPerformance TuningZero‑copy
0 likes · 4 min read
How to Tune Nginx Kernel Parameters for Up to 10× Performance Boost
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jun 22, 2026 · Backend Development

Why Prefer @Bean Over @Component? Avoid Critical Spring Boot Pitfalls

The article explains the fundamental differences between @Component and @Bean in Spring Boot 3.5.0, demonstrates how @Bean provides finer control, solves five common configuration problems, and reveals a subtle proxy‑related bug that causes multiple bean instances when @Component is misused on configuration classes.

BeanComponentConfiguration
0 likes · 8 min read
Why Prefer @Bean Over @Component? Avoid Critical Spring Boot Pitfalls
Golang Shines
Golang Shines
Jun 22, 2026 · Backend Development

Building a Million‑Scale WebSocket Push Service with Go

This article compares pull and push models, explains WebSocket fundamentals, evaluates Node.js, C/C++ and Go for server implementation, provides complete Go and HTML client code, analyzes kernel, lock and CPU bottlenecks of a ten‑million‑user push system, and presents concrete optimization and clustering strategies.

GoMessage PushWebSocket
0 likes · 12 min read
Building a Million‑Scale WebSocket Push Service with Go
Architect Chen
Architect Chen
Jun 22, 2026 · Artificial Intelligence

Claude Code Core Commands: Full 2026 Edition

This article provides a complete, step‑by‑step reference of Claude Code’s CLI commands—including interactive mode, single‑run queries, session continuation, version checking, environment diagnosis, project initialization, context management, configuration viewing, permission handling, code review, context compression, and exit procedures—each illustrated with concrete examples and expected outputs.

Artificial IntelligenceCLIClaude Code
0 likes · 5 min read
Claude Code Core Commands: Full 2026 Edition
LuTiao Programming
LuTiao Programming
Jun 22, 2026 · Industry Insights

SpaceX’s $60B Cursor Deal Shows AI Programming Moving Beyond Code Writing

SpaceX’s $60 billion acquisition of Cursor reveals a turning point where AI programming is evolving from merely generating code snippets to orchestrating the entire software development lifecycle—handling requirements analysis, environment setup, testing, and pull‑request creation—especially within complex Java projects that demand robust build and test pipelines.

AI programmingCI/CDCloud Agent
0 likes · 20 min read
SpaceX’s $60B Cursor Deal Shows AI Programming Moving Beyond Code Writing
Old Zhang's AI Learning
Old Zhang's AI Learning
Jun 22, 2026 · Artificial Intelligence

How Codex Became My Ultimate Computer Assistant

The author demonstrates how OpenAI Codex can serve as a full‑featured computer manager on macOS, automating cache cleaning, software uninstall, startup service control, large‑file detection, browser data cleanup, material organization, and daily inspections through tailored prompts and screenshots.

AI-powered PC managementOpenAI CodexPrompt engineering
0 likes · 10 min read
How Codex Became My Ultimate Computer Assistant
21CTO
21CTO
Jun 22, 2026 · Industry Insights

How 25‑Year‑Old Founder Michael Truell Built Cursor into an AI Coding Powerhouse

Cursor, the AI‑powered code editor born at MIT, grew to millions of users and billions in valuation within three years, driven by founder Michael Truell’s early programming talent, strategic pivots—including self‑developed Composer model and a deep partnership with SpaceX’s xAI—to escape reliance on third‑party models.

AI codingcompute partnershipfounder
0 likes · 11 min read
How 25‑Year‑Old Founder Michael Truell Built Cursor into an AI Coding Powerhouse
21CTO
21CTO
Jun 22, 2026 · Industry Insights

ChatGPT’s Global Market Share Falls Below 50% for the First Time

Sensor Tower’s 2026 AI State Report shows ChatGPT’s share dropping to 46.4% as Gemini and Claude surge, while user migration, ad testing, and regional download trends reshape the AI‑assistant market and signal a shift toward profitability and mature competition.

AI advertisingAI assistantsChatGPT
0 likes · 7 min read
ChatGPT’s Global Market Share Falls Below 50% for the First Time
DataFunTalk
DataFunTalk
Jun 22, 2026 · Artificial Intelligence

Agent Harness Explained: A Deep Dive into Agent Architecture

The article dissects the concept of an Agent Harness— the full software infrastructure that wraps LLMs— covering its definition, three engineering layers, twelve essential components, the step‑by‑step ReAct loop, and how major frameworks like Anthropic, OpenAI, LangChain, CrewAI and AutoGen implement these patterns, while highlighting practical trade‑offs and validation strategies.

AI agentsAgent HarnessContext Management
0 likes · 20 min read
Agent Harness Explained: A Deep Dive into Agent Architecture
DataFunTalk
DataFunTalk
Jun 22, 2026 · Artificial Intelligence

From Prompts to Loops: Why Claude Code’s Creator Deleted His IDE

The article analyzes how Boris Cherny, the creator of Claude Code, abandoned his IDE and traditional prompt engineering in favor of loop engineering, detailing the new /loop and /goal commands, a three‑layer architecture, practical examples, and the challenges and skepticism surrounding this emerging AI development paradigm.

AI agentsAutomationClaude Code
0 likes · 13 min read
From Prompts to Loops: Why Claude Code’s Creator Deleted His IDE
Machine Heart
Machine Heart
Jun 22, 2026 · Artificial Intelligence

Why Dropping VAE and Private Data Boosts Text-to-Image Generation Performance

MiniT2I, a minimalist pixel-space text-to-image model that discards VAE, AdaLN, and private data, achieves 0.87 GenEval and 84.2 DPG-Bench scores with only 258 M parameters, demonstrating that a stripped-down architecture and public data can outperform larger, more complex systems.

AI researchMiniT2ITransformer
0 likes · 8 min read
Why Dropping VAE and Private Data Boosts Text-to-Image Generation Performance