132 private links
Other than your Git repository storing your source code, the second most valuable source of information is your commits which chronicle the evolution of your codebase. Your commits are a treasure trove of information — when well written — because they allow you to:
- Achieve Second-Order Thinking by having the long tail of thought in order make forward thinking decisions.
- Have well thought out Code Reviews. Even better, mentorship is built in by default because your code review’s Git history allows less experienced engineers have a chance to level up and learn from more experienced engineers.
- Automate the generation of release notes and versions based on your curated commit history to produce Milestones for your team, stakeholders, and customers.
This is a simple, no-nonsense, cross-platform graphical user interface for Neovim (an aggressively refactored and updated Vim editor). Where possible there are some graphical improvements, but functionally it should act like the terminal UI.
- Dillo is a multi-platform graphical web browser known for its speed and small footprint.
- Dillo is written in C and C++.
- Dillo is based on FLTK, the Fast Light Toolkit (statically-linked by default!).
- Dillo is free software made available under the terms of the GNU General Public License (GPLv3).
- Dillo strives to be friendly both to users and developers.
- Dillo helps web authors to comply with web standards by using the bug meter.
A cli tool to visualize different sorting techniques. - crypticsaiyan/visusort
Block everything. Allow only what matters. A DNS tool for productivity, focus, and child safety. Allowlist-only internet for distraction-free work. - berbyte/sinkzone
Xmoto : all the replays, the levels, the best players of xmoto are here !
Store your data from all your accounts and devices in a single cohesive timeline on your own computer.
Formulosity is a self-hosted app for building and deploying the surveys using code instead of traditional survey builders.
Scooter is an interactive find-and-replace terminal UI app.
Search with either a fixed string or a regular expression, enter a replacement, and interactively toggle which instances you want to replace. You can also specify a regex pattern for the file paths you want to search.
w2vgrep is a command-line tool that performs semantic searches on text input using word embeddings. It's designed to find semantically similar matches to the query, going beyond simple string matching. Supports multiple languages. The experience is designed to be similar to grep.
SSHamble is a research tool for SSH implementations that includes:
- Interesting attacks against authentication
- Post-session authentication attacks
- Pre-authentication state transitions
- Authentication timing analysis
- Post-session enumeration
A command line journal inspired by https://github.com/jrnl-org/jrnl I wanted to have a minimal journaling system that would store my files encrypted, and be easy to setup across multiple devices without needing too many dependencies.
Recently I realize I've accumulated quite a few packages and wanted to do some cleaning and organizing.
These are the ones I kept and find useful.
The game engine for high-performance cross-platform games.
Full Django in a single file - views, models, API ,with async support. Automatically convert it to a full project.
- Write a Django site in a single file, using views, models and admin
- Run it locally or in production, or share it as a standalone script
- Automatically convert it to a full Django project when you're ready for it to grow
There are some aliases and Git addons that I use to make my life easier.