- Hungry Minds
- Posts
- ๐๐ง gRPC: The Ultimate Deep Dive
๐๐ง gRPC: The Ultimate Deep Dive
PLUS: Mind-controlled cursor gaming breakthrough ๐น๏ธ, Scaling e-commerce cart architecture ๐, Proxy Pattern primer ๐งฑ
Happy Monday! โ๏ธ
Welcome to the 230 new hungry minds who have joined us since last Monday!
If you arenโt subscribed yet, join smart, curious, and hungry folks by subscribing here.
๐ THIS WEEKโS MENU ๐ฅ
๐ Dive deep into gRPC technology, 15 types of databases and how to use them, how Stripe built smart retries with ensembling
๐๏ธ Mind-controlling cursors in Neuralink trials, Apple's potential AI app store, and Grok-1.5 reveal by X.ai
๐จ๐ปโ๐ป Quick byte: Proxy Pattern for controlled access and added functionality
Reading time: 5 minutes

Food for Thought
A mindset, an example, and an action item to start the week
โSuccess is not in what you have, but who you are.โ

Mindset: True success is defined by character, not possessions - cultivate integrity, resilience, and a growth mindset.
Example: Patagonia's mission goes beyond profit, championing environmental responsibility and ethical labor practices.
Action item: Identify one personal value you'll prioritize over material gains today, no matter how small.

The Rabbit Hole
Deep dives, trends, and resources curated to stay ahead
๐พ SIDE DISHES ๐พ
ARTICLE (stripe)
How Stripe Built Smart Retries with Ensembling
GITHUB REPO (react)
A List of Awesome React Components
ESSENTIAL (javascript)
Optimizing Javascript for Fun and for Profit
ARTICLE (google naming)
How to Name Things Correctly in Programming
ESSENTIAL (testing better)
A Few Words on Testing Practices
ARTICLE (big mac workflows)
How MacDonalds Built Reusable Workflows with GitHub Actions
GITHUB REPO (ML)
Machine Learning Engineering Open Book
TOOL (jan-itor)
The Offline ChatGPT Weโve Been Waiting for
The Weekly Digest
Software, AI, and startup news worth your time

Brief: Neuralink releases video of a paralyzed individual using brain implant to control cursor in chess, showcasing advancements in mind-computer interaction.
Brief: Apple could unveil an AI App Store at WWDC 2024, potentially showcasing how consumers can access a variety of AI apps from different vendors, emulating its success in other industry-shaping storefronts.
Brief: Worldcoin Foundation releases essential components of the Orb's software on GitHub, emphasizing privacy, image processing transparency, and humanness verification for users online.
Brief: X.ai introduces Grok-1.5, boasting significant advancements in reasoning, scoring notably higher in mathematics and programming language tasks, with expanded contextual understanding of up to 128,000 tokens.
๐ OpenAI and Microsoft Reportedly Planning $100B Datacenter Project for an AI Supercomputer (4 min)
Brief: OpenAI and Microsoft collaborating on a massive $100 billion data center project, codenamed "Stargate," aiming to build a powerful AI supercomputer using innovative design and alternative power sources.
Brief: Hume AI secures a $50M Series B led by EQT Ventures, introducing their Empathic Voice Interface utilizing innovative generative AI for human-like interactions.

The Quick Byte
One coding tip because youโre technical after all
This weekโs coding challenge:
This weekโs tip:
The Proxy Pattern is a structural design pattern that provides a surrogate or placeholder object that controls access to another object, called the subject. The proxy can perform tasks such as access control, caching, or lazy initialization before or after forwarding requests to the subject.

Wen?
When you need to control or manage access to an object or resource.
When you want to add additional behavior or functionality before or after forwarding requests to the subject.
When you need to implement lazy initialization or caching for expensive objects.
Why?
Promotes the principle of least privilege by controlling access to the subject.
Allows you to introduce additional functionality or behavior without modifying the subject's implementation.
Provides a way to create a surrogate object that can be used in place of the subject, while still maintaining the same interface.

The Job Feast
A fresh cheese job board if youโre looking for a change

Burp-A-Laugh
The most important meal of your day

Thatโs it for today! โ๏ธ
Enjoyed this issue? Send it to your friends here to sign up, or share it on Twitter!
If you want to submit a section to the newsletter or tell us what you think about todayโs issue, reply to this email or DM me on Twitter! ๐ฆ
Thanks for spending part of your Monday morning with Hungry Minds.
See you in a week โ Alex.
Icons by Icons8.
*I may earn a commission if you get a subscription through the links marked with โaff.โ (at no extra cost to you).