HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sbstp

no profile record

comments

sbstp
·vor 10 Tagen·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
·vor 16 Tagen·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
·vor 28 Tagen·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
·vor 5 Monaten·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
·vor 6 Monaten·discuss
This article has very little useful information...

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