All Articles

141332 articles · Page 156 of 7067
IT Services Circle
IT Services Circle
Jun 6, 2026 · Fundamentals

Why Modern Languages Are Dropping the C‑Style for Loop

The article explains how C‑style for loops hide many pitfalls, why newer languages like Python, Rust, Swift and Go replace them with safer, more readable constructs, and when the classic C for loop still offers advantages for low‑level and performance‑critical code.

C for loopCode safetyGo
0 likes · 7 min read
Why Modern Languages Are Dropping the C‑Style for Loop
Java Tech Enthusiast
Java Tech Enthusiast
Jun 6, 2026 · Backend Development

Why Kafka Marks a Live Consumer as Dead and Forces Rebalance

Even when a consumer process runs and logs normally, Kafka may deem it dead and trigger a rebalance because the poll interval exceeds max.poll.interval.ms, a situation known as ‘false dead’; this article explains the root cause and practical ways to prevent it.

KafkaMultithreadingRebalance
0 likes · 8 min read
Why Kafka Marks a Live Consumer as Dead and Forces Rebalance
Data Party THU
Data Party THU
Jun 6, 2026 · Artificial Intelligence

How a 400B MoE Model Runs on iPhone 17 Pro with Flash‑MoE

The article details how the open‑source Flash‑MoE engine enables the 400B‑parameter Qwen3.5‑397B‑A17B mixture‑of‑experts model to run on an iPhone 17 Pro, achieving about 0.6 tokens per second through a custom Metal pipeline, GCD‑driven SSD streaming, and aggressive caching strategies.

400BFlash-MoELLM inference
0 likes · 6 min read
How a 400B MoE Model Runs on iPhone 17 Pro with Flash‑MoE
Golang Shines
Golang Shines
Jun 6, 2026 · Operations

Jenkins vs GitLab CI/CD: Which Tool Fits Your DevOps Needs?

This article compares Jenkins and GitLab CI/CD across popularity, core features, plugin ecosystems, scalability, community support, and pros‑and‑cons, providing data‑driven insights and practical guidance to help you choose the most suitable CI/CD platform for your projects.

CI/CDContinuous IntegrationGitLab CI/CD
0 likes · 15 min read
Jenkins vs GitLab CI/CD: Which Tool Fits Your DevOps Needs?
Java Architect Handbook
Java Architect Handbook
Jun 6, 2026 · Backend Development

Spring Cloud LoadBalancer vs Ribbon: Key Differences and Why Ribbon Was Replaced

The article explains the functional and architectural differences between Spring Cloud LoadBalancer and Netflix Ribbon, why Ribbon entered maintenance mode and was replaced, outlines migration steps, compares configuration, caching, reactive support, and provides code examples and common interview questions for Java developers.

Client-side load balancingJavaMicroservices
0 likes · 12 min read
Spring Cloud LoadBalancer vs Ribbon: Key Differences and Why Ribbon Was Replaced
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jun 6, 2026 · Backend Development

Stop Misusing @Async: 4 Advanced Async Rules Every Senior Developer Should Follow

The article explains why careless use of Spring Boot’s @Async can cause thread‑pool exhaustion, silent failures, and transaction inconsistencies, and presents four advanced patterns—custom thread pools, CompletableFuture parallelism, @TransactionalEventListener, and AsyncUncaughtExceptionHandler—to use @Async safely and observably.

AsyncUncaughtExceptionHandlerCompletableFutureSpring Boot
0 likes · 13 min read
Stop Misusing @Async: 4 Advanced Async Rules Every Senior Developer Should Follow
AI Open-Source Efficiency Guide
AI Open-Source Efficiency Guide
Jun 6, 2026 · Frontend Development

How KY Design-to-HTML Skill Turns a UI Screenshot into Precise HTML/CSS

The article introduces KY Design-to-HTML Skill, an AI skill for Codex and Claude that converts UI screenshots into precise HTML/CSS by following a six‑step workflow—structure recognition, asset classification, canvas adaptation, code generation, screenshot verification, and iterative correction—plus installation guidance and practical use cases.

AICSSClaude
0 likes · 9 min read
How KY Design-to-HTML Skill Turns a UI Screenshot into Precise HTML/CSS
Machine Heart
Machine Heart
Jun 6, 2026 · Artificial Intelligence

Undergrad Wins CVPR Best Student Paper Nomination Using an Old NVIDIA Titan GPU

The CVPR 2026 award list highlighted a paper titled “ChordEdit: One-Step Low-Energy Transport for Image Editing,” authored primarily by a third‑year undergraduate who used an older NVIDIA Titan GPU to achieve model‑agnostic, training‑free, high‑fidelity one‑step image editing with minimal compute, earning an oral presentation slot and a Best Student Paper nomination.

CVPR 2026Computer Visionimage editing
0 likes · 7 min read
Undergrad Wins CVPR Best Student Paper Nomination Using an Old NVIDIA Titan GPU
MaGe Linux Operations
MaGe Linux Operations
Jun 6, 2026 · Operations

Kubernetes etcd Operations Guide: From Backup & Restore to Cluster Performance Tuning

This comprehensive guide walks Kubernetes operators through the role of etcd, version compatibility, manual and automated backup strategies, disaster‑recovery procedures, performance tuning parameters, monitoring with Prometheus and Grafana, common failure troubleshooting, upgrade paths, and data‑at‑rest encryption, providing concrete commands and best‑practice recommendations for production clusters.

BackupEtcdKubernetes
0 likes · 47 min read
Kubernetes etcd Operations Guide: From Backup & Restore to Cluster Performance Tuning
Ops Community
Ops Community
Jun 6, 2026 · Operations

Ansible Best Practices: From Playbooks to Roles

This hands‑on guide walks DevOps engineers through common pitfalls of raw Playbooks, then shows how to structure inventories, variables, templates, handlers, and roles, secure secrets with Vault, optimise performance, and integrate testing and CI/CD for production‑ready Ansible automation.

AnsibleCI/CDInfrastructure as Code
0 likes · 33 min read
Ansible Best Practices: From Playbooks to Roles
DataFunTalk
DataFunTalk
Jun 6, 2026 · Artificial Intelligence

How Knora Uses Ontology + Large Models to Overcome Enterprise AI Hallucinations and Execution Gaps

The article explains how Knora 4.0 combines ontology with large‑model AI to address six core challenges of enterprise AI—hallucinations, unstable output, weak planning, poor responsiveness, data integration, and long cold‑start—by structuring business knowledge, defining executable actions, and deploying autonomous agents that close the analysis‑decision‑execution loop.

AI platformKnowledge Graphautonomous agents
0 likes · 16 min read
How Knora Uses Ontology + Large Models to Overcome Enterprise AI Hallucinations and Execution Gaps
Architect Chen
Architect Chen
Jun 6, 2026 · Operations

9 Essential Docker Commands for Live Operations

This guide walks through the nine most frequently used Docker commands for online operations, showing how to list containers, view logs, exec into containers, monitor resource usage, inspect details, manage images, restart services, and clean up unused resources, with practical examples and troubleshooting scenarios.

CLICleanupContainer Management
0 likes · 6 min read
9 Essential Docker Commands for Live Operations
Old Zhang's AI Learning
Old Zhang's AI Learning
Jun 6, 2026 · Artificial Intelligence

How to Build a Personal Knowledge Base with My Custom web‑pack Skill

This article explains how to construct a personal knowledge base using the author’s open‑source web‑pack Skill, which automates raw material collection, image localization, link expansion, and structured output, addressing the limitations of Obsidian’s Web Clipper and aligning with Karpathy’s LLM Wiki three‑layer architecture.

AI agentsLLMObsidian
0 likes · 9 min read
How to Build a Personal Knowledge Base with My Custom web‑pack Skill
Machine Heart
Machine Heart
Jun 6, 2026 · Artificial Intelligence

PhysX-Omni: Unified Physical 3D Generation for Rigid, Deformable, and Articulated Objects

PhysX-Omni introduces a unified framework that models rigid, deformable, and articulated objects with full physical attributes, builds the large‑scale PhysXVerse dataset and PhysX‑Bench benchmark, and demonstrates superior performance over prior simulation‑ready 3D generation methods across geometry, scale, material, affordance, kinematics and description metrics.

3D generationPhysX-BenchPhysX-Omni
0 likes · 11 min read
PhysX-Omni: Unified Physical 3D Generation for Rigid, Deformable, and Articulated Objects