aboutsummaryrefslogtreecommitdiff
path: root/programs.html
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2022-09-12 22:56:16 +0000
committerKumar Damani <me@kumardamani.net>2022-09-12 22:56:16 +0000
commite629cc77768ad029445648540a0dd4129ce869a7 (patch)
tree3d837f3df3962c8b626b7359558933a9d4c379fc /programs.html
parent89ea076e19c28ebb27b0bd7096b7bb3c319f9563 (diff)
moved to hugo
Diffstat (limited to 'programs.html')
-rw-r--r--programs.html103
1 files changed, 0 insertions, 103 deletions
diff --git a/programs.html b/programs.html
deleted file mode 100644
index a90cdf7..0000000
--- a/programs.html
+++ /dev/null
@@ -1,103 +0,0 @@
-<!DOCTYPE HTML>
-<html lang="en">
-
-<head>
- <title>Programs and Equipment</title>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel='stylesheet' type='text/css' href='style.css'>
-</head>
-
-<body>
- <h1>Programs and Equipment I Use</h1>
-
- <h2>Software I Use</h2>
-
- <h3>Priorities</h3>
-
- <p>I'm about getting things done quickly and having as little space between my thoughts and actions on the computer.
- </p>
-
- <p>I like having vim-like bindings and prefer running programs in the terminal for simplicity's sake. That said, I'm
- very much against the cringey meme that things in the terminal are "cooler" or "nerdier" XD. Terminals are good
- for most tasks, but useless for others, for example, browsing the modern web (I admit this unfortunate fact with
- much consternation) or looking at maps.
- </p>
-
- <dl>
- <dt>Distribution</dt>
- <dd>Manjaro (stable) though this is a bit of a moot point since there's been a lot of convergence among the
- popular distros recently especially since they all offer some dedicated channel for getting upto date
- software. The real day-to-day difference to workflow comes from the choice of desktop environment. I do like
- Debian, and Fedora as well.</dd>
-
- <dt>Desktop Environment</dt>
- <dd>I setted on Gnome w/ Wayland after many years of hopping. Gnome comes with all the tools you'd expect to see
- in a moderm desktop, and for the most part these tools are perfectly capable of doing the task they are
- meant to do. This means that the desktop enviroment just gets out of the way which I've really come to
- appreciate over time. Prior to Gnome, I've used DWM + Sxhkd, KDE Plasma. I'm glad DWM exists and people get
- use out of it, but for now I do not miss it - I'm sure that will eventually change too.</dd>
-
- <dt>Text editing and programming</dt>
- <dd><a href="https://www.vim.org/" target="_blank">vim</a>. Less of a text editor and more of a lifestyle. No,
- I'm not going to ever switch to emacs. I use the pywal plugin for colors. Technically, I use neovim.</dd>
-
- <dt>Web browser</dt>
- <dd>The web is bloat so they are all kinda terrible. I have tried, chrome, qutebrowser in the past. Right now I
- use <a href="https://vivaldi.com/" target="_blank">Vivaldi</a> with the add-on Vimium to get customizable
- vim-like keybindings.
- </dd>
-
- <dt>File manager</dt>
- <dd><a href="_blank" target="https://github.com/jarun/nnn">nnn</a>. Yes, I have used ranger.</dd>
- </dl>
-
- <h2>Where can I find good software options?</h2>
-
- <p>The program of your dreams is probably listed below:</p>
-
- <ul>
- <li><a target="_blank" href="https://suckless.org/rocks/">The suckless website's list of programs that
- "rock"</a> &ndash; Generally minimalist programs</li>
- <li><a target="_blank" href="https://github.com/mayfrost/guides/blob/master/ALTERNATIVES.md">A more
- comprehensive (and gradient) list of minimalist software</a></li>
- <li><a target="_blank" href="https://directory.fsf.org/wiki/Main_Page">The FSF's Free Software Directory</a>
- &ndash; Emphasis on libre software (although most software in the links above will have free licenses as
- well)</li>
- <li><a target="_blank"
- href="https://wiki.installgentoo.com/index.php/List_of_recommended_GNU/Linux_software">Install Gentoo
- wiki recommendations</a> &ndash; A good mix of programs for novices and advanced users</li>
-
- </ul>
-
- <h2>Hardware I Use</h2>
-
- <dl>
- <dt>Laptop</dt>
- <dd>The main laptop I use is the Framework laptop <a target="_blank" href="https://frame.work/"></a>. I'm a huge
- fan of the whole concept coming from a few generations of ThinkPads. It remains to be seen if they can hold
- true to their promise for providing upgradable motherboards, but from everything I've gotten so far, I'm
- impressed.
- </dd>
- </dl>
-
- <h2>What I don't use</h2>
-
- <dl>
-
- <dt>Proprietary software</dt>
- <dd> I'm not going to endorse proprietary services that have gone out of their way to spy on or politically
- suppress their users, just as Facebook, or Discord.
- One of the many potential take-aways you should get from me is that the use of libre/free software, by its
- nature, is more constructive and extensible&mdash;that's the point. There are philosophical reasons for this
- you'll run across in time, but for now, suffice it to say I will not endose the usage of proprietary
- software.
- </dd>
- </dl>
-
- </br>
- <big>
- <a href="index.html">Return to main page</a></big>
-</body>
-
-</html>