<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tools :: Dimitar's CBA Blog</title><link>https://dimitar.pages.cba.mit.edu/blog/tools/index.html</link><description>My favorite tools</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://dimitar.pages.cba.mit.edu/blog/tools/index.xml" rel="self" type="application/rss+xml"/><item><title>Git</title><link>https://dimitar.pages.cba.mit.edu/blog/tools/git/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dimitar.pages.cba.mit.edu/blog/tools/git/index.html</guid><description>TL;DR git clone &lt;url> git add . git commit -m "make changes" git pull git push Introduction Git is truly fantastic software, and potentially my all-time favorite tool. It simultaneously solves two problems: version control and collaboration. I use it for all kinds of things. As a rule of thumb, every time I create a file that I may some day want to edit, I make sure it’s under Git control, even if it’s entirely local.</description></item><item><title>dwm</title><link>https://dimitar.pages.cba.mit.edu/blog/tools/dwm/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dimitar.pages.cba.mit.edu/blog/tools/dwm/index.html</guid><description>dwm is my favorite window manager. Its homepage is here: https://dwm.suckless.org/. Though the name annoys me a bit, that website has a number of great tools written with the same philosophy. I will mention a few here. Admittedly, their philosophy is not a great one for every type of tool, but it is a great one for a window manager.
Why I ❤️ dwm It’s fast. My computer boots almost immediately, which begs the question, what is GNOME loading?</description></item></channel></rss>