home.social

#standardlibrary — Public Fediverse posts

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

fetched live
  1. 🚀 Oh, Vittorio! You've cracked the code: #C++26 is NOT a magic compile-time unicorn! 🦄 Who knew that obsessing over milliseconds while ignoring the feature bloat would be the ultimate game-changer? 🎮 Apparently, the real enemy isn't templates—it's the Standard Library, lurking in the shadows, plotting to waste your precious time one compile at a time. ⏳😂
    vittorioromeo.com/index/blog/r #C++ #StandardLibrary #compiletime #performance #gamechanger #HackerNews #ngated

  2. There are a number of useful little functions in node:util besides util.inspect() that I’m only just familiarising myself with after admittedly rolling my own versions for a number of them. Hmm, should’ve read through this documentation page more carefully sooner.

    e.g., util.deprecate(), util.diff(), util.debugLog(), util.isDeepStrictEqual(), etc.

    #NodeJS #util #standardLibrary #web #dev #JavaScript

  3. RT @[email protected] Raymond Hettinger

    Python tip: The examples in the random module provide a nice introduction to many useful techniques: bootstrapping, resampling statistics, simulations, and modeling.

    For mastery, don't miss the Jake Vanderplas video and Peter Norvig's notebooks.

    docs.python.org/3/library/rand