Search Articles — Sudonull

Search Results

In this project

Cluster dual Xeon + 6 CMP 90HX for ML

https://sudonull.com/cluster-dual-xeon-6-cmp-90hx-for-ml

Assembly of a budget computing cluster on Jingsha X99: GPU selection, ECC memory, diagnostics. Instructions for middle/senior dev on local ML nodes. Learn more.

Home DevOps Cluster: Budget Laboratory

https://sudonull.com/home-devops-cluster-budget-laboratory

How to Build a Home DevOps Cluster from Scratch? We Analyze the Case of a Budget Laboratory Based on SuperMicro Servers. Learn About Equipment Selection and DIY Solutions.

PostgreSQL Recovery without 2.5 TB Backup

https://sudonull.com/postgresql-recovery-without-2-5-tb-backup

Real case of PostgreSQL cluster destruction from WAL deletion and SIGKILL. Recovery steps with ignore_system_indexes, crash_info and pg_dump patches. Lessons for 1C DBA.

Kafka KRaft practice Spring Boot microservices

https://sudonull.com/kafka-kraft-practice-spring-boot-microservices

Deploy Kafka cluster on KRaft, integrate with 4 Spring Boot services. Full producer/consumer code, docker-compose, topics with retention. For middle/senior dev.

From other projects

From the web

Jul 23, 2025 ·

https://www.geeksforgeeks.org/computer-networks/an-overview-of-cluster-computing/

Jul 23, 2025 · Cluster Computing Architecture : It is designed with an array of interconnected individual computers and the computer systems operating collectively as a single standalone system. It is a group of workstations or computers working together as a single, integrated computing resource connected via high speed interconnects.

Feb 15, 2026 ·

https://sreschool.com/blog/cluster/

Feb 15, 2026 · What is Cluster ? A cluster is a coordinated group of machines, containers, or services configured to work together to serve applications, store data, or perform computation. It is not merely a collection of independent servers; a cluster implies coordination, failover, and often shared state or orchestration. Key properties and constraints: High availability through redundancy. Scalability via ...

Clustering in Machine Learning - GeeksforGeeks

https://www.geeksforgeeks.org/machine-learning/clustering-in-machine-learning/

May 2, 2026 · Clustering is an unsupervised machine learning technique used to group similar data points together without using labelled data. It helps discover hidden patterns or natural groupings in datasets by placing similar data points into the same cluster . Discover the natural grouping or structure in unlabelled data without predefined categories. Data points are assigned to clusters based on ...

Trending Now