Join us

ContentUpdates and recent posts about Lustre..
ย Activity
@adrian_schmidt started using tool AWS Lambda , 3ย days, 17ย hours ago.
ย Activity
@adrian_schmidt started using tool Amazon Web Services , 3ย days, 17ย hours ago.
ย Activity
@adrian_schmidt started using tool Amazon SES , 3ย days, 17ย hours ago.
ย Activity
@adrian_schmidt started using tool Amazon S3 , 3ย days, 17ย hours ago.
ย Activity
@adrian_schmidt started using tool Amazon EC2 , 3ย days, 17ย hours ago.
ย Activity
@adrian_schmidt started using tool Amazon Cloudfront , 3ย days, 17ย hours ago.
ย Activity
@adrian_schmidt started using tool Amazon ALB , 3ย days, 17ย hours ago.
Story
@laura_garcia shared a post, 3ย days, 18ย hours ago
Software Developer, RELIANOID

๐—•๐—ฒ๐˜๐˜ ๐—•๐—ฟ๐—ฎ๐˜€๐—ถ๐—น ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฒ

๐Ÿ“ Sรฃo Paulo, Brazil ๐Ÿ“… May 5โ€“8, 2026 ๐—ฅ๐—˜๐—Ÿ๐—œ๐—”๐—ก๐—ข๐—œ๐—— is heading to ๐—•๐—ฒ๐˜๐˜ ๐—•๐—ฟ๐—ฎ๐˜€๐—ถ๐—น ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฒ โ€” ๐˜ต๐˜ฉ๐˜ฆ ๐˜ญ๐˜ข๐˜ณ๐˜จ๐˜ฆ๐˜ด๐˜ต ๐˜Œ๐˜ฅ๐˜›๐˜ฆ๐˜ค๐˜ฉ ๐˜ฆ๐˜ท๐˜ฆ๐˜ฏ๐˜ต ๐˜ช๐˜ฏ ๐˜“๐˜ข๐˜ต๐˜ช๐˜ฏ ๐˜ˆ๐˜ฎ๐˜ฆ๐˜ณ๐˜ช๐˜ค๐˜ข. ๐Ÿš€ 46,000+ professionals ๐Ÿ’ก 270+ companies ๐ŸŒ One shared goal: transforming education Letโ€™s talk about secure, scalable, and high-performance digital learning. ๐Ÿ‘‰ See you at Expo Cen..

bett_brazil_sao_paulo_2026_relianoid
Link
@koukibadr shared a link, 3ย days, 19ย hours ago
Mobile Developer, Nventive

LiveData vs StateFlow

LiveData and StateFlow both stream data reactively, but differ in two key ways:

Initialization โ€” LiveData needs no initial value; StateFlow requires one.

Lifecycle โ€” LiveData is lifecycle-aware by default; StateFlow is not, so you need to wrap it in repeatOnLifecycle to avoid memory leaks.

Code templating
Story
@pramod_kumar_0820 shared a post, 3ย days, 23ย hours ago
Software Engineer, Teknospire

How To Crack Senior Java Interviews (6โ€“10 YOE) In 4 Weeks

Javadoc Searchspring

A practical 4-week roadmap to crack Senior Java Developer interviews (6โ€“10 YOE), covering Core Java, Spring Boot internals, Microservices, System Design, and real-world interview strategies.

Senior Java Interviews (6โ€“10 YOE) In 4 Weeks
Lustre is an open-source, parallel distributed file system built for high-performance computing environments that require extremely fast, large-scale data access. Designed to serve thousands of compute nodes concurrently, Lustre enables HPC clusters to read and write data at multi-terabyte-per-second speeds while maintaining low latency and fault tolerance.

A Lustre deployment separates metadata and file data into distinct servicesโ€”Metadata Servers (MDS) handling namespace operations and Object Storage Servers (OSS) serving file contents stored across multiple Object Storage Targets (OSTs). This architecture allows clients to access data in parallel, achieving performance far beyond traditional network file systems.

Widely adopted in scientific computing, supercomputing centers, weather modeling, genomics, and large-scale AI training, Lustre remains a foundational component of modern HPC stacks. It integrates with resource managers like Slurm, supports POSIX semantics, and is designed to scale from small clusters to some of the worldโ€™s fastest supercomputers.

With strong community and enterprise support, Lustre provides a mature, battle-tested solution for workloads that demand extreme I/O performance, massive concurrency, and petabyte-scale distributed storage.