Pinned stories
Other stories

The best ways to organize pointless meetings

Posted on Sat 25 March 2023 in IT, meta

All good meetings are similar, but each bad meeting is shitty in its own way. I could also say that it's hard to formalize elements that make meetings ineffective, but that's not true: I have …

Dissecting explanations of Javascript Promises

Posted on Thu 09 February 2023 in IT, meta

What is a Javascript Promise? When I was documenting the Neo4j Javascript driver, I did not know. So let's find out, and in so doing tear to pieces explanations I found online. My favorite past …

A setup for remote piano lesson over Zoom

Posted on Sun 24 May 2020 in tips, IT

First create a new sink:

pactl load-module module-null-sink sink_name=zoom_input sink_properties=device.description=zoom_input

then remap into a Zoom monitor source that Zoom will allow selection of:

pactl load-module module-remap-source master=zoom_input.monitor source_name=zoom_mic …

Tasks un-owned are task that go forgotten

Posted on Sat 11 August 2018 in meta, IT

If you are a tech company, and your people commit code, then you probably have some code review policy. And if you do not, you definitely should: you want to have an extra pair of …

Numpy histogram density does not sum to 1

Posted on Mon 19 March 2018 in python, IT

During a Computational Vision lab, while comparing histograms, I stumbled upon a peculiar behavior. The histograms pairwise kernel matrix - which is just a fancy name for the matrix holding histograms correlations one with another - did …