Conversation
Notices
-
Moon (moon@shitposter.club)'s status on Monday, 24-Apr-2023 01:19:21 JST Moon instead of fizbuzz, give your candidate a text file of numbers, one per line. ask them to sort the numbers and tell you if and what the missing numbers are. -
Moon (moon@shitposter.club)'s status on Monday, 24-Apr-2023 01:19:21 JST Moon 0% success rate Disinformation Purveyor :verified_think: likes this. -
Moon (moon@shitposter.club)'s status on Monday, 24-Apr-2023 01:55:16 JST Moon @ivesen @jun for the record, if i'm hiring, you pass if you can articulate a thoughtful approach that's almost correct. Disinformation Purveyor :verified_think: likes this. -
[SUYA] ひみつ :blabcatverified: (ivesen@miniwa.moe)'s status on Monday, 24-Apr-2023 01:55:17 JST [SUYA] ひみつ :blabcatverified: @jun @Moon but that's just what happens when you write the first thing that comes to mind and spend about 10 seconds thinking about it :blabcat: -
じゅん 🇦🇷 :verified: (jun@waifuism.life)'s status on Monday, 24-Apr-2023 01:55:18 JST じゅん 🇦🇷 :verified: -
[SUYA] ひみつ :blabcatverified: (ivesen@miniwa.moe)'s status on Monday, 24-Apr-2023 01:55:18 JST [SUYA] ひみつ :blabcatverified: @jun @Moon realistically I shouldn't be using wc -l at all, instead picking the biggest number through something like
cat file |sort -rg|head -n 1 -
[SUYA] ひみつ :blabcatverified: (ivesen@miniwa.moe)'s status on Monday, 24-Apr-2023 01:55:20 JST [SUYA] ひみつ :blabcatverified: @Moon cat file|sort|uniq|diff <(seq (wc -l file))
-