Jagrit

5.8K posts

Jagrit banner
Jagrit

Jagrit

@ItsRoboki

delusional building picasso-motion | building sqlcx

In My Mind Entrou em Mart 2024
222 Seguindo596 Seguidores
Tweet fixado
Jagrit
Jagrit@ItsRoboki·
"99% of Javascript developers think async is parallel" -> Javascript is single threaded which means that any operation will block the main thread -> Even "console.log" blocks the main thread if spammed -> Worker threads is the only way to get parallelism in javascript How does Javascript work? -> Javascript internally uses a Call Stack (LIFO), last on the stack will be executed first. -> If the function takes too long it will block the thread So why does the UI not freeze? -> While javascript is single threaded, the environment it runs on (Chrome, Firefox, Node.js) are multi threaded. -> For the most part JS hands over the task to the Browsers APIs, allowing async tasks to run. -> Once task is finished it is moved to a queue (eg. macro task queue) -> And this process keeps going. Through this JS can stay single threaded while the browser does all the task. And why is this not considered parallel? -> Because this is not parallel execution -> But task assignment and waiting for it to finish is a totally different concept known as Event Loop which is not parallel So where does the issue come? -> When we're not using the Browser APIs. -> As then the JS needs to run code on it's own in a single threaded environment. -> If the task is big the thread is blocked! -> Examples: "JSON.parse", or maps on huge arrays. are simple silent killers
Jagrit tweet media
English
4
1
17
340
Jagrit
Jagrit@ItsRoboki·
@Parthak32315 must do, the value is worth more than anything
English
0
0
1
3
Jagrit
Jagrit@ItsRoboki·
$1,000,000,000,000 That is not the only value this article has But the people who will read this just for money will not see the actual value this has there is a whole dimension of knowledge in this article and you are just not gonna understand it
Avid@Av1dlive

x.com/i/article/2034…

English
2
0
5
36
v.
v.@gaynwatch·
@ItsRoboki you’re smoking something dawg
English
1
0
1
8
Jagrit
Jagrit@ItsRoboki·
it's bizarre how an electron application "Tabby" has better user experience than native Powershell it's even faster than Powershell Windows... You really have stopped making good software
Jagrit tweet media
English
2
0
5
106
Jagrit
Jagrit@ItsRoboki·
i mean
Jagrit tweet media
English
0
0
3
33
Jinson Johny
Jinson Johny@jinsoncjohny·
Designers, it’s now or never. Really hoping Figma ships this soon. I don’t want to switch tools again.🥲
English
1
0
1
24
ShaRPeyE
ShaRPeyE@sharpeye_wnl·
shifted to neovim always loved how @ThePrimeagen shipped code so effortlessly while sipping coffee and wanted to try that myself i just know basic vim motions for now and just using the astrovim distro for now
ShaRPeyE tweet media
English
28
0
167
5.5K
Avid
Avid@Av1dlive·
this guy's last article got 2,700,000+ views he just dropped his blueprint to the best Openclaw setup these 12 tips will make your system into a beast my favourite are >treating main agent as manager >seperating chats by topics >scheduling overnight jobs >multi model routing most people will read and scroll past. don't make that mistake
Nick Spisak@NickSpisak_

x.com/i/article/2034…

English
15
7
165
36.6K
Jagrit
Jagrit@ItsRoboki·
@sharpeye_wnl please don't call me to discord for nvim tonight 😭
English
1
0
3
91
ShaRPeyE
ShaRPeyE@sharpeye_wnl·
timelapse {#55} - college 8 to 5 - completed resnet implementation - implementing resnet18 w transfer learning - trying to shift to nvim
English
15
1
134
2.3K
Jagrit
Jagrit@ItsRoboki·
@Av1dlive they made it simple for a reason
English
1
0
1
14
Siddharth
Siddharth@Pseudo_Sid26·
Guys this was very tough tbh. Many of you had amazing projects. Real shoutout to- @code_kartik my G @cheese_cakee_9 @sauravv_x @allamitk Will be giving away the claude pro to @jaywyawhare Check his work out. He has been building Gigavector since a very long time and the project is very niche and insane. Will attach the gift proofs by night, also under international nepotism scheme, I have given it to one more guy other than arinjay hehe. Please don't compare any projects here, all were good. I wasn't the sole judge for this, I did check most of the projects last night and some today, might have missed some though. Cheers 🥂 Keep building guys !!
Siddharth@Pseudo_Sid26

I am giving away 1 Claude pro subscription for a month. Drop in your best projects or projects you are willing to work on !! Will announce the results after 24 hrs, cheers🥂

English
9
2
38
1.3K
Jagrit
Jagrit@ItsRoboki·
Claude acquired Bun Meanwhile OpenAI now acquiring Astral
Jagrit tweet media
English
1
0
6
72