The podcast is up on YouTube. Go and check it out.
And once thank you @100xDevs and @kirat_tw bhaiya for having me. Always a proud moment to share your journey with the person whom you are following from so long.
I keep seeing terrible advice online for people interested in computer science.
AI is making programming knowledge obsolete in the same way interpreted languages made compiled languages obsolete, in the same way compilers made assembly obsoletely, and in the same way assembly made knowledge of circuits obsolete.
It didn't.
The percentage of people that can go through every layer of the stack will shrink and that knowledge will become more valuable, not less.
With more tools, your knowledge base should expand not contract. Learn everything you can, while you're in school--and use AI to accelerate that process. Learn how programming languages work. Learn how computers work. Learn how matrix multiplication is optimized. Learn FFTs are implemented. Learn calculus and linear algebra. Learn optimization. Learn how that all applies to training. Learn how to use the AI tools, but also learn how they are built.
The history of computing is the history of abstraction layers being built one on top of the other, and it's only when you can traverse layers of abstraction can you truly build new things.
Learn more. Build more.
Was building funding arb bots on different DEXs in rust these days. I have built one cross exchange funding arb bot on @extendedapp and @pacifica_fi and a spot perp funding rate bot on @HyperliquidX . You can check them out at https://t.co/JfPfJWlstW
This intra-arbitrage bot made over $200k on Polymarket without risk
it always uses the same strategy with which he cannot lose and trade only on the Bitcoin Up/Down (15 min) market.
simple explanation of his strategy:
on any market, price of 'Yes' and 'No' shares should be equal to $1.
but during market panic, people may aggressively buy or sell.
and price could be (for example) $0.95 , for the amount of both sides.
bot โgabagool22โ takes advantage of this moment and buys up both sides in a second, which gives him a guaranteed profit.
how it happens in real time:
> waiting for the price on both sides to be <$1
> see that the price of Yes shares = $0.50, and No shares = $0.46
> buys up both sides in an instant
> total cost: $0.96, it's +4% to the deposit
right niw this bot has over 10k predictions and very smooth PNL graph.
It literally prints money out of thin air.
profile: https://t.co/0o9owEqohs
Move fast, break things.
Momentum is everything.
Failing is probably better than not trying.
Unfortunately these things should be experienced in hindsight and not read on twitter.