Pinned stories
Other stories

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 …

WordPress function url_to_postid not working with Anspress

Posted on Mon 23 January 2017 in wordpress, tips

With the Anspress theme/plugin, using the WordPress native function url_to_postid() on a question permalink returns the page ID of the base page. For example,

url_to_postid( "www.website.com/questions/question/this-is-the-question");

would return the …