ClickHouse: deduplication and losses in MV https://sudonull.com/clickhouse-deduplication-and-losses-in-mv
Analysis of data losses in ClickHouse due to block deduplication in materialized views. Settings insert_deduplicate=0 and deduplicate_blocks_in_dependent_materialized_views=1. Configure lossless storage — read the details.
Dependence on AI agents in coding https://sudonull.com/dependence-on-ai-agents-in-coding
Why developers can't stop night sessions with Claude Code. Reinforcement mechanics, ActivTrak and UC Berkeley data. Tips on batch runs and limits. Study productivity risks.
Dependency Security: Lessons from the Axios Hack | Guide for DevOps https://sudonull.com/dependency-security-lessons-from-the-axios-hack-guide-for-devops
How the attack via Axios account compromise affected 174 thousand packages. Practical recommendations for protecting CI/CD and preventing supply chain attacks. Learn more.
AI Dependence in Programming: Phases and Neurochemistry https://sudonull.com/ai-dependence-in-programming-phases-and-neurochemistry
How AI Assistants Affect the Developer's Psyche. Adaptation Phases, Dependence Mechanisms, and Strategies for Balance. For middle/senior specialists.
npm Dependency Bloat: 3 Causes and Solutions https://sudonull.com/npm-dependency-bloat-3-causes-and-solutions
Analysis of Reasons for Growth of Dependency Trees in JavaScript: legacy support, atomic packages, outdated ponyfills. Tools for cleanup and bundle optimization for middle/senior dev. Learn how to reduce size by 50%.