website/public/uses/index.html
2024-03-26 22:49:38 +01:00

133 lines
2.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="de"
dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>What I use | Jan Kremer</title>
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN&#43;lG5LQM=" crossorigin="anonymous">
<script data-goatcounter="https://jankremer.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
</head>
<body>
<header>
<h1 class="title"><a href="/">Jan Kremer</a></h1>
<nav>
<ul>
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/micro/">Microblog</a>
</li>
<li>
<a href="/photos/">Fotos</a>
</li>
<li>
<a href="/about/">Über mich</a>
</li>
</ul>
</nav>
</header>
<main>
<article>
<time datetime="2023-12-30T08:03:20&#43;01:00">2023-12-30</time>
<br>
<h1>What I use</h1>
<p class="lead">Nobody ever asked me what I&#39;m currently using, but I decided to tell you anyway.</p>
<h2 id="hardware">Hardware</h2>
<ul>
<li>MacBook Pro 2015</li>
<li>iPhone X</li>
<li>Apple Watch SE</li>
<li>AirPods Pro</li>
<li>Logitech MX Master 3 (rarely)</li>
</ul>
<h2 id="software">Software</h2>
<table>
<thead>
<tr>
<th>Category</th>
<th>Software</th>
</tr>
</thead>
<tbody>
<tr>
<td>Unless otherwise stated</td>
<td>Apple default apps</td>
</tr>
<tr>
<td>RSS reader</td>
<td><a href="https://netnewswire.com">NetNewsWire</a></td>
</tr>
<tr>
<td>Notes</td>
<td><a href="https://obsidian.md">Obsidian</a></td>
</tr>
<tr>
<td>To-Do list</td>
<td><a href="https://culturedcode.com/things">Things</a></td>
</tr>
<tr>
<td>Text editor</td>
<td><a href="https://neovim.io">Neovim</a>, <a href="https://helix-editor.com">Helix</a></td>
</tr>
<tr>
<td>Word processing</td>
<td><a href="https://typst.app">Typst</a></td>
</tr>
<tr>
<td>Window manager</td>
<td><a href="https://github.com/ianyh/Amethyst">Amethyst</a></td>
</tr>
<tr>
<td>Terminal emulator</td>
<td><a href="https://sw.kovidgoyal.net/kitty">Kitty</a></td>
</tr>
<tr>
<td>Package manager</td>
<td><a href="https://nixos.org">Nix</a>, <a href="https://brew.sh">Homebrew</a></td>
</tr>
</tbody>
</table>
</article>
<hr>
<div class="tags">
<ul>
<li><a href="/tags/meta/">Meta</a></li>
</ul>
</div>
</main>
<footer>
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a> &emsp;&emsp; Jan Kremer &emsp;
&emsp; 20212024</p>
</footer>
</body>
</html>