Working on a new project now that I've always wanted to do. Hope it works! 🤞
Posts by Chirag Modi
Just released Prism — a simple way to bridge your social presence. Built with #FastAPI and #Python, it’s designed for those who want to stay active on both Bluesky and Mastodon without the double effort. Check it out: https://github.com/cmodi306/prism-app
Hello from #Prism!
Posting from #docker deployment. Its working !!
test again from #docker
test in docker
Test 2 from my self-hosted #python app.
Test from my self-host #python app.
Test post 2.
Test post.
[test]This is a sample post of #parallelposting to test posting from #python script on #mastodon and #bluesky. To test, I am including links like example.com and google.com. Happy coding!
[Test]This is another example of adding links and #hashtags like google.com, yahoo.com from my #python script. Adding a third link, here is microsoft.com.
[Test]This is another example of adding links and hashtags like google.com, yahoo.com from my python script. Adding a third link, here is microsoft.com.
[Test]This is another example of adding links like google.com, yahoo.com from my Python script. Adding a third link, here is microsoft.com.
[Test]Testing inclusion of links example.com and further otherexample.com in the post from my #python script.
[Test]Testing inclusion of links example.com and further otherexample.com in the post from my #python script.otherexample.com
[Test]Testing inclusion of links example.com and further otherexample.com
[Test]Testing inclusion of links example.com and further otherexample.com in the post from my #python script.
[Test]Testing inclusion of links example.com and further otherexample.com in the post from my #python script.
Hello World from Python SDK
[Test]Testing inclusion of links example.com and further otherexample.com in the post from my #python script.
P.S.: please excuse the name as it does not send any alert, just analyses the market price.
I recently created a lightweight web app that analyzes a stock portfolio against recent market performance using FastAPI and yfinance. It pulls real-time data and compares the current value of each position to its highest price over the last 30 days. Here's the link:
github.com/cmodi306/sto...
One of the many reasons why you shouldn't blindly accept the results that an LLM gives you.
Wanted to make a #Python web app that monitors the stock market price. Yeah there are number of them out there but want to build something by myself. There is still some work to be done but this is how it currently looks like... Feel free to clone and modify the code:
github.com/cmodi306/sto...
Adding LiDAR, IMU, GNSS… I thought more sensors would fix everything. It didn’t. Here’s what really matters in sensor systems.
#sensors #robotics #ros2 #RoboticsCommunity #SelfDrivingCars #AutonomousVehicles #AutonomousDriving #SensorFusion
Believing that with enough sensors, you can eliminate all problems in your robotics application is a myth. It’s a linear mindset applied to a non-linear system.
#robotics #ros2 #python #sensors
chatgpt, python
This artificial intelligence is getting a little too intelligent now.
Devs, I've stopped manually documenting my Python code. I'm letting ChatGPT handle the mess.
I break down exactly how to use ChatGPT to generate docstrings, module overviews, and even README content — without losing control of your code or style. Check out my new blog on using #ChatGPT for #Python.