blob: 3584725c2f3d47df9b3f5be4892e8acd39e64f4a (
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>About | 0xhenrique</title>
<link rel="canonical" href="https://0xhenrique.neocities.org/">
<link rel='alternate' type='application/rss+xml' title="0xhenrique RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="whois
Hello there! You can call me Henrique.
The main purpose of this website is to share some interesting things I find on the world wide web and the projects of mine.
Some of the stuff I work on Github.
My setup
Nothing fancy to be honest. Since I spend most of my time inside Emacs, I don’t really rice my computer.
I’ve been through that phase though. Remaping keybindings, customising themes, colourschemes etc.
Today things are simpler for me. Just my Emacs and Vim config and that’s it. Even the i3 window manager I try to stick to the defaults.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<meta charset="utf-8">
</head>
<body>
<ul class="menu-list">
<li class="menu-item"><a href="https://0xhenrique.neocities.org/">λ</a></li>
<li class="menu-item"><a href="https://0xhenrique.neocities.org//tags/projects">Projects</a></li>
<li class="menu-item"><a href="https://0xhenrique.neocities.org//tags">Tags</a></li>
<li class="menu-item" style="float:right"><a href="https://0xhenrique.neocities.org//about">About</a></li>
</ul>
<main>
<header><h1 id="tag_About">About</h1></header>
<article>
<h1 id="whois">whois</h1>
<p>Hello there! You can call me Henrique.
The main purpose of this website is to share some interesting things I find on the world wide web and the projects of mine.
Some of the stuff I work on <a href="https://github.com/henrique-marques-vsoft">Github</a>.</p>
<h2 id="my-setup">My setup</h2>
<p>Nothing fancy to be honest. Since I spend most of my time inside Emacs, I don’t really <em>rice</em> my computer.
I’ve been through that phase though. Remaping keybindings, customising themes, colourschemes etc.
Today things are simpler for me. Just my Emacs and Vim config and that’s it. Even the i3 window manager I try to stick to the defaults.</p>
<p>Here are some of my configs:</p>
<ul>
<li>Laptop: Thinkpad T480</li>
<li>OS: GNU Guix</li>
<li>Shell: bash</li>
<li>Resolution: 1920x1080 (1 monitor is enough for me)</li>
<li>WM: EXWM</li>
<li>Terminal: eshell/vterm/kitty</li>
<li>CPU: Intel i5-8350U (8) @ 3.600GHz</li>
<li>GPU: 😕</li>
<li>RAM: 24Gb</li>
<li>Text editor: Emacs (29)</li>
</ul>
<h2 id="keyboards">Keyboards</h2>
<h3 id="the-charybdis-by-bastard-keyboards">The Charybdis by Bastard Keyboards</h3>
<!-- raw HTML omitted -->
<p>Right now I’m using the Charybdis. It simply feels “correct” to type with it.<br>
The only <em>drawback</em> from this keyboard is the price, but I don’t think you will find a dactyl for a cheap price.<br>
As far as I know, there’s no company mass producing that type of keyboard.<br>
But at the end I think it’s worth it, at least for me it is.</p>
<h3 id="the-sofle-v1-by-mechboards-uk">The Sofle V1 by Mechboards UK</h3>
<!-- raw HTML omitted -->
<p>The other one I have (although don’t use very much anymore) is the Sofle V1 that I bought from Mechboards UK.
It was very nice to type on a <em>low profile</em> keyboard. It’s not so expansive as the Charybdis.</p>
<div id="nextprev"><a href="/internet-lurk-compilation/"><div id="nextart">Next:<br>Internet Lurk Compilation #1</div></a>
</div>
</article>
</main>
<footer><a href="/index.xml">Subscribe to my RSS feed</a>
</footer>
</body>
</html>
|