There is interesting end-to-end delay-based congestion control algorithm Copa.
Here you can find the details.
Facebook tried to use it and results seem very promising.
Let's suppose you want to format flash drive but while you are trying to start formatting you see an error like this ‘The driver descriptor says the physical block size is 2048 bytes, but Linux says it is 512 bytes’.
Moreover, partitions can not be removed using neigher gnome disk nor gparted.
In that case you can use fdisk with privileged access:
fdisk /dev/sdX To show partition you can use ‘p’ command, to remove partition - ‘q’ command.
Here is the site of the project.
Custom pipelines can be defined as code.
source
Here is the library that allows you to call python code from clojure.
Here is the description of a bunch of JVM's flags and some recommendations how to use them.