Vishal Chandra (@obi-wan-kenobi-84)

obi-wan-kenobi-84's cover image
Powered by FIFO
obi-wan-kenobi-84's image

Vishal Chandra

Building solutions for innovators

Followers57
Following34
Spaces10

Key lessons from scaling Kubernetes to 7500 nodes for AI training

Training LLM models with billions of parameters requires a large infrastructure and coordination of code across 1000s of machines. Recently OpenAI shared how they scaled Kubernetes cluster to 7500 nodes to address this challenge.

media

Heirarchial Consensus by Protocol Labs

Hierarchical consensus is a novel approach to blockchain scaling that centers on the concept of subnets which are organized hierarchically and can be spawned on-demand to manage new state.

Handy terminal commands

1. To give approval to open an app on MacOS that Apple is not allowing you to.

Here is the error you will see: "App name" is damaged and cannot be opened. You should move it to the bin.

Command to allow the app to be opened:

xattr -d com.apple.quarantine /path/to/app.app

IMP: Do this only for trusted apps.

8
Vishal Chandra reposted

React State Management in 2023

History of React State Management

• 2013 – Introduction

• 2015 – Redux

• 2016 – MobX

• 2018 – Context

• 2019 – Hooks

• 2019 – Zustand

• 2020 – Jotai, Recoil

The future is exciting! Here's a brief summary of how we got here ⬇️

media

Vishal Chandra reposted

The most common use case for transpilers is to convert code from a newer or experimental programming language to a more widely used and compatible language, so that the resulting code can run on a wider range of platforms.

9
1
Vishal Chandra reposted

Install Playwright: Most Reliable Web Automation Tool.

We can use yarn or npm. Or Alternatively a VScode Extension can also serve the purpose.

Lets have a look how to get playwright using npm.

Vishal Chandra reposted

Evolution of the Japanese Anime

In recent years, Japanese animation has become popular around the world. Industry veteran Yamaguchi Yasuo, who has been involved in anime production for half a century, traces the history of Japanese animation, from its birth to today.

media

Vishal Chandra reposted

Good UI design needs to contain the following qualities:

1. Useful

2. Understandable

3. Aesthetically Pleasing

4. Unobtrusive

5. Accessible

8
1
Vishal Chandra reposted

Consistency: consistency means all clients see the same data at the same time no matter which node they connect to.

7
1