Bookmarks: Difference between revisions
Jump to navigation
Jump to search
(→Dev) |
(→Tools) |
||
Line 16: | Line 16: | ||
* [https://blog.heroku.com/open-cli-framework oclif], an open source framework for building a command line interface (CLI) in Node.js. |
* [https://blog.heroku.com/open-cli-framework oclif], an open source framework for building a command line interface (CLI) in Node.js. |
||
* [https://krita.org/en/item/krita-4-0-0-released/ Krita 4.0 released], Krita is a professional FREE and open source painting program. |
* [https://krita.org/en/item/krita-4-0-0-released/ Krita 4.0 released], Krita is a professional FREE and open source painting program. |
||
* [https://mosh.org/ Mosh], a mobile SSH client. |
|||
== Books == |
== Books == |
Revision as of 14:47, 4 April 2018
- Funny, interesting — https://www.vidarholen.net/contents/wordcount/
- Show how many times frustrated Linux kernel developers have put four letter words into the source code.
- http://www.fillmurray.com/ — Fill Murray
- 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.
- Mosh, a mobile SSH client.
Books
Dev
- POSE - Declarative motion system for HTML, SVG & React
- Debugging across pipes and sockets with strace
- Crystal-clear tutorial on how to use
strace
,lsof
andgdb
to debug inter-process issues on Linux.