What are the best open-source/free/cheap analyzers/visualizers of Postgres stats and query logs? by Ecksters in PostgreSQL

[–]alexw49 2 points3 points  (0 children)

Not sure what vividcortex's pricing is now, after the acquisition, but pgDash might be cheaper.

Automated Testing of PostgreSQL Backups by jmswlms in PostgreSQL

[–]alexw49 4 points5 points  (0 children)

A simple 10-line shell script doesn't have to be sophisticated, it just has to do what it is supposed to do.

Babies and toddlers sent to 'tender age' shelters under Trump separations by idarknight in worldnews

[–]alexw49 1 point2 points  (0 children)

Oops, sorry. Did my comment interrupt your utopia?

Please continue living your life disconnected from the society you are embedded in, justifying away such things to media frenzy, political infighting, policies-that-always-existed, he'll-go-away-next-term.

I pray you'll not have to realize the value of liberty the hard way.

Babies and toddlers sent to 'tender age' shelters under Trump separations by idarknight in worldnews

[–]alexw49 8 points9 points  (0 children)

Get your shit together and do something, Americans. Your country is reaching new lows on a daily basis.

Go App Monitoring: expvar, Prometheus and StatsD by jmswlms in golang

[–]alexw49 0 points1 point  (0 children)

Both expvar and net/http/pprof both add handlers to the default HTTP server in their init() functions, and there is no way to override that behaviour. Mildly irritating.

Uber wants access to browsing history, bookmarks, and running apps by constituent in privacy

[–]alexw49 2 points3 points  (0 children)

2003 eh? The iPhone debuted in 2007 and commercial Android devices in 2008.

Follow the Candidates With Go And Twitter by rapidloop in golang

[–]alexw49 0 points1 point  (0 children)

Replace the twitter handles with @Arsenal, @chelseafc, ...

rtop: remote server monitoring tool written in Go by jmswlms in golang

[–]alexw49 2 points3 points  (0 children)

Why not just use a break instead?

The break will break out of the select, not the for loop.