HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nsaje

no profile record

comments

nsaje
·4 anni fa·discuss
They're around, they just don't make it into the news. Example: Bitstamp https://www.bitstamp.net/
nsaje
·4 anni fa·discuss
Pgbouncer does have stats, you can get them using the `SHOW STATS` family of commands. You can then either manually scrape them or use something like pgbouncer_exporter[1] for Prometheus.

[1] https://github.com/prometheus-community/pgbouncer_exporter
nsaje
·5 anni fa·discuss
If you want background showing, check out i3-gaps https://github.com/OstOgBajer/i3-gaps
nsaje
·6 anni fa·discuss
If I understand correctly this is to Java what Gevent/Eventlet are to Python. Asynchronous execution without having to write asynchronous code.

I've been doing this in Python for a long time and I love it, even though it can lead to some hard-to-debug issues (due to monkeypatching).