All Articles

143493 articles · Page 409 of 7175
Machine Heart
Machine Heart
Apr 29, 2026 · Artificial Intelligence

LCA Boosts Long-Context Inference: 2.5× Speedup and 90% KV Cache Reduction

The Latent‑Condensed Attention (LCA) method dramatically cuts KV‑cache memory by 90%, speeds up pre‑fill by 2.5× and reduces decode latency by 1.8× for 128K‑token contexts, while requiring no extra parameters and preserving model performance across diverse LLMs.

Efficient AttentionInference AccelerationKV cache reduction
0 likes · 10 min read
LCA Boosts Long-Context Inference: 2.5× Speedup and 90% KV Cache Reduction
Machine Heart
Machine Heart
Apr 29, 2026 · Artificial Intelligence

Beyond VLA and World Models: Galaxy General Unveils LDA‑1B to Scale Embodied Data

LDA‑1B unifies world modeling and VLA in a latent dynamics action model, ingesting over 30 000 hours of heterogeneous embodied data via a five‑layer AstraData pipeline, employing a unified end‑effector space and quality‑based data allocation, and achieving state‑of‑the‑art success rates on RoboCasa‑GR1 while being fully open‑sourced.

Data Ingestionembodied AIlatent dynamics
0 likes · 13 min read
Beyond VLA and World Models: Galaxy General Unveils LDA‑1B to Scale Embodied Data
Black & White Path
Black & White Path
Apr 29, 2026 · Information Security

Supply Chain Attack on SumatraPDF Targeting Chinese Users

A sophisticated supply‑chain intrusion discovered by Zscaler ThreatLabz weaponizes a tampered SumatraPDF binary, uses a custom AdaptixC2 beacon hidden in GitHub, and leverages Visual Studio Code tunnels to gain persistent remote access on Chinese‑language systems.

AdaptixC2SumatraPDFSupply Chain Attack
0 likes · 9 min read
Supply Chain Attack on SumatraPDF Targeting Chinese Users
Black & White Path
Black & White Path
Apr 29, 2026 · Information Security

North Korean Hackers Weaponize Excel Files to Breach Pharmaceutical Companies

North Korean state‑backed group Kimsuky delivered a multi‑stage malware campaign against prescription‑drug manufacturers by disguising a Windows shortcut as an Excel document, using hidden PowerShell, JavaScript, and Dropbox C2 to stealthily steal sensitive data, and the report outlines detection indicators and mitigation steps.

Dropbox C2Excel LNK malwareKimsuky
0 likes · 6 min read
North Korean Hackers Weaponize Excel Files to Breach Pharmaceutical Companies
Su San Talks Tech
Su San Talks Tech
Apr 29, 2026 · Artificial Intelligence

10 Essential AI Prompt Templates Every Programmer Should Use

The article explains why well‑crafted prompts are crucial for AI‑assisted programming, introduces the STAR principle for prompt design, and provides ten ready‑to‑use prompt templates covering requirement analysis, test generation, code explanation, refactoring, debugging, performance tuning, SQL design, documentation, architecture review, and language translation.

AI promptingJavabackend
0 likes · 12 min read
10 Essential AI Prompt Templates Every Programmer Should Use
java1234
java1234
Apr 29, 2026 · Artificial Intelligence

What Exactly Is an AI Agent and How Does It Differ from a Chatbot?

The article explains that an AI Agent combines a large language model, a clear goal, and callable tools in a multi‑step reasoning loop, detailing its perception‑plan‑act architecture, differences from plain chat, common misconceptions, and practical questions for evaluating such systems.

AI AgentAgent LoopLLM
0 likes · 8 min read
What Exactly Is an AI Agent and How Does It Differ from a Chatbot?
Shuge Unlimited
Shuge Unlimited
Apr 29, 2026 · Databases

Milvus Storage Tuning in Practice: 25× Query Speedup and Three Tricks to Cut Memory Usage by Half

This article walks through Milvus 2.3‑2.6.x storage optimizations—Mmap, tiered storage, and clustering compaction—explaining their principles, configuration hierarchy, benchmark results, and concrete deployment templates that together can boost query performance up to 25‑fold while halving memory consumption.

MilvusTiered StorageVector Database
0 likes · 24 min read
Milvus Storage Tuning in Practice: 25× Query Speedup and Three Tricks to Cut Memory Usage by Half
Lao Guo's Learning Space
Lao Guo's Learning Space
Apr 29, 2026 · Big Data

Designing a Full-Stack Credit Data System: From Ingestion to Real-Time Decision

The article dissects a credit data system architecture, detailing six logical layers—from multi-source data collection and feature engineering (including graph features and feature stores) to model training, real‑time stream processing, decision engine integration, and privacy‑preserving computation—while explaining the trade‑offs, tools, and performance targets needed for accurate, low‑latency risk assessment.

Credit ScoringData PipelineFeature Store
0 likes · 16 min read
Designing a Full-Stack Credit Data System: From Ingestion to Real-Time Decision
Geek Labs
Geek Labs
Apr 29, 2026 · Industry Insights

Practical Open‑Source Projects: Book‑to‑Skill Conversion, Markdown Visualization, and Modern CLI Tools

This article reviews five open‑source projects—cangjie‑skill, mdv, MD‑This‑Page, awesome‑modern‑cli, and OpenAI Codex—detailing their core features, typical use cases, and quick‑start commands to help developers streamline knowledge management, data visualization, web‑to‑Markdown conversion, command‑line productivity, and AI‑assisted coding.

AI skillsCLIDeveloper Tools
0 likes · 10 min read
Practical Open‑Source Projects: Book‑to‑Skill Conversion, Markdown Visualization, and Modern CLI Tools
AndroidPub
AndroidPub
Apr 29, 2026 · Artificial Intelligence

5 Claude Code Skills to Automate Your Development Workflow

This article introduces five Claude Code Skills—pr-summary, fix-issue, deep-research, commit, and explain-code—that turn repetitive development tasks into single‑command automations, showing concrete examples, usage scenarios, and how to share them across a team.

AI DevelopmentAutomationClaude Code
0 likes · 11 min read
5 Claude Code Skills to Automate Your Development Workflow
Architecture & Thinking
Architecture & Thinking
Apr 29, 2026 · Backend Development

Must‑Know CompletableFuture: Usage, Best Practices, and Real‑World Scenarios

This article explains why CompletableFuture replaces traditional Future in high‑concurrency Java applications, demonstrates core APIs such as runAsync, supplyAsync, thenApply, allOf, anyOf, thenCombine, and exception handling, and provides detailed code examples—including serial, parallel, aggregation, and an e‑commerce order‑processing case—to guide robust asynchronous programming.

CompletableFutureException HandlingJava
0 likes · 26 min read
Must‑Know CompletableFuture: Usage, Best Practices, and Real‑World Scenarios
Architects' Tech Alliance
Architects' Tech Alliance
Apr 29, 2026 · Artificial Intelligence

DeepSeek V4: Open‑Source Bombshell That Shakes Closed‑Source AI Giants

DeepSeek V4’s preview launch unveils two open‑source LLM variants—V4‑Pro with 1.6 T parameters and V4‑Flash with 284 B—both supporting a default 1 M‑token context, and introduces novel mHC residual scheduling, hybrid CSA/HCA sparse attention, and Muon optimizer tricks that together deliver top‑tier performance rivaling closed‑source models across coding, long‑text, and reasoning benchmarks.

ArchitectureDeepSeekLarge Language Model
0 likes · 10 min read
DeepSeek V4: Open‑Source Bombshell That Shakes Closed‑Source AI Giants
Coder Trainee
Coder Trainee
Apr 29, 2026 · Backend Development

Mastering Distributed Transactions with Seata in Spring Cloud Microservices

This article explains why distributed transactions are essential in microservice architectures, introduces Alibaba's open‑source Seata solution, compares its AT, TCC and Saga modes, shows step‑by‑step Docker deployment, provides full Spring Cloud code examples, and lists common pitfalls and debugging tips.

AT ModeDocker ComposeMySQL
0 likes · 12 min read
Mastering Distributed Transactions with Seata in Spring Cloud Microservices
Deepin Linux
Deepin Linux
Apr 29, 2026 · Fundamentals

Master Linux Kernel Deadlock Detection to Truly Understand Synchronization

This article explains the four necessary conditions for Linux deadlocks, demonstrates each with concrete pthread examples, reviews kernel lock types, introduces detection tools such as Lockdep, gdb, pstack and ftrace, and walks through a real‑world cluster case study with step‑by‑step analysis and remediation.

KernelLinuxLockdep
0 likes · 38 min read
Master Linux Kernel Deadlock Detection to Truly Understand Synchronization
Node.js Tech Stack
Node.js Tech Stack
Apr 29, 2026 · Artificial Intelligence

Why TypeScript Guru Matt Pocock’s New AI Skills Reject Vibe Coding

Matt Pocock, a leading TypeScript educator, open‑sources the mattpocock/skills repository, offering modular AI‑driven coding “Skills” that keep engineers in control, address four common AI‑coding pitfalls, and provide concrete tools for disciplined, token‑efficient development.

AI codingAgent SkillsMatt Pocock
0 likes · 13 min read
Why TypeScript Guru Matt Pocock’s New AI Skills Reject Vibe Coding
AI Architecture Path
AI Architecture Path
Apr 29, 2026 · Artificial Intelligence

Fed up feeding AI with docs? Microsoft’s Open‑Source MarkItDown converts any format to Markdown in a few lines

MarkItDown, an open‑source Python tool from Microsoft’s AutoGen team, converts over 20 document and media formats—including Word, Excel, PDF, images, audio and YouTube links—into standardized Markdown, offering OCR, LLM integration, Docker deployment, Azure Document Intelligence support, and extensive command‑line examples for enterprise and research pipelines.

AutoGenAzure Document IntelligenceDocker
0 likes · 13 min read
Fed up feeding AI with docs? Microsoft’s Open‑Source MarkItDown converts any format to Markdown in a few lines
The Dominant Programmer
The Dominant Programmer
Apr 29, 2026 · Backend Development

Spring MVC + OpenFeign: Contract‑First API, Controller Logic, and Feign Reuse in Microservices

This article explains a standard Spring MVC + OpenFeign design pattern for microservices, where a contract‑first interface defines routing and API specs, Controllers implement business logic, and Feign clients reuse the same interface for remote calls, with full Maven project setup, code samples, and Nacos integration.

Contract-FirstJavaNacos
0 likes · 15 min read
Spring MVC + OpenFeign: Contract‑First API, Controller Logic, and Feign Reuse in Microservices
The Dominant Programmer
The Dominant Programmer
Apr 29, 2026 · Databases

Getting Started with Spring Boot and Neo4j: Step‑by‑Step Guide and Sample Code

This article introduces Neo4j as a graph database, walks through its Windows installation, and provides a complete Spring Boot integration tutorial—including Maven dependencies, YAML configuration, entity and repository definitions, REST controller implementation, and end‑to‑end testing of user and follow‑relationship APIs.

Neo4jREST APISpring Boot
0 likes · 8 min read
Getting Started with Spring Boot and Neo4j: Step‑by‑Step Guide and Sample Code