aboutsummaryrefslogtreecommitdiff
path: root/vouchedSoftware.html
diff options
context:
space:
mode:
Diffstat (limited to 'vouchedSoftware.html')
-rw-r--r--vouchedSoftware.html124
1 files changed, 124 insertions, 0 deletions
diff --git a/vouchedSoftware.html b/vouchedSoftware.html
new file mode 100644
index 0000000..8c0f854
--- /dev/null
+++ b/vouchedSoftware.html
@@ -0,0 +1,124 @@
+<!doctype html>
+<!--
+Copyright (C) 2021 Dominic Matarese
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+-->
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <title>Doms Domain</title>
+ <link rel="stylesheet" type="text/css" href="style.css"/>
+<style>
+#main {
+ margin: 0 0 0 200px;
+ max-width: 100em;
+ padding: 1.5em;
+}
+
+table {
+ table-layout: fixed;
+}
+
+img {
+ height: 200px;
+}
+
+#gpl {
+ width: 110px;
+ height: 46px;
+}
+
+td {
+ vertical-align: top;
+ padding: 30px;
+}
+
+h1 {
+ font-style: bold;
+}
+</style>
+</head>
+<hr class="hidden"/>
+<div id="topNav">
+ <a id="title" class="title" href="https://itsthedom.com/"><b>Dominic Matarese</b></a>
+ <a href="https://itsthedom.com/"><b>Home</b></a>
+ <a href="https://itsthedom.com/resume">resume</a>
+ <a href="https://git.itsthedom.com/">git</a>
+ <a href="">videos</a>
+ <a href="">source</a>
+ <a class="right" href="https://itsthedom.com/donate">donate</a>
+ <a class="right" href="gplv3.txt">license</a>
+</div>
+<hr class="hidden"/>
+<div id="content">
+<div id="sideNav">
+ <ul>
+ <li><a href="https://itsthedom.com/vouchedSoftware.html"><b>Software I use</b></a></li>
+ <li><a href="https://itsthedom.com/linux">GNU/Linux</a></li>
+ <li><a href="https://itsthedom.com/crypto">Cryptocurreny</a></li>
+ </ul>
+</div>
+<hr class="hidden"/>
+<div id="main">
+ <table>
+ <tr>
+ <td>
+ <h1>Operating System</h1>
+ <img src="artix-logo.png">
+ </td>
+ <td>
+ <h1>Text Editor</h1>
+ <img src="vim.png">
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2>Artix Linux (Arch Linux fork, recently switched from Arch)</h2>
+ <p><a href="https://artixlinux.org">Artix Linux</a> (previously <a href="https://archlinux.org">Arch Linux</a> after <a href="https://linuxmint.com">Linux Mint</a> and Windows XP/7/10) is where much of my productive work is done nowadays. Some may be critical of Linux for desktop use but I appreciate (among many, many reasons) the fact that the OS is user-centric (does nothing automatically, stays out of the way and assumes the user knows what they are doing), is <a href="https://fsf.org/">Free Software</a>, and comes with no <a href="https://en.wikipedia.org/wiki/Pre-installed-software">bloatware</a>.
+ I especially like the Arch User Repository, which enables arch-based distributions to have more software packages available than most other GNU/Linux distributions. Arch-based distros also typically apply very few downstream changes to packages, which I appreciate.
+ </p>
+ <p>
+ Recently I have joined the trend(?) of cutting even more bloat and discontinuing use and support of the systemd init system on my personal desktop by switching to Artix. There are actually many reasons why someone would want to do this, both <a href="https://nosystemd.org/">technical</a> and <a href="https://en.wikipedia.org/wiki/Unix_philosophy">non-technical</a>, but really I just think Arch is becoming too mainstream and want to keep roleplaying as some kind of techno hipster while still keeping the benefits of Arch.
+ </p>
+ <p>
+ I dual-boot with Windows 10 as well when I need access to Microsoft products or for compatibility reasons.
+ </p>
+ </td>
+ <td width="50%">
+ <h2>Vim</h2>
+ <p>Vim. Once you get past the learning curve you never go back. GVIM or Notepad++ on Windows.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h1>Web Browser</h1>
+ <img src="librewolf.png">
+ <h2>Librewolf</h2>
+ <p><a href="https://librewolf-community.gitlab.io/">Librewolf</a> is like UnMozilla'd firefox. It's a fork of firefox, focused on privacy, security, and freedom. Its main features include "no experiments, adware, annoyances, or unnecessary distractions."</p>
+ </td>
+ </tr>
+ </table>
+</div>
+</div>
+<div id="footer">
+ This website is released under the <a href="https://www.gnu.org/licenses/gpl.txt">GNU GPL v3.0</a> by Dominic Matarese
+</div>
+
+<div id="footer">
+ <div class="left"> <img id="gpl" src="gplv3.png" width="110" height="46"></div>
+</div>
+</div>
+
+</html>