today, i'm excited to release a reinforcement learning guide that carefully explains the intuition and implementation details behind every single fundamental algorithm in the field. enjoy :)
https://t.co/cWJTM2Lr1P
-Build a Compiler from Scratch
-Build an OS from Scratch
-Build a Database from Scratch
-Build a PyTorch from Scratch
-Build a Neural Network from Scratch
which should I build first.
@sumitdotml I always think in terms of problems. Find a problem to solve in the industry, do background research on existing solutions and try to improve them.
How to find problems? Use models, make apps with them. You’ll find out about many problems.
Tier 1:
- Sequoia
- Founders Fund
- A16Z
- YC
Tier 2:
- Benchmark
- General Catalyst
- Khosla
- Lightspeed VP
- Index
- Kleiner Perkins
- Caffeinated Capital
- SV Angel
- Tiger Global
- First Round
- Greenoaks
- Accel
- Bessemer
- Greylock
- USV
- Paradigm
- Homebrew
- Form Cap
- Menlo
- Craft
Tier 3 & beyond:
- Everyone else
Unranked:
- There are some newer unranked funds that have a lot to prove that I wouldn’t include in Tier 3.
@mehulmpt@ProductHunt hey mehul, i love your channel & love your work
sincere suggestion, don’t bother with ph. it’s not what it used to be, & it’s not worth your time anymore
ph is dying it is losing all credibility it’s all bots, fake votes, & referral networks gaming the system to climb the ranks
I have been working heavily with databases recently. Here's a reading list I'd suggest to people interested in learning about databases and data modeling in general.
- https://t.co/Ag0odJV56h Designing Data-Intensive Applications
- https://t.co/WsHShTY2lQ Database Internals
- https://t.co/supJLfYnar Seven Databases in Seven Weeks
@vishwastam@HackerEarth Hi Sir! Tried to DM you, but it seems your account settings don't allow messages from accounts that aren't verified.
Can you please change your settings or let me know if there's another way to connect?
@peduarte this is class obfuscation
why do we do it?
- to prevent unauthorised usage by web scrapers
- to prevent unauthorised actions by users
- to block ad-blockers
class names are obfuscated during the build process for production. No one writes cryptic class names during development.