-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuses.html
116 lines (112 loc) · 3.86 KB
/
uses.html
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
---
layout: default
title: Uses
---
<article>
<h1>Uses</h1>
<p>
No-one ever asks me what software or hardware I use, so I'll write it down
here.
</p>
<h2>Editor & terminal</h2>
<ol>
<li>
💾 <a href="https://code.visualstudio.com/" rel="noopener external"
>Visual Studio Code</a
>
is my default editor, because of the performance and sheer amount of
plugins it provides. It allows me to do pretty much anything I want. That
includes using <a rel="noopener external" href="https://github.com/Microsoft/vscode-atom-keybindings">Atom keybindings</a>.
</li>
<li>
▲ It's hard to find, but I use the
<a
href="https://twitter.com/shuding_/status/1074393919750881280"
rel="noopener external"
>Zeit Theme</a
>
in VS Code. Great contrast and not too many different colors.
</li>
<li>
🕶 Sindre Sorhus created
<a
href="https://github.com/Tyriar/vscode-snazzy"
rel="external noopener"
>Snazzy themes</a
>
and I'm a sucker for it. Great contrast and just enough Git information to get by.
</li>
</ol>
<h2>Apps</h2>
<ol>
<li>
🦊
<a
href="https://www.mozilla.org/en-US/firefox/developer/"
rel="noopener external"
>Firefox Developer Edition</a
>
keeps me on pretty much the latest available tech, while not having to
deal with the instability of a nightly build. In terms of privacy Firefox
usually seems to do well. The Developer Tools are also great for a frontend
dev like me.
</li>
<li>
🟦 Whenever I see someone dragging their windows across their monitor
manually, I cringe. What a waste of time and energy.
<del><a href="https://www.spectacleapp.com">Spectacle</a></del>
<ins><a href="https://github.com/rxhanson/Rectangle" rel="noopener noreferrer external">Rectangle</a></ins>
has made my life so
much easier, allowing me to instantly make windows full-screen,
half-screen, top-half-screen and more with only a handful of keyboard
shortcuts.
</li>
<li>
🎸 <a href="https://www.spotify.com" rel="noopener external">Spotify</a>.
Not a single day goes by without it.
</li>
<li>
🦆
<a href="https://duckduckgo.com/spread" rel="external noopener"
>DuckDuckGo</a
>
is a good replacement for Google Search. Very rarely (< 1 × per
week) need I search something via Google. DuckDuckGo respects my privacy,
is pretty fast and gives proper search results, while displaying very
minimal, non-targeted ads.
</li>
<li>
👀 I
<a href="https://usefathom.com/ref/I6TUXR" rel="external noopener"
>use Fathom</a
>
on most of my websites for analytics. Google Analytics and many other
solutions are way too privacy invasive and Fathoms promise to focus on
privacy and very minimal analytics is very attractive. Their $14,-/month
is a small price to pay for much better protection of my visitors. And if
you click
<a href="https://usefathom.com/ref/I6TUXR" rel="external noopener"
>this link</a
>, you'll get $10 discount on your first invoice. Note: this is a referral
link, so I would get a discount on my own invoice as well.
</li>
</ol>
<h2>Hardware</h2>
<ol>
<li>💻 One trusty old rusty MacBook Air</li>
<li>
🎧 I can't do a day of coding without my
<a
href="https://en-us.sennheiser.com/wireless-headphone-headset-bluetooth-noise-cancelling-pxc-550-travel"
rel="external noopener"
>Sennheiser PXC 550</a
>. Sound quality and noise cancellation are top notch!
</li>
<li>
📺 I treated myself to a
<a href="https://www.philips.nl/c-p/346B1C_01/gebogen-ultrabrede-lcd-monitor-met-usb-c" rel="noreferrer noopener external">Philips B-line 346B1C</a>
monitor since I've been Working From Home and I'm loving it. Power, network and display all in a single USB-C cable on
a larger-than-strictly-necessary screen. Pricy but worth it!
</li>
</ol>
</article>