Shikhar

6.3K posts

Shikhar banner
Shikhar

Shikhar

@shikhr_

AI Developer • I talk about tech and AI • I love gaming and anime

Mars 가입일 Nisan 2018
596 팔로잉1.3K 팔로워
Dogan Ural
Dogan Ural@doganuraldesign·
Fuck it, man. I’m so sick of these algorithm changes.
English
283
83
2K
214.1K
Shikhar
Shikhar@shikhr_·
@cy1nus How you gonna be in the morning
GIF
English
0
3
354
4.4K
Shikhar
Shikhar@shikhr_·
@Chiebuniem_ Bro has an entire AR system embedded in his helmet.
GIF
English
0
0
4
407
Shikhar
Shikhar@shikhr_·
@iBuild Google is the only lab working on all code, image, video, and music generation as well as world models at the same time.
English
1
0
2
27
void.
void.@iBuild·
google really cooked with their new cinematic video overview in notebooklm. > visualizations are so much more powerful now > mostly it hits too well, sometimes can be not so cinematic > overall? brilliant. loved it
NotebookLM@NotebookLM

We wanted to come on here to clear the air and confirm that the rumors are true... Cinematic Video Overviews are officially rolled out to 100% of Pro users in English! Please respect our privacy during this time by flooding our replies with your favorite creations.

English
3
0
18
1.1K
Shikhar
Shikhar@shikhr_·
@slow_developer It's natural he will hype it because he sells the shovels, but in this case I agree with him. Although I wonder if agentic will stick in the future or will be replaced by some more appropriate term.
English
0
0
0
52
Haider.
Haider.@slow_developer·
Jensen Huang says all future software will be agentic — because why would you build dumb software? Every company will use a mix of open models they fine-tune, closed models they rent, and specialists they contract "your job isn't to do the work, it's to get the work done"
English
9
14
81
4.2K
Shikhar
Shikhar@shikhr_·
@original_ngv The actual Dhurandhar was in front of us all the time.
English
0
0
0
15
enji vi
enji vi@original_ngv·
Dhurandhar isn't just one person
GIF
English
1
0
1
47
Elon Musk
Elon Musk@elonmusk·
@SawyerMerritt @SpaceX SpaceX will ultimately deliver millions of tons to the Moon to build a self-growing city there and same for Mars
English
624
595
6.3K
129.8K
Sawyer Merritt
Sawyer Merritt@SawyerMerritt·
NEWS: NASA is planning a bigger @SpaceX Moon mission role using Starship, in a massive blow to Boeing. With the new proposal, Boeing's SLS would no longer be used to boost Orion close to the moon. Instead, Starship and Orion would dock in Earth orbit, giving Starship the pivotal role of propelling the capsule to the moon’s orbit, before taking astronauts down to the surface. bloomberg.com/news/articles/…
English
236
439
3.9K
319.7K
freshlimesofa
freshlimesofa@freshlimesofa·
Einstein would've loved vibe coding I'm sure.
English
1
0
6
79
Tokito
Tokito@harsh567_8·
@shikhr_ i think the competition won't decrease if we take stress , ulta it Will distract us to keep working jisse aur stress hoga nd cycle continues
English
1
0
1
75
Tokito
Tokito@harsh567_8·
chill out you stress out on bullshit things . someone is at -: 1600 on CF ? 2000 on leetcode? 40% are cheating .... web dev projects? must have used AI not from scratch. people are cheating in OA nd getting rejected . don't stress looking online so much . work hard on yourself, you only need one job , don't be scared by less no of jobs .
English
7
0
47
1.2K
Shikhar
Shikhar@shikhr_·
@BillyM2k Yeah sure, like the high IQ people are wasting time posting on X
English
0
0
4
78
Shibetoshi Nakamoto
Shibetoshi Nakamoto@BillyM2k·
instead of filtering by country, i would like to filter replies by user iq
English
277
66
1.3K
71.4K
divyansh
divyansh@Divyansh91565·
@shikhr_ I think it's obvious like if we pick any node as root and color nodes by 0 and 1 as basic concept of bipartite. Since a tree has no cycles, no edge can connect same-depth nodes whch means every edge connects opposite colors hence bipartite.
English
1
0
0
25
divyansh
divyansh@Divyansh91565·
So I was solving a graph problem and the core intuition turned out to be just checking whether the graph is bipartite or not (plus a few extra conditions)... So I thought maybe a article kind of , on this.. If you already understand how BFS/DFS works, here's a simple way to check bipartiteness: Bipartite Graph Check - > Most of you already know BFS/DFS. > But many graph problems reduce to a simple question: > Can we divide nodes into 2 groups such that no edge connects nodes of the same group? If yes then graph is bipartite Let's understand the core Idea: Instead of thinking in groups, think in colors: > Assign each node a color (0 or 1) > For every edge -> colors must be different So the problem becomes: Can we 2-color the graph without conflicts? Basic Working: 1. Start from any node: 2. Assign color = 0 3. Their neighbors = 1 4. Continue using BFS/DFS While traversing: If node is unvisited -> assign opposite color If already visited and same color -> NOT bipartite Why This Works? Bipartite => No odd cycle 1) Even cycle -> works fine 2) Odd cycle -> forces same color conflict First-Principles Thinking behind it: This boils down to these points At any node: 1. You only care about previously visited neighbors 2. Constraint: neighbor must have opposite color 3. So each step is just: -> Check conflict -> Assign color -> Continue That's it.
divyansh tweet media
English
5
3
38
1K
Shikhar
Shikhar@shikhr_·
@dazzBuilds It's a good question which I didn't think of for a very long time when LLMs were new
English
0
0
0
18
Shikhar
Shikhar@shikhr_·
Modern LLMs can output structured JSON using schemas. But here’s the catch: LLMs are probabilistic models. So how do you ensure at inference time, the response always matches your schema? Hint: Theory of Computation comes to the rescue.
Shikhar tweet media
English
1
0
4
84
himanshu
himanshu@himanshustwts·
cursor did their first continued pre-training run is a news to me. they have ultimately a fancy research team (especially RL) and bros are coming for any of frontier labs (in coding atleast) exciting times ahead.
himanshu tweet media
Cursor@cursor_ai

Composer 2 is now available in Cursor.

English
5
0
63
2.9K
Shikhar
Shikhar@shikhr_·
@craft_withcode Great! Did you learn how to use Redis in code or how it is used in distributed systems?
English
0
0
0
4
Apoorva
Apoorva@craft_withcode·
Today's log : ~POTD ~ 2 questions on hashing ~backend learn about redis ~ networking CIDR (Celebrate new year with narmada arti.)
Apoorva tweet mediaApoorva tweet media
English
3
0
24
155