HackerTrans
TopNewTrendsCommentsPastAskShowJobs

timtom39

no profile record

comments

timtom39
·3 ปีที่แล้ว·discuss
Love the tool. One of my favorite snippets adds parallel processing to jq

#!/bin/bash

cat - | parallel --line-buffer --pipe --roundrobin jq "$@"
timtom39
·4 ปีที่แล้ว·discuss
I used to love CircleCI then they broke all my CI jobs when they deprecated their "Convenience image". Rather than continue to maintain CircleCI jobs and pay them for the pleasure I am just migrating to GH actions. It is painful. They have good lock in.