Daily Shaarli

All links of one day in a single page.

11/01/19

Surviving Software Dependencies
Mike Driscoll: The Demos for PySimpleGUI

Learn some of the things you can create by checking out PySimpleGUI's demo folder. This gives you just a taste of what you can create using PySimpleGUI

dn - Daily notes command line tool

dn is a simple command line tool to help keep notes on what you did every day and what's coming up.

dn writes a bullet-pointed string to a file with today's date in YYYY-MM-DD format in the ~/dn/ folder.

Linus Torvalds: "Git proved I could be more than a one-hit wonder." - TechRepublic

Commentary: The world rightly lauds Linus Torvalds for Linux, but Git will arguably have a bigger impact.

Scikit-learn’s Defaults are Wrong

This recent Tweet erupted a discussion about how logistic regression in Scikit-learn uses L2 penalization with a lambda of 1 as default options. If you don’t care about data science, this sou…

Vim Splits: A Guide to Doing Exactly What You Want | Jonathan's Techno-tales

UPDATE: With respect to terminology, check out Drew Neil’s comment below. In Vim, I’ve been using splits for years. Splits are great: view 2 files at the same time view 2 parts of the s…