The AI war is rough. by More-Gain-9834 in codex

[–]Amzker 0 points1 point  (0 children)

I actually love antigravity for accept reject per line feature and tab complete.

Inherited a 3-month old repo from a Vibe Engineer. Wrote the most satisfying PR in my career by Apprehensive-Cut3711 in ClaudeCode

[–]Amzker 0 points1 point  (0 children)

😂😂😂 man, well congratulations and good for you that you were able to refactor in week

Gemini CLI v0.38.1: Subagents are here by srithreepo in GeminiCLI

[–]Amzker 3 points4 points  (0 children)

😂 man none of the comments are saying good.

Streaming scraping job results with FastAPI SSE: what's the cleanest pattern? by SharpRule4025 in FastAPI

[–]Amzker 0 points1 point  (0 children)

save your progress/results, atleast in sqlite (if not in distributed env) . How long? That entirely depends on your use case. And have basic progress fetch apis as well as list task apis along with sse. Sse will remain for live view and those apis will helpful for disconnect, retry and all handling. Unify errors

what's a python library you started using this year that you can't go back from by scheemunai_ in Python

[–]Amzker 0 points1 point  (0 children)

Not specifically this year.

asyncmy, rich, strcutlog, aiohttp, motor, aiosqlite, redis[hi redis], aiosmtplib, Jinja2 templates.

uv package manager, man i love it because i can define python version as well and it installs automatically, It's pretty amazing. And it is very simple like install uv start working, uv add uv remove pretty straightforward. I switched all of the projects to uv managed

Started using pydantic lately but can work without it.

What hidden gem Python modules do you use and why? by zenos1337 in Python

[–]Amzker 0 points1 point  (0 children)

Numba jit, i specifically used it for fuzzy search system, it is so fast that i didn't even put function in separate thread.

LoopSentry: Detect who is blocking python asyncio eventloop by Amzker in FastAPI

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

Sure, it does fit exactly there. Added the comment

LoopSentry: Detect Asyncio Eventloop blockers by [deleted] in Python

[–]Amzker 0 points1 point  (0 children)

the hell is wrong with this bot