Viewing profile — seymon
seymon
HN member- Joined
- Sat, Jan 04, 2020, 7:36 PM UTC
- HN karma
- 76
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About seymon
Socials: - seymon.at.hn
---
Recent public activity
-
comment
Comment #47983599
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 ef…
- story
-
comment
Comment #46306908
What's considered nowadays the best practice (in terms of security) for running selfhosted workloads with containers? Daemon less, unprivileged podman containers? And maybe updatin…
-
comment
Comment #45935179
But are there good alternatives to grafana in the foss space nowadays?
-
comment
Comment #45911005
Curious how this differs from Atuin — is there a particular problem it solves better?
-
comment
Comment #45299293
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 log…
-
comment
Comment #44794823
How does Sidequest compare to Graphile Worker https://worker.graphile.org/ ?
-
comment
Comment #44465431
What's the benefit of just using plain owasp modsecurity? It also exists as a docker container as an nginx reverse proxy with modsecurity extension. https://coreruleset.org/docs/6-…
-
comment
Comment #44212570
I am already using zfs on my NAS where I want my backups to be. But I didn't consider it for backups till now
-
comment
Comment #44212327
Borg vs Restic vs Kopia ? They are so similar in features. How do they compare? Which to choose?
-
comment
Comment #42754885
Is fogejo the platform that codeberg uses?
-
comment
Comment #42751433
Instead of the luks key in tpm you can use a fido2 compatible hardware security usb token. For booting/unlocking it has to be plugged in then you can remove it. This is pretty conv…
-
comment
Comment #42048956
How to do this on android?
-
comment
Comment #41968220
Are you using existing libraries for your angular i18n?
-
comment
Comment #41727737
There is the open source software project gluetun, that allows setting up a containers that are only able to communicate through a vpn network interface in an easy way. https://git…
-
comment
Comment #40874193
Which options do you mean!?
- story
-
comment
Comment #38579389
What do you think about the german Nitrokeys? Especially the features and compatibility of the Nitrokey 3? Anyone has one of those? https://www.nitrokey.com/products/nitrokeys
-
comment
Comment #38472366
What do you think about penpot as an alternative to figma? https://penpot.app/
-
comment
Comment #37442868
Has anyone managed to run a non trivial Nest.js application with bun already? With non trivial I mean an application using a lot of Nest.js features and libraries like TypeORM, Swa…
-
comment
Comment #37296569
What are the benefits over using helmfile? https://helmfile.readthedocs.io/
-
comment
Comment #36472660
One thing I find difficult using access control systems as a distributed service like Zanzibar is a convenient and performant way to search and filter resource data using permissio…
-
comment
Comment #35491581
How does patternfly compare to the carbon design system? https://carbondesignsystem.com/ Since red hat now belongs to ibm and patternfly is from red hat ans rhe carbon design syste…
-
comment
Comment #35157335
Materialistic Android App. Unfortunately it is not anymore in the Google Play Store. It's the best hackernews android app in my opinion. What android app do you use?
-
story
Which selfhosted container registry are you using?
I am using the harbor container registry for several years now for hosting docker container images but also K8s Helm charts. But every time I need to update Harbor to a new version…