HackerTrans
TopNewTrendsCommentsPastAskShowJobs

chair6

no profile record

Submissions

Mangatepopo to Waihohonu to Whangaehu to Iwikau

chair6.net
1 points·by chair6·3 yıl önce·1 comments

Terraform configs, Semgrep's autofix, and an example of OSS contribution

chair6.net
2 points·by chair6·5 yıl önce·0 comments

comments

chair6
·3 yıl önce·discuss
We love our quirky, slow 1993 Mitsubishi JB500 campervan (https://www.instagram.com/finnthejb500/), but the experience is not for everyone. We were able to register it in Washington without too much hassle. It definitely pays to do some research and try to find a local-ish mechanic willing to work on them before you make the purchase.
chair6
·3 yıl önce·discuss
Notes, photos, and maps from a few days exploring around and over Mount Ngauruhoe, Tongariro, and Ruapehu.
chair6
·4 yıl önce·discuss
Nope, not missing something.. it has been a problem for GitHub (https://news.ycombinator.com/item?id=30348980) and others (https://portswigger.net/daily-swig/urlscan-io-api-unwittingl...).
chair6
·4 yıl önce·discuss
https://chair6.net - occasional blog posts on various topics, powered by Pelican on an ARP Networks VPS
chair6
·4 yıl önce·discuss
Mmm, Kenji's really good scrambled eggs are really good (and really quick) .. https://youtube.com/watch?v=CXTnq7srJRs.
chair6
·4 yıl önce·discuss
Check out SafeStack, https://academy.safestack.io/safestack-courses/security-awar... .. they're one of the less-cringey, more-modern awareness options I've seen recently.
chair6
·4 yıl önce·discuss
Just replace console.table with JSON.stringify for the quick-and-easy dump of exactly the same data as is in the table...

JSON.stringify([...document.querySelectorAll('.fatitem table .athing')].map(el => [el.textContent.trim(), el.nextSibling.textContent.trim()]).sort(([,a], [,b]) => parseInt(b) - parseInt(a)))