ADSquared 🐻❄️🐻❄️
3.9K posts

ADSquared 🐻❄️🐻❄️
@_ADsquared
Futures day trader, full stack programmer.
Your mamas mobile home Inscrit le Mart 2019
453 Abonnements256 Abonnés

@0xKofi I think people do it backwards and AI will definitely make some, if not most programmers lazy. You write a plan for a project/app you want to build, code everything yourself and use AI as code review and teacher. No code dumping.
English

I've been seeing a lot of folk on the timeline say IDEs are dying. But I don't get it. Are you guys not reviewing the code your agents generate 😅
Alex Kaplan@alexkaplan0
I hear the same. The IDE is dying. Everyone's managing agents now--mostly local, some cloud. Honestly Devin from @cognition is extremely slept on as the SOTA SWE agent.
English

@MarketMike Holy shit. Can’t even imagine what it was like. Caused by Navinder right? I read the book a while back. Thanks for sharing this man, really puts everything in perspective.
English

Turn your volume up for this one.
This is real audio from the S&P 500 futures pit at the CME during the Flash Crash of 2010. On May 6, 2010, markets were already having a rough day, down over 300 points on worries about the Greece debt crisis. Later, the bottom fell out. The Dow dropped another 600 points in about 5 minutes. Nearly 1,000 points gone on the day. About 9%, kaboom.
Then 20 minutes later, most of it came right back.
This clip never gets old.
English

@ellie_huxtable Unique passwords huh, that’s a hard one lol
English

@_ADsquared @CodeByNZ It gets to a point where centering element is one of the easiest: flex, item-center, justify-center that’s it your next worries is device responsiveness and a quick solution: wrap-wrap or media queries. Call it a day 😂
English

Wow, haven’t seen your name in a while and it took me down memory lane. Truly learned a lot from your Java masterclass Tim. Didn’t know what language to choose or what to start looking into, and somehow found my way to your content on Udemy years ago. Learned Java first, then branched out into other stacks, but I am glad I took that path. Thank you 🙏
English

@PierrePoilievre @gerarddeltell @joerogan Angry leftists on the media haha. If looks could kill.
Didn’t take long for them to slender you 😂

English

Fought for Canadian workers and Canadian interests on the world’s biggest podcast.
Thank you @joerogan for an amazing conversation.
Let’s get tariff-free trade.
Sign up to watch it first: conservative.ca/cpc/sign-here-…

English

Usually, in these booking systems, the ticket/seat is reserved for a fixed time (say for 15 mins) to allow users to do payments. During that time, that seat is unavailable for booking.
This is implemented via distributed locks (Redis) for a fixed TTL. Once the TTL is expired, Redis automatically deletes the entry to make the seat available again.
English


@iamdisplacement Honestly the hardest market I have seen. Tough to make money, even harder to keep it. Wickety no direction bullshit, reversals that come out of nowhere, liquidity being absorbed faster than you can exit. Shit is tough man
English

@BazilfxTrading Bonding through shared experiences.
Anybody who trades knows the feeling of not being able to openly talk about failures, and the hardships of this path to close ones.
Nobody can understand what we go through except other traders. Plain and simple.
English

I’d go about it in modules since Claude can fuck up relatively often, better to implement one thing at a time so Claude doesn’t refactor or add too many things to a snippet he just gave you. Also depends on the stack you are going for and platform you want to connect to, but basically I would build the connection API, then the trade engine and finish with the interface.
If you want a web interface I’d go with bolt.new to build it quickly, then write the backend with Claude and wire them together.
Do you want to automate entries/exits? Or automate everything but fire orders manually?
Platform is important because if you go stand-alone, meaning you pay and process the data entirely yourself, it’s a whole different ballgame, and it can get fucking expensive.
Basically, to guide you further, there are a lot of variables we need to know! Feel free to dm
English























