Skill TUI is a wrapper around the existing Skills CLI. It is meant to be a more beautiful way to browse through skills directly from your terminal! Written in Rust with ratatui!
My own kernel from scratch
Simple utility that allows you to measure the time a process took to execute, written in rust. example usage: $ wtime python -c "for i in range(543934): print('WTIME IS PEAK')" WTIME IS PEAK WTIME IS PEAK ... #continues until printed 543934 times WTIME IS PEAK Process took: 2 secs It is designed to run the applications directly, and not stuff like echo and so on.