Weekly Shaarli

All links of one week in a single page.

Week 06 (February 5, 2024)

explanation of mean, median, mode

Excellent little breakdown of the concepts and what they are more/less useful to explain. 3min read.

Python strftime reference cheatsheet

A quick reference for Python's strftime formatting directives.

Personally, I always forget strftime placeholders. This gives it to me concisely, and without fuss.

Wiby - Search Engine for the Classic Web

"Wiby is a search engine for older style pages, lightweight and based on a subject of interest. Building a web more reminiscent of the early internet."

Hand-picked (?) selection of pages, smolnet, blogs, interesting tidbits. If you have time to kill or are looking for very niche topics like analog audio hardware this is a nice page to use!

Anki in a docker container

Allows running anki in a docker container! Not super exciting by itself (other than to learn some X11 - docker related shenanigans) but the author mentions being able to run it headless.

That's where it gets interesting, providing e.g. an always-up interface for Anki-Connect!

ZeroMQ

An open-source universal messaging library. Seems interesting as a concurrency tool. Implementations and bindings in many many languages.

GitHub - sobjornstad/TiddlyRemember: Embed Anki notes in your TiddlyWiki

Directly write Anki notes in tiddlywiki entries, very clever. Combines the thought with information on retain/recall.

In-depth Python tutorials, mostly centered around concurrency and functional programming

From a dude who knows how to explain. Aimed at mostly intermediate use (& a little advanced i suppose)