We reduced our Docker images by 60% with –no-install-recommends | Ubuntu

Here at Canonical, we use Dockerfiles on a daily basis for all our web projects. Something that caught our attention recently was the amount of space that we were using for each Docker image, and we realized that we were installing more dependencies than we needed. In this article, I’ll explain how we improved our…


Invidious

Invidious is an alternative front-end to YouTube Invidious is an alternative front-end to YouTube https://invidio.us


Parsing Explained – Computerphile – Invidious

How ambiguity is dangerous! Professor Brailsford simplifies parsing. EXTRA BITS: https://youtu.be/Airi85CPdPk Angle Brackets: https://youtu.be/1IdlBFaifcs https://www.facebook.com/computerphile ht Source: Parsing Explained – Computerphile – Invidious


Build your own React

We are going to rewrite React from scratch. Step by step. Following the architecture from the real React code but without all the… Source: Build your own React


The 80/24 rule

Write small blocks of code. How small? Here’s how small. Source: The 80/24 rule


PDF to Image Server

Source: PDF to Image Server


Codem Ipsum

Lorem ipsum for code Source: Codem Ipsum


dntw

dntw is a small shell script that allows you to have a dedicated Neovim instance per tmux window. It accomplishes this by acting as simple wrapper around the excellent tool neovim-remote. https://onethingwell.org/post/188996081257/dntw


termshark

A terminal UI for tshark, inspired by Wireshark Termshark is a terminal user-interface for tshark that copies Wireshark’s layout – it tries to be Wireshark for the terminal. For me, its main use is when you’re ssh-ed in to a remote machine and want to look at a pcap (or live traffic) quickly without copying…


Snap: a microkernel approach to host networking – the morning paper

Snap: a microkernel approach to host networking Marty et al., SOSP’19 This paper describes the networking stack, Snap, that has been running in production at Google for the last three years+.… Source: Snap: a microkernel approach to host networking – the morning paper