Understanding the intersection in Typescript might be harder than you think | by Sam Pakvis | Medium
At its base, intersection in Typescript is a very easy concept. It combines multiple types into one, right? Well, not -really- though. Let’s find out why. Intersection comes from set theory in math…
Learn Enough Docker to be Useful. Part 1: The Conceptual Landscape | by Jeff Hale | Towards Data Science
Containers are hugely helpful for improving security, reproducibility, and scalability in software development and data science. Their rise is one of the most important trends in technology today…
Tournesol is an open source platform which aims to collaboratively identify top videos of public interest by eliciting contributors' judgements on content quality. We hope to contribute to making today's and tomorrow's large-scale algorithms robustly beneficial for all of humanity.
3 Buy Once, Use Forever Apps I Love | by Tosny | Medium
I do love a good buy-it-once product whether they are buy-it-for-life physical goods or an app which you buy once and gives you value for as long as you want. Things 3, $49.99 for the Mac, $14.99 for…
The Unexpected Importance of the Trailing Slash – Tookmund – A place for my random thoughts about software
For many using Unix-derived systems today, we take for granted that /some/path and /some/path/ are the same. Most shells will even add a trailing slash for you when you press the Tab key after the name of a directory or a symbolic link to one.