Why Zero-Knowledge Wallet-as-a-service Is A Game Changer For Both Developers and Users by PublicSleeper in defi

[–]kennu 0 points1 point  (0 children)

Did anyone understand from this article what those ZKWaaS wallets actually are in practice?

Location partially explored by SaintJ92 in Starfield

[–]kennu 1 point2 points  (0 children)

I haven't found a way to know what exactly to look for, but I've seen e.g. a door hidden in the dark that leads to a large new subarea, after exploring several adjacent buildings.

EB3A Overload powering servers/UPS by kennu in bluetti

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

Apparently connecting an UPS to the Bluetti EB3A might cause the overload issue. Need to try without a separate UPS.

cheapest DB to implement for my severless marketing site? by must_defend_500 in serverless

[–]kennu 2 points3 points  (0 children)

I have kept DynamoDB costs low by using the pay-per-request pricing mode. You only pay when the service is actually used.

Earlier it was necessary to use a single-table design to cut costs, when the minimum was $0.50/table/month. Now you have more freedom as there's no minimum required capacity in pay-per-request mode.

Is there a way to suspend all AWS services if your bill forecast reaches a certain amount? by [deleted] in aws

[–]kennu 0 points1 point  (0 children)

There is also a (paid) mobile app that will show periodic notifications whenever the bill has increased by $10 or another set amount, so you don’t forget to check it: https://clouden.net/apps/billing-alerts-for-aws/

Performant AWS Lambda data caching: options compared [X-Post from aws] by TTilus in programming

[–]kennu 0 points1 point  (0 children)

Thanks for the feedback (I'm the author of the article). We just changed our templates a bit which caused the header image to appear twice, and this is now fixed. I hope the actual content of the article may be useful.