aboutsummaryrefslogtreecommitdiffstats
path: root/shit.html
blob: 788805d029e9b6390ebd98cce4769703c93237b0 (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
125
126
127
128
129
130
131
132
133
134
135
136
<!--
 * ========================
 * =====    ===============
 * ======  ================
 * ======  ================
 * ======  ====   ====   ==
 * ======  ===     ==  =  =
 * ======  ===  =  ==     =
 * =  ===  ===  =  ==  ====
 * =  ===  ===  =  ==  =  =
 * ==     =====   ====   ==
 * ========================
 *
 * jozan.org: shit.html
 * Sun Apr 17 16:11:26 CEST 2022
 * Joe
 *
 * The cool files
-->

<!DOCTYPE html>
<html lang="en">
	<head>
		<title>Joe's shit</title>
		<meta charset="UTF-8">
		<meta name="robots" content="index, follow">
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<meta name="description" content="Blog and Internet personnal space">
		<meta name="keywords" content="developper, dev, sysadmin, sys-admin, blog, articles, tech, tips, UNIX, BSD, FreeBSD, shell, low-level, c, c++, assembly">
		<meta name="author" content="Joe Zhan <rrbo@proton.me>">
		<link rel="stylesheet" type="text/css" href="css/site.css">
	</head>
	<body>
		<div class="fullpage">
			<header>
				<h1><a href="index.html">Joe's shit</a></h1>
			</header>
			<div class="sidebar">
				<ul>
					<li><a href="index.html">home</a></li>
					<li><a href="projects.html">projects</a></li>
					<li>
						<a href="shit.html">shit</a>
						<ul>
							<li><a href="shit/computing.html">computing</a></li>
							<li><a href="shit/music.html">music</a></li>
							<li><a href="shit/recordings.html">recordings</a></li>
							<li><a href="shit/albums.cgi">albums</a></li>
							<li><a href="shit/gpt.html">gpt</a></li>
							<li><a href="shit/files.html">files</a></li>
						</ul>
					</li>
					<li><a href="thoughts.html">thoughts</a></li>
					<li><a href="links.html">links</a></li>
				</ul>
					<hr>
				<ul>
					<li><a href="http://gitjoe.xyz/">GitJoe</a></li>
				</ul>
			</div>
			<div class="body-contents">
				<h1>Some of my shit</h1>
				<p>
					This is the place to find some stuff. Some is good, some is
					bad.
				</p>
				<h2>computing</h2>
				<p>
					This is a presentation of the hardware and software I'm
					using.
				</p>
				<p>
					These are the things I use in my day-to-day computing
					experience at home. As I enjoy working from my computers
					and tweaking them, I recommend them all.
				</p>
				<p>
					<a href="shit/computing.html">more...</a>
				</p>
				<h2>music</h2>
				<p>
					Not much for now, I'll add the shit I play later.
				</p>
				<p>
					<a href="shit/music.html">more...</a>
				</p>
				<h2>recordings</h2>
				<p>
					I recorded a lot of music for friends and I guess myself
					during my life. I'll try to report most of them, share
					stories, experiences, hardware and software being used on
					this page. Damn this page is gonna be so cool.
				</p>
				<p>
					<a href="shit/recordings.html">more...</a>
				</p>
				<h2>albums</h2>
				<p>
					Just some albums I like. This is mainly meant to show off CGI
					skills and share my music taste to the world.
				</p>
				<p>
					<a href="shit/albums.cgi">more...</a>
				</p>
				<h2>an intersting chat with an AI</h2>
				<p>
					I've been wanting to try ChatGPT for a long time, but
					everytime I tried, the servers were too busy. For my first
					experiment with it, I wanted to challenge it with a
					sensitive subject that I knew I could discuss with no human.
				</p>
				<p>
					I'm sharing here the little chat I had with it, with
					screenshots attached.
				</p>
				<p>
					<a href="shit/gpt.html">more...</a>
				</p>
				<h2>files</h2>
				<p>
					These are some files I give to you for free.
				</p>
				<p>
					<a href="shit/files.html">more...</a>
				</p>
			</div>
			<footer>
				<p>
					Copyright &copy; 2020-2022, Joe -
					see <a href="license.html">LICENSE</a> -
					this website does not use cookies or php or js
				</p>
			</footer>
		</div>
	</body>
</html>