aboutsummaryrefslogtreecommitdiff
path: root/vouchedSoftware.html
blob: 8c0f854a38dd15dbee8c662f6bb5c44f5cc6ef55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
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>