Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
yaldasoft
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
yaldasoft
2mo ago
had to rotate key, was using RSA now using SSH. Not sure if thats the fix but it was down for 3 hours based on our CI stats.
2.
▲
by
yaldasoft
5y ago
We are using steampipe to connect 30 AWS accounts via SQL. In a single call we can query all our services. Using metabase to visualise it all. I highly recommend you give it a go
3.
▲
by
yaldasoft
13y ago
Ive only used DO for staging. Via Cloud66 deploying production to AWS and Staging to DO. Works really well.
4.
▲
by
yaldasoft
13y ago
I had to delete a few million files in bash once. 'find' didn't work. I used perl to overcome the issues. opendir D, "."; while ($n = readdir D) { unlink $n }