HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zufallsheld

733 karmajoined 13 lat temu
[ 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 miesiące temu·92 comments

Comparing the homepage-claims of popular Git hosting providers

zufallsheld.de
3 points·by zufallsheld·7 miesięcy temu·0 comments

Python Certifi and Custom CAs

zufallsheld.de
2 points·by zufallsheld·8 miesięcy temu·0 comments

Simple Webhook-Tester in OpenShift

zufallsheld.de
1 points·by zufallsheld·8 miesięcy temu·0 comments

Dynamically include files in GitLab-CI

zufallsheld.de
11 points·by zufallsheld·8 miesięcy temu·3 comments

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

pmc.ncbi.nlm.nih.gov
7 points·by zufallsheld·10 miesięcy temu·1 comments

comments

zufallsheld
·przedwczoraj·discuss
Well, if your cert-manager distributes its own CA, you'd still need the clients to trust the CA, even in k8s.
zufallsheld
·przedwczoraj·discuss
Because they'll just paste your remarks in their llm, let it correct the text and send it back to you.
zufallsheld
·17 dni temu·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 dni temu·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
·21 dni temu·discuss
There's a huge difference. With a smartphone I can almost always see that people are filming.
zufallsheld
·w zeszłym miesiącu·discuss
You'd presumely managed that customization with Ansible...
zufallsheld
·2 miesiące temu·discuss
That's the problem.
zufallsheld
·2 miesiące temu·discuss
It's not a new name. Proton is Valve's fork of wine. They also contribute patches to wine.
zufallsheld
·4 miesiące temu·discuss
In corporate most people connect their gitlab to ldap or active directory and thus accounts get created automatically.
zufallsheld
·4 miesiące temu·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 miesiące temu·discuss
I'm curious: where exactly does it abolish VP roles? I don't see it.
zufallsheld
·4 miesiące temu·discuss
You could use translation tools instead of llms.
zufallsheld
·4 miesiące temu·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 miesiące temu·discuss
> I'm cleaning up the code right now and will upload it later today or maybe tomorrow here
zufallsheld
·5 miesięcy temu·discuss
Hetzner does not charge any money for their dns service and they have an api.
zufallsheld
·5 miesięcy temu·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 miesięcy temu·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 miesięcy temu·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 miesięcy temu·discuss
Um, no? It does a tail.
zufallsheld
·6 miesięcy temu·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.