rohi anon
@anon_rohi
Followers
53
Following
17
Media
6
Statuses
67
Joined February 2017
We just hit 100k subs on YouTube!!! To celebrate, we're giving away a full year of https://t.co/TN8Q13iLUQ access ($349 value each) to 5 winners! To enter to win, just like, comment, and share this post. We'll choose 5 winners randomly (or perhaps based on funny comments? O.o)
371
278
1K
Karpathy spilled the formula of truly learning something: > don’t write blog posts > don’t do slides > write the code > arrange it > get it to work if you can truly build it you can say you know it. build from scratch guys.
58
556
7K
The ideal business to start as a founder: 1️⃣ Requires NO capital to start (just $10 for a domain + free cloud hosting) 2️⃣ Scales without much human capital (managing people is stress, but imagine a $10M ARR company with 10 people) 3️⃣ Gets paid before service delivery (no cash
2
3
5
Hiring: Dalberg Data Insights (DDI) fellowship Hello everyone, DDI is hiring Data fellows for it's 5th cohort. AI & Data Science graduates are invited to apply using the link: https://t.co/UbDhLcQ3k9 JD: https://t.co/EpR8LTQnYE Please apply if interested and share widely with
0
0
0
Open sourcing the fight 😂
We are dedicated to the OpenAI mission and have pursued it every step of the way. We’re sharing some facts about our relationship with Elon, and we intend to move to dismiss all of his claims. https://t.co/npC4P5pJE7
0
2
2
🐍 Simplify Python GUI Development With PySimpleGUI (Overview) 📺
realpython.com
PySimpleGUI: The Simple Way to Create Graphical User Interfaces With Python. Creating a simple graphical user interface, or GUI, that works across multiple platforms can be complicated. But it...
3
13
78
I suppose this is how life is in a nutshell. If you want to be a King, you have to fight😉.
0
0
0
"Pawns never become kings," a phrase adopted from the tv-series, Gangs of London 🤯. Whatever it takes to cross the board is not that easy, I suppose 😇. It has to fight other Pawns, kill the Bishops and Knights and then probably avoid paths used by the Queen and Rooks 😇.
1
0
0
Most people suck at presenting data. Instead of telling a story they throw numbers at the audience. Here are 7 crucial tips to present your data effectively:
166
4K
14K
Clearly, counters are important in any piece of code. at least a ++ or a += is used somewhere.
0
0
2
The streak paused the previous 3 Days due to bugs🐞🪲. Had to raise an issue on github. But we're back with a thud. So I found two interesting problems on string edits and string compression. Here is how the code looks like.
1
0
2
This idea of using a counter makes it pretty easy to conceptualize.
1
0
0
Now today, we had to check if strings are permutations of each other or not. Key Points: -A permutation string has the same length. -Count each character in the first string. -In case the counter has a new string that does not exist in the previous, there is no permutation.
2
1
1
To Crack the Code before the Interview, I'll be starting off with Strings and Arrays. Q1. Check whether a string contains only unique characters.
1
0
0
It's been a moment. Let's see how we get back to the game of Algorithms back again.
1
0
0