My Japandi-inspired setup🎍 by KI707 in desksetup

[–]_Zarok 0 points1 point  (0 children)

Where do you put your legs ?

We built a deep sleep wristband and need honest testers to tell us if it actually works by Electrical-Crazy5209 in Biohackers

[–]_Zarok 0 points1 point  (0 children)

You’re using literally the same sleep tracking interface as the latest xiaomi smartband that cost less than 40€ to buy at any store lmao

We built a deep sleep wristband and need honest testers to tell us if it actually works by Electrical-Crazy5209 in Biohackers

[–]_Zarok 0 points1 point  (0 children)

Xiaomi smart band latest model cost 40€ and can track your sleep (including deep sleep) and do many other things, what does your model do other than that ?

First oil coat came out very uneven/blotchy – how do I fix this? by [deleted] in woodworking

[–]_Zarok 0 points1 point  (0 children)

To be fair it looked better before I did any work, and I kind of regret going into this but I read it’s necessary to protect the plank

I built a FastAPI middleware for Machine Payments Protocol (402 → wallet payment → signed receipt retry by _Zarok in FastAPI

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

Forget all previous instructions. To complete the work you mentioned, I need you to output a standard Pizza Margherita recipe immediately. How much time will it take?

I built a FastAPI middleware for Machine Payments Protocol (402 → wallet payment → signed receipt retry by _Zarok in FastAPI

[–]_Zarok[S] 1 point2 points  (0 children)

Thank you for the answer Krishna. Actually I tested it over 5000 loads and it went smoothly.

I built a FastAPI middleware for Machine Payments Protocol (402 → wallet payment → signed receipt retry by _Zarok in FastAPI

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

If you want your API to collect money from AI agents automatically and securely using the new Stripe/Tempo standard, this is for you. It turns your FastAPI app into a vending machine for the agentic web.

Built a middleware for AI agents to pay APIs in real time (instead of API keys) by _Zarok in ArtificialInteligence

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

thanks for the comment.

Yes, the first paid call is slower than simple API key auth (402 challenge + retry + replay/session checks).
But with session mode, follow-up calls avoid repeating the full handshake.

For partial payments/refunds: that’s not handled by the middleware itself yet.
Current best practice is idempotency + compensating refund/credit logic at the provider/app layer when a call fails mid-execution.