All Articles

140403 articles · Page 36 of 7021
Geek Labs
Geek Labs
Jun 25, 2026 · Artificial Intelligence

Five Open-Source AI Platforms & Agents: Self-Hosted Chat, Web Scraping, PC Control, Multi-Agent Collaboration

This article introduces five open‑source AI platforms—Open WebUI for self‑hosted chat, Firecrawl for large‑scale web data extraction, Microsoft Fara for computer control, Claude Codex Bridge for collaborative coding agents, and gogcli for terminal‑based Google Workspace automation—detailing their main features, star counts, and language implementations.

AI AgentsClaude Codex BridgeFirecrawl
0 likes · 5 min read
Five Open-Source AI Platforms & Agents: Self-Hosted Chat, Web Scraping, PC Control, Multi-Agent Collaboration
Geek Labs
Geek Labs
Jun 25, 2026 · Artificial Intelligence

Managing an Army of AI Coding Agents with Agent of Empires

Agent of Empires is an open‑source tool that lets developers run and monitor multiple AI coding agents—such as Claude Code, Codex, Gemini CLI, and others—through a unified TUI or web dashboard, with features like Docker isolation, Git worktree handling, session persistence, and mobile access via secure tunnels.

AI AgentsAgent ManagementDocker
0 likes · 5 min read
Managing an Army of AI Coding Agents with Agent of Empires
Black & White Path
Black & White Path
Jun 25, 2026 · Information Security

360 Unveils China’s “Mythos” AI Security Agent at ISC 2026

At ISC.AI 2026, 360 founder Zhou Hongyi announced AI‑driven vulnerability‑automation and defense capabilities, warned that Anthropic’s Mythos model acts like a cyber‑nuclear weapon, and called for a Chinese‑made counterpart and industry‑wide collaboration to counter the emerging AI security threat.

360AI securityChina
0 likes · 6 min read
360 Unveils China’s “Mythos” AI Security Agent at ISC 2026
Black & White Path
Black & White Path
Jun 25, 2026 · Artificial Intelligence

Can DeepSeek‑V4‑Fable’s AI Make Red Teams Redundant?

DeepSeek‑V4‑Fable, an autonomous AI agent built on a Chinese large‑model foundation and refined with SFT and GRPO, achieves a 58.7% overall solve rate on 300 held‑out CTF challenges, prompting a debate on its impact on red‑team workflows and security governance.

AICTFDeepSeek-V4-Fable
0 likes · 9 min read
Can DeepSeek‑V4‑Fable’s AI Make Red Teams Redundant?
Black & White Path
Black & White Path
Jun 25, 2026 · Information Security

Captcha Reuse Vulnerabilities: Real-World Exploits and Bypass Techniques

The article presents four practical case studies of captcha-related weaknesses—two showing how verifyId or UUID reuse lets attackers bypass image verification, one demonstrating a UUID‑bound bypass, and a fourth exposing a resource‑consumption flaw via manipulable height and width parameters.

Vulnerabilitycaptchareplay attack
0 likes · 5 min read
Captcha Reuse Vulnerabilities: Real-World Exploits and Bypass Techniques
Black & White Path
Black & White Path
Jun 25, 2026 · Industry Insights

Suzhou Bank Hit with Record ¥7.21 M Fine for 11 Network and Data Security Violations

On June 18, 2026, the People's Bank of China’s Jiangsu branch announced a historic ¥7.21 million fine against Suzhou Bank for eleven breaches spanning network security, data protection, anti‑money‑laundering, and other regulatory areas, highlighting a stark gap between the bank’s proclaimed compliance framework and regulator enforcement.

China BankingData SecurityFinancial Penalties
0 likes · 6 min read
Suzhou Bank Hit with Record ¥7.21 M Fine for 11 Network and Data Security Violations
Programmer XiaoFu
Programmer XiaoFu
Jun 25, 2026 · Backend Development

Why Delayed Double Delete Fails to Ensure Cache Consistency Under High Concurrency

The article dissects the delayed double‑delete pattern for Redis‑MySQL consistency, exposing its hidden pitfalls—unreliable delay timing, thread‑blocking sleeps, fragile second‑delete retries, and concurrent‑write anomalies—then recommends cache‑aside and stronger alternatives for production systems.

Cache AsideCache consistencyRedis
0 likes · 7 min read
Why Delayed Double Delete Fails to Ensure Cache Consistency Under High Concurrency
AI Engineering
AI Engineering
Jun 25, 2026 · Artificial Intelligence

Why the Real Power of Agent Loops Lies Beyond Six Lines of Code

The article explains that while an Agent’s core loop is only a few lines of code, the real engineering challenges lie in prompt design, context management, tool selection, and safety checks that together determine the loop’s effectiveness.

AgentAnthropicLLM
0 likes · 8 min read
Why the Real Power of Agent Loops Lies Beyond Six Lines of Code
Code Mala Tang
Code Mala Tang
Jun 25, 2026 · Artificial Intelligence

30 Core Concepts Every AI Agent Engineer Must Master

Understanding the timeless principles behind AI agents—rather than chasing the latest frameworks—requires mastering 30 core concepts, from the fundamental Think‑Act‑Observe loop and state management to configuration files, workflow caching, sandboxing, and multi‑agent orchestration, enabling predictable, cost‑effective, and secure automation.

AI AgentsPrompt EngineeringTool Integration
0 likes · 21 min read
30 Core Concepts Every AI Agent Engineer Must Master
Deepin Linux
Deepin Linux
Jun 25, 2026 · Fundamentals

Understanding C/C++ Process Memory Layout: Code, Global, Stack, and Heap

This article explains how an operating system divides a C/C++ program's virtual address space into four distinct regions—code, global, stack, and heap—detailing their lifetimes, permissions, management rules, and common pitfalls such as memory leaks, dangling pointers, and stack overflow.

C#Memory Managementcode segment
0 likes · 13 min read
Understanding C/C++ Process Memory Layout: Code, Global, Stack, and Heap
Node.js Tech Stack
Node.js Tech Stack
Jun 25, 2026 · Artificial Intelligence

Testing Tencent Marvis Reveals Claude Code‑Style AI Agent Architecture

The author tests Tencent’s Marvis AI assistant, showing how its dual‑device agent system lets a phone remotely control a Mac, locate and transfer files, execute commands, schedule tasks, and even organize documents offline, while highlighting security controls and the similarity to Claude Code’s multi‑agent design.

AI assistantAutomationFile Management
0 likes · 9 min read
Testing Tencent Marvis Reveals Claude Code‑Style AI Agent Architecture
TonyBai
TonyBai
Jun 25, 2026 · Information Security

Why Go 1.27 UUIDv7 Generates Predictable “7000” Values in Browsers

In Go 1.27 the standard uuid.NewV7() function produces UUIDs with a constant “7000” segment when compiled to WebAssembly, because browsers deliberately reduce high‑precision timers for Spectre‑style mitigations, causing the 12‑bit random field to collapse to zero and dramatically lowering entropy and collision resistance.

GoWASMbrowser
0 likes · 10 min read
Why Go 1.27 UUIDv7 Generates Predictable “7000” Values in Browsers
AI Engineer Programming
AI Engineer Programming
Jun 25, 2026 · Fundamentals

A Programmer’s Intro to Unicode

This guide walks programmers through Unicode’s massive code space, its diverse scripts, encoding schemes like UTF‑8 and UTF‑16, combining marks, canonical equivalence, normalization forms, and grapheme clusters, explaining why the system is complex yet essential for global text handling.

UTF-16UTF-8Unicode
0 likes · 21 min read
A Programmer’s Intro to Unicode
AI Architecture Hub
AI Architecture Hub
Jun 25, 2026 · Artificial Intelligence

Loop Engineering: The Essential Skill Every AI Developer Needs by 2026

The article explains how AI developers must move from manually feeding prompts to building automated feedback loops—called loop engineering—detailing token cost challenges, loop architectures, open vs. closed designs, six core modules, and practical examples that illustrate this shift.

AI AgentsAutomationClaude
0 likes · 14 min read
Loop Engineering: The Essential Skill Every AI Developer Needs by 2026
AI Architecture Path
AI Architecture Path
Jun 25, 2026 · Artificial Intelligence

OpenMontage: Generate Full‑Length Short Videos from One Prompt

Short‑video creators face exploding production cycles, runaway AI costs, low‑quality outputs, and copyright risks; OpenMontage, an open‑source agent‑driven system with 12 pipelines and 52 tools, automates the entire workflow—from research to rendering—at a fraction of the cost, offering both free local and paid cloud routes.

AI video generationOpenMontageagent workflow
0 likes · 15 min read
OpenMontage: Generate Full‑Length Short Videos from One Prompt
Linyb Geek Road
Linyb Geek Road
Jun 25, 2026 · Backend Development

8 Hard‑Earned Rules for Using Spring @Transactional Correctly

Drawing on a decade of production experience, the article presents eight concrete rules for Spring @Transactional—covering transaction duration, proxy limitations, rollback settings, exception handling, read‑only flags, method visibility, bean separation for retries, and logging—to prevent common bugs and ensure reliable database operations.

@TransactionalJavaSpring
0 likes · 12 min read
8 Hard‑Earned Rules for Using Spring @Transactional Correctly
FunTester
FunTester
Jun 24, 2026 · Artificial Intelligence

Memory Is Not the Answer—It’s the Navigation for Claude Code

The article outlines a practical workflow for using Claude Code together with claude‑mem, showing how to retrieve relevant historical memories, read the codebase on demand, solidify key conclusions, create structured summaries, and regularly prune outdated memories to turn each development session into a reusable knowledge asset.

AI coding assistantClaudePrompt Engineering
0 likes · 16 min read
Memory Is Not the Answer—It’s the Navigation for Claude Code