Avid

8.5K posts

Avid banner
Avid

Avid

@Av1dlive

I write, read and build. building gateflow (supported by @macroscope)

bruh Katılım Ekim 2023
301 Takip Edilen2.9K Takipçiler
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
8
2
36
1.1K
RKN
RKN@mebeingrkn·
@Av1dlive People are really doing crazy stuff
English
1
0
3
18
Avid
Avid@Av1dlive·
@ashcotXBT that's a good point but I think cursor is trying to get people to come to cursor for cursor rather than a claude or codex
English
0
0
0
35
Avid retweetledi
Avid
Avid@Av1dlive·
This is insane what Cursor just launched. >launched composer 2 >beats Opus 4.6 on Terminal Bench 2.0 >starts at $0.50/1M tokens this is honestly insane and super affordable for builders
Cursor@cursor_ai

Composer 2 is now available in Cursor.

English
9
2
49
2.2K
Avid retweetledi
Avid
Avid@Av1dlive·
So I got early access to Minimax-M2.7 and it is insane this model is a builder's dream I made a space invader game on a raspberry pi here you go a look into it.
English
13
6
40
6.5K
Avid
Avid@Av1dlive·
@leerob Been using it honestly Great on cli
English
0
0
0
22
Utkarsh
Utkarsh@utk7arsh·
@Av1dlive Glad I haven’t stopped using cursor
English
1
0
2
60
Avid
Avid@Av1dlive·
@ItsRoboki good tech post liked reading it
English
0
0
0
17
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
16
179
Utkarsh
Utkarsh@utk7arsh·
I don’t understand this. Why is Uber partnering with R2 Rivian for 2031 when they already have L4 with Nuro and Lucid starting this year???
Rivian@Rivian

A fleet of R2 Robotaxis is coming exclusively to @Uber. ⚡🌿 Today, we announced a partnership to help both companies accelerate their autonomous vehicle plans across 25 cities in the US, Canada and Europe by the end of 2031. rivn.co/uber

English
3
0
7
163
Rohit
Rohit@rohit4verse·
The trillion-dollar opportunity is in building the harness. You have the same API key as Anthropic. The reason you're not a billion-dollar company is because you haven't built the environment.
Rohit@rohit4verse

x.com/i/article/2028…

English
14
20
208
57.4K
Siddharth
Siddharth@Pseudo_Sid26·
@Av1dlive this coming from cursor is mind blowing, they are one of the most expensive ones xd
English
1
0
1
21
Avid
Avid@Av1dlive·
@Pseudo_Sid26 The price Sid is awesome frontier intelligence is getting cheaper
English
1
0
1
44