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·há 6 meses·18 comments

comments

seymon
·há 2 meses·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
·há 7 meses·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
·há 8 meses·discuss
But are there good alternatives to grafana in the foss space nowadays?
seymon
·há 8 meses·discuss
Curious how this differs from Atuin — is there a particular problem it solves better?
seymon
·há 10 meses·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
·ano passado·discuss
Is fogejo the platform that codeberg uses?
seymon
·há 6 anos·discuss
What are you using now for your new projects instead of nestjs?