Archives
All the articles I've archived.
-
Linking files using symlink and stow
While updating some symlinks for my .dotfiles and AI instructions I took some quick notes on using symlinks and stow.
-
Obsidian PDF Export Styles
I customized my Obsidian PDF export styles using CSS and put together a template you can use to style most Markdown elements to your liking when exporting to PDF in Obsidian.
-
Improving Zsh Startup Time
Took some time to figure out why my zsh startup time is so slow. Figured out how to do some profiling and add some caching and pre-compiling to improve the startup time drastically.
-
CSS Grid Basics
While going through some CSS fundamentals I reviewed and noted down some basics of using CSS Grid.
-
Making API Calls From The Terminal
Some notes I took for practical usage of the curl command-line tool.
-
Using Git Worktree
I use git worktree to manage and work on multiple branches. This comes in handy when you want to run and compare code from different branches of the same project.
-
From AI To Language Models
Updated:What is the relation between AI, Machine Learning, Deep Learning and Large Language Models (LLM)?