HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zufallsheld

733 karmajoined قبل 13 سنة
[ my public key: https://keybase.io/zufallsheld; my proof: https://keybase.io/zufallsheld/sigs/xT_tIyu1_ARyqndC1wPYwz-HTuzJjD3XJMX1RhwF6nc ]

Submissions

MinIO Is Dead, Long Live MinIO

blog.vonng.com
224 points·by zufallsheld·قبل 4 أشهر·92 comments

Comparing the homepage-claims of popular Git hosting providers

zufallsheld.de
3 points·by zufallsheld·قبل 7 أشهر·0 comments

Python Certifi and Custom CAs

zufallsheld.de
2 points·by zufallsheld·قبل 8 أشهر·0 comments

Simple Webhook-Tester in OpenShift

zufallsheld.de
1 points·by zufallsheld·قبل 8 أشهر·0 comments

Dynamically include files in GitLab-CI

zufallsheld.de
11 points·by zufallsheld·قبل 8 أشهر·3 comments

Impact of Zelda and Ghibli on Young People's Exploration and Happiness

pmc.ncbi.nlm.nih.gov
7 points·by zufallsheld·قبل 10 أشهر·1 comments

comments

zufallsheld
·أول أمس·discuss
Well, if your cert-manager distributes its own CA, you'd still need the clients to trust the CA, even in k8s.
zufallsheld
·قبل 3 أيام·discuss
Because they'll just paste your remarks in their llm, let it correct the text and send it back to you.
zufallsheld
·قبل 17 يومًا·discuss
> Do you have particular scenarios you’d like the Dockerfiles for or is it just for transparency/ trust (which is a totally valid reason of course)?

The latter. You or an attacker could tamper with the images - however even with the Dockerfiles I can't be sure that the provided images are built from the Dockerfiles, so in the end I'd have to trust you anyway. Also I'd be curious how you build the images.

Thanks for your answer!
zufallsheld
·قبل 17 يومًا·discuss
Where are these built? Can I see the Dockerfiles? How are they licensed? I get that they are free as in beer, but not libre/FLOSS?
zufallsheld
·قبل 22 يومًا·discuss
There's a huge difference. With a smartphone I can almost always see that people are filming.
zufallsheld
·الشهر الماضي·discuss
You'd presumely managed that customization with Ansible...
zufallsheld
·قبل شهرين·discuss
That's the problem.
zufallsheld
·قبل شهرين·discuss
It's not a new name. Proton is Valve's fork of wine. They also contribute patches to wine.
zufallsheld
·قبل 4 أشهر·discuss
In corporate most people connect their gitlab to ldap or active directory and thus accounts get created automatically.
zufallsheld
·قبل 4 أشهر·discuss
> You can't. They can execute arbitrary code. They can download another bash file via Curl and execute that.

Presumably you'd check the code of the action before you include it (and then don't use an action with non-pinned versions). This way you know the action won't execute arbitrary code for this version and won't get any other code because of version pinning.

The docker action you linked is ironic in this regard since every other version in the code seems to be pinned except the one you linked to.
zufallsheld
·قبل 4 أشهر·discuss
I'm curious: where exactly does it abolish VP roles? I don't see it.
zufallsheld
·قبل 4 أشهر·discuss
You could use translation tools instead of llms.
zufallsheld
·قبل 4 أشهر·discuss
Do you know https://annas-archive.gl/isbn-visualization/? And https://search.worldcat.org/? They could probably help you with your dataset.
zufallsheld
·قبل 4 أشهر·discuss
> I'm cleaning up the code right now and will upload it later today or maybe tomorrow here
zufallsheld
·قبل 5 أشهر·discuss
Hetzner does not charge any money for their dns service and they have an api.
zufallsheld
·قبل 5 أشهر·discuss
Presumably a CR can be validated by k8s against a schema and will fail at an early step. I admit I like the operator-pattern.
zufallsheld
·قبل 5 أشهر·discuss
Same thing for allowing specific sudo-commands. Many tools (like vim or the tools mentioned in the article) would have the same problem when allowing them to be run with root privileges.
zufallsheld
·قبل 6 أشهر·discuss
With this project (https://github.com/spantaleev/matrix-docker-ansible-deploy/), setting up the bridges gets a lot easier. After the initial setup, upgrading the bridges is painless.
zufallsheld
·قبل 6 أشهر·discuss
Um, no? It does a tail.
zufallsheld
·قبل 6 أشهر·discuss
Yeah, and then it probably isn't the developers job to fix that but rather the DevOps engineer's one.

Also saying "the developer has to fix this" is something we tried to abolish when talking about DevOps. What about shared responsibility? Bridging the knowledge gap.