HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nsaje

no profile record

Submissions

Two Way Mirror Improves Video Conferencing

hackaday.com
193 points·by nsaje·6 năm trước·88 comments

comments

nsaje
·4 năm trước·discuss
They're around, they just don't make it into the news. Example: Bitstamp https://www.bitstamp.net/
nsaje
·4 năm trước·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 năm trước·discuss
If you want background showing, check out i3-gaps https://github.com/OstOgBajer/i3-gaps
nsaje
·6 năm trước·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).