Vijeth Simha
107 posts

Vijeth Simha
@vijeth_simha
Tinkering and learning about JavaScript at the same time.
Katılım Ekim 2022
339 Takip Edilen42 Takipçiler

i've partnered with the absolute GOAT when it comes to n8n automations...
we've put together the only course you'll ever need:
- 13 modules to go from beginner to expert in 30 days
- +20 JSON automations for marketing ready to import
- +30 prompts to use in your workflows
i've no idea why we're giving this away for FREE but f*ck it
reply "VIBE" + follow @VibeMarketer_ and i'll send you the Notion (must follow both so i can dm)
English
Vijeth Simha retweetledi

🚨 MAJOR UPDATE on Bangalore Traffic Project!
I am confident of improving Bangalore traffic by 25-30% within a year's time
---
1. Collaboration at Scale
In just 10 days, after meeting the commissioners of BTP, BBMP, CP, Google team, IISC professors, Scientist, Road Engineers, Traffic Related Entrepreneurs. All three newly appointed commissioners were very kind to invite me to showcase existing capabilities AND collaborate to work together. For the first time we are bringing all key public and private players - to the same table.
---
2. Quick Optimization Projects
A) Bangalore Traffic Simulators
Both BTP and IISC have simulation models, which can create millions of re-routing permutations to reduce travel-time (not shortest distance). I have requested the data from Google, Uber, Ola, Rapido, that will make models predict better re-routing. Some of them have confirmed to help. Waiting for others. If the model starts working, we will be able to predict where/when gridlock is going to happen, so we can fix it before it occurs.
B) Fixing Feedback Loop
Govt already has apps, where people can report potholes. I will take ownership of that app, to increase its scope (report illegal parking, broken signal, wrong side driving, water logging, broken vehicle, etc). I will also increase accountability and recognition by showcasing all the complaints lodged AND action-taken (along with time-stamp) publicly.
C) Hyperlocal Rain Predictor
Govt closes the road to do infra/maintenance work, but then it starts raining on that patch of road and work halts. This leads to crazy downtime and traffic congestion. Hyperlocal Rain Predictor project will also allow us to fix drainage issues, even before it happens.
D) Green Wave Signals: Putting traffic lights in sync, so they move vehicles in waves, instead of stopping at every junction. A pilot is already happening, we will analyse the results to see if it makes sense to be done at City level.
---
3. The Vision for India
Many people mentioned in my last post "Bangalore Traffic is an Infra problem", congrats on stating the obvious. If we continue to wait for the infra to become better, then we are merely playing a catch-up game with the West. There is so much scope to optimize current infra, and I would rather focus on that. This is no longer about rants or blaming the system. It’s about practical optimism - believing that with data, intent, and collaboration, we can improve what feels unfixable.
---
4. Ask from Readers:
A) Continue your support and share/comment. The more you amplify, the more right folks will be able to join us in solving this gridlock. I am in it for the long haul. Are you?
B) Join our WhatsApp Community, where I will regularly post the next-steps. Plus we need more info from each one of you. On which junction/road, you face massive traffic issue. So we can present them to the right authorities. Link to join below in the comment section 👇
#BangaloreTraffic #ForPublicGoodAI #Bangalore

English

@asanwal * ppl who've worked at lots of failed startups
Why is this a red flag?
English

If anyone wants to understand about GPT that is driving the current AI boom should definitely watch this.
You are amazing @3blue1brown
Grant Sanderson@3blue1brown
I just posted the first of what will be several chapters about transformers, which in the last year has been the most requested topic for the channel. youtu.be/wjZofJX0v4M
English

@arpit_bhayani How do you write so well. What's the secret sauce?
English

PayPal open-sourced their in-mem KV store - JunoDB and I have been skimming the documentation and source to understand it, here are some key details ⚡
It is a distributed key-value store written in Go. It started as a single-threaded C++ project, but then they switched to Go for better concurrency support.
At Paypal, it handles 350 billion requests every day and offers a staggering six 9s of system availability which means it sees a downtime of a mere 31.56 seconds every year.
I spent 3 days going through the source code to understand how it works and I have compiled my learnings in a 5-video series ⚡ The series is a great primer for anyone to understand distributed databases.
Dissecting JunoDB - youtube.com/watch?v=Jddce8…
⚡ I keep writing and sharing these engineering nuggets, so if you are keen on learning them, follow along.
youtube.com/c/ArpitBhayani
no-fluff engineering.
#SystemDesign #DatabaseInternals

YouTube
English

Just cracked the code on serving dynamic assets in #NodeJS for production without external storage!
🚀 My latest blog dives into a simple yet effective solution within our existing architecture, ensuring seamless asset management across environments. Perfect for those looking to streamline their deployment process. Check it out!
The link is in the next thread
#WebDevelopment
English

🚀 Just published: "The Essential Guide to Domain Setup and SSL Security" 🌐
✅Simplify the process of securing your website with SSL and attaching a domain on #DigitalOcean.
Link to the detailed guide in the next tweet.

English

Lazy Loading in Next
Next uses dynamic from 'next/dynamic' package
Under the hood, this dynamic function uses 'React.lazy. It's a replacement for it, and works exactly the same way.
With 'dynamic', we can pass a second argument for configuration. One of the config options is a loading component.
English

Lazy Loading
The idea of lazy loading is to defer loading the JavaScript code associated with a particular component until it's needed.
React uses via the React.lazy() method.
How does this work in Next?
In an SSR context, the first render happens on the server so Lazy loading has no effect on the server.
Lazy loading is explicitly about how our client-side JavaScript is split into different bundles.
English







