HackerTrans
TopNewTrendsCommentsPastAskShowJobs

seymon

no profile record

Submissions

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

twitter.com
20 points·by seymon·6 месяцев назад·18 comments

comments

seymon
·2 месяца назад·discuss
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 месяцев назад·discuss
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 месяцев назад·discuss
But are there good alternatives to grafana in the foss space nowadays?
seymon
·8 месяцев назад·discuss
Curious how this differs from Atuin — is there a particular problem it solves better?
seymon
·10 месяцев назад·discuss
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
·в прошлом году·discuss
Is fogejo the platform that codeberg uses?
seymon
·6 лет назад·discuss
What are you using now for your new projects instead of nestjs?