home.social

#programmingbystokethisweekisparticularlychallenging — Public Fediverse posts

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

  1. @podfeet @bbusschots the particular challenge in .
    we are asked to "slurp" in the contents of stdin either from a pipeline or via redirection when given the -m - flag..
    The trouble is once you've done that by the time you get to the select statement the file descriptor is closed. There's a way around that, but it seems like an ugly hack.