Replies to message #6,391

  • 🇵🇦 Nuestro primer dominio localizado está en español en kiwifarms.pa. Our first localized domain is on Spanish on kiwifarms.pa.
Susanna

The Linux Thread

int is-odd (int foo){ if (foo < 0) foo *= -1; while (foo > 1) foo-=2; return foo; } Or a more elegant recursive variant: int is-odd (int...
DavidS877

The Linux Thread

Wasn't Javascript/Node/NPM one of the previous supply chain hacks? Dev corrupts NPM libs 'colors' and 'faker' breaking thousands of apps...
0

The Linux Thread

Nah. I insult and yell at ChatGPT daily to help me with programming and sometimes I want to break every monitor in existence so I could never see...
Back
Top Bottom