
Jacob Padilla
@jpjacobpadilla
Followers
838
Following
3K
Media
81
Statuses
186
I like to build things
NYC
Joined October 2021
Check out my new article to understand how #asyncio works internally by recreating it with #Python generators! https://t.co/CUWcoTAM2s
jacobpadilla.com
Learn how asyncio works by recreating it from scratch with Python generators and using the __await__ dunder method for the async/await keywords.
0
4
21
Tokens are cheap now because of VC money, but they should STAY CHEAP as models become more efficient and marginal costs decrease with these giant data centers being built.
OpenAI has raised $64B. Anthropic has raised $28B. Insane levels of capital are being invested in these AI labs. SpaceX, building literal rockets, has only raised $12B over 20+ years.
0
0
2
ChatGPT should pass any Python code through Ruff before showing it to the user.
0
1
2
This article, and all the other ones on https://t.co/uJuwSjgFDA, are a treasure trove of information about bot detection! https://t.co/sNYfdUiCHv
blog.castle.io
Over the past few years, I’ve written a lot about detecting automated browsers by exploiting side effects from the Chrome DevTools Protocol (CDP). I first covered it in this article on how the new...
0
0
1
Always nice to see people getting value out of my articles!
0
0
3
I built a high-level Python-based Cloudflare queue consumer package! Cloudflare has some great products with amazing developer experiences. However, their architecture is primarily built on the V8 runtime, which means their services are optimized for JavaScript. They do have a
2
3
24
Making a Simple HTTP Server With Asyncio Protocols #python
jacobpadilla.com
Learn how to build a fast, minimal HTTP server using asyncio.Protocol, complete with routing, parsing, and response handling from scratch!
0
8
26
Handy terminal alias to see your location / IP: alias location='curl -s https://t.co/BMQvz7JzzN'
0
1
1
Theory: The only reason Trump wants to drastically drop interest rates is because he knows it'll cause more inflation and devaluation of the dollar which will make him billions from his new crypto investments.
0
0
2
Stealth-Requests V2 is out! New Features: - New `emails` and `phone_numbers` properties in StealthResponse for more easy data extraction - Built-in request retrying with the retry argument - Simplified the package by only allowing for Chrome impersonation - Updated pool of User
0
1
2
Asyncio Protocols: A low-level, callback-based approach for handling socket connections in Python. If you want to see how to make a blazing fast async HTTP server that’s about 700% faster than FastAPI, check out this article: https://t.co/SKf7aG0FiI
jacobpadilla.com
Learn how to build a fast, minimal HTTP server using asyncio.Protocol, complete with routing, parsing, and response handling from scratch!
0
6
7
Did you know Pandas use 2D NumPy arrays under the hood? https://t.co/kfXrkRyAmI
jacobpadilla.com
Learn how Pandas DataFrames store data internally via the BlockManager to optimize memory and speed up operations by over 50%.
1
0
4
Using Python to search Google has never been easier with SearchAI:
1
1
2
I found this interesting industry analaysis by BrightData that breaks down the proxy market. It's a bit old, but gives you a good sense of who the big players are in the space:
0
0
2