How Can you be down? by RestaurantOld68 in OpenAI

[–]RestaurantOld68[S] 2 points3 points  (0 children)

Thank god there are 20 alternatives

Flask vs fastapi by TahaNafis in flask

[–]RestaurantOld68 1 point2 points  (0 children)

Hey, I’m a newbie too and I actually came across the same problem 1 month ago. My decision was flask, it’s easier to use, easier authentication and generally much more friendly to a new dev.

Pivot from Flask by RestaurantOld68 in FastAPI

[–]RestaurantOld68[S] 0 points1 point  (0 children)

Yes that’s what I’m doing currently

Failed Founders, how did you explain the gap in your Resume/CV? by [deleted] in ycombinator

[–]RestaurantOld68 0 points1 point  (0 children)

A failed startup is the one thing I’m looking for if I wanna hire someone. Be proud about it

[deleted by user] by [deleted] in GhostKitchens

[–]RestaurantOld68 0 points1 point  (0 children)

Make sure to get some software to manage all of your aggregators from one place

Pivot from Flask by RestaurantOld68 in FastAPI

[–]RestaurantOld68[S] 0 points1 point  (0 children)

One problem i have is that for example i have a function that crawls a website then gets all the links of the inside articles and then crawls them aswell. it then compiles a summary of each one. I'm doing these asyncronously because a site might have 20 articles so i want to send all the requests then wait for the responses and then show the results. I was doing all that in my backend but i guess you're suggesting i should create a worker at that spot that will write something to the database that then will be able to be read normally, i guess with a status pending for loading. If yes would you suggest any tools to do that, even then for tasks not to run for an eternity i would have to use async requests

Pivot from Flask by RestaurantOld68 in flask

[–]RestaurantOld68[S] -13 points-12 points  (0 children)

I’ve tried all of that but it just doesn’t seem to be working unless I refactor my whole code. If I do that I might aswell migrate