Quotidien Shaarli
April 9, 2025
rstun
A TCP/UDP tunnel over QUIC written in Rust.
rstun is a high-performance TCP/UDP tunneling solution. It leverages the Quinn library for QUIC transport, ensuring efficient, low-latency bidirectional communication, secured by QUIC’s integrated TLS layer.
Key Features
Bidirectional TCP and UDP communication over a single QUIC tunnel.
Encryption provided by QUIC’s inherent TLS layer.

Self-Hosting A Cluster On Old Phones
1 Comment
by: Bryan Cockfield
April 9, 2025
The phones most of us carry around in our pockets every
What is EditorConfig?
EditorConfig helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles. EditorConfig files are easily readable and they work nicely with version control systems.