HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sbstp

no profile record

comments

sbstp
·11 dagen geleden·discuss
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 dagen geleden·discuss
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 dagen geleden·discuss
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 maanden geleden·discuss
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 maanden geleden·discuss
This article has very little useful information...

There's nothing novel about optimizing queries, sharding and using read replicas.
sbstp
·6 maanden geleden·discuss
Assuming they ever manage to turn a profit...
sbstp
·9 maanden geleden·discuss
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
·vorig jaar·discuss
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.