Daily Shaarli

All links of one day in a single page.

04/01/20

C/C++ Open Source Package Manager

The open source, decentralized and multi-platform package manager to create and share all your native binaries.

An Overview of Bayesian Inference

A few weeks ago I wrote about Kuhn’s theory of paradigm shifts and how it relates to Bayesian inference. In this post I want to back up a little bit and explain what Bayesian inference is, and eventually rediscover the idea of a paradigm shift just from understanding how Bayesian inference works.

Dolt Use Cases

Dolt is Git for data. Instead of versioning files, Dolt versions tables. DoltHub is a place on the internet to share Dolt repositories. As far as we can tell, Dolt is the only database with branches. How would you use such a thing?

Dictionary.com | Meanings and Definitions of Words at Dictionary.com
Time Cop

A time tracking app that respects your privacy and gets the job done without getting too fancy.

image

How to SSH Properly

How to SSH properly and easily improve the security of your SSH model without needing to deploy a new application or make any huge changes to UX.

simdjson 0.3: the fastest JSON parser

Last year (2019), we released the simjson library. It is a C++ library available under a liberal license (Apache) that can parse JSON documents very fast. How fast? We reach and exceed 3 gigabytes per second in many instances. It can also parse millions of small JSON documents per second.