Today I Learned¶
Welcome to my digital garden / second brain where I try to dump everything I learn in its most raw form 🌱
43 TILs and counting...
Categories¶
| Artificial Intelligence[11] | Bash[1] | C++[4] |
| Command Line Tools[6] | Computer Networks[4] | Docker[1] |
| Git[1] | Kubernetes[1] | Miscellaneous[4] |
| Operating Systems[3] | Python[4] | Web Development[3] |
Recent TILs 🆕¶
| Important Modules To Learn About |
| Find out last modified date of a file |
| _uv_: The new virtual environment |
| Walrus operator |
| What is web? |
Artificial Intelligence¶
- Data Pre-Processing
- Feature Scaling Techniques
- Reinforcement Learning: The 3rd class of Learning Problems
- MCP Server: What is it all about?
- Deep Learning: Resources for learning
- Deep Learning: CNNs
- Papers on the reading list
- Regularization: A way to select features
- Datasets for practicing
- Large Language Models: Locally running one
- RAG: What is it?
Bash¶
C++¶
Command Line Tools¶
bat:cat, but with syntax highlighting!yadm: Yet Another Dot Managerzoxide:cdon steroidsfzf: A general-purpose command-line fuzzy finderjq: JSON formatter for the terminalfzf: Previewing a file
Computer Networks¶
- Sniff packets on the network
- Sockets: A guide
- Signals
- SSH: Cool way to connect to another machine in a local network
Docker¶
Git¶
Kubernetes¶
Miscellaneous¶
- Formatting Syntax for Github Markdown
- Data structures used for string matching and checking for existence in a hashmap
- ANSI escape codes
- Compression: Byte Pair Encoding
Operating Systems¶
- Installing a Linux Distro alongside Windows
- Removing write protection from disk / USB drive
- Never defrag an SSD
Python¶
- Important Modules To Learn About
- Find out last modified date of a file
- uv: The new virtual environment
- Walrus operator
Web Development¶
About¶
I found out about TILs from Bhupesh-V/til.
Other resources: - jbranchaud - thoughtbot - simonw