All Articles

140308 articles · Page 13 of 7016
Black & White Path
Black & White Path
Jun 30, 2026 · Information Security

Batch SRC Mining with Serein: A Complete Setup and Usage Guide

This article walks through installing the Serein tool, configuring FOFA API keys, collecting target URLs, running nday vulnerability checks, adding custom POCs, and filtering results with domain and weight lookups to automate large‑scale SRC exploitation.

FOFAPython GUISRC mining
0 likes · 7 min read
Batch SRC Mining with Serein: A Complete Setup and Usage Guide
Black & White Path
Black & White Path
Jun 30, 2026 · Information Security

How a Misconfigured KNX System Lets Hackers Disrupt an Entire Building

The article examines the KNX building‑automation protocol, explains its telegram structure, and demonstrates how a poorly configured KNX network—especially via IP routers—can be exploited from a single smart switch to launch DoS, replay, and memory‑read/write attacks that compromise entire skyscraper systems.

Building AutomationDoS AttackIP Router
0 likes · 12 min read
How a Misconfigured KNX System Lets Hackers Disrupt an Entire Building
AI Engineer Programming
AI Engineer Programming
Jun 30, 2026 · Artificial Intelligence

How to Quickly Validate LLM Capabilities Without Standard Benchmarks

Standard benchmarks often suffer from data leakage, mismatched real‑world scenarios, and limited metrics, so this guide proposes a practical, self‑crafted evaluation framework with diverse question types, clear scoring dimensions, and a step‑by‑step SOP to reliably assess LLM code‑generation abilities.

AI model assessmentBenchmarkingLLM evaluation
0 likes · 18 min read
How to Quickly Validate LLM Capabilities Without Standard Benchmarks
FunTester
FunTester
Jun 30, 2026 · Industry Insights

How AI Is Reshaping the Testing Industry: From Scattered Scripts to Full‑Process Quality Control

The article analyses how AI‑driven coding assistants are accelerating development while traditional testing lags behind, argues that test engineers must shift from ad‑hoc scripts to engineered, prompt‑driven test frameworks, and reviews the "Trae AI" book that demonstrates concrete AI‑assisted testing techniques and productivity gains.

AI testingPrompt EngineeringTrae AI
0 likes · 10 min read
How AI Is Reshaping the Testing Industry: From Scattered Scripts to Full‑Process Quality Control
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jun 30, 2026 · Backend Development

Zero‑Intrusion Dynamic Enhancements for Spring Boot RestClient

The article explains how to eliminate boilerplate when using Spring Boot 3.5.0 RestClient by introducing two custom annotations, @ClientEnhance and @ClientConfig, together with an auto‑configuration class that injects logging interceptors and configurable timeouts into selected RestClient.Builder beans, enabling a non‑intrusive, declarative enhancement.

AutoConfigurationJavaRestClient
0 likes · 8 min read
Zero‑Intrusion Dynamic Enhancements for Spring Boot RestClient
AI Architecture Path
AI Architecture Path
Jun 30, 2026 · Frontend Development

Why 23K‑Star DESIGN.md Lets AI Agents Create Consistent UI Styles in One Step

The article examines why AI‑generated front‑end code often looks generic, introduces Google Labs' DESIGN.md plain‑text design spec, explains its YAML‑plus‑Markdown structure and nine required modules, showcases tooling, three practical adoption paths, extraction method trade‑offs, CI integration, and common pitfalls, enabling developers to produce professional, brand‑consistent UI with agents like Cursor, Claude Code, and Copilot.

AI UI designClaude CodeCursor
0 likes · 15 min read
Why 23K‑Star DESIGN.md Lets AI Agents Create Consistent UI Styles in One Step
Linyb Geek Road
Linyb Geek Road
Jun 30, 2026 · Backend Development

How to Design Pagination for Billion‑Row Sharded Databases in an Interview

The article systematically breaks down pagination challenges in billion‑row sharded databases, compares common sharding strategies and middleware architectures, analyzes the performance drawbacks of a naïve global‑query approach, and presents several practical alternatives—including keyset pagination, two‑stage queries, index‑table tricks, and external search or NewSQL solutions—while highlighting their trade‑offs for interview discussions.

SQLShardingdistributed databases
0 likes · 24 min read
How to Design Pagination for Billion‑Row Sharded Databases in an Interview
Linyb Geek Road
Linyb Geek Road
Jun 30, 2026 · Databases

Implementing Efficient Pagination Across Sharded Databases

The article analyzes why traditional LIMIT/OFFSET pagination fails when data is split across multiple databases, presents a global query approach with its trade‑offs, and proposes an optimized "no‑skip" method plus practical tips using ShardingSphere and Elasticsearch.

ElasticsearchShardingShardingSphere
0 likes · 7 min read
Implementing Efficient Pagination Across Sharded Databases
AI Architecture Hub
AI Architecture Hub
Jun 30, 2026 · Artificial Intelligence

How to Fine‑Tune LLMs in 2026: Overcome the 30‑40% Error Wall with GRPO and RULER

Teams building LLM‑powered products often hit a wall where 30‑40% of responses are wrong and the model never learns from mistakes; the article explains how modern fine‑tuning using GRPO‑based reinforcement learning and the open‑source ART framework, together with the RULER reward‑free evaluator, lets small open‑source models surpass larger ones in cost, latency, and accuracy.

ART frameworkGRPOLLM fine-tuning
0 likes · 9 min read
How to Fine‑Tune LLMs in 2026: Overcome the 30‑40% Error Wall with GRPO and RULER
dbaplus Community
dbaplus Community
Jun 29, 2026 · Cloud Computing

Why More Companies Are Dropping VMware for Proxmox

Since 2024, a growing number of enterprises—especially small‑to‑medium businesses and some large firms—are re‑evaluating the cost‑driven VMware licensing model and migrating to the open‑source Proxmox VE platform, which bundles KVM, LXC, Ceph, backup and clustering into a free, easy‑to‑manage solution that fits modern AI and Kubernetes workloads.

KubernetesProxmoxVMware
0 likes · 6 min read
Why More Companies Are Dropping VMware for Proxmox
Coder Trainee
Coder Trainee
Jun 29, 2026 · Backend Development

Java Performance Tuning in Practice (Part 6): End-to-End Case Study from Full GC to 200 ms Response

The article walks through a real e‑commerce order service where afternoon spikes caused response times to jump to 2‑3 seconds, Full GC to run every few minutes, and Metaspace to hit 99.9%, then demonstrates step‑by‑step analysis using monitoring, GC logs, jstat, jmap, and heap dumps, fixes a custom class‑loader leak, adjusts JVM flags, and achieves sub‑200 ms latency with no Full GC.

Classloader LeakGCJVM
0 likes · 8 min read
Java Performance Tuning in Practice (Part 6): End-to-End Case Study from Full GC to 200 ms Response
Architect
Architect
Jun 29, 2026 · Artificial Intelligence

27 Practical Claude Code Tips to Accelerate Real‑World Adoption

The article presents a structured set of 27 Claude Code techniques—organized into three phases of context setup, process control, and automation—that transform the tool from simple code generation into a reliable, verifiable component of engineering workflows, emphasizing isolation, verification, and evidence collection.

AI coding assistantClaude CodePrompt Engineering
0 likes · 19 min read
27 Practical Claude Code Tips to Accelerate Real‑World Adoption
Smart Workplace Lab
Smart Workplace Lab
Jun 29, 2026 · Operations

Why 20‑person Group Chats Stall for Days and How Frontline Owners Can Use an Asynchronous Consensus Convergence SOP

The article analyzes why large asynchronous group discussions waste up to 72 hours without a decision, introduces a three‑step “divergence extraction + delegated decision + execution verification” protocol that cuts convergence time to 12 hours (‑80 %), reduces manual effort by 75 % and can be deployed in ten minutes using built‑in AI and approval tools.

AI AutomationAsynchronous Communicationconsensus convergence
0 likes · 7 min read
Why 20‑person Group Chats Stall for Days and How Frontline Owners Can Use an Asynchronous Consensus Convergence SOP
Raymond Ops
Raymond Ops
Jun 29, 2026 · Cloud Computing

Hands‑On KVM Virtualization: Build an Enterprise‑Grade Private Cloud Platform

This guide walks through the fundamentals of KVM virtualization, compares full and para‑virtualization, details hardware and software requirements, and provides step‑by‑step commands for preparing the host, configuring storage, networking, libvirt, creating and managing VMs, implementing best practices, troubleshooting, monitoring, and backup for a production‑ready private cloud.

DevOpsKVMLibvirt
0 likes · 44 min read
Hands‑On KVM Virtualization: Build an Enterprise‑Grade Private Cloud Platform
Old Zhang's AI Learning
Old Zhang's AI Learning
Jun 29, 2026 · Artificial Intelligence

How Nvidia’s NVFP4 Cuts GLM‑5.2 Deployment Cost by Half

Semgrep’s benchmark shows open‑source GLM‑5.2 matching Claude’s performance while costing only $0.17 per vulnerability, and Nvidia’s NVFP4 quantization halves the model’s memory footprint with virtually unchanged accuracy, making local deployment on 8‑GPU systems far more affordable.

AI DeploymentGLM-5.2Model Quantization
0 likes · 11 min read
How Nvidia’s NVFP4 Cuts GLM‑5.2 Deployment Cost by Half
Old Zhang's AI Learning
Old Zhang's AI Learning
Jun 29, 2026 · Backend Development

How the New z‑skills Video Download Split Improves Knowledge‑Gathering Workflows

The author refactors the z‑skills suite by separating video link discovery (z‑web‑pack) from actual downloading (z‑video‑downloader), explains why the split solves performance and reliability issues, details four concrete code and documentation changes, and shows a simple usage pattern for the updated skills.

PythonWeb Scrapingtool architecture
0 likes · 7 min read
How the New z‑skills Video Download Split Improves Knowledge‑Gathering Workflows