home.social

#twoscomplement — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #twoscomplement, aggregated by home.social.

  1. I recently found the by @benrady and @mattgodbolt. Their episode on reminds me of work I've seen on , and figuring out where players of varying skill levels should aim to maximise their chances. twoscomplement.org/#podcast/go

    Also, I now want to have at least one round of terrible golf. Any Fedigolfers near me who are willing to risk the wrath of the greens keepers and show me what to do / let me desecrate their holy course by pouring cursed ineptitude all over it?

  2. simon @softlandinglinuxsystem ·

    This is often useful for finding the most commonly occurring lines in a file using the

    gist.github.com/sjaturner/a42a

    I seem to recall this mentioned on an episode of - its surprising how useful this technique is.

    It's handy for logfile analysis - sometimes the lowest frequency entries are the most significant. You can squish out numerical information using sed or tr which can help, too.

    gist.github.com/sjaturner/a42a