Bookmarks: Difference between revisions

From miki
Jump to navigation Jump to search
No edit summary
Line 22: Line 22:
== Dev ==
== Dev ==
* [https://popmotion.io/pose/ POSE - Declarative motion system for HTML, SVG & React]
* [https://popmotion.io/pose/ POSE - Declarative motion system for HTML, SVG & React]
* [https://github.com/nh2/strace-pipes-presentation Debugging across pipes and sockets with strace]
: Crystal-clear tutorial on how to use <code>strace</code>, <code>lsof</code> and <code>gdb</code> to debug inter-process issues on Linux.

Revision as of 06:12, 3 April 2018

Show how many times frustrated Linux kernel developers have put four letter words into the source code.
An online tool to provide custom-sized placeholder images of Bill Murray! http://fillmurray.com/200/300.
I like the humor and layout of the page. Images are superb.
Check also PlaceCage (Nick Cage Filler Images) and Steven SeGALLERY (Steven Segal Filler Images) :-D
An amazing video from A Capella Science on biology science. Amazing song. More to see on the YouTube channel.

AI

Tools

  • oclif, an open source framework for building a command line interface (CLI) in Node.js.
  • Krita 4.0 released, Krita is a professional FREE and open source painting program.

Books

Dev

Crystal-clear tutorial on how to use strace, lsof and gdb to debug inter-process issues on Linux.