HackerTrans
TopNewTrendsCommentsPastAskShowJobs

freecodyx

no profile record

comments

freecodyx
·il y a 3 mois·discuss
cyan is neither blue nor green
freecodyx
·il y a 5 mois·discuss
i once used ai to generate a command doing the exact same thing.

git branch -vv | grep ': gone\]' | awk '{print $1}' | xargs -n 1 git branch -D
freecodyx
·il y a 4 ans·discuss
Built entirely in Morocco
freecodyx
·il y a 4 ans·discuss
Is it down. Can’t access the link
freecodyx
·il y a 4 ans·discuss
What if programming languages start offering both? In my opinion RC is GC in disguise. At least for example Golang GC has the merit to run in a separate thread(still has to stop the world when reclaiming memory back, and the memory allocator model is helping achieve great GC perfs).