HackerTrans
热门最新趋势评论往期问答秀出招聘

seymon

no profile record

提交

Iran's state broadcaster IRIB was hacked to air a message from Reza Pahlavi

twitter.com
20 分·作者 seymon·6个月前·18 评论

评论

seymon
·2个月前·讨论
Using something like this for centralized authorization across services works well for binary access control decisions.

But the problem that remains is "authorized search" in an efficient way. Asking permify what resources a user can access and then query the app postgres db with "WHERE resource_id IN ( {list}, {with}, {many}, {IDs}, ... )" does not scale well. How to solve this?
seymon
·7个月前·讨论
What's considered nowadays the best practice (in terms of security) for running selfhosted workloads with containers? Daemon less, unprivileged podman containers?

And maybe updating container images with a mechanism similar to renovate with "minimumReleaseTime=7days" or something similar!?
seymon
·8个月前·讨论
But are there good alternatives to grafana in the foss space nowadays?
seymon
·8个月前·讨论
Curious how this differs from Atuin — is there a particular problem it solves better?
seymon
·10个月前·讨论
Is there any concept of private key rotation or something else? In case a client with a nostr key on it got compromised or something similar? With a traditional password passed logins I would just set a new password from another machine. Regeneration of a new nostr key would mean it's a new account isn't it?
seymon
·去年·讨论
Is fogejo the platform that codeberg uses?
seymon
·6年前·讨论
What are you using now for your new projects instead of nestjs?