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

sbstp

no profile record

コメント

sbstp
·11 日前·議論
Don't you reboot servers to get kernel security updates? I usually have unattended upgrades with the option to reboot during the night if necessary
sbstp
·16 日前·議論
Incus is great. I've been trying to revive an unmaintained ansible collection to manage incus resources https://github.com/sbstp/ansible-collection-incus
sbstp
·28 日前·議論
I think Kraken has been selected to redistribute the funds, but not sure if it has happened yet. These things take time, I think Mt. Gox took like a decade to be distributed
sbstp
·5 か月前·議論
CGI is a terrible company known for going over budget and under delivering on a ton of projects. Not that many companies bidding on large government contracts unfortunately
sbstp
·6 か月前·議論
This article has very little useful information...

There's nothing novel about optimizing queries, sharding and using read replicas.
sbstp
·6 か月前·議論
Assuming they ever manage to turn a profit...
sbstp
·9 か月前·議論
Tried to play dota 2 on Linux, it has a bad memory leak that made the whole system hang after an hour or two. Plus it seems to get worse fps on Vulcan, but I read that it might just be a bad implementation in my card (6650 xt)
sbstp
·昨年·議論
I've been disappointed by Nats. Core Nats is good and works well, but if you need stronger delivery guarantees you need to use Jetstream which has a lot of quirks, for instance it does not integrate well with the permission system in Core Nats. Their client SDKs are very buggy and unreliable. I've used the Python, Rust and Go ones, only the Go one worked as expected. I would recommend using rabbitmq, Kafka or redpanda instead of Nats.