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?