HackerTrans
トップ新着トレンドコメント過去質問紹介求人

hronecviktor

no profile record

投稿

Show HN: Zero-setup e2e encrypted message queue for free in 1 line of Python

github.com
8 ポイント·投稿者 hronecviktor·3 年前·1 コメント

コメント

hronecviktor
·4 か月前·議論
As an intern at @bankcompany I decided to go one step further than what my ticket was asking for and decided to implement something that crunched data in a very obvious way. Was nicely asked to revert it, because @bankcompany already had several fulltime employees doing exactly the same thing.
hronecviktor
·6 か月前·議論
Listening to Janet Jackson crashes hard drives https://www.cve.org/CVERecord?id=CVE-2022-38392
hronecviktor
·昨年·議論
Bug report for the weather: bratislava is definitely not in sub-zero C in the middle of summer. Tallinn was also ~17C off
hronecviktor
·2 年前·議論
I assume you mean sanctions in general, not UN sanctions specifically. Russia as a permanent member of the UN security council can veto any resolution, so there is little point in even trying to push something through UN.
hronecviktor
·2 年前·議論
Trivial to work around using _envsubst_ utility (part of _gettext_). If you write something like: name: app-$KUSTOMIZE_NAMESPACE and run `kubectl kustomize | envsubst "$(printf '${%s} ' ${!KUSTOMIZE_} ${!CI_} ${!GITLAB_*})" | kubectl apply -f -` it will substitute the env vars that match the wildcard.