Nicolas Joseph
CTO / Entrepreneur
// ROOT/LOGS/ARCHIVE// UNIFIED FEED
> Logs _
Longform writing and imported public posts are merged into one timeline. GitHub rollups stay on the public dashboard, while social posts flow into the shared log stream.
Entries
15 LOG FILES
Page 01 / 02 // Showing 01-08
Articles remain canonical here, but public Reddit imports and future social adapters share the same chronological archive.
LOG_15
Learning: The consequences of improper child process management in Terminal Apps
Learning: The consequences of improper child process management in Terminal Apps
LOG_14
Self-Hosting Moose with Docker Compose, Redis, Temporal, Redpanda and ClickHouse
Self-Hosting Moose with Docker Compose, Redis, Temporal, Redpanda and ClickHouse
LOG_13
ARTICLE
Cross Bar and Clos Network
A visual explanation of why simple crossbar switches stop scaling and how Clos networks add stages to recover flexibility and non-blocking paths.
LOG_12
ARTICLE
Distributed Matrix product
A visual walkthrough of distributed matrix multiplication: first the refresher on matrix product, then two ways to split the work across processors.
LOG_11
ARTICLE
Parallel Prefix explained with pizzas
A story-first explanation of parallel prefix: each cook keeps one ingredient, exchanges partial pizzas in rounds, and together produces every prefix at nearly the cost of one final pizza.
LOG_10
ARTICLE
How to use GitRank
GitRank is a newly launched platform that aims to assist developers in selecting and discovering open-source projects. It provides a standardized way for users to give feedback on projects, enabling easy comparison between different projects.
LOG_09
ARTICLE
Scala School september 2015 Meetups
The blog post describes my experience at the New York scala school, where I learned about linked list methods and some scala concepts. I highlight the use of sealed traits, which restricts the traits to be extended only within the same file, and provides benefits such as allowing the compiler to check for exhaustive pattern matches. The blog post provides an example implementation of sealed traits and showcases the benefits of using them. The post also provides a skeleton implementation of linked list methods, including length, sum, map, filter, append, and reverse, and asks readers to implement these methods.
LOG_08
ARTICLE
Angular performance extension development guide
This blog post discusses the folder structure, build process, and extension architecture of a Chrome extension for monitoring AngularJS performance. The blog post also explains the extension's architecture and the role of the devtools page, content-script, and background page. The blog post provides resources for further reading on Chrome extension development.