Justin Mitchel Profile
Justin Mitchel

@JustinMitchel

Followers
3K
Following
3K
Statuses
3K

teaching at https://t.co/FbML5TtClb. 3x dad.

Meridian, ID
Joined April 2008
Don't wanna be here? Send us removal request.
@JustinMitchel
Justin Mitchel
4 days
Django does not have a native way to run background tasks.... Background tasks? Make users wait for your thing to finish or run it a little later. Background tasks unlock the later whether it's a scheduler or just delayed a couple seconds. Normally, this is done with Python Celery. Celery is excellent but requires a lot more overhead (maybe another server or two, a Redis database, etc) Celery also cannot do serverless. Django can. Serverless cuts costs especially for those side projects. We want serverless and background tasks. What to do? I aimed to solve this with my new package: django-qstash. @upstash has a service that will hold on to a JSON message to be delivered to a webhook soon, much later, or on a schedule. That service is called QStash. I combined my love for Celery with the serverless nature that is QStash and thus django-qstash was born. You can find it on (repo, code, sample project, etc) Here's a 3 minute demo 👇
3
11
61
@JustinMitchel
Justin Mitchel
1 hour
@thebrianriley Unreal. Love that it was a dream just a few years ago. Keep it up dude
0
0
0
@JustinMitchel
Justin Mitchel
2 days
I’m not in manufacturing but a number of friends of mine are. I am a software developer. Coding with AI is mind blowing and so good. It’s like peak coding sessions each time. Things that used to take weeks to solve, now in hours or less. It’s hard to convey how epic it’s been. I’ve been shipping like never before. I tell you this because… This same idea is coming to manufacturing. I don’t know when but it will. You think an idea, chat with an ai, and the facility will pop out the first prototype 100x-10,000x faster than today. If it sucks, you can tell it how to fix it or it can fix it itself. Yes, the ai will give you lots of ideas too. “It” is ai but lots of them working together (called ai agents and ai workflows). One designing. One verifying. One in charge of running the cnc/3d printer, etc. one manager coordinating all systems. One manager manager making sure the manager is managing correctly. I think of it a bit like the 3d printing unlock but 100x more iterative because ai will generate the cad and gcode and then build the item, verify it (computer vision), then repeat until a physical item is polished and ready for full scale production. I don’t know what tools are available yet to unlock this workflow but damn it’s a great time to be in manufacturing.
@SeanEcom
Sean Frank
2 days
People think USA manufacturing is impossible because of labor. Thats not true with a lot of goods. Making ridge wallets is mostly automated. Per unit, no real labor cost difference between the USA and China. The biggest challenges for making it in the USA: - Comercial real estate It’s about 3-10x more expensive per square foot in the USA vs China. Just makes it really hard to plan and expand - raw materials I am too dumb to know about this, but does the Chinese government subsidized raw goods? USA aluminum is 100% more expensive than Chinese aluminum. Same finished product (on the label at least) - finishing We anodize and polish all our plates. Anodizing is very hard to do in America. It’s about 100% more expensive to finish a wallet in the US vs China. We are currently on track to have 20% of total wallets made in the USA for q4. This has been a challenge because as the business grows, the need for MORE wallets grows, and the capacity in the USA is mostly fixed. I wanted to get to 50% for q4, but can’t be done. The finished goods will end up being 80% more expensive. But if tarrifs go to 50%, and I don’t have to worry about sea freight, it’s more of a wash. The machines are the same, here or China, and the machines are the same price. 1 human can run 4-8 machines at once. So maybe 10-20 humans run the factory. Labor costs aren’t making a dent. It’s the cost of real estate, the cost of raw materials, and the cost of finishing (regulation) driving it up. We already have 10,000s of thousand of units being produced. But we need to get to 100,000s per month to make a dent.
0
0
5
@JustinMitchel
Justin Mitchel
2 days
@preciousimo2 Thank you for the kind words
0
0
0
@JustinMitchel
Justin Mitchel
2 days
Combine them
Tweet media one
0
1
8
@JustinMitchel
Justin Mitchel
3 days
@yabirgb I wonder if any of those can be replaced with django-qstash.
1
0
1
@JustinMitchel
Justin Mitchel
3 days
@nikitabase @neondatabase Amazing! Nice work @neondatabase team
0
0
1
@JustinMitchel
Justin Mitchel
3 days
perfect time to try serverless with Django. pip install django-qstash And 👇
@austencollins
Austen Collins
3 days
The mission here is simple: A single, awesome experience for every serverless compute service. Next, we'll quickly add on more services/providers.
0
0
5
@JustinMitchel
Justin Mitchel
3 days
@yabirgb How many processes do you have running?
1
0
0
@JustinMitchel
Justin Mitchel
4 days
@MONYOROJOSEPH_ It’s solid but pretty sure not serverless ready either.
0
0
1
@JustinMitchel
Justin Mitchel
4 days
@abhishekgawade_ @djangoproject 🙌 nice one
0
0
1
@JustinMitchel
Justin Mitchel
4 days
@_raoufai Good excuse for having a broken demo lol
1
0
0
@JustinMitchel
Justin Mitchel
4 days
@agentNirmites 🙌
0
0
1
@JustinMitchel
Justin Mitchel
4 days
RT @AashayAmballi: @JustinMitchel @djangoproject Can't agree more! Django is the best web framework to date, thanks to its well-structured…
0
1
0
@JustinMitchel
Justin Mitchel
4 days
Fork it on @github to stay up to date on upcoming changes:
0
0
2
@JustinMitchel
Justin Mitchel
4 days
Deploy it on @Railway to see it for yourself:
0
0
1