dev

Data Compression

September 15, 2023
dev, cs

Data Compression # Data Compression Explained by Matt Mahoney Hutter Prize for Compressing Human Knowledge

Index

August 28, 2021
index, networking, compsci, sysadmin, dev, work, misc, linux

Index # All of my notes can now be found on my github . Search by tag . Computer Science # Development # Programming Editors Markup Documentation Strategies System Administration # Linux Networking Security Servers Data DevOps # Automation Personal Development # Learning Career Finance Mental Health Fitness Productivity Architecture # Architecture Home # Office Aesthetics Furniture Materials Music # Music Environment # Climate Change Sustainability Clean Energy Work # Notes Playbooks Training Wiki Pipeline Miscellaneous # Automotive

Code Linting

dev, vim, docs

Linters # ale vale markdownlint proselint Markdown linters # vale markdownlint proselint Trim whitespace in vim # Remove all trailing whitespace in a file %s/\s\+$//eSee also: Remove unwanted spaces

Cool Dev Shit

dev

Cool Dev Shit # redbean 2.0 Actually Portable Executable I have no idea how this works, and can’t even make sense of the blog post, but I wish I did.

Development

dev, webdev, regex

Text Processing # Regular Expressions Web Development # Frameworks # Static Site Generators # Jekyll Hugo Misc. # WebSockets

Git

utilities, dev, scm

Git # Wikipedia - Git Commits # How to Write a Git Commit Message Resources # Git Cheatsheet How to rebase forked repo with upstream master: How to update a forked repo with git rebase Organizing multiple Git identities Books # Pro Git Book * Recommended in Unix And Linux System Administration Handbook as a spectacular reference. ...