Bookmarks, 02017-10

Last month’s bookmarks from pinboard.in:

  • Twitter RT @ashleymloftin: RT if you’re an adult who uses the library.
  • Vim After 15 Years | Ian Langworth’s Things of Variable Interest Vim 8 added a lot of much-needed functionality, and new community sites like VimAwesome have made plugin discovery and evaluation easier. I’ve been doing a lot more work with Vim lately and have spent some time configuring my workflow for peak efficiency, so here’s a snapshot of my current state.
  • Storyboarder - The best and easiest way to storyboard. | Wonder Unit “Storyboarder makes it easy to visualize a story as fast you can draw stick figures. Quickly draw to test if a story idea works. Create and show animatics to others. Express your story idea without making a movie.”
  • Errata Security: “Responsible encryption” fallacies RT @ErrataRob: I wrote a thing on “responsible disclosure”. I’m not happy with it, but some ideas need to be addressed.
  • No brogrammers: Practical tips for writing inclusive job ads “By paying attention to the language we use to describe ourselves, our ideal candidates, and the job responsibilities, we can broaden the net of candidates that might apply and help in some small way to tackle the tech diversity problem.”
  • Page Visibility API - Web APIs | MDN “The Page Visibility API lets you know when a webpage is visible or in focus. With tabbed browsing, there is a reasonable chance that any given webpage is in the background and thus not visible to the user. When the user minimizes the webpage or moves to another tab, the API sends a visibilitychange event regarding the visibility of the page. You can detect the event and perform some actions or behave differently.” Occurs regularly on mobile browsers.
  • milochristiansen/lua: A Lua 5.3 VM and compiler written in Go. “A Lua 5.3 VM and compiler written in Go.” Has some language/library pruning, in support of security goals.