blob: 8e0009e654f55db79e0f1478c57cb1cb6cad49cc (
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
|
<!DOCTYPE html>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
<title>About | 0xhenrique</title>
<link rel="canonical" href="http://localhost:1313/">
<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. Feel free to reach out on Github or LinkedIn.
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.">
<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="http://localhost:1313/">λ</a></li>
<li class="menu-item"><a href="http://localhost:1313//tags/projects">Projects</a></li>
<li class="menu-item"><a href="http://localhost:1313//tags">Tags</a></li>
<li class="menu-item" style="float:right"><a href="http://localhost:1313//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.
Feel free to reach out on <a href="https://github.com/henrique-marques-vsoft">Github</a> or <a href="https://www.linkedin.com/in/all123all/">LinkedIn</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 and NixOS</li>
<li>Shell: bash</li>
<li>Resolution: 1920x1080 (1 monitor is enough for me)</li>
<li>WM: i3wm</li>
<li>Terminal: 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>
<p><strong>Dotfiles</strong> [still need to add Guix]: <a href="https://github.com/henrique-marques-vsoft/dotfiles/">https://github.com/henrique-marques-vsoft/dotfiles/</a><br>
<strong>Emacs</strong>: <a href="https://github.com/henrique-marques-vsoft/pachemacs">https://github.com/henrique-marques-vsoft/pachemacs</a></p>
<h2 id="keyboards">Keyboards</h2>
<h3 id="the-charybdis-by-bastard-keyboards">The Charybdis by Bastard Keyboards</h3>
<p><img src="https://i.imgur.com/vqbSpXX.jpeg" alt="2nd photo">
Right now I’m using the Charybdis. It simply feels “correct” to type with this.<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>
<p><img src="https://i.imgur.com/O4zYPni.jpeg" alt="1st photo">
The other one I have (but 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>
|