Update gitignore
4
.github/workflows/main.yml
vendored
|
|
@ -37,8 +37,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
|
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
|
||||||
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
|
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
|
||||||
- name: Install Dart Sass
|
|
||||||
run: sudo snap install dart-sass
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
@ -46,8 +44,6 @@ jobs:
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
id: pages
|
id: pages
|
||||||
uses: actions/configure-pages@v4
|
uses: actions/configure-pages@v4
|
||||||
- name: Install Node.js dependencies
|
|
||||||
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
|
|
||||||
- name: Build with Hugo
|
- name: Build with Hugo
|
||||||
env:
|
env:
|
||||||
# For maximum backward compatibility with Hugo modules
|
# For maximum backward compatibility with Hugo modules
|
||||||
|
|
|
||||||
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
|
/public/
|
||||||
.hugo_build.lock
|
.hugo_build.lock
|
||||||
.direnv
|
.direnv
|
||||||
|
|
|
||||||
|
|
@ -1,77 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>Über mich | Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.css">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</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 aria-current="page" class="active" href="/about/">Über mich</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
|
|
||||||
</header>
|
|
||||||
<main>
|
|
||||||
|
|
||||||
<article>
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2022-12-10T00:00:00+00:00">2022-12-10</time>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<h1>Über mich</h1>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
|
|
||||||
<p>Mein Name ist Jan Kremer. Ich bin 27 Jahre alt und studiere Pharmazie an der Uni Regensburg. Manchmal schreibe ich über Technik und Software <a href="/uses">die ich benutze</a> oder <a href="/now">was ich gerade mache</a>.</p>
|
|
||||||
<p>Wenn ich nicht gerade lerne, mache ich gerne Sport, vor allem Joggen, Kraftsport und Skifahren.</p>
|
|
||||||
<h2 id="kontakt">Kontakt</h2>
|
|
||||||
<h3 id="matrix">Matrix</h3>
|
|
||||||
<p><a href="https://matrix.to/#/@jankremer:matrix.org">@jankremer:matrix.org</a></p>
|
|
||||||
<h2 id="ipfs">IPFS</h2>
|
|
||||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>QmfPgBDRMVsAcdZuK26v5fxGBcUixyYqeibArBf5YYguz2
|
|
||||||
</span></span></code></pre></div>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
Before Width: | Height: | Size: 2 KiB |
|
Before Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 2.9 KiB |
|
|
@ -1,94 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>Geheime Botschaften – Simon Singh | Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+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 aria-current="true" class="ancestor" 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-09-09T00:00:00+00:00">2023-09-09</time>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<h1>Geheime Botschaften – Simon Singh</h1>
|
|
||||||
|
|
||||||
<p class="lead">Buchvorstellung</p>
|
|
||||||
|
|
||||||
<p>Ich las vor kurzem das Buch <em>Geheime Botschaften. Die Kunst der Verschlüsselung von der Antike bis in die Zeiten des Internet</em><sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup> von <a href="https://simonsingh.net">Simon Singh</a>.
|
|
||||||
Es stellt eine Einführung in die Geschichte der Verschlüsselung dar und ist für jeden, den das Thema interessiert, äußerst empfehlenswert.
|
|
||||||
Daneben geht der Autor auch auf die “Entschlüsselung” antiker Sprachen wie der <a href="https://de.wikipedia.org/wiki/Hieroglyphen">Hieroglyphen</a> und Schriften wie <a href="https://de.wikipedia.org/wiki/Linearschrift_B">Linear B</a> ein.</p>
|
|
||||||
<p>In den letzten Kapiteln des Buchs erklärt Singh zudem “moderne” Verschlüsselungsmethoden wie <a href="https://de.wikipedia.org/wiki/RSA-Kryptosystem">RSA</a> und den <a href="https://de.wikipedia.org/wiki/Diffie-Hellman-Schl%C3%BCsselaustausch">Diffie-Hellmann-Schlüsselaustausch</a>.
|
|
||||||
Nur leider zeigt sich hier deutlich, dass das Buch bereit 1999 publiziert wurde und somit die letzten 24 Jahre der Kryptographie nicht erwähnt werden konnten.
|
|
||||||
Dadurch finden sich Themen wie zum Beispiel das <a href="https://www.signal.org/docs/">Signal-Protokoll</a>, die damit einhergehende massive Verbreitung starker Verschlüsselung und Krypto-Währungen hier nicht wieder.</p>
|
|
||||||
<p>Zum Glück kann man vieles davon selbst im Internet recherchieren.</p>
|
|
||||||
<p>Update: Signal wird in Zukunft <a href="https://signal.org/blog/pqxdh">quantumresistente Verschlüsselung</a> benutzen.</p>
|
|
||||||
<div class="footnotes" role="doc-endnotes">
|
|
||||||
<hr>
|
|
||||||
<ol>
|
|
||||||
<li id="fn:1">
|
|
||||||
<p>Originaltitel: <em>The Code Book. The Science of Secrecy from Ancient Egypt to Quantum Cryptography</em> <a href="#fnref:1" class="footnote-backref" role="doc-backlink">↩︎</a></p>
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
<hr>
|
|
||||||
<div class="tags">
|
|
||||||
<ul>
|
|
||||||
<li><a href="/tags/b%C3%BCcher/">Bücher</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,84 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>Genesis | Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+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 aria-current="true" class="ancestor" 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="2022-12-10T00:00:00+00:00">2022-12-10</time>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<h1>Genesis</h1>
|
|
||||||
|
|
||||||
<p class="lead">Über das Erstellen einer Webseite.</p>
|
|
||||||
|
|
||||||
<p>Als ich vor ca. einem Jahr diese Domain kaufte, wusste ich noch nicht was ich damit anstellen will. Ich wusste nur: <strong>Ich will endlich eine eigene Webseite haben.</strong></p>
|
|
||||||
<p>In meinen ersten Stunden Informatik in der Schule (vor über 10 Jahren) lernten wir die Grundlagen des Webdesigns mit <em>HTML</em> und <em>CSS</em>, und da ich zunächst nicht viel Zeit hatte erstellte ich genau mit diesen Tools eine kleine Startseite. Mehr schlecht als recht aber immerhin hatte ich etwas.</p>
|
|
||||||
<p>Im März diesen Jahres hatte ich dann ein wenig Zeit mich genauer mit dem Thema zu beschäftigen und fand dabei den sogenannten <a href="https://jamstack.org">Jamstack</a>. Jamstack sind Tools zur schnellen und einfachen Aufstellen von Webseite. Dies können große Projekte sein oder wie in meinem Fall ein kleiner Blog. Zuerst probierte ich <a href="https://jekyllrb.com/">Jekyll</a> was mir jedoch nicht so gut taugte und stieß dann auf <a href="https://gohugo.io/">Hugo</a>. Mit einer Vielzahl an modernen Designs und einer klinderleichten Handhaben konnte ich schnell überzeugt werden.</p>
|
|
||||||
<p>Heute weiß ich zwar immer noch nicht, was ich hiermit in Zukunft machen werde, aber ich denke es ist wichtiger den je ein Sprachrohr zu haben, das unabhängig ist von der Willkür großer Plattformen.</p>
|
|
||||||
<p>Bis bald und viel Spaß!</p>
|
|
||||||
<p>P.S.: Dieses wunderschöne <em>Theme</em>, das ich hier benutze, heißt <a href="https://git.io/hugo-congo">Congo</a>.</p>
|
|
||||||
|
|
||||||
</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>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,98 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>Deploy a website using Git | Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+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 aria-current="true" class="ancestor" 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-09-25T00:00:00+00:00">2023-09-25</time>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<h1>Deploy a website using Git</h1>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
|
|
||||||
<h2 id="git-ftp">Git-ftp</h2>
|
|
||||||
<p>I tested a lot of different FTP programs including GUIs, TUIs and CLIs.
|
|
||||||
There might be a problem with the FTP server but I don’t control that unfortunately.
|
|
||||||
The only program working flawlessly so far is <a href="https://git-ftp.github.io/">git-ftp</a>, a plugin for Git.
|
|
||||||
Not only is this perfectly integrated into git, which I am using anyway.
|
|
||||||
Also no errors occurred so far.
|
|
||||||
Plus I can automate the upload using <a href="#git-hooks">hooks</a>.</p>
|
|
||||||
<h2 id="git-hooks">Git hooks</h2>
|
|
||||||
<p>The real MVP however is <a href="https://git-scm.com/docs/githooks">Git Hooks</a>.
|
|
||||||
Hooks are scripts that run automatically on certain Git events.</p>
|
|
||||||
<p>I did, for example, create a hook to automacally build the website after commiting a change.
|
|
||||||
Yes, this could introduce problems such as breaking changes and I end up with a broken website, but as I test it regularly this should not become a problem.</p>
|
|
||||||
<p>The second hook I created pushes the website to the FTP server whenever I push to the remote repository.</p>
|
|
||||||
<h2 id="git-submodule">Git submodule</h2>
|
|
||||||
<p>I recently discovered that I can use <code>git submodule</code> to add the <code>public</code> folder created by Hugo.
|
|
||||||
This allows me to upload the repository to my pages repository on Codeberg and have the site mirrored there.
|
|
||||||
Secoundly, it allows me to upload the website with git-ftp without uploading everything else.</p>
|
|
||||||
<hr>
|
|
||||||
<p>What awesome features of Git are you using?</p>
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
<hr>
|
|
||||||
<div class="tags">
|
|
||||||
<ul>
|
|
||||||
<li><a href="/tags/meta/">Meta</a></li>
|
|
||||||
<li><a href="/tags/git/">Git</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,114 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>git | Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+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 aria-current="true" class="ancestor" 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-03-22T16:47:15+01:00">2023-03-22</time>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<h1>git</h1>
|
|
||||||
|
|
||||||
<p class="lead">Warum jeder git lernen sollte.</p>
|
|
||||||
|
|
||||||
<p>Ursprünglich sollte es in diesem Post um <a href="https://git-scm.com">git</a>, jedoch ist mir bei Brainstorming aufgefallen, dass das Thema eigentlich deutlich umfangreicher sein sollte.</p>
|
|
||||||
<p>Meine Reise begann, als ich beschloss, diesen Blog zu starten.
|
|
||||||
Da ich bis dahin Webseiten nur in reinem HTML und CSS geschrieben hatte, versuchte ich es zunächst damit.
|
|
||||||
Schnell stellten sich dabei aber mehrere Probleme heraus:</p>
|
|
||||||
<ol>
|
|
||||||
<li>Ich bin nicht gut in CSS.</li>
|
|
||||||
<li>Einen RSS-Feed von Hand zu erstellen ist umständlich und nicht sinnvoll.</li>
|
|
||||||
<li>Mehrere Seiten mit einheitlichem Design in HTML zu schreiben ist kompliziert.</li>
|
|
||||||
<li>Ich mag die HTML Syntax nicht.</li>
|
|
||||||
</ol>
|
|
||||||
<p>Ich war überzeugt, dass ich eine bessere Lösung dafür brauche.
|
|
||||||
Nach kurzer und intensiver Recherche fand ich heraus, dass die Lösung meine Problems <em>“static site generator”</em> heißt.
|
|
||||||
Darüber hatte ich bereits <a href="/blog/genesis">hier</a> geschrieben.</p>
|
|
||||||
<p>Im Zuge dessen lernte ich auch <em>git</em> kennen.
|
|
||||||
Ich hatte zwar schon früher von <em>git</em> gehört, bis dato aber nur zum herunterladen von Software benutzt.
|
|
||||||
Und damit sind wir schon im Kern meines Problems gelandet:</p>
|
|
||||||
<h2 id="warum-kannte-ich-git-nicht">Warum kannte ich <em>git</em> nicht?</h2>
|
|
||||||
<p>Meine ersten Erfahrungen mit dem Programmieren machte ich damals in der Schule, angefangen mit HTML und CSS, später mit Python und Java.
|
|
||||||
Aber ohne <em>git</em>.
|
|
||||||
An der Uni (4 Semester Wirtschaftsinformatik) ging es dann weiter mit Java, aber weiterhin ohne <em>git</em>.</p>
|
|
||||||
<p>Erst beim erstellen dieses Blogs kam ich auf die Idee mich mal ein wenig mit <a href="https://de.wikipedia.org/wiki/Versionsverwaltung">Versionsverwaltung</a> auseinander zu setzen.
|
|
||||||
Und seitdem bin ich verliebt.</p>
|
|
||||||
<p>Inzwischen denke ich, dass jeder von <em>git</em> profitieren könnte.
|
|
||||||
Das einfache Zurückspringen zu früheren Versionen, falls mal was kaputt geht, oder das Auslagern und Zusammenführen von <em>Branches</em> sind einfach großartig.
|
|
||||||
Zudem ermutigt wird man ermutigt, an logisch sinnvollen Stellen zu <em>commiten</em> und somit den bisherigen Stand zu speichern.</p>
|
|
||||||
<p>Es wäre meiner Meinung nach auch sinnvoll, Texte, wie zum Beispiel Projektarbeiten, nicht in <em>Microsoft Word</em> zu verfassen sondern besser in Textdokumenten und diese dann mit <em>git</em> zu verwalten und zusammenzufügen (merge).
|
|
||||||
Diese könnten dann ganz leicht in <a href="/blog/latex">LaTeX-Dokumente</a> umgewandelt werden oder auch in <em>Word</em> formatiert werden.
|
|
||||||
Darüber hinaus würde dies den Autoren die Möglichkeit geben, einen Texteditor der Wahl zu nutzen.
|
|
||||||
Gerade auf älteren Maschinen, wie meinem <em>MacBook Pro</em> von 2015 braucht <em>Word</em> inzwischen einiges an Ressourcen.
|
|
||||||
Dies könnte aber auch damit zusammen hängen, dass <em>Word</em> auf meinem Computer stolze 2.3 GB schwer ist.
|
|
||||||
Zum Vergleich: Das <strong>gesamte</strong> <em>LibreOffice</em> braucht keine 800 MB.</p>
|
|
||||||
<p>Ich verstehe auch, dass nicht jeder auf der Kommandozeile zu Hause ist, jedoch gibt es ja auch Tools wie GitHub oder Programme mit grafischer Oberfläche, es sollte also für jeden was dabei sein.</p>
|
|
||||||
<p>Ich kratze hier gerade mal an der Oberfläche der Möglichkeiten, das meiste ist mir selbst noch nicht bekannt.
|
|
||||||
Ich kann nur jedem, der <em>git</em> noch nicht nutzt es nur wärmstens empfehlen, es mal auszuprobieren.
|
|
||||||
Schaden kann es nicht!</p>
|
|
||||||
<p>P.S.: Ja ich weiß, <em>git</em> ist kein Geheimtipp.</p>
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
<hr>
|
|
||||||
<div class="tags">
|
|
||||||
<ul>
|
|
||||||
<li><a href="/tags/git/">Git</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,109 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>12 cent blog | Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+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 aria-current="true" class="ancestor" 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-08-27T00:00:00+00:00">2023-08-27</time>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<h1>12 cent blog</h1>
|
|
||||||
|
|
||||||
<p class="lead">Hosting a website at (almost) no cost.</p>
|
|
||||||
|
|
||||||
<p>Yes, the title is correct.
|
|
||||||
<a href="https://knowyourmeme.com/photos/1191035">Well, actually</a> it is 0.119 € per
|
|
||||||
month or 14.28 € for 10 years.</p>
|
|
||||||
<p>To be fair, it was a special offer and only covers the domain.
|
|
||||||
Fortunately, my provider, <a href="https://www.netim.com/en">Netim</a> has a free hosting plan with fits my needs.
|
|
||||||
I even get email hosting with my own domain.
|
|
||||||
There are also services like <a href="https://neocities.org">Neocities</a> where you can host your website for free if you are willing to live with a subdomain.</p>
|
|
||||||
<h2 id="why-should-i-xyz-is-free">Why should I? XYZ is free!</h2>
|
|
||||||
<p>Yes, you can post wherever you want.
|
|
||||||
𝕏 (formerly known as Twitter) is free<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup>, Mastodon is free, Facebook, Instagram, Threads, Reddit, you name them, are all free, but you are giving up your freedoms.
|
|
||||||
Mastodon might be a little better than the rest, but ultimately you depend on the host to let you post there.
|
|
||||||
And they can block you and delete all your data without even giving you any notice.
|
|
||||||
I hope you have a backup.</p>
|
|
||||||
<p>Hosting this blog allows me to write whatever I want.
|
|
||||||
Sure, Netim could also block me and delete my data, but since I use <a href="https://gohugo.io">Hugo</a> I always have everything backed up on my system anyways.
|
|
||||||
In a matter of hours I could be up and running on another hosting provider.</p>
|
|
||||||
<p>I can also use any format I want and have nearly endless possibilities to customize my blog.
|
|
||||||
The sky is the limit.
|
|
||||||
For example am I hosting my own <a href="/fotos">photos</a> instead of using Instagram and my own <a href="/micro">microblog</a> instead of using Twitter/Mastodon.
|
|
||||||
Whatever media I plan to share in the future, there is a solution out there.
|
|
||||||
Want comments? I’m trying <a href="https://cactus.chat">Cactus Comments</a> at the moment.</p>
|
|
||||||
<p>Let me know what you think!</p>
|
|
||||||
<div class="footnotes" role="doc-endnotes">
|
|
||||||
<hr>
|
|
||||||
<ol>
|
|
||||||
<li id="fn:1">
|
|
||||||
<p>Or is it? I’m not in the loop. <a href="#fnref:1" class="footnote-backref" role="doc-backlink">↩︎</a></p>
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
<hr>
|
|
||||||
<div class="tags">
|
|
||||||
<ul>
|
|
||||||
<li><a href="/tags/meta/">Meta</a></li>
|
|
||||||
<li><a href="/tags/money/">Money</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,138 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>Blog | Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.css">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<header>
|
|
||||||
<h1 class="title"><a href="/">Jan Kremer</a></h1>
|
|
||||||
|
|
||||||
<nav>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<a href="/">Home</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a aria-current="page" class="active" 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>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2024-03-14T00:00:00+00:00">2024-03-14</time>
|
|
||||||
|
|
||||||
<h2><a href="/blog/nix/">Nix on macOS</a></h2>
|
|
||||||
|
|
||||||
<p class="lead">Moving from Homebrew to Nix. Mostly.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-09-25T00:00:00+00:00">2023-09-25</time>
|
|
||||||
|
|
||||||
<h2><a href="/blog/git-deploy/">Deploy a website using Git</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-09-09T00:00:00+00:00">2023-09-09</time>
|
|
||||||
|
|
||||||
<h2><a href="/blog/geheime-botschaften/">Geheime Botschaften – Simon Singh</a></h2>
|
|
||||||
|
|
||||||
<p class="lead">Buchvorstellung</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-09-01T00:00:00+00:00">2023-09-01</time>
|
|
||||||
|
|
||||||
<h2><a href="/blog/rss/">RSS</a></h2>
|
|
||||||
|
|
||||||
<p class="lead">Feeds without fuzz.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-08-27T00:00:00+00:00">2023-08-27</time>
|
|
||||||
|
|
||||||
<h2><a href="/blog/hosting/">12 cent blog</a></h2>
|
|
||||||
|
|
||||||
<p class="lead">Hosting a website at (almost) no cost.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-03-22T16:47:15+01:00">2023-03-22</time>
|
|
||||||
|
|
||||||
<h2><a href="/blog/git/">git</a></h2>
|
|
||||||
|
|
||||||
<p class="lead">Warum jeder git lernen sollte.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-01-12T15:35:23+01:00">2023-01-12</time>
|
|
||||||
|
|
||||||
<h2><a href="/blog/latex/">LaTeX</a></h2>
|
|
||||||
|
|
||||||
<p class="lead">Wie ich Word durch LaTeX ersetzte.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2022-12-10T00:00:00+00:00">2022-12-10</time>
|
|
||||||
|
|
||||||
<h2><a href="/blog/genesis/">Genesis</a></h2>
|
|
||||||
|
|
||||||
<p class="lead">Über das Erstellen einer Webseite.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,282 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><?xml-stylesheet href="/rss.xsl" type="text/xsl"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>Blog on Jan Kremer</title>
|
|
||||||
<link>https://jankremer.eu/blog/</link>
|
|
||||||
<description>Recent content in Blog on Jan Kremer</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>de</language>
|
|
||||||
<lastBuildDate>2022-12-10 00:00</lastBuildDate><atom:link href="https://jankremer.eu/blog/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>Nix on macOS</title>
|
|
||||||
<link>https://jankremer.eu/blog/nix/</link>
|
|
||||||
<pubDate>2024-03-14 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/blog/nix/</guid>
|
|
||||||
<description><p>For about a year, I&rsquo;ve been fascinated by <a href="https://nixos.org">Nix and NixOS</a>. I don&rsquo;t remember exactly what fascinated me at first, probably the possibility to setup and configure my system using a single file. A few weeks ago, I decided to give it a serious try.</p>
|
|
||||||
<h2 id="installation">Installation</h2>
|
|
||||||
<p>To be honest this is not my first time installing Nix on my machine. I tried the official Nix installer and the &ldquo;old&rdquo; way to use Nix which is basically the same as any other package manager. I didn&rsquo;t see the point of having two package managers so I uninstalled Nix quickly after.</p>
|
|
||||||
<p>Then, a few weeks ago, I came across <a href="https://nixcademy.com/2024/01/15/nix-on-macos/">this guide</a> and it instantly clicked with me. Having a single file in which I declare my complete system and then have it set up in a few minutes without rebooting is just infinitely cool. In Nix, this feature is called <em>flake</em>. The guide uses the <a href="https://github.com/DeterminateSystems/nix-installer">Determinate systems installer</a> which sets up flakes by default. It also explains how to install Nix Darwin.</p>
|
|
||||||
<h2 id="nix-darwin">Nix Darwin</h2>
|
|
||||||
<p>Nix Darwin is a set of Nix modules that brings declarative configuration to macOS. It includes a bunch of options such as for the dock, Finder or the keyboard for example. It also gives the user basic configuration options for various programs. However I prefer to set up terminal based programs using <a href="#home-manager">Home Manager</a> instead, because it supports even more programs.</p>
|
|
||||||
<p>What I do use extensively is the <a href="https://brew.sh/">Homebrew</a> module to install not only GUI (graphical user interface) apps from Homebrew, but also from the App Store.</p>
|
|
||||||
<h2 id="home-manager">Home Manager</h2>
|
|
||||||
<p>For everything else, from terminal based programs to their configuration, I use <a href="https://github.com/nix-community/home-manager?tab=readme-ov-file">Home Manager</a>. It includes a huge set of modules and allows me to setup every non-GUI program in a declarative way. Still, sometimes you have to configure the &ldquo;traditional way&rdquo;, meaning in the original configuration language. But still, I much prefer this over my cluttered <code>.config</code> directory.</p>
|
|
||||||
<h2 id="nixvim">Nixvim</h2>
|
|
||||||
<p>In the process of writing my Nix configuration, I became unsatisfied with my Neovim setup. I used to use <a href="https://www.lazyvim.org">LazyVim</a> but it felt more and more bloated and slow on my 9 year old machine. For some time I used <a href="https://helix-editor.com/">Helix</a> which has great defaults, such as language server protocol (LSP) and fuzzy finder integration. I really think Neovim should go in this direction. Unfortunately it lacks some features to make it my main editor, mostly support for <a href="https://typst.app/">Typst</a> which is already added to the <code>master</code> branch. It also lacks a plugin system, but given such great defaults, there isn&rsquo;t that big of a need for it. Helix also features its own set of motions, and although I think they are not bad, maybe even better than Vim motions, the latter are so ubiquitously implemented that I would essentially use both all the time.</p>
|
|
||||||
<p>That&rsquo;s when I saw a video by <em>ThePrimeagen</em> in which he recommended <a href="https://github.com/nvim-lua/kickstart.nvim/tree/master">Kickstart</a>, a minimal Neovim starter configuration mainly written by <em>TJ DeVries</em>. It almost everything you need to get started and has insanely great documentation.</p>
|
|
||||||
<p>The only thing that bothered me was the use of <a href="https://github.com/williamboman/mason.nvim">Mason</a> as a LSP package manager. For some people this might be the best way to install LSPs, but I don&rsquo;t understand why I would use a second package manager when I can just use Nix for everything. Helix has a list of supported LSPs and all you have to do is make sure they are in your <code>$PATH</code>.</p>
|
|
||||||
<p>Luckily, others already had the same issues and decided to write <a href="https://github.com/nix-community/nixvim">Nixvim</a>. Nixvim is a NixOS / Nix Darwin / Home manager module that lets you configure Neovim (almost) entirely using Nix. It uses Nix as the plugin manager and has great defaults and documentation.</p>
|
|
||||||
<p>I basically recreated Kickstart using Nixvim with some minor tweaks. It feels just as snappy as Helix and I love it.</p>
|
|
||||||
<h2 id="conclusion">Conclusion</h2>
|
|
||||||
<p>This is just the tip of the tip of the iceberg of what is possible with Nix. Next, I want to learn to write my own flakes to set up development environments. I should probably learn a bit of Nix language too. But to sum it up so far, I&rsquo;m really happy and excited about this &ldquo;new&rdquo; way to manage my computer.</p>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Deploy a website using Git</title>
|
|
||||||
<link>https://jankremer.eu/blog/git-deploy/</link>
|
|
||||||
<pubDate>2023-09-25 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/blog/git-deploy/</guid>
|
|
||||||
<description><h2 id="git-ftp">Git-ftp</h2>
|
|
||||||
<p>I tested a lot of different FTP programs including GUIs, TUIs and CLIs.
|
|
||||||
There might be a problem with the FTP server but I don&rsquo;t control that unfortunately.
|
|
||||||
The only program working flawlessly so far is <a href="https://git-ftp.github.io/">git-ftp</a>, a plugin for Git.
|
|
||||||
Not only is this perfectly integrated into git, which I am using anyway.
|
|
||||||
Also no errors occurred so far.
|
|
||||||
Plus I can automate the upload using <a href="#git-hooks">hooks</a>.</p>
|
|
||||||
<h2 id="git-hooks">Git hooks</h2>
|
|
||||||
<p>The real MVP however is <a href="https://git-scm.com/docs/githooks">Git Hooks</a>.
|
|
||||||
Hooks are scripts that run automatically on certain Git events.</p>
|
|
||||||
<p>I did, for example, create a hook to automacally build the website after commiting a change.
|
|
||||||
Yes, this could introduce problems such as breaking changes and I end up with a broken website, but as I test it regularly this should not become a problem.</p>
|
|
||||||
<p>The second hook I created pushes the website to the FTP server whenever I push to the remote repository.</p>
|
|
||||||
<h2 id="git-submodule">Git submodule</h2>
|
|
||||||
<p>I recently discovered that I can use <code>git submodule</code> to add the <code>public</code> folder created by Hugo.
|
|
||||||
This allows me to upload the repository to my pages repository on Codeberg and have the site mirrored there.
|
|
||||||
Secoundly, it allows me to upload the website with git-ftp without uploading everything else.</p>
|
|
||||||
<hr>
|
|
||||||
<p>What awesome features of Git are you using?</p>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Geheime Botschaften – Simon Singh</title>
|
|
||||||
<link>https://jankremer.eu/blog/geheime-botschaften/</link>
|
|
||||||
<pubDate>2023-09-09 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/blog/geheime-botschaften/</guid>
|
|
||||||
<description><p>Ich las vor kurzem das Buch <em>Geheime Botschaften. Die Kunst der Verschlüsselung von der Antike bis in die Zeiten des Internet</em><sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup> von <a href="https://simonsingh.net">Simon Singh</a>.
|
|
||||||
Es stellt eine Einführung in die Geschichte der Verschlüsselung dar und ist für jeden, den das Thema interessiert, äußerst empfehlenswert.
|
|
||||||
Daneben geht der Autor auch auf die &ldquo;Entschlüsselung&rdquo; antiker Sprachen wie der <a href="https://de.wikipedia.org/wiki/Hieroglyphen">Hieroglyphen</a> und Schriften wie <a href="https://de.wikipedia.org/wiki/Linearschrift_B">Linear B</a> ein.</p>
|
|
||||||
<p>In den letzten Kapiteln des Buchs erklärt Singh zudem &ldquo;moderne&rdquo; Verschlüsselungsmethoden wie <a href="https://de.wikipedia.org/wiki/RSA-Kryptosystem">RSA</a> und den <a href="https://de.wikipedia.org/wiki/Diffie-Hellman-Schl%C3%BCsselaustausch">Diffie-Hellmann-Schlüsselaustausch</a>.
|
|
||||||
Nur leider zeigt sich hier deutlich, dass das Buch bereit 1999 publiziert wurde und somit die letzten 24 Jahre der Kryptographie nicht erwähnt werden konnten.
|
|
||||||
Dadurch finden sich Themen wie zum Beispiel das <a href="https://www.signal.org/docs/">Signal-Protokoll</a>, die damit einhergehende massive Verbreitung starker Verschlüsselung und Krypto-Währungen hier nicht wieder.</p>
|
|
||||||
<p>Zum Glück kann man vieles davon selbst im Internet recherchieren.</p>
|
|
||||||
<p>Update: Signal wird in Zukunft <a href="https://signal.org/blog/pqxdh">quantumresistente Verschlüsselung</a> benutzen.</p>
|
|
||||||
<div class="footnotes" role="doc-endnotes">
|
|
||||||
<hr>
|
|
||||||
<ol>
|
|
||||||
<li id="fn:1">
|
|
||||||
<p>Originaltitel: <em>The Code Book. The Science of Secrecy from Ancient Egypt to Quantum Cryptography</em>&#160;<a href="#fnref:1" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p>
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>RSS</title>
|
|
||||||
<link>https://jankremer.eu/blog/rss/</link>
|
|
||||||
<pubDate>2023-09-01 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/blog/rss/</guid>
|
|
||||||
<description><h2 id="what-is-rss">What is RSS?</h2>
|
|
||||||
<p>Originally, RSS stood for &ldquo;RDF/Rich Site Summary&rdquo; but was later changed to &ldquo;Really Simple Syndication&rdquo;</p>
|
|
||||||
<p>RSS is a way to subscribe to a website.
|
|
||||||
Whenever that website updates it writes its changes to a <code>XML</code> file.
|
|
||||||
You can then read this XML file and see what changed at a glance.</p>
|
|
||||||
<p>Many websites use RSS including YouTube, <del>Reddit</del> Lemmy, <del>Twitter</del> Mastodon, most news sites, and almost any blog out there.
|
|
||||||
For many blogs, RSS is the main way to distribute new posts.</p>
|
|
||||||
<p>RSS is experiencing a Renaissance at the moment:
|
|
||||||
Many people are now seeing the damages done by algorithmic feeds and want to go back to purely chronological feeds.
|
|
||||||
RSS provides a perfect infrastructure for this.</p>
|
|
||||||
<h2 id="how-to-read-rss">How to read RSS?</h2>
|
|
||||||
<p>First, you need a feed reader. On macOS and iOS I highly recommend <a href="https://netnewswire.com">NetNewsWire</a>.
|
|
||||||
For terminal fans <a href="https://newsboat.org">Newsboat</a> is the way to go.
|
|
||||||
<a href="https://www.thunderbird.net/">Thunderbird</a> is also a good choice but there are tons of programs that can read RSS feeds.</p>
|
|
||||||
<p>That&rsquo;s bascially it. Now you need to add some feeds and you are ready.</p>
|
|
||||||
<p>I recommend picking a reader that can also fetch the article without opening the browser and loading a ton of ads.</p>
|
|
||||||
<p>Pro tip: You can export your subscibtions to a <code>OPML</code> file and import them into any RSS reader.</p>
|
|
||||||
<h2 id="how-to-distribute-rss">How to distribute RSS?</h2>
|
|
||||||
<p>This is the hardest question to answer about RSS as there are endless possibilities.</p>
|
|
||||||
<p>The easiest way would probably be to use a service such as Mastodon that generates the feed automatically.
|
|
||||||
If that platform isn&rsquo;t for you, WordPress is a good way to host a blog.
|
|
||||||
I read about people setting up their own scripts that automatically update the feed for new posts.</p>
|
|
||||||
<p>I use <a href="https://gohugo.io">Hugo</a> which is a <em>static site generator</em>.
|
|
||||||
It generates feeds automatically but lies somewhere between WordPress and writing your own scripts in terms of how tech savvy you should be.</p>
|
|
||||||
<h2 id="how-to-find-rss">How to find RSS?</h2>
|
|
||||||
<p>Go to a website you like, copy the URL and paste it into your RSS reader.
|
|
||||||
Modern feed readers can find RSS feed on their own, you just have to provide a link to the site you want to subscribe to.
|
|
||||||
If that is not the case, you could try adding <code>/index.xml</code> to the URL.</p>
|
|
||||||
<p>Some sites, like this one, also link to their RSS feeds.
|
|
||||||
Often those links are a the bottom of the website and are either marked as <code>RSS</code>, <code>Feed</code>, or just use the RSS logo.
|
|
||||||
I additionally provide links to my subprojects such as my <a href="https://jankremer.eu/micro">microblog</a> or my <a href="https://jankremer.eu/fotos">photos</a>.
|
|
||||||
Feel free to add them to your reader.</p>
|
|
||||||
<h2 id="conclusion">Conclusion</h2>
|
|
||||||
<p>I think RSS is on the rise.
|
|
||||||
It&rsquo;s an old protocol that survived numerous challenges
|
|
||||||
It provides an escape from the algorithms and large social media companies.
|
|
||||||
It also provides a way for content creators to distribute their content on their own without any middleman.</p>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>12 cent blog</title>
|
|
||||||
<link>https://jankremer.eu/blog/hosting/</link>
|
|
||||||
<pubDate>2023-08-27 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/blog/hosting/</guid>
|
|
||||||
<description><p>Yes, the title is correct.
|
|
||||||
<a href="https://knowyourmeme.com/photos/1191035">Well, actually</a> it is 0.119 € per
|
|
||||||
month or 14.28 € for 10 years.</p>
|
|
||||||
<p>To be fair, it was a special offer and only covers the domain.
|
|
||||||
Fortunately, my provider, <a href="https://www.netim.com/en">Netim</a> has a free hosting plan with fits my needs.
|
|
||||||
I even get email hosting with my own domain.
|
|
||||||
There are also services like <a href="https://neocities.org">Neocities</a> where you can host your website for free if you are willing to live with a subdomain.</p>
|
|
||||||
<h2 id="why-should-i-xyz-is-free">Why should I? XYZ is free!</h2>
|
|
||||||
<p>Yes, you can post wherever you want.
|
|
||||||
𝕏 (formerly known as Twitter) is free<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup>, Mastodon is free, Facebook, Instagram, Threads, Reddit, you name them, are all free, but you are giving up your freedoms.
|
|
||||||
Mastodon might be a little better than the rest, but ultimately you depend on the host to let you post there.
|
|
||||||
And they can block you and delete all your data without even giving you any notice.
|
|
||||||
I hope you have a backup.</p>
|
|
||||||
<p>Hosting this blog allows me to write whatever I want.
|
|
||||||
Sure, Netim could also block me and delete my data, but since I use <a href="https://gohugo.io">Hugo</a> I always have everything backed up on my system anyways.
|
|
||||||
In a matter of hours I could be up and running on another hosting provider.</p>
|
|
||||||
<p>I can also use any format I want and have nearly endless possibilities to customize my blog.
|
|
||||||
The sky is the limit.
|
|
||||||
For example am I hosting my own <a href="https://jankremer.eu/fotos">photos</a> instead of using Instagram and my own <a href="https://jankremer.eu/micro">microblog</a> instead of using Twitter/Mastodon.
|
|
||||||
Whatever media I plan to share in the future, there is a solution out there.
|
|
||||||
Want comments? I&rsquo;m trying <a href="https://cactus.chat">Cactus Comments</a> at the moment.</p>
|
|
||||||
<p>Let me know what you think!</p>
|
|
||||||
<div class="footnotes" role="doc-endnotes">
|
|
||||||
<hr>
|
|
||||||
<ol>
|
|
||||||
<li id="fn:1">
|
|
||||||
<p>Or is it? I&rsquo;m not in the loop.&#160;<a href="#fnref:1" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p>
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>git</title>
|
|
||||||
<link>https://jankremer.eu/blog/git/</link>
|
|
||||||
<pubDate>2023-03-22 16:47</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/blog/git/</guid>
|
|
||||||
<description><p>Ursprünglich sollte es in diesem Post um <a href="https://git-scm.com">git</a>, jedoch ist mir bei Brainstorming aufgefallen, dass das Thema eigentlich deutlich umfangreicher sein sollte.</p>
|
|
||||||
<p>Meine Reise begann, als ich beschloss, diesen Blog zu starten.
|
|
||||||
Da ich bis dahin Webseiten nur in reinem HTML und CSS geschrieben hatte, versuchte ich es zunächst damit.
|
|
||||||
Schnell stellten sich dabei aber mehrere Probleme heraus:</p>
|
|
||||||
<ol>
|
|
||||||
<li>Ich bin nicht gut in CSS.</li>
|
|
||||||
<li>Einen RSS-Feed von Hand zu erstellen ist umständlich und nicht sinnvoll.</li>
|
|
||||||
<li>Mehrere Seiten mit einheitlichem Design in HTML zu schreiben ist kompliziert.</li>
|
|
||||||
<li>Ich mag die HTML Syntax nicht.</li>
|
|
||||||
</ol>
|
|
||||||
<p>Ich war überzeugt, dass ich eine bessere Lösung dafür brauche.
|
|
||||||
Nach kurzer und intensiver Recherche fand ich heraus, dass die Lösung meine Problems <em>&ldquo;static site generator&rdquo;</em> heißt.
|
|
||||||
Darüber hatte ich bereits <a href="https://jankremer.eu/blog/genesis">hier</a> geschrieben.</p>
|
|
||||||
<p>Im Zuge dessen lernte ich auch <em>git</em> kennen.
|
|
||||||
Ich hatte zwar schon früher von <em>git</em> gehört, bis dato aber nur zum herunterladen von Software benutzt.
|
|
||||||
Und damit sind wir schon im Kern meines Problems gelandet:</p>
|
|
||||||
<h2 id="warum-kannte-ich-git-nicht">Warum kannte ich <em>git</em> nicht?</h2>
|
|
||||||
<p>Meine ersten Erfahrungen mit dem Programmieren machte ich damals in der Schule, angefangen mit HTML und CSS, später mit Python und Java.
|
|
||||||
Aber ohne <em>git</em>.
|
|
||||||
An der Uni (4 Semester Wirtschaftsinformatik) ging es dann weiter mit Java, aber weiterhin ohne <em>git</em>.</p>
|
|
||||||
<p>Erst beim erstellen dieses Blogs kam ich auf die Idee mich mal ein wenig mit <a href="https://de.wikipedia.org/wiki/Versionsverwaltung">Versionsverwaltung</a> auseinander zu setzen.
|
|
||||||
Und seitdem bin ich verliebt.</p>
|
|
||||||
<p>Inzwischen denke ich, dass jeder von <em>git</em> profitieren könnte.
|
|
||||||
Das einfache Zurückspringen zu früheren Versionen, falls mal was kaputt geht, oder das Auslagern und Zusammenführen von <em>Branches</em> sind einfach großartig.
|
|
||||||
Zudem ermutigt wird man ermutigt, an logisch sinnvollen Stellen zu <em>commiten</em> und somit den bisherigen Stand zu speichern.</p>
|
|
||||||
<p>Es wäre meiner Meinung nach auch sinnvoll, Texte, wie zum Beispiel Projektarbeiten, nicht in <em>Microsoft Word</em> zu verfassen sondern besser in Textdokumenten und diese dann mit <em>git</em> zu verwalten und zusammenzufügen (merge).
|
|
||||||
Diese könnten dann ganz leicht in <a href="https://jankremer.eu/blog/latex">LaTeX-Dokumente</a> umgewandelt werden oder auch in <em>Word</em> formatiert werden.
|
|
||||||
Darüber hinaus würde dies den Autoren die Möglichkeit geben, einen Texteditor der Wahl zu nutzen.
|
|
||||||
Gerade auf älteren Maschinen, wie meinem <em>MacBook Pro</em> von 2015 braucht <em>Word</em> inzwischen einiges an Ressourcen.
|
|
||||||
Dies könnte aber auch damit zusammen hängen, dass <em>Word</em> auf meinem Computer stolze 2.3 GB schwer ist.
|
|
||||||
Zum Vergleich: Das <strong>gesamte</strong> <em>LibreOffice</em> braucht keine 800 MB.</p>
|
|
||||||
<p>Ich verstehe auch, dass nicht jeder auf der Kommandozeile zu Hause ist, jedoch gibt es ja auch Tools wie GitHub oder Programme mit grafischer Oberfläche, es sollte also für jeden was dabei sein.</p>
|
|
||||||
<p>Ich kratze hier gerade mal an der Oberfläche der Möglichkeiten, das meiste ist mir selbst noch nicht bekannt.
|
|
||||||
Ich kann nur jedem, der <em>git</em> noch nicht nutzt es nur wärmstens empfehlen, es mal auszuprobieren.
|
|
||||||
Schaden kann es nicht!</p>
|
|
||||||
<p>P.S.: Ja ich weiß, <em>git</em> ist kein Geheimtipp.</p>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>LaTeX</title>
|
|
||||||
<link>https://jankremer.eu/blog/latex/</link>
|
|
||||||
<pubDate>2023-01-12 15:35</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/blog/latex/</guid>
|
|
||||||
<description><p>Im Rahmen meines Wahlpflichtpraktikums schreibe ich aktuell an meiner zweiten größeren Projektarbeit. Die einzige andere Projektarbeit war bisher die für das Praktikum Pharmazeutische Technologie, welche, Stand jetzt, noch nicht vollständig abgeschlossen ist.</p>
|
|
||||||
<p>Für diese Arbeit entschieden wir uns jedoch für <em>Microsoft Word</em>. Also im Grunde wurde uns diese Entscheidung fast abgenommen, da die Universität Regensburg uns das <em>Office 365</em> zur Verfügung stellt und es damit auch bei uns Studenten den De-Facto-Standard darstellt. Zudem erleichtert es das Arbeiten im Team doch sehr.</p>
|
|
||||||
<p>Formatierungen sind jedoch immer ein Kampf. Daher wollte ich versuchen, <a href="https://www.latex-project.org">LaTeX</a> für diese Arbeit einzusetzen. Ich kannte <em>LaTeX</em> vor allem aus mathematischen Kursen an der Uni und hatte schon oft gehört, dass es Setzen (von <a href="https://de.wikipedia.org/wiki/Satz_(Druck)">Satz</a>) deutlich vereinfachen soll. Aber nicht nur das Schreiben mathematischer Arbeiten macht es deutlich angenehmer, durch das einbinden einiger zusätzlicher Pakete werden wissenschaftliche Texte zum Kinderspiel.</p>
|
|
||||||
<h2 id="über-latex">Über LaTeX</h2>
|
|
||||||
<blockquote>
|
|
||||||
<p><strong>LaTeX</strong> [ˈlaːtɛç] ist ein Softwarepaket, das die Benutzung des Textsatzsystems TeX mit Hilfe von Makros vereinfacht. <em>LaTeX</em> wurde Anfang der 1980er Jahre von <em>Leslie Lamport</em> entwickelt.Der Name bedeutet so viel wie <em>Lamport TeX</em>. Die Entwicklung wurde seit den 1990er Jahren von einer Anzahl Entwicklern weitergeführt. Heute ist <em>LaTeX</em> die populärste Methode, <em>TeX</em> zu verwenden.</p>
|
|
||||||
</blockquote>
|
|
||||||
<p>— <!-- raw HTML omitted --><a href="https://de.wikipedia.org/wiki/LaTeX">Wikipedia: LaTeX</a><!-- raw HTML omitted --></p>
|
|
||||||
<p><em>LaTeX</em> funktioniert ähnlich wie <em>HTML</em> oder <em>Markdown</em>: Zunächst wird die Formatierung von Text getrennt. Bei WYSIWYG<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup>-Textverarbeitungsprogrammen wie <em>Word</em> sieht man direkt, wie das gedruckte Dokument hinterher aussehen wird. Das macht es für viele Nutzer einfacher, zwingt sie aber auch dazu, sich direkt und unmittelbar mit der Formatierung zu beschäftigen. <em>LaTeX</em> trennt dies zunächst, gibt aber dennoch eine übersichtliche Struktur vor. Zudem sind die Standard Formatvorlagen deutlich schlichter und zumindest für mich wesentlich ansprechender als die von <em>Word</em> (Warum ist alles blau und wieso <em>Calibri</em>?!). Ja, die Voreinstellungen von <em>Word</em> lassen sich überschreiben, aber das muss man auch erstmal machen.</p>
|
|
||||||
<p>Funktionen wie ein Inhalts- oder Literaturvrezeichnis lassen sich in <em>Word</em> zwar auch realisieren, sind in <em>LaTeX</em> wesentlich simpler. Zudem lässt sich <em>LaTeX</em> durch Pakete nahezu unendlich erweitern und deckt dadruch auch jeden noch so speziellen Fall ab.</p>
|
|
||||||
<p>Ein weiterer Punkt, warum ich <em>LaTeX</em> bevorzuge ist, dass ich jeden Texteditor benutzen kann. Ich nutze am liebsten <em>VS Code</em>, aber natürlich kann jeder beliebige Editor verwendet werden.</p>
|
|
||||||
<p>Das einzige, was mit <em>Word</em> sicher einfacher wäre ist das einbinden und beschriften von Grafiken. Da ich einige davor in meine Projektarbeit verwende, brauchte ich hierfür eine Lösung. Diese habe ich mit <a href="https://inkscape.org/de/">Inkscape</a> gefunden. Hiermir lassen sich Bilder bearbeiten und beschriften und anschließend als <em>LaTeX</em>-Dokument speichern. Diese lassen sich dann ganz einfach einbinden.</p>
|
|
||||||
<h2 id="fazit">Fazit</h2>
|
|
||||||
<p>Für wen <em>Word</em> und ähnliches schon immer eine Qual war oder wer Vorerfahrung mit Texteditoren und Skriptsprachen hat, dem kann ich <em>LaTeX</em> nur ans Herz legen. Ganz einfach lassen sich wunderschöne Dokumente herzaubern. Vor allem der Font <em>Computer Modern</em> hat es mir sehr angetan. Eventuell werde ich die Projektarbeit demnächst hier hochladen.</p>
|
|
||||||
<hr>
|
|
||||||
<h2 id="technische-spezifikationen">Technische Spezifikationen</h2>
|
|
||||||
<p>Kurzer Nachtrag über meine Arbeitsweise mit <em>LaTeX</em>: Als Texteditor benutze ich <a href="https://code.visualstudio.com">VS Code</a>, da ich diesen super übersichtlich finde und vor allem die Erweiterungsmöglichkeiten sehr schätze. Für <em>LaTeX</em> sind dies vor allem <a href="https://github.com/James-Yu/LaTeX-Workshop">LaTeX Workshop</a> und natürlich <a href="https://git-scm.com">git</a> (vorinstalliert). Des Weiteren benutze ich die <a href="https://www.tug.org/mactex/">MacTeX-Distribution</a>, welche ich über <a href="https://brew.sh">Homebrew</a> installiert habe.</p>
|
|
||||||
<h3 id="verwendete-pakete">Verwendete Pakete</h3>
|
|
||||||
<ul>
|
|
||||||
<li><strong>babel</strong>: Sorgt für die Unterstützung verschiedener Sprachen. Ich schreibe die Projektarbeit zwar auf Englisch, jedoch brauche ich ab und zu mal Deutsche Begriffe und damiteinhergehend Umlaute etc.</li>
|
|
||||||
<li><strong>biblatex</strong>: Verbessertes Literaturverzeichnis, alternative zu <strong>bibtex</strong>.</li>
|
|
||||||
<li><strong>booktabs</strong>: Verschönert und vereinfacht Tabellen in <em>LaTeX</em>.</li>
|
|
||||||
<li><strong>chemformula</strong>: Erleichtert das Setzen von chemischen Formeln enorm und sorgt dafür, dass diese auch richtig angezeigt werden.</li>
|
|
||||||
<li><strong>hyperref</strong>: Für Links und Metadaten.</li>
|
|
||||||
<li><strong>longtable</strong>: Die verwendeten Materialien habe ich alle in riesigen Listen. <em>LaTeX</em> kann standardmäßig nicht besonders gut mit großen Tabellen umgehen, dieses Paket hilft dabei.</li>
|
|
||||||
<li><strong>microtype</strong>: Lässt alles schöner aussehen, praktisch schwarze Magie.</li>
|
|
||||||
<li><strong>siunitx</strong>: Das wahrscheinlich beste Paket überhaupt, simple aber hat Power. Sorgt für perfektes setzen von Einheiten, mit oder ohne vorangehenden Wert. Zudem enthält es eine Funktion, die Werte in Tabellen um den Dezimalpunkt anordnen kann. Ein Traum.</li>
|
|
||||||
<li><strong>textgreek</strong>: Erleichtert das verwenden von griechischen Buchstaben im Text.</li>
|
|
||||||
<li>Zusätzliche Pakete die ich an der Stelle nicht weiter erleutern werden: <strong>color</strong>, <strong>csquotes</strong>, <strong>fontenc</strong>, <strong>glossaries</strong>, <strong>graphicx</strong>, <strong>tikz</strong> und <strong>tocbibind</strong>.</li>
|
|
||||||
</ul>
|
|
||||||
<div class="footnotes" role="doc-endnotes">
|
|
||||||
<hr>
|
|
||||||
<ol>
|
|
||||||
<li id="fn:1">
|
|
||||||
<p>What you see is what you get.&#160;<a href="#fnref:1" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p>
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Genesis</title>
|
|
||||||
<link>https://jankremer.eu/blog/genesis/</link>
|
|
||||||
<pubDate>2022-12-10 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/blog/genesis/</guid>
|
|
||||||
<description><p>Als ich vor ca. einem Jahr diese Domain kaufte, wusste ich noch nicht was ich damit anstellen will. Ich wusste nur: <strong>Ich will endlich eine eigene Webseite haben.</strong></p>
|
|
||||||
<p>In meinen ersten Stunden Informatik in der Schule (vor über 10 Jahren) lernten wir die Grundlagen des Webdesigns mit <em>HTML</em> und <em>CSS</em>, und da ich zunächst nicht viel Zeit hatte erstellte ich genau mit diesen Tools eine kleine Startseite. Mehr schlecht als recht aber immerhin hatte ich etwas.</p>
|
|
||||||
<p>Im März diesen Jahres hatte ich dann ein wenig Zeit mich genauer mit dem Thema zu beschäftigen und fand dabei den sogenannten <a href="https://jamstack.org">Jamstack</a>. Jamstack sind Tools zur schnellen und einfachen Aufstellen von Webseite. Dies können große Projekte sein oder wie in meinem Fall ein kleiner Blog. Zuerst probierte ich <a href="https://jekyllrb.com/">Jekyll</a> was mir jedoch nicht so gut taugte und stieß dann auf <a href="https://gohugo.io/">Hugo</a>. Mit einer Vielzahl an modernen Designs und einer klinderleichten Handhaben konnte ich schnell überzeugt werden.</p>
|
|
||||||
<p>Heute weiß ich zwar immer noch nicht, was ich hiermit in Zukunft machen werde, aber ich denke es ist wichtiger den je ein Sprachrohr zu haben, das unabhängig ist von der Willkür großer Plattformen.</p>
|
|
||||||
<p>Bis bald und viel Spaß!</p>
|
|
||||||
<p>P.S.: Dieses wunderschöne <em>Theme</em>, das ich hier benutze, heißt <a href="https://git.io/hugo-congo">Congo</a>.</p>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
||||||
|
|
@ -1,118 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>LaTeX | Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+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 aria-current="true" class="ancestor" 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-01-12T15:35:23+01:00">2023-01-12</time>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<h1>LaTeX</h1>
|
|
||||||
|
|
||||||
<p class="lead">Wie ich Word durch LaTeX ersetzte.</p>
|
|
||||||
|
|
||||||
<p>Im Rahmen meines Wahlpflichtpraktikums schreibe ich aktuell an meiner zweiten größeren Projektarbeit. Die einzige andere Projektarbeit war bisher die für das Praktikum Pharmazeutische Technologie, welche, Stand jetzt, noch nicht vollständig abgeschlossen ist.</p>
|
|
||||||
<p>Für diese Arbeit entschieden wir uns jedoch für <em>Microsoft Word</em>. Also im Grunde wurde uns diese Entscheidung fast abgenommen, da die Universität Regensburg uns das <em>Office 365</em> zur Verfügung stellt und es damit auch bei uns Studenten den De-Facto-Standard darstellt. Zudem erleichtert es das Arbeiten im Team doch sehr.</p>
|
|
||||||
<p>Formatierungen sind jedoch immer ein Kampf. Daher wollte ich versuchen, <a href="https://www.latex-project.org">LaTeX</a> für diese Arbeit einzusetzen. Ich kannte <em>LaTeX</em> vor allem aus mathematischen Kursen an der Uni und hatte schon oft gehört, dass es Setzen (von <a href="https://de.wikipedia.org/wiki/Satz_(Druck)">Satz</a>) deutlich vereinfachen soll. Aber nicht nur das Schreiben mathematischer Arbeiten macht es deutlich angenehmer, durch das einbinden einiger zusätzlicher Pakete werden wissenschaftliche Texte zum Kinderspiel.</p>
|
|
||||||
<h2 id="über-latex">Über LaTeX</h2>
|
|
||||||
<blockquote>
|
|
||||||
<p><strong>LaTeX</strong> [ˈlaːtɛç] ist ein Softwarepaket, das die Benutzung des Textsatzsystems TeX mit Hilfe von Makros vereinfacht. <em>LaTeX</em> wurde Anfang der 1980er Jahre von <em>Leslie Lamport</em> entwickelt.Der Name bedeutet so viel wie <em>Lamport TeX</em>. Die Entwicklung wurde seit den 1990er Jahren von einer Anzahl Entwicklern weitergeführt. Heute ist <em>LaTeX</em> die populärste Methode, <em>TeX</em> zu verwenden.</p>
|
|
||||||
</blockquote>
|
|
||||||
<p>— <!-- raw HTML omitted --><a href="https://de.wikipedia.org/wiki/LaTeX">Wikipedia: LaTeX</a><!-- raw HTML omitted --></p>
|
|
||||||
<p><em>LaTeX</em> funktioniert ähnlich wie <em>HTML</em> oder <em>Markdown</em>: Zunächst wird die Formatierung von Text getrennt. Bei WYSIWYG<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup>-Textverarbeitungsprogrammen wie <em>Word</em> sieht man direkt, wie das gedruckte Dokument hinterher aussehen wird. Das macht es für viele Nutzer einfacher, zwingt sie aber auch dazu, sich direkt und unmittelbar mit der Formatierung zu beschäftigen. <em>LaTeX</em> trennt dies zunächst, gibt aber dennoch eine übersichtliche Struktur vor. Zudem sind die Standard Formatvorlagen deutlich schlichter und zumindest für mich wesentlich ansprechender als die von <em>Word</em> (Warum ist alles blau und wieso <em>Calibri</em>?!). Ja, die Voreinstellungen von <em>Word</em> lassen sich überschreiben, aber das muss man auch erstmal machen.</p>
|
|
||||||
<p>Funktionen wie ein Inhalts- oder Literaturvrezeichnis lassen sich in <em>Word</em> zwar auch realisieren, sind in <em>LaTeX</em> wesentlich simpler. Zudem lässt sich <em>LaTeX</em> durch Pakete nahezu unendlich erweitern und deckt dadruch auch jeden noch so speziellen Fall ab.</p>
|
|
||||||
<p>Ein weiterer Punkt, warum ich <em>LaTeX</em> bevorzuge ist, dass ich jeden Texteditor benutzen kann. Ich nutze am liebsten <em>VS Code</em>, aber natürlich kann jeder beliebige Editor verwendet werden.</p>
|
|
||||||
<p>Das einzige, was mit <em>Word</em> sicher einfacher wäre ist das einbinden und beschriften von Grafiken. Da ich einige davor in meine Projektarbeit verwende, brauchte ich hierfür eine Lösung. Diese habe ich mit <a href="https://inkscape.org/de/">Inkscape</a> gefunden. Hiermir lassen sich Bilder bearbeiten und beschriften und anschließend als <em>LaTeX</em>-Dokument speichern. Diese lassen sich dann ganz einfach einbinden.</p>
|
|
||||||
<h2 id="fazit">Fazit</h2>
|
|
||||||
<p>Für wen <em>Word</em> und ähnliches schon immer eine Qual war oder wer Vorerfahrung mit Texteditoren und Skriptsprachen hat, dem kann ich <em>LaTeX</em> nur ans Herz legen. Ganz einfach lassen sich wunderschöne Dokumente herzaubern. Vor allem der Font <em>Computer Modern</em> hat es mir sehr angetan. Eventuell werde ich die Projektarbeit demnächst hier hochladen.</p>
|
|
||||||
<hr>
|
|
||||||
<h2 id="technische-spezifikationen">Technische Spezifikationen</h2>
|
|
||||||
<p>Kurzer Nachtrag über meine Arbeitsweise mit <em>LaTeX</em>: Als Texteditor benutze ich <a href="https://code.visualstudio.com">VS Code</a>, da ich diesen super übersichtlich finde und vor allem die Erweiterungsmöglichkeiten sehr schätze. Für <em>LaTeX</em> sind dies vor allem <a href="https://github.com/James-Yu/LaTeX-Workshop">LaTeX Workshop</a> und natürlich <a href="https://git-scm.com">git</a> (vorinstalliert). Des Weiteren benutze ich die <a href="https://www.tug.org/mactex/">MacTeX-Distribution</a>, welche ich über <a href="https://brew.sh">Homebrew</a> installiert habe.</p>
|
|
||||||
<h3 id="verwendete-pakete">Verwendete Pakete</h3>
|
|
||||||
<ul>
|
|
||||||
<li><strong>babel</strong>: Sorgt für die Unterstützung verschiedener Sprachen. Ich schreibe die Projektarbeit zwar auf Englisch, jedoch brauche ich ab und zu mal Deutsche Begriffe und damiteinhergehend Umlaute etc.</li>
|
|
||||||
<li><strong>biblatex</strong>: Verbessertes Literaturverzeichnis, alternative zu <strong>bibtex</strong>.</li>
|
|
||||||
<li><strong>booktabs</strong>: Verschönert und vereinfacht Tabellen in <em>LaTeX</em>.</li>
|
|
||||||
<li><strong>chemformula</strong>: Erleichtert das Setzen von chemischen Formeln enorm und sorgt dafür, dass diese auch richtig angezeigt werden.</li>
|
|
||||||
<li><strong>hyperref</strong>: Für Links und Metadaten.</li>
|
|
||||||
<li><strong>longtable</strong>: Die verwendeten Materialien habe ich alle in riesigen Listen. <em>LaTeX</em> kann standardmäßig nicht besonders gut mit großen Tabellen umgehen, dieses Paket hilft dabei.</li>
|
|
||||||
<li><strong>microtype</strong>: Lässt alles schöner aussehen, praktisch schwarze Magie.</li>
|
|
||||||
<li><strong>siunitx</strong>: Das wahrscheinlich beste Paket überhaupt, simple aber hat Power. Sorgt für perfektes setzen von Einheiten, mit oder ohne vorangehenden Wert. Zudem enthält es eine Funktion, die Werte in Tabellen um den Dezimalpunkt anordnen kann. Ein Traum.</li>
|
|
||||||
<li><strong>textgreek</strong>: Erleichtert das verwenden von griechischen Buchstaben im Text.</li>
|
|
||||||
<li>Zusätzliche Pakete die ich an der Stelle nicht weiter erleutern werden: <strong>color</strong>, <strong>csquotes</strong>, <strong>fontenc</strong>, <strong>glossaries</strong>, <strong>graphicx</strong>, <strong>tikz</strong> und <strong>tocbibind</strong>.</li>
|
|
||||||
</ul>
|
|
||||||
<div class="footnotes" role="doc-endnotes">
|
|
||||||
<hr>
|
|
||||||
<ol>
|
|
||||||
<li id="fn:1">
|
|
||||||
<p>What you see is what you get. <a href="#fnref:1" class="footnote-backref" role="doc-backlink">↩︎</a></p>
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
<hr>
|
|
||||||
<div class="tags">
|
|
||||||
<ul>
|
|
||||||
<li><a href="/tags/git/">Git</a></li>
|
|
||||||
<li><a href="/tags/latex/">Latex</a></li>
|
|
||||||
<li><a href="/tags/uni/">Uni</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,95 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>Nix on macOS | Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+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 aria-current="true" class="ancestor" 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="2024-03-14T00:00:00+00:00">2024-03-14</time>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<h1>Nix on macOS</h1>
|
|
||||||
|
|
||||||
<p class="lead">Moving from Homebrew to Nix. Mostly.</p>
|
|
||||||
|
|
||||||
<p>For about a year, I’ve been fascinated by <a href="https://nixos.org">Nix and NixOS</a>. I don’t remember exactly what fascinated me at first, probably the possibility to setup and configure my system using a single file. A few weeks ago, I decided to give it a serious try.</p>
|
|
||||||
<h2 id="installation">Installation</h2>
|
|
||||||
<p>To be honest this is not my first time installing Nix on my machine. I tried the official Nix installer and the “old” way to use Nix which is basically the same as any other package manager. I didn’t see the point of having two package managers so I uninstalled Nix quickly after.</p>
|
|
||||||
<p>Then, a few weeks ago, I came across <a href="https://nixcademy.com/2024/01/15/nix-on-macos/">this guide</a> and it instantly clicked with me. Having a single file in which I declare my complete system and then have it set up in a few minutes without rebooting is just infinitely cool. In Nix, this feature is called <em>flake</em>. The guide uses the <a href="https://github.com/DeterminateSystems/nix-installer">Determinate systems installer</a> which sets up flakes by default. It also explains how to install Nix Darwin.</p>
|
|
||||||
<h2 id="nix-darwin">Nix Darwin</h2>
|
|
||||||
<p>Nix Darwin is a set of Nix modules that brings declarative configuration to macOS. It includes a bunch of options such as for the dock, Finder or the keyboard for example. It also gives the user basic configuration options for various programs. However I prefer to set up terminal based programs using <a href="#home-manager">Home Manager</a> instead, because it supports even more programs.</p>
|
|
||||||
<p>What I do use extensively is the <a href="https://brew.sh/">Homebrew</a> module to install not only GUI (graphical user interface) apps from Homebrew, but also from the App Store.</p>
|
|
||||||
<h2 id="home-manager">Home Manager</h2>
|
|
||||||
<p>For everything else, from terminal based programs to their configuration, I use <a href="https://github.com/nix-community/home-manager?tab=readme-ov-file">Home Manager</a>. It includes a huge set of modules and allows me to setup every non-GUI program in a declarative way. Still, sometimes you have to configure the “traditional way”, meaning in the original configuration language. But still, I much prefer this over my cluttered <code>.config</code> directory.</p>
|
|
||||||
<h2 id="nixvim">Nixvim</h2>
|
|
||||||
<p>In the process of writing my Nix configuration, I became unsatisfied with my Neovim setup. I used to use <a href="https://www.lazyvim.org">LazyVim</a> but it felt more and more bloated and slow on my 9 year old machine. For some time I used <a href="https://helix-editor.com/">Helix</a> which has great defaults, such as language server protocol (LSP) and fuzzy finder integration. I really think Neovim should go in this direction. Unfortunately it lacks some features to make it my main editor, mostly support for <a href="https://typst.app/">Typst</a> which is already added to the <code>master</code> branch. It also lacks a plugin system, but given such great defaults, there isn’t that big of a need for it. Helix also features its own set of motions, and although I think they are not bad, maybe even better than Vim motions, the latter are so ubiquitously implemented that I would essentially use both all the time.</p>
|
|
||||||
<p>That’s when I saw a video by <em>ThePrimeagen</em> in which he recommended <a href="https://github.com/nvim-lua/kickstart.nvim/tree/master">Kickstart</a>, a minimal Neovim starter configuration mainly written by <em>TJ DeVries</em>. It almost everything you need to get started and has insanely great documentation.</p>
|
|
||||||
<p>The only thing that bothered me was the use of <a href="https://github.com/williamboman/mason.nvim">Mason</a> as a LSP package manager. For some people this might be the best way to install LSPs, but I don’t understand why I would use a second package manager when I can just use Nix for everything. Helix has a list of supported LSPs and all you have to do is make sure they are in your <code>$PATH</code>.</p>
|
|
||||||
<p>Luckily, others already had the same issues and decided to write <a href="https://github.com/nix-community/nixvim">Nixvim</a>. Nixvim is a NixOS / Nix Darwin / Home manager module that lets you configure Neovim (almost) entirely using Nix. It uses Nix as the plugin manager and has great defaults and documentation.</p>
|
|
||||||
<p>I basically recreated Kickstart using Nixvim with some minor tweaks. It feels just as snappy as Helix and I love it.</p>
|
|
||||||
<h2 id="conclusion">Conclusion</h2>
|
|
||||||
<p>This is just the tip of the tip of the iceberg of what is possible with Nix. Next, I want to learn to write my own flakes to set up development environments. I should probably learn a bit of Nix language too. But to sum it up so far, I’m really happy and excited about this “new” way to manage my computer.</p>
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
<hr>
|
|
||||||
<div class="tags">
|
|
||||||
<ul>
|
|
||||||
<li><a href="/tags/nix/">Nix</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,116 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>RSS | Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+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 aria-current="true" class="ancestor" 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-09-01T00:00:00+00:00">2023-09-01</time>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<h1>RSS</h1>
|
|
||||||
|
|
||||||
<p class="lead">Feeds without fuzz.</p>
|
|
||||||
|
|
||||||
<h2 id="what-is-rss">What is RSS?</h2>
|
|
||||||
<p>Originally, RSS stood for “RDF/Rich Site Summary” but was later changed to “Really Simple Syndication”</p>
|
|
||||||
<p>RSS is a way to subscribe to a website.
|
|
||||||
Whenever that website updates it writes its changes to a <code>XML</code> file.
|
|
||||||
You can then read this XML file and see what changed at a glance.</p>
|
|
||||||
<p>Many websites use RSS including YouTube, <del>Reddit</del> Lemmy, <del>Twitter</del> Mastodon, most news sites, and almost any blog out there.
|
|
||||||
For many blogs, RSS is the main way to distribute new posts.</p>
|
|
||||||
<p>RSS is experiencing a Renaissance at the moment:
|
|
||||||
Many people are now seeing the damages done by algorithmic feeds and want to go back to purely chronological feeds.
|
|
||||||
RSS provides a perfect infrastructure for this.</p>
|
|
||||||
<h2 id="how-to-read-rss">How to read RSS?</h2>
|
|
||||||
<p>First, you need a feed reader. On macOS and iOS I highly recommend <a href="https://netnewswire.com">NetNewsWire</a>.
|
|
||||||
For terminal fans <a href="https://newsboat.org">Newsboat</a> is the way to go.
|
|
||||||
<a href="https://www.thunderbird.net/">Thunderbird</a> is also a good choice but there are tons of programs that can read RSS feeds.</p>
|
|
||||||
<p>That’s bascially it. Now you need to add some feeds and you are ready.</p>
|
|
||||||
<p>I recommend picking a reader that can also fetch the article without opening the browser and loading a ton of ads.</p>
|
|
||||||
<p>Pro tip: You can export your subscibtions to a <code>OPML</code> file and import them into any RSS reader.</p>
|
|
||||||
<h2 id="how-to-distribute-rss">How to distribute RSS?</h2>
|
|
||||||
<p>This is the hardest question to answer about RSS as there are endless possibilities.</p>
|
|
||||||
<p>The easiest way would probably be to use a service such as Mastodon that generates the feed automatically.
|
|
||||||
If that platform isn’t for you, WordPress is a good way to host a blog.
|
|
||||||
I read about people setting up their own scripts that automatically update the feed for new posts.</p>
|
|
||||||
<p>I use <a href="https://gohugo.io">Hugo</a> which is a <em>static site generator</em>.
|
|
||||||
It generates feeds automatically but lies somewhere between WordPress and writing your own scripts in terms of how tech savvy you should be.</p>
|
|
||||||
<h2 id="how-to-find-rss">How to find RSS?</h2>
|
|
||||||
<p>Go to a website you like, copy the URL and paste it into your RSS reader.
|
|
||||||
Modern feed readers can find RSS feed on their own, you just have to provide a link to the site you want to subscribe to.
|
|
||||||
If that is not the case, you could try adding <code>/index.xml</code> to the URL.</p>
|
|
||||||
<p>Some sites, like this one, also link to their RSS feeds.
|
|
||||||
Often those links are a the bottom of the website and are either marked as <code>RSS</code>, <code>Feed</code>, or just use the RSS logo.
|
|
||||||
I additionally provide links to my subprojects such as my <a href="/micro">microblog</a> or my <a href="/fotos">photos</a>.
|
|
||||||
Feel free to add them to your reader.</p>
|
|
||||||
<h2 id="conclusion">Conclusion</h2>
|
|
||||||
<p>I think RSS is on the rise.
|
|
||||||
It’s an old protocol that survived numerous challenges
|
|
||||||
It provides an escape from the algorithms and large social media companies.
|
|
||||||
It also provides a way for content creators to distribute their content on their own without any middleman.</p>
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
<hr>
|
|
||||||
<div class="tags">
|
|
||||||
<ul>
|
|
||||||
<li><a href="/tags/rss/">Rss</a></li>
|
|
||||||
<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>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
BIN
public/btc.png
|
Before Width: | Height: | Size: 749 B |
|
|
@ -1,24 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
█▀▀▀▀▀█ ▄█ ▄▄▄█▄▄█▀▀▀▀▀▀ █▀▀▀▀▀█
|
|
||||||
█ ███ █ ▄█▀█ ▄███▄▀▄▀▀▄▀ █ ███ █
|
|
||||||
█ ▀▀▀ █ ▄ █ ▀▀▀▄▀▄ ▀▀ ▀ █ ▀▀▀ █
|
|
||||||
▀▀▀▀▀▀▀ ▀ ▀ █ █ ▀ ▀ ▀▄▀▄▀ ▀▀▀▀▀▀▀
|
|
||||||
█▀███▄▀███▀ ▀█▀ ▄▀ ▄█▄▄▄▄▀▄▀ █▄▀▄
|
|
||||||
▀▄▄▄██▀▀▄█▄█▀ ██▀▀█ ▄▄▀▄▀▄ ▀▄ ▄█
|
|
||||||
▄██▄ █▀ ▀█▄▀▄▄ ▀▄█▄█▄▄▀▄ ▄▄▀▀▀ ▄▄
|
|
||||||
▄██ ▀ ▀▀▀ ▀ ▄█▀█▀ ▄▄▀▄▀▄▀ ▀█▀▄██
|
|
||||||
▄███▄ ▀▄ ██ ▀ ▀▀█▀▄▄█▄▄▄▀▀▄▄▀▀▄▄▄
|
|
||||||
█▀ ██▀▀ ██▀█▀ ▄█▀ ▄▄▀▄▄ ▄█▀ ██▄▄
|
|
||||||
█▄▄ █▄▀ ▀▄▀▄▄▄▀▄█▄▄▀▄██▀▄▄ ▀ ▄
|
|
||||||
█ ██▀▀▀▀▄▄ ▄█▀██▀▀▄ █ ▀ ▄▄▀▄
|
|
||||||
▀ ▀ ▀▀ █▄█ ▀ ▀ ▄█ █▄▄▀ █▀▀▀██▄ ▄
|
|
||||||
█▀▀▀▀▀█ ▀█ █▀ ▄█▀▀█▄ ▄▀██ ▀ █ █▀▄
|
|
||||||
█ ███ █ █ ▄▀▄▄▄▀█▀▀▄█▄▀▄▀█▀▀██▄██
|
|
||||||
█ ▀▀▀ █ █ ▀ ▄█▀█ ▀ ▄ ▄▄▄▀█▀ ▄▄█
|
|
||||||
▀▀▀▀▀▀▀ ▀▀▀ ▀ ▀ ▀ ▀ ▀ ▀ ▀ ▀
|
|
||||||
|
|
||||||
|
|
||||||
bc1qf8qjt4gut2la8k4v3emfv7wrj6f3pfcjrj3slplnwrldkz7hqmaqaju7ym
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,83 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>Bitcoin | Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.css">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</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="2022-12-10T00:00:00+00:00">2022-12-10</time>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<h1>Bitcoin</h1>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
|
|
||||||
<h2 id="address">Address</h2>
|
|
||||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>bc1qf8qjt4gut2la8k4v3emfv7wrj6f3pfcjrj3slplnwrldkz7hqmaqaju7ym
|
|
||||||
</span></span></code></pre></div><h2 id="qr">QR</h2>
|
|
||||||
<p><img src="/btc.png" alt="BTC"></p>
|
|
||||||
<h2 id="openalias">OpenAlias</h2>
|
|
||||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>jankremer.eu
|
|
||||||
</span></span></code></pre></div><div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>btc.jankremer.eu
|
|
||||||
</span></span></code></pre></div>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
<hr>
|
|
||||||
<div class="tags">
|
|
||||||
<ul>
|
|
||||||
<li><a href="/tags/crypto/">Crypto</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,60 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>Categories | Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+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>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><?xml-stylesheet href="/rss.xsl" type="text/xsl"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>Categories on Jan Kremer</title>
|
|
||||||
<link>https://jankremer.eu/categories/</link>
|
|
||||||
<description>Recent content in Categories on Jan Kremer</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>de</language><atom:link href="https://jankremer.eu/categories/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
||||||
|
|
@ -1,185 +0,0 @@
|
||||||
@font-face {
|
|
||||||
font-family: "EB Garamond";
|
|
||||||
src:
|
|
||||||
/* local("EB Garamond"), */
|
|
||||||
url("/fonts/EBGaramond-VariableFont_wght.ttf");
|
|
||||||
/* font-weight: normal; */
|
|
||||||
/* font-style: normal; */
|
|
||||||
/* font-display: swap; */
|
|
||||||
}
|
|
||||||
|
|
||||||
:root {
|
|
||||||
font-size: calc(1rem + 0.25vw);
|
|
||||||
--red: #FC361D;
|
|
||||||
--blue1: #116080;
|
|
||||||
--blue2: #105099;
|
|
||||||
--light-gray: #F0F0F0;
|
|
||||||
--white: white;
|
|
||||||
--beige: #FCF9EC;
|
|
||||||
--text1: #1a1a1a;
|
|
||||||
--text2: #6f6f6f;
|
|
||||||
--text3: #999999;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
color: var(--text);
|
|
||||||
background: var(--background);
|
|
||||||
font-family: "eb garamond", serif;
|
|
||||||
font-variant-numeric: oldstyle-nums;
|
|
||||||
/* font-variant-ligatures: common-ligatures; */
|
|
||||||
line-height: 1.5;
|
|
||||||
margin: auto;
|
|
||||||
padding: 1rem;
|
|
||||||
max-width: 70ch;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
header {
|
|
||||||
border-bottom: 1px solid var(--text3);
|
|
||||||
margin-bottom: 1rem;
|
|
||||||
|
|
||||||
nav {
|
|
||||||
|
|
||||||
ul {
|
|
||||||
|
|
||||||
font-size: 1.25rem;
|
|
||||||
list-style: none;
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
padding: 0;
|
|
||||||
|
|
||||||
.active {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
|
||||||
padding: 0;
|
|
||||||
margin-top: 0;
|
|
||||||
text-align: justify;
|
|
||||||
text-justify: inter-word;
|
|
||||||
}
|
|
||||||
|
|
||||||
article>p:nth-of-type(2)::first-letter {
|
|
||||||
font-size: 3rem;
|
|
||||||
float: left;
|
|
||||||
line-height: 2.9rem;
|
|
||||||
padding-right: 0.2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: var(--red);
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
font-size: 2rem;
|
|
||||||
font-weight: normal;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
font-size: 1.75rem;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
h3 {
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
font-size: 1.5rem;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
time {
|
|
||||||
font-size: 1rem;
|
|
||||||
float: right;
|
|
||||||
color: var(--blue2);
|
|
||||||
}
|
|
||||||
|
|
||||||
table {
|
|
||||||
border-collapse: collapse;
|
|
||||||
width: 100%;
|
|
||||||
|
|
||||||
th {
|
|
||||||
text-align: left;
|
|
||||||
border-bottom: 1px solid var(--text1);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
hr {
|
|
||||||
border: 0.1px solid var(--text2);
|
|
||||||
}
|
|
||||||
|
|
||||||
img {
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
footer {
|
|
||||||
border-top: 1px solid var(--text3);
|
|
||||||
margin-top: 1rem;
|
|
||||||
|
|
||||||
p {
|
|
||||||
font-size: 0.75rem;
|
|
||||||
padding: 1rem;
|
|
||||||
text-align: center;
|
|
||||||
color: var(--text2);
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: var(--text2);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.list {
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
margin-top: 2rem;
|
|
||||||
margin-bottom: 0;
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: var(--text1);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.lead {
|
|
||||||
margin: 0;
|
|
||||||
font-size: 1rem;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.tags {
|
|
||||||
ul {
|
|
||||||
list-style: none;
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
padding: 0 1rem;
|
|
||||||
font-size: 0.75rem;
|
|
||||||
|
|
||||||
li {
|
|
||||||
padding: 0rem 0.3rem;
|
|
||||||
border: 1px solid var(--text1);
|
|
||||||
border-radius: 0.3rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.title {
|
|
||||||
font-size: 2rem;
|
|
||||||
margin-bottom: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.lead {
|
|
||||||
text-align: center;
|
|
||||||
font-size: 1.5rem;
|
|
||||||
margin-bottom: 1rem;
|
|
||||||
}
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
@font-face{font-family:eb garamond;src:url(/fonts/EBGaramond-VariableFont_wght.ttf)}:root{font-size:calc(1rem + .25vw);--red:#FC361D;--blue1:#116080;--blue2:#105099;--light-gray:#F0F0F0;--white:white;--beige:#FCF9EC;--text1:#1a1a1a;--text2:#6f6f6f;--text3:#999999}body{color:var(--text);background:var(--background);font-family:eb garamond,serif;font-variant-numeric:oldstyle-nums;line-height:1.5;margin:auto;padding:1rem;max-width:70ch;font-weight:400}header{border-bottom:1px solid var(--text3);margin-bottom:1rem;nav { ul { font-size: 1.25rem; list-style: none; display: flex; justify-content: space-between; padding: 0; .active { text-decoration: underline; } } }}p{padding:0;margin-top:0;text-align:justify;text-justify:inter-word}article>p:nth-of-type(2)::first-letter{font-size:3rem;float:left;line-height:2.9rem;padding-right:.2rem}a{color:var(--red);text-decoration:none}h1{padding:0;margin:0;font-size:2rem;font-weight:400;text-align:center}h2{padding:0;margin:0;font-size:1.75rem;font-weight:400}h3{padding:0;margin:0;font-size:1.5rem;font-weight:400}time{font-size:1rem;float:right;color:var(--blue2)}table{border-collapse:collapse;width:100%;th { text-align: left; border-bottom: 1px solid var(--text1); }}hr{border:.1px solid var(--text2)}img{max-width:100%}footer{border-top:1px solid var(--text3);margin-top:1rem;p { font-size: 0.75rem; padding: 1rem; text-align: center; color: var(--text2); a { color: var(--text2); } }}.list{h2 { margin-top: 2rem; margin-bottom: 0; a { color: var(--text1); } } .lead { margin: 0; font-size: 1rem; text-align: left; }}.tags{ul { list-style: none; display: flex; justify-content: space-between; padding: 0 1rem; font-size: 0.75rem; li { padding: 0rem 0.3rem; border: 1px solid var(--text1); border-radius: 0.3rem; } }}.title{font-size:2rem;margin-bottom:.5rem}.lead{text-align:center;font-size:1.5rem;margin-bottom:1rem}
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
@font-face{font-family:eb garamond;src:url(/fonts/EBGaramond-VariableFont_wght.ttf)}:root{font-size:calc(1rem + .25vw);--red:#FC361D;--blue1:#116080;--blue2:#105099;--light-gray:#F0F0F0;--white:white;--beige:#FCF9EC;--text1:#1a1a1a;--text2:#6f6f6f;--text3:#999999}body{color:var(--text1);background:var(--background);font-family:eb garamond,serif;font-variant-numeric:oldstyle-nums;line-height:1.5;margin:auto;padding:1rem;max-width:70ch;font-weight:400}header{border-bottom:1px solid var(--text3);margin-bottom:1rem;& nav { & ul { font-size: 1.25rem; list-style: none; display: flex; justify-content: space-between; padding: 0; .active { text-decoration: underline; } } }}p{padding:0;margin-top:0;text-align:justify;text-justify:inter-word}article>p:nth-of-type(2)::first-letter{font-size:3rem;float:left;line-height:2.9rem;padding-right:.2rem}a{color:var(--red);text-decoration:none}h1{padding:0;margin:0;font-size:2rem;font-weight:400;text-align:center}h2{padding:0;margin:0;font-size:1.75rem;font-weight:400}h3{padding:0;margin:0;font-size:1.5rem;font-weight:400}time{font-size:1rem;float:right;color:var(--blue2)}table{border-collapse:collapse;width:100%;& th { text-align: left; border-bottom: 1px solid var(--text3); }}hr{border:.5px solid var(--text3)}img{max-width:100%}footer{border-top:1px solid var(--text3);margin-top:1rem;& p { font-size: 0.75rem; padding: 1rem; text-align: center; color: var(--text2); & a { color: var(--text2); } }}.list{& h2 { margin-top: 2rem; margin-bottom: 0; & a { color: var(--text1); } } & .lead { margin: 0; font-size: 1rem; text-align: left; }}.tags{& ul { list-style: none; display: flex; justify-content: space-between; padding: 0 1rem; font-size: 0.75rem; & li { padding: 0rem 0.3rem; border: 1px solid var(--text1); border-radius: 0.3rem; } }}.title{font-size:2rem;margin-bottom:.5rem}.lead{text-align:center;font-size:1.5rem;margin-bottom:1rem}
|
|
||||||
BIN
public/eth.png
|
Before Width: | Height: | Size: 751 B |
|
|
@ -1,22 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
█▀▀▀▀▀█ ▄▀ ▄██▀▄██ ▀▀ █▀▀▀▀▀█
|
|
||||||
█ ███ █ ▀███▀▀▀▄█▀▀▄▀ █ ███ █
|
|
||||||
█ ▀▀▀ █ █▄ ▄ █▄▄▀ ▄ █ ▀▀▀ █
|
|
||||||
▀▀▀▀▀▀▀ █▄▀ █ ▀▄█▄▀ ▀ ▀▀▀▀▀▀▀
|
|
||||||
▀▀▄█ ▄▀█▄ █▄ ▄█▀▀▄█▀▀ ▀▀▄
|
|
||||||
▀█ ▄▄▀▀█▄▀▀ █ ▄ ▄█▄ ▄█ ▀█ ▄
|
|
||||||
▄ ████▀ ▄▄▄▄█ ▀ █▄ ▄ █▀█ ▄▀
|
|
||||||
█▀▀ ▀█▀ █ ▀ █ ▄ █ ▄▄▄█ ▀▀▀█▀
|
|
||||||
▄ ▄█▄▀▀▀█▄▀ ▀ ▄▀█▀▀ ▄▀ ██ █
|
|
||||||
▀ ▀▄ ▀▀█▀▄▄▄ █ ▄▄▄ ▄█ ▄ ██
|
|
||||||
▀ ▀▀ ▀ █▄▄██ █ █ ▀█▀▀▀█ █
|
|
||||||
█▀▀▀▀▀█ ▀▀▄██▀▀ ▀ ▄▄█ ▀ █▀█
|
|
||||||
█ ███ █ ▄███▀▄▀ ▄██ █████▄ ▄▀
|
|
||||||
█ ▀▀▀ █ ▄ ▄█▀ █▄▀█ ▄█ ▀▄▀▄▀
|
|
||||||
▀▀▀▀▀▀▀ ▀ ▀ ▀▀ ▀▀▀▀▀ ▀ ▀
|
|
||||||
|
|
||||||
|
|
||||||
0xc4cBDf9f57cb0229d19d885D5E4033a6223EDef7
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,86 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>Ethereum | Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+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="2022-12-10T00:00:00+00:00">2022-12-10</time>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<h1>Ethereum</h1>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
|
|
||||||
<h2 id="address">Address</h2>
|
|
||||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>0xc4cBDf9f57cb0229d19d885D5E4033a6223EDef7
|
|
||||||
</span></span></code></pre></div><h2 id="qr">QR</h2>
|
|
||||||
<p><img src="/eth.png" alt="ETH"></p>
|
|
||||||
<h2 id="ens">ENS</h2>
|
|
||||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>jankremer.eu
|
|
||||||
</span></span></code></pre></div><h2 id="opensea">OpenSea</h2>
|
|
||||||
<p><a href="https://opensea.io/Echinacea">Echinacea</a></p>
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
<hr>
|
|
||||||
<div class="tags">
|
|
||||||
<ul>
|
|
||||||
<li><a href="/tags/crypto/">Crypto</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
Before Width: | Height: | Size: 544 B |
|
Before Width: | Height: | Size: 594 B |
|
Before Width: | Height: | Size: 15 KiB |
|
|
@ -1,161 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta name="generator" content="Hugo 0.123.8"><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.css">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<header>
|
|
||||||
<h1 class="title"><a href="/">Jan Kremer</a></h1>
|
|
||||||
|
|
||||||
<nav>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<a aria-current="page" class="active" 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>
|
|
||||||
|
|
||||||
|
|
||||||
<h1>Neueste Beiträge</h1>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2024-03-14T00:00:00+00:00">2024-03-14</time>
|
|
||||||
|
|
||||||
<h2><a href="/blog/nix/">Nix on macOS</a></h2>
|
|
||||||
|
|
||||||
<p class="lead">Moving from Homebrew to Nix. Mostly.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-12-25T16:28:52+01:00">2023-12-25</time>
|
|
||||||
|
|
||||||
<h2><a href="/micro/markdown-tables/">Markdown Tables Suck</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-11-15T10:12:30+01:00">2023-11-15</time>
|
|
||||||
|
|
||||||
<h2><a href="/micro/timestamps/">Use Timestamps</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-09-25T00:00:00+00:00">2023-09-25</time>
|
|
||||||
|
|
||||||
<h2><a href="/blog/git-deploy/">Deploy a website using Git</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-09-09T00:00:00+00:00">2023-09-09</time>
|
|
||||||
|
|
||||||
<h2><a href="/blog/geheime-botschaften/">Geheime Botschaften – Simon Singh</a></h2>
|
|
||||||
|
|
||||||
<p class="lead">Buchvorstellung</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-09-01T00:00:00+00:00">2023-09-01</time>
|
|
||||||
|
|
||||||
<h2><a href="/blog/rss/">RSS</a></h2>
|
|
||||||
|
|
||||||
<p class="lead">Feeds without fuzz.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-08-27T00:00:00+00:00">2023-08-27</time>
|
|
||||||
|
|
||||||
<h2><a href="/blog/hosting/">12 cent blog</a></h2>
|
|
||||||
|
|
||||||
<p class="lead">Hosting a website at (almost) no cost.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-07-22T15:57:59+02:00">2023-07-22</time>
|
|
||||||
|
|
||||||
<h2><a href="/micro/twitter/">Stop using Twitter.</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-07-19T10:48:33+02:00">2023-07-19</time>
|
|
||||||
|
|
||||||
<h2><a href="/photos/evening-cloud/">Evening Cloud</a></h2>
|
|
||||||
|
|
||||||
<p class="lead">Evening cloud over Regensburg.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-07-19T10:14:44+02:00">2023-07-19</time>
|
|
||||||
|
|
||||||
<h2><a href="/micro/reader/">Reader mode is the antidote to bad website design.</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
501
public/index.xml
|
|
@ -1,501 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><?xml-stylesheet href="/rss.xsl" type="text/xsl"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>Jan Kremer</title>
|
|
||||||
<link>https://jankremer.eu/</link>
|
|
||||||
<description>Recent content on Jan Kremer</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>de</language>
|
|
||||||
<lastBuildDate>2024-03-14 00:00</lastBuildDate><atom:link href="https://jankremer.eu/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>Nix on macOS</title>
|
|
||||||
<link>https://jankremer.eu/blog/nix/</link>
|
|
||||||
<pubDate>2024-03-14 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/blog/nix/</guid>
|
|
||||||
<description><p>For about a year, I&rsquo;ve been fascinated by <a href="https://nixos.org">Nix and NixOS</a>. I don&rsquo;t remember exactly what fascinated me at first, probably the possibility to setup and configure my system using a single file. A few weeks ago, I decided to give it a serious try.</p>
|
|
||||||
<h2 id="installation">Installation</h2>
|
|
||||||
<p>To be honest this is not my first time installing Nix on my machine. I tried the official Nix installer and the &ldquo;old&rdquo; way to use Nix which is basically the same as any other package manager. I didn&rsquo;t see the point of having two package managers so I uninstalled Nix quickly after.</p>
|
|
||||||
<p>Then, a few weeks ago, I came across <a href="https://nixcademy.com/2024/01/15/nix-on-macos/">this guide</a> and it instantly clicked with me. Having a single file in which I declare my complete system and then have it set up in a few minutes without rebooting is just infinitely cool. In Nix, this feature is called <em>flake</em>. The guide uses the <a href="https://github.com/DeterminateSystems/nix-installer">Determinate systems installer</a> which sets up flakes by default. It also explains how to install Nix Darwin.</p>
|
|
||||||
<h2 id="nix-darwin">Nix Darwin</h2>
|
|
||||||
<p>Nix Darwin is a set of Nix modules that brings declarative configuration to macOS. It includes a bunch of options such as for the dock, Finder or the keyboard for example. It also gives the user basic configuration options for various programs. However I prefer to set up terminal based programs using <a href="#home-manager">Home Manager</a> instead, because it supports even more programs.</p>
|
|
||||||
<p>What I do use extensively is the <a href="https://brew.sh/">Homebrew</a> module to install not only GUI (graphical user interface) apps from Homebrew, but also from the App Store.</p>
|
|
||||||
<h2 id="home-manager">Home Manager</h2>
|
|
||||||
<p>For everything else, from terminal based programs to their configuration, I use <a href="https://github.com/nix-community/home-manager?tab=readme-ov-file">Home Manager</a>. It includes a huge set of modules and allows me to setup every non-GUI program in a declarative way. Still, sometimes you have to configure the &ldquo;traditional way&rdquo;, meaning in the original configuration language. But still, I much prefer this over my cluttered <code>.config</code> directory.</p>
|
|
||||||
<h2 id="nixvim">Nixvim</h2>
|
|
||||||
<p>In the process of writing my Nix configuration, I became unsatisfied with my Neovim setup. I used to use <a href="https://www.lazyvim.org">LazyVim</a> but it felt more and more bloated and slow on my 9 year old machine. For some time I used <a href="https://helix-editor.com/">Helix</a> which has great defaults, such as language server protocol (LSP) and fuzzy finder integration. I really think Neovim should go in this direction. Unfortunately it lacks some features to make it my main editor, mostly support for <a href="https://typst.app/">Typst</a> which is already added to the <code>master</code> branch. It also lacks a plugin system, but given such great defaults, there isn&rsquo;t that big of a need for it. Helix also features its own set of motions, and although I think they are not bad, maybe even better than Vim motions, the latter are so ubiquitously implemented that I would essentially use both all the time.</p>
|
|
||||||
<p>That&rsquo;s when I saw a video by <em>ThePrimeagen</em> in which he recommended <a href="https://github.com/nvim-lua/kickstart.nvim/tree/master">Kickstart</a>, a minimal Neovim starter configuration mainly written by <em>TJ DeVries</em>. It almost everything you need to get started and has insanely great documentation.</p>
|
|
||||||
<p>The only thing that bothered me was the use of <a href="https://github.com/williamboman/mason.nvim">Mason</a> as a LSP package manager. For some people this might be the best way to install LSPs, but I don&rsquo;t understand why I would use a second package manager when I can just use Nix for everything. Helix has a list of supported LSPs and all you have to do is make sure they are in your <code>$PATH</code>.</p>
|
|
||||||
<p>Luckily, others already had the same issues and decided to write <a href="https://github.com/nix-community/nixvim">Nixvim</a>. Nixvim is a NixOS / Nix Darwin / Home manager module that lets you configure Neovim (almost) entirely using Nix. It uses Nix as the plugin manager and has great defaults and documentation.</p>
|
|
||||||
<p>I basically recreated Kickstart using Nixvim with some minor tweaks. It feels just as snappy as Helix and I love it.</p>
|
|
||||||
<h2 id="conclusion">Conclusion</h2>
|
|
||||||
<p>This is just the tip of the tip of the iceberg of what is possible with Nix. Next, I want to learn to write my own flakes to set up development environments. I should probably learn a bit of Nix language too. But to sum it up so far, I&rsquo;m really happy and excited about this &ldquo;new&rdquo; way to manage my computer.</p>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>What I'm currently doing</title>
|
|
||||||
<link>https://jankremer.eu/now/</link>
|
|
||||||
<pubDate>2023-12-30 08:34</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/now/</guid>
|
|
||||||
<description><h2 id="learning">Learning</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Pharmazeutische Technologie</li>
|
|
||||||
</ul>
|
|
||||||
<h2 id="reading">Reading</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Kaffee und Zigaretten – Ferdinand von Schirach</li>
|
|
||||||
</ul>
|
|
||||||
<h2 id="watching">Watching</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Germany&rsquo;s next topmodel</li>
|
|
||||||
<li>Rosins Restaurants</li>
|
|
||||||
<li>Batman – The animated series</li>
|
|
||||||
<li>Band of Brothers</li>
|
|
||||||
</ul>
|
|
||||||
<h2 id="listening">Listening</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Kölsche Karnevalsmusik (yeah I know Karneval is over)</li>
|
|
||||||
</ul>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>What I use</title>
|
|
||||||
<link>https://jankremer.eu/uses/</link>
|
|
||||||
<pubDate>2023-12-30 08:03</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/uses/</guid>
|
|
||||||
<description><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>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Markdown Tables Suck</title>
|
|
||||||
<link>https://jankremer.eu/micro/markdown-tables/</link>
|
|
||||||
<pubDate>2023-12-25 16:28</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/micro/markdown-tables/</guid>
|
|
||||||
<description><p>Tables are arguably the worst part of Markdown.
|
|
||||||
No horizontal lines except for the mandatory one at the top.
|
|
||||||
The only feature is the possibility to align cells.</p>
|
|
||||||
<p>Org Mode does much better, but isn&rsquo;t perfect either.</p>
|
|
||||||
<p>Don&rsquo;t get me wrong. It&rsquo;s nice to have a simple tool for simple tables.
|
|
||||||
But sometimes I need more customizability.</p>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Use Timestamps</title>
|
|
||||||
<link>https://jankremer.eu/micro/timestamps/</link>
|
|
||||||
<pubDate>2023-11-15 10:12</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/micro/timestamps/</guid>
|
|
||||||
<description><p>
|
|
||||||
Every blog post should include a timestamp.
|
|
||||||
In fact, this extends to almost anything online and even offline.</p>
|
|
||||||
<p>
|
|
||||||
Also, don&#39;t make me look for the date.
|
|
||||||
Put the date as obvious as possible, preferably at the beginning of the post.</p>
|
|
||||||
<p>
|
|
||||||
I was reading <a href="https://jvns.ca/blog/2023/02/28/some-notes-on-using-nix/">Julia Evans post about nix</a> and it was not immediately clear to me if this was a recent post.
|
|
||||||
Only when I copied the URL to complain about it I discovered the date there.
|
|
||||||
Safari hides most of the URL by default.</p>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Deploy a website using Git</title>
|
|
||||||
<link>https://jankremer.eu/blog/git-deploy/</link>
|
|
||||||
<pubDate>2023-09-25 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/blog/git-deploy/</guid>
|
|
||||||
<description><h2 id="git-ftp">Git-ftp</h2>
|
|
||||||
<p>I tested a lot of different FTP programs including GUIs, TUIs and CLIs.
|
|
||||||
There might be a problem with the FTP server but I don&rsquo;t control that unfortunately.
|
|
||||||
The only program working flawlessly so far is <a href="https://git-ftp.github.io/">git-ftp</a>, a plugin for Git.
|
|
||||||
Not only is this perfectly integrated into git, which I am using anyway.
|
|
||||||
Also no errors occurred so far.
|
|
||||||
Plus I can automate the upload using <a href="#git-hooks">hooks</a>.</p>
|
|
||||||
<h2 id="git-hooks">Git hooks</h2>
|
|
||||||
<p>The real MVP however is <a href="https://git-scm.com/docs/githooks">Git Hooks</a>.
|
|
||||||
Hooks are scripts that run automatically on certain Git events.</p>
|
|
||||||
<p>I did, for example, create a hook to automacally build the website after commiting a change.
|
|
||||||
Yes, this could introduce problems such as breaking changes and I end up with a broken website, but as I test it regularly this should not become a problem.</p>
|
|
||||||
<p>The second hook I created pushes the website to the FTP server whenever I push to the remote repository.</p>
|
|
||||||
<h2 id="git-submodule">Git submodule</h2>
|
|
||||||
<p>I recently discovered that I can use <code>git submodule</code> to add the <code>public</code> folder created by Hugo.
|
|
||||||
This allows me to upload the repository to my pages repository on Codeberg and have the site mirrored there.
|
|
||||||
Secoundly, it allows me to upload the website with git-ftp without uploading everything else.</p>
|
|
||||||
<hr>
|
|
||||||
<p>What awesome features of Git are you using?</p>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Geheime Botschaften – Simon Singh</title>
|
|
||||||
<link>https://jankremer.eu/blog/geheime-botschaften/</link>
|
|
||||||
<pubDate>2023-09-09 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/blog/geheime-botschaften/</guid>
|
|
||||||
<description><p>Ich las vor kurzem das Buch <em>Geheime Botschaften. Die Kunst der Verschlüsselung von der Antike bis in die Zeiten des Internet</em><sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup> von <a href="https://simonsingh.net">Simon Singh</a>.
|
|
||||||
Es stellt eine Einführung in die Geschichte der Verschlüsselung dar und ist für jeden, den das Thema interessiert, äußerst empfehlenswert.
|
|
||||||
Daneben geht der Autor auch auf die &ldquo;Entschlüsselung&rdquo; antiker Sprachen wie der <a href="https://de.wikipedia.org/wiki/Hieroglyphen">Hieroglyphen</a> und Schriften wie <a href="https://de.wikipedia.org/wiki/Linearschrift_B">Linear B</a> ein.</p>
|
|
||||||
<p>In den letzten Kapiteln des Buchs erklärt Singh zudem &ldquo;moderne&rdquo; Verschlüsselungsmethoden wie <a href="https://de.wikipedia.org/wiki/RSA-Kryptosystem">RSA</a> und den <a href="https://de.wikipedia.org/wiki/Diffie-Hellman-Schl%C3%BCsselaustausch">Diffie-Hellmann-Schlüsselaustausch</a>.
|
|
||||||
Nur leider zeigt sich hier deutlich, dass das Buch bereit 1999 publiziert wurde und somit die letzten 24 Jahre der Kryptographie nicht erwähnt werden konnten.
|
|
||||||
Dadurch finden sich Themen wie zum Beispiel das <a href="https://www.signal.org/docs/">Signal-Protokoll</a>, die damit einhergehende massive Verbreitung starker Verschlüsselung und Krypto-Währungen hier nicht wieder.</p>
|
|
||||||
<p>Zum Glück kann man vieles davon selbst im Internet recherchieren.</p>
|
|
||||||
<p>Update: Signal wird in Zukunft <a href="https://signal.org/blog/pqxdh">quantumresistente Verschlüsselung</a> benutzen.</p>
|
|
||||||
<div class="footnotes" role="doc-endnotes">
|
|
||||||
<hr>
|
|
||||||
<ol>
|
|
||||||
<li id="fn:1">
|
|
||||||
<p>Originaltitel: <em>The Code Book. The Science of Secrecy from Ancient Egypt to Quantum Cryptography</em>&#160;<a href="#fnref:1" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p>
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>RSS</title>
|
|
||||||
<link>https://jankremer.eu/blog/rss/</link>
|
|
||||||
<pubDate>2023-09-01 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/blog/rss/</guid>
|
|
||||||
<description><h2 id="what-is-rss">What is RSS?</h2>
|
|
||||||
<p>Originally, RSS stood for &ldquo;RDF/Rich Site Summary&rdquo; but was later changed to &ldquo;Really Simple Syndication&rdquo;</p>
|
|
||||||
<p>RSS is a way to subscribe to a website.
|
|
||||||
Whenever that website updates it writes its changes to a <code>XML</code> file.
|
|
||||||
You can then read this XML file and see what changed at a glance.</p>
|
|
||||||
<p>Many websites use RSS including YouTube, <del>Reddit</del> Lemmy, <del>Twitter</del> Mastodon, most news sites, and almost any blog out there.
|
|
||||||
For many blogs, RSS is the main way to distribute new posts.</p>
|
|
||||||
<p>RSS is experiencing a Renaissance at the moment:
|
|
||||||
Many people are now seeing the damages done by algorithmic feeds and want to go back to purely chronological feeds.
|
|
||||||
RSS provides a perfect infrastructure for this.</p>
|
|
||||||
<h2 id="how-to-read-rss">How to read RSS?</h2>
|
|
||||||
<p>First, you need a feed reader. On macOS and iOS I highly recommend <a href="https://netnewswire.com">NetNewsWire</a>.
|
|
||||||
For terminal fans <a href="https://newsboat.org">Newsboat</a> is the way to go.
|
|
||||||
<a href="https://www.thunderbird.net/">Thunderbird</a> is also a good choice but there are tons of programs that can read RSS feeds.</p>
|
|
||||||
<p>That&rsquo;s bascially it. Now you need to add some feeds and you are ready.</p>
|
|
||||||
<p>I recommend picking a reader that can also fetch the article without opening the browser and loading a ton of ads.</p>
|
|
||||||
<p>Pro tip: You can export your subscibtions to a <code>OPML</code> file and import them into any RSS reader.</p>
|
|
||||||
<h2 id="how-to-distribute-rss">How to distribute RSS?</h2>
|
|
||||||
<p>This is the hardest question to answer about RSS as there are endless possibilities.</p>
|
|
||||||
<p>The easiest way would probably be to use a service such as Mastodon that generates the feed automatically.
|
|
||||||
If that platform isn&rsquo;t for you, WordPress is a good way to host a blog.
|
|
||||||
I read about people setting up their own scripts that automatically update the feed for new posts.</p>
|
|
||||||
<p>I use <a href="https://gohugo.io">Hugo</a> which is a <em>static site generator</em>.
|
|
||||||
It generates feeds automatically but lies somewhere between WordPress and writing your own scripts in terms of how tech savvy you should be.</p>
|
|
||||||
<h2 id="how-to-find-rss">How to find RSS?</h2>
|
|
||||||
<p>Go to a website you like, copy the URL and paste it into your RSS reader.
|
|
||||||
Modern feed readers can find RSS feed on their own, you just have to provide a link to the site you want to subscribe to.
|
|
||||||
If that is not the case, you could try adding <code>/index.xml</code> to the URL.</p>
|
|
||||||
<p>Some sites, like this one, also link to their RSS feeds.
|
|
||||||
Often those links are a the bottom of the website and are either marked as <code>RSS</code>, <code>Feed</code>, or just use the RSS logo.
|
|
||||||
I additionally provide links to my subprojects such as my <a href="https://jankremer.eu/micro">microblog</a> or my <a href="https://jankremer.eu/fotos">photos</a>.
|
|
||||||
Feel free to add them to your reader.</p>
|
|
||||||
<h2 id="conclusion">Conclusion</h2>
|
|
||||||
<p>I think RSS is on the rise.
|
|
||||||
It&rsquo;s an old protocol that survived numerous challenges
|
|
||||||
It provides an escape from the algorithms and large social media companies.
|
|
||||||
It also provides a way for content creators to distribute their content on their own without any middleman.</p>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>12 cent blog</title>
|
|
||||||
<link>https://jankremer.eu/blog/hosting/</link>
|
|
||||||
<pubDate>2023-08-27 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/blog/hosting/</guid>
|
|
||||||
<description><p>Yes, the title is correct.
|
|
||||||
<a href="https://knowyourmeme.com/photos/1191035">Well, actually</a> it is 0.119 € per
|
|
||||||
month or 14.28 € for 10 years.</p>
|
|
||||||
<p>To be fair, it was a special offer and only covers the domain.
|
|
||||||
Fortunately, my provider, <a href="https://www.netim.com/en">Netim</a> has a free hosting plan with fits my needs.
|
|
||||||
I even get email hosting with my own domain.
|
|
||||||
There are also services like <a href="https://neocities.org">Neocities</a> where you can host your website for free if you are willing to live with a subdomain.</p>
|
|
||||||
<h2 id="why-should-i-xyz-is-free">Why should I? XYZ is free!</h2>
|
|
||||||
<p>Yes, you can post wherever you want.
|
|
||||||
𝕏 (formerly known as Twitter) is free<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup>, Mastodon is free, Facebook, Instagram, Threads, Reddit, you name them, are all free, but you are giving up your freedoms.
|
|
||||||
Mastodon might be a little better than the rest, but ultimately you depend on the host to let you post there.
|
|
||||||
And they can block you and delete all your data without even giving you any notice.
|
|
||||||
I hope you have a backup.</p>
|
|
||||||
<p>Hosting this blog allows me to write whatever I want.
|
|
||||||
Sure, Netim could also block me and delete my data, but since I use <a href="https://gohugo.io">Hugo</a> I always have everything backed up on my system anyways.
|
|
||||||
In a matter of hours I could be up and running on another hosting provider.</p>
|
|
||||||
<p>I can also use any format I want and have nearly endless possibilities to customize my blog.
|
|
||||||
The sky is the limit.
|
|
||||||
For example am I hosting my own <a href="https://jankremer.eu/fotos">photos</a> instead of using Instagram and my own <a href="https://jankremer.eu/micro">microblog</a> instead of using Twitter/Mastodon.
|
|
||||||
Whatever media I plan to share in the future, there is a solution out there.
|
|
||||||
Want comments? I&rsquo;m trying <a href="https://cactus.chat">Cactus Comments</a> at the moment.</p>
|
|
||||||
<p>Let me know what you think!</p>
|
|
||||||
<div class="footnotes" role="doc-endnotes">
|
|
||||||
<hr>
|
|
||||||
<ol>
|
|
||||||
<li id="fn:1">
|
|
||||||
<p>Or is it? I&rsquo;m not in the loop.&#160;<a href="#fnref:1" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p>
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Stop using Twitter.</title>
|
|
||||||
<link>https://jankremer.eu/micro/twitter/</link>
|
|
||||||
<pubDate>2023-07-22 15:57</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/micro/twitter/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Evening Cloud</title>
|
|
||||||
<link>https://jankremer.eu/photos/evening-cloud/</link>
|
|
||||||
<pubDate>2023-07-19 10:48</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/photos/evening-cloud/</guid>
|
|
||||||
<description><p><img src="evening-cloud.webp" alt="Evening cloud over Regensburg."></p>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Reader mode is the antidote to bad website design.</title>
|
|
||||||
<link>https://jankremer.eu/micro/reader/</link>
|
|
||||||
<pubDate>2023-07-19 10:14</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/micro/reader/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>git</title>
|
|
||||||
<link>https://jankremer.eu/blog/git/</link>
|
|
||||||
<pubDate>2023-03-22 16:47</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/blog/git/</guid>
|
|
||||||
<description><p>Ursprünglich sollte es in diesem Post um <a href="https://git-scm.com">git</a>, jedoch ist mir bei Brainstorming aufgefallen, dass das Thema eigentlich deutlich umfangreicher sein sollte.</p>
|
|
||||||
<p>Meine Reise begann, als ich beschloss, diesen Blog zu starten.
|
|
||||||
Da ich bis dahin Webseiten nur in reinem HTML und CSS geschrieben hatte, versuchte ich es zunächst damit.
|
|
||||||
Schnell stellten sich dabei aber mehrere Probleme heraus:</p>
|
|
||||||
<ol>
|
|
||||||
<li>Ich bin nicht gut in CSS.</li>
|
|
||||||
<li>Einen RSS-Feed von Hand zu erstellen ist umständlich und nicht sinnvoll.</li>
|
|
||||||
<li>Mehrere Seiten mit einheitlichem Design in HTML zu schreiben ist kompliziert.</li>
|
|
||||||
<li>Ich mag die HTML Syntax nicht.</li>
|
|
||||||
</ol>
|
|
||||||
<p>Ich war überzeugt, dass ich eine bessere Lösung dafür brauche.
|
|
||||||
Nach kurzer und intensiver Recherche fand ich heraus, dass die Lösung meine Problems <em>&ldquo;static site generator&rdquo;</em> heißt.
|
|
||||||
Darüber hatte ich bereits <a href="https://jankremer.eu/blog/genesis">hier</a> geschrieben.</p>
|
|
||||||
<p>Im Zuge dessen lernte ich auch <em>git</em> kennen.
|
|
||||||
Ich hatte zwar schon früher von <em>git</em> gehört, bis dato aber nur zum herunterladen von Software benutzt.
|
|
||||||
Und damit sind wir schon im Kern meines Problems gelandet:</p>
|
|
||||||
<h2 id="warum-kannte-ich-git-nicht">Warum kannte ich <em>git</em> nicht?</h2>
|
|
||||||
<p>Meine ersten Erfahrungen mit dem Programmieren machte ich damals in der Schule, angefangen mit HTML und CSS, später mit Python und Java.
|
|
||||||
Aber ohne <em>git</em>.
|
|
||||||
An der Uni (4 Semester Wirtschaftsinformatik) ging es dann weiter mit Java, aber weiterhin ohne <em>git</em>.</p>
|
|
||||||
<p>Erst beim erstellen dieses Blogs kam ich auf die Idee mich mal ein wenig mit <a href="https://de.wikipedia.org/wiki/Versionsverwaltung">Versionsverwaltung</a> auseinander zu setzen.
|
|
||||||
Und seitdem bin ich verliebt.</p>
|
|
||||||
<p>Inzwischen denke ich, dass jeder von <em>git</em> profitieren könnte.
|
|
||||||
Das einfache Zurückspringen zu früheren Versionen, falls mal was kaputt geht, oder das Auslagern und Zusammenführen von <em>Branches</em> sind einfach großartig.
|
|
||||||
Zudem ermutigt wird man ermutigt, an logisch sinnvollen Stellen zu <em>commiten</em> und somit den bisherigen Stand zu speichern.</p>
|
|
||||||
<p>Es wäre meiner Meinung nach auch sinnvoll, Texte, wie zum Beispiel Projektarbeiten, nicht in <em>Microsoft Word</em> zu verfassen sondern besser in Textdokumenten und diese dann mit <em>git</em> zu verwalten und zusammenzufügen (merge).
|
|
||||||
Diese könnten dann ganz leicht in <a href="https://jankremer.eu/blog/latex">LaTeX-Dokumente</a> umgewandelt werden oder auch in <em>Word</em> formatiert werden.
|
|
||||||
Darüber hinaus würde dies den Autoren die Möglichkeit geben, einen Texteditor der Wahl zu nutzen.
|
|
||||||
Gerade auf älteren Maschinen, wie meinem <em>MacBook Pro</em> von 2015 braucht <em>Word</em> inzwischen einiges an Ressourcen.
|
|
||||||
Dies könnte aber auch damit zusammen hängen, dass <em>Word</em> auf meinem Computer stolze 2.3 GB schwer ist.
|
|
||||||
Zum Vergleich: Das <strong>gesamte</strong> <em>LibreOffice</em> braucht keine 800 MB.</p>
|
|
||||||
<p>Ich verstehe auch, dass nicht jeder auf der Kommandozeile zu Hause ist, jedoch gibt es ja auch Tools wie GitHub oder Programme mit grafischer Oberfläche, es sollte also für jeden was dabei sein.</p>
|
|
||||||
<p>Ich kratze hier gerade mal an der Oberfläche der Möglichkeiten, das meiste ist mir selbst noch nicht bekannt.
|
|
||||||
Ich kann nur jedem, der <em>git</em> noch nicht nutzt es nur wärmstens empfehlen, es mal auszuprobieren.
|
|
||||||
Schaden kann es nicht!</p>
|
|
||||||
<p>P.S.: Ja ich weiß, <em>git</em> ist kein Geheimtipp.</p>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>LaTeX</title>
|
|
||||||
<link>https://jankremer.eu/blog/latex/</link>
|
|
||||||
<pubDate>2023-01-12 15:35</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/blog/latex/</guid>
|
|
||||||
<description><p>Im Rahmen meines Wahlpflichtpraktikums schreibe ich aktuell an meiner zweiten größeren Projektarbeit. Die einzige andere Projektarbeit war bisher die für das Praktikum Pharmazeutische Technologie, welche, Stand jetzt, noch nicht vollständig abgeschlossen ist.</p>
|
|
||||||
<p>Für diese Arbeit entschieden wir uns jedoch für <em>Microsoft Word</em>. Also im Grunde wurde uns diese Entscheidung fast abgenommen, da die Universität Regensburg uns das <em>Office 365</em> zur Verfügung stellt und es damit auch bei uns Studenten den De-Facto-Standard darstellt. Zudem erleichtert es das Arbeiten im Team doch sehr.</p>
|
|
||||||
<p>Formatierungen sind jedoch immer ein Kampf. Daher wollte ich versuchen, <a href="https://www.latex-project.org">LaTeX</a> für diese Arbeit einzusetzen. Ich kannte <em>LaTeX</em> vor allem aus mathematischen Kursen an der Uni und hatte schon oft gehört, dass es Setzen (von <a href="https://de.wikipedia.org/wiki/Satz_(Druck)">Satz</a>) deutlich vereinfachen soll. Aber nicht nur das Schreiben mathematischer Arbeiten macht es deutlich angenehmer, durch das einbinden einiger zusätzlicher Pakete werden wissenschaftliche Texte zum Kinderspiel.</p>
|
|
||||||
<h2 id="über-latex">Über LaTeX</h2>
|
|
||||||
<blockquote>
|
|
||||||
<p><strong>LaTeX</strong> [ˈlaːtɛç] ist ein Softwarepaket, das die Benutzung des Textsatzsystems TeX mit Hilfe von Makros vereinfacht. <em>LaTeX</em> wurde Anfang der 1980er Jahre von <em>Leslie Lamport</em> entwickelt.Der Name bedeutet so viel wie <em>Lamport TeX</em>. Die Entwicklung wurde seit den 1990er Jahren von einer Anzahl Entwicklern weitergeführt. Heute ist <em>LaTeX</em> die populärste Methode, <em>TeX</em> zu verwenden.</p>
|
|
||||||
</blockquote>
|
|
||||||
<p>— <!-- raw HTML omitted --><a href="https://de.wikipedia.org/wiki/LaTeX">Wikipedia: LaTeX</a><!-- raw HTML omitted --></p>
|
|
||||||
<p><em>LaTeX</em> funktioniert ähnlich wie <em>HTML</em> oder <em>Markdown</em>: Zunächst wird die Formatierung von Text getrennt. Bei WYSIWYG<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup>-Textverarbeitungsprogrammen wie <em>Word</em> sieht man direkt, wie das gedruckte Dokument hinterher aussehen wird. Das macht es für viele Nutzer einfacher, zwingt sie aber auch dazu, sich direkt und unmittelbar mit der Formatierung zu beschäftigen. <em>LaTeX</em> trennt dies zunächst, gibt aber dennoch eine übersichtliche Struktur vor. Zudem sind die Standard Formatvorlagen deutlich schlichter und zumindest für mich wesentlich ansprechender als die von <em>Word</em> (Warum ist alles blau und wieso <em>Calibri</em>?!). Ja, die Voreinstellungen von <em>Word</em> lassen sich überschreiben, aber das muss man auch erstmal machen.</p>
|
|
||||||
<p>Funktionen wie ein Inhalts- oder Literaturvrezeichnis lassen sich in <em>Word</em> zwar auch realisieren, sind in <em>LaTeX</em> wesentlich simpler. Zudem lässt sich <em>LaTeX</em> durch Pakete nahezu unendlich erweitern und deckt dadruch auch jeden noch so speziellen Fall ab.</p>
|
|
||||||
<p>Ein weiterer Punkt, warum ich <em>LaTeX</em> bevorzuge ist, dass ich jeden Texteditor benutzen kann. Ich nutze am liebsten <em>VS Code</em>, aber natürlich kann jeder beliebige Editor verwendet werden.</p>
|
|
||||||
<p>Das einzige, was mit <em>Word</em> sicher einfacher wäre ist das einbinden und beschriften von Grafiken. Da ich einige davor in meine Projektarbeit verwende, brauchte ich hierfür eine Lösung. Diese habe ich mit <a href="https://inkscape.org/de/">Inkscape</a> gefunden. Hiermir lassen sich Bilder bearbeiten und beschriften und anschließend als <em>LaTeX</em>-Dokument speichern. Diese lassen sich dann ganz einfach einbinden.</p>
|
|
||||||
<h2 id="fazit">Fazit</h2>
|
|
||||||
<p>Für wen <em>Word</em> und ähnliches schon immer eine Qual war oder wer Vorerfahrung mit Texteditoren und Skriptsprachen hat, dem kann ich <em>LaTeX</em> nur ans Herz legen. Ganz einfach lassen sich wunderschöne Dokumente herzaubern. Vor allem der Font <em>Computer Modern</em> hat es mir sehr angetan. Eventuell werde ich die Projektarbeit demnächst hier hochladen.</p>
|
|
||||||
<hr>
|
|
||||||
<h2 id="technische-spezifikationen">Technische Spezifikationen</h2>
|
|
||||||
<p>Kurzer Nachtrag über meine Arbeitsweise mit <em>LaTeX</em>: Als Texteditor benutze ich <a href="https://code.visualstudio.com">VS Code</a>, da ich diesen super übersichtlich finde und vor allem die Erweiterungsmöglichkeiten sehr schätze. Für <em>LaTeX</em> sind dies vor allem <a href="https://github.com/James-Yu/LaTeX-Workshop">LaTeX Workshop</a> und natürlich <a href="https://git-scm.com">git</a> (vorinstalliert). Des Weiteren benutze ich die <a href="https://www.tug.org/mactex/">MacTeX-Distribution</a>, welche ich über <a href="https://brew.sh">Homebrew</a> installiert habe.</p>
|
|
||||||
<h3 id="verwendete-pakete">Verwendete Pakete</h3>
|
|
||||||
<ul>
|
|
||||||
<li><strong>babel</strong>: Sorgt für die Unterstützung verschiedener Sprachen. Ich schreibe die Projektarbeit zwar auf Englisch, jedoch brauche ich ab und zu mal Deutsche Begriffe und damiteinhergehend Umlaute etc.</li>
|
|
||||||
<li><strong>biblatex</strong>: Verbessertes Literaturverzeichnis, alternative zu <strong>bibtex</strong>.</li>
|
|
||||||
<li><strong>booktabs</strong>: Verschönert und vereinfacht Tabellen in <em>LaTeX</em>.</li>
|
|
||||||
<li><strong>chemformula</strong>: Erleichtert das Setzen von chemischen Formeln enorm und sorgt dafür, dass diese auch richtig angezeigt werden.</li>
|
|
||||||
<li><strong>hyperref</strong>: Für Links und Metadaten.</li>
|
|
||||||
<li><strong>longtable</strong>: Die verwendeten Materialien habe ich alle in riesigen Listen. <em>LaTeX</em> kann standardmäßig nicht besonders gut mit großen Tabellen umgehen, dieses Paket hilft dabei.</li>
|
|
||||||
<li><strong>microtype</strong>: Lässt alles schöner aussehen, praktisch schwarze Magie.</li>
|
|
||||||
<li><strong>siunitx</strong>: Das wahrscheinlich beste Paket überhaupt, simple aber hat Power. Sorgt für perfektes setzen von Einheiten, mit oder ohne vorangehenden Wert. Zudem enthält es eine Funktion, die Werte in Tabellen um den Dezimalpunkt anordnen kann. Ein Traum.</li>
|
|
||||||
<li><strong>textgreek</strong>: Erleichtert das verwenden von griechischen Buchstaben im Text.</li>
|
|
||||||
<li>Zusätzliche Pakete die ich an der Stelle nicht weiter erleutern werden: <strong>color</strong>, <strong>csquotes</strong>, <strong>fontenc</strong>, <strong>glossaries</strong>, <strong>graphicx</strong>, <strong>tikz</strong> und <strong>tocbibind</strong>.</li>
|
|
||||||
</ul>
|
|
||||||
<div class="footnotes" role="doc-endnotes">
|
|
||||||
<hr>
|
|
||||||
<ol>
|
|
||||||
<li id="fn:1">
|
|
||||||
<p>What you see is what you get.&#160;<a href="#fnref:1" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p>
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Bitcoin</title>
|
|
||||||
<link>https://jankremer.eu/btc/</link>
|
|
||||||
<pubDate>2022-12-10 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/btc/</guid>
|
|
||||||
<description><h2 id="address">Address</h2>
|
|
||||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>bc1qf8qjt4gut2la8k4v3emfv7wrj6f3pfcjrj3slplnwrldkz7hqmaqaju7ym
|
|
||||||
</span></span></code></pre></div><h2 id="qr">QR</h2>
|
|
||||||
<p><img src="https://jankremer.eu/btc.png" alt="BTC"></p>
|
|
||||||
<h2 id="openalias">OpenAlias</h2>
|
|
||||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>jankremer.eu
|
|
||||||
</span></span></code></pre></div><div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>btc.jankremer.eu
|
|
||||||
</span></span></code></pre></div></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Ethereum</title>
|
|
||||||
<link>https://jankremer.eu/eth/</link>
|
|
||||||
<pubDate>2022-12-10 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/eth/</guid>
|
|
||||||
<description><h2 id="address">Address</h2>
|
|
||||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>0xc4cBDf9f57cb0229d19d885D5E4033a6223EDef7
|
|
||||||
</span></span></code></pre></div><h2 id="qr">QR</h2>
|
|
||||||
<p><img src="https://jankremer.eu/eth.png" alt="ETH"></p>
|
|
||||||
<h2 id="ens">ENS</h2>
|
|
||||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>jankremer.eu
|
|
||||||
</span></span></code></pre></div><h2 id="opensea">OpenSea</h2>
|
|
||||||
<p><a href="https://opensea.io/Echinacea">Echinacea</a></p>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Genesis</title>
|
|
||||||
<link>https://jankremer.eu/blog/genesis/</link>
|
|
||||||
<pubDate>2022-12-10 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/blog/genesis/</guid>
|
|
||||||
<description><p>Als ich vor ca. einem Jahr diese Domain kaufte, wusste ich noch nicht was ich damit anstellen will. Ich wusste nur: <strong>Ich will endlich eine eigene Webseite haben.</strong></p>
|
|
||||||
<p>In meinen ersten Stunden Informatik in der Schule (vor über 10 Jahren) lernten wir die Grundlagen des Webdesigns mit <em>HTML</em> und <em>CSS</em>, und da ich zunächst nicht viel Zeit hatte erstellte ich genau mit diesen Tools eine kleine Startseite. Mehr schlecht als recht aber immerhin hatte ich etwas.</p>
|
|
||||||
<p>Im März diesen Jahres hatte ich dann ein wenig Zeit mich genauer mit dem Thema zu beschäftigen und fand dabei den sogenannten <a href="https://jamstack.org">Jamstack</a>. Jamstack sind Tools zur schnellen und einfachen Aufstellen von Webseite. Dies können große Projekte sein oder wie in meinem Fall ein kleiner Blog. Zuerst probierte ich <a href="https://jekyllrb.com/">Jekyll</a> was mir jedoch nicht so gut taugte und stieß dann auf <a href="https://gohugo.io/">Hugo</a>. Mit einer Vielzahl an modernen Designs und einer klinderleichten Handhaben konnte ich schnell überzeugt werden.</p>
|
|
||||||
<p>Heute weiß ich zwar immer noch nicht, was ich hiermit in Zukunft machen werde, aber ich denke es ist wichtiger den je ein Sprachrohr zu haben, das unabhängig ist von der Willkür großer Plattformen.</p>
|
|
||||||
<p>Bis bald und viel Spaß!</p>
|
|
||||||
<p>P.S.: Dieses wunderschöne <em>Theme</em>, das ich hier benutze, heißt <a href="https://git.io/hugo-congo">Congo</a>.</p>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Monero</title>
|
|
||||||
<link>https://jankremer.eu/xmr/</link>
|
|
||||||
<pubDate>2022-12-10 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/xmr/</guid>
|
|
||||||
<description><h2 id="address">Address</h2>
|
|
||||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>83ZtE7cBnsyTmBb5A79aDm637mCKWKuhGZZ3ZaQvjmpA5qwL6sejWEcKQnXF5Qd3N4XNCp4fbouTi9kUi8vNgPrfDQaEBMZ
|
|
||||||
</span></span></code></pre></div><h2 id="qr">QR</h2>
|
|
||||||
<p><img src="https://jankremer.eu/xmr.png" alt="XMR"></p>
|
|
||||||
<h2 id="openalias">OpenAlias</h2>
|
|
||||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>jankremer.eu
|
|
||||||
</span></span></code></pre></div><div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>xmr.jankremer.eu
|
|
||||||
</span></span></code></pre></div></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Über mich</title>
|
|
||||||
<link>https://jankremer.eu/about/</link>
|
|
||||||
<pubDate>2022-12-10 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/about/</guid>
|
|
||||||
<description><p>Mein Name ist Jan Kremer. Ich bin 27 Jahre alt und studiere Pharmazie an der Uni Regensburg. Manchmal schreibe ich über Technik und Software <a href="https://jankremer.eu/uses">die ich benutze</a> oder <a href="https://jankremer.eu/now">was ich gerade mache</a>.</p>
|
|
||||||
<p>Wenn ich nicht gerade lerne, mache ich gerne Sport, vor allem Joggen, Kraftsport und Skifahren.</p>
|
|
||||||
<h2 id="kontakt">Kontakt</h2>
|
|
||||||
<h3 id="matrix">Matrix</h3>
|
|
||||||
<p><a href="https://matrix.to/#/@jankremer:matrix.org">@jankremer:matrix.org</a></p>
|
|
||||||
<h2 id="ipfs">IPFS</h2>
|
|
||||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>QmfPgBDRMVsAcdZuK26v5fxGBcUixyYqeibArBf5YYguz2
|
|
||||||
</span></span></code></pre></div></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
|
||||||
|
|
||||||
mDMEZPMs8hYJKwYBBAHaRw8BAQdAX0e5nbopqP7IfFY1pKKiMsUC35TJfjgblEkW
|
|
||||||
MyHWP9+0HkphbiBLcmVtZXIgPG1haWxAamFua3JlbWVyLmV1PoiZBBMWCgBBFiEE
|
|
||||||
IK8KZZ8rk62RhBXRp9ponLOweOwFAmTzLPICGwMFCQWjmoAFCwkIBwICIgIGFQoJ
|
|
||||||
CAsCBBYCAwECHgcCF4AACgkQp9ponLOweOwldwEAkrOJkWKWD5xb1tyjxsN7xv3Z
|
|
||||||
/+f2jfwjOpSvzSilFxABAKfg+5uwB3VkQkVLR1FQw4n8+0601q1YPMwvEgZBoBcM
|
|
||||||
uDgEZPMs8hIKKwYBBAGXVQEFAQEHQEAe8yDKs9UQtv9R9wZSlpYcZaB8O2Bq/vF/
|
|
||||||
cvJg7QlpAwEIB4h+BBgWCgAmFiEEIK8KZZ8rk62RhBXRp9ponLOweOwFAmTzLPIC
|
|
||||||
GwwFCQWjmoAACgkQp9ponLOweOyAvAD9GfldBbFfo00DuPKN6vkYUlPWvR4Et9Lx
|
|
||||||
GLzhh3dPeVEBAI400aRQCqSNtr40aRiuPDZWOXFfVa6lCfYpiXAE4eYF
|
|
||||||
=A2Jw
|
|
||||||
-----END PGP PUBLIC KEY BLOCK-----
|
|
||||||
|
|
@ -1,100 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>Microblog | Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+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 aria-current="page" class="active" href="/micro/">Microblog</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="/photos/">Fotos</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="/about/">Über mich</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
|
|
||||||
</header>
|
|
||||||
<main>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-12-25T16:28:52+01:00">2023-12-25</time>
|
|
||||||
|
|
||||||
<h2><a href="/micro/markdown-tables/">Markdown Tables Suck</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-11-15T10:12:30+01:00">2023-11-15</time>
|
|
||||||
|
|
||||||
<h2><a href="/micro/timestamps/">Use Timestamps</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-07-22T15:57:59+02:00">2023-07-22</time>
|
|
||||||
|
|
||||||
<h2><a href="/micro/twitter/">Stop using Twitter.</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-07-19T10:14:44+02:00">2023-07-19</time>
|
|
||||||
|
|
||||||
<h2><a href="/micro/reader/">Reader mode is the antidote to bad website design.</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,63 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><?xml-stylesheet href="/rss.xsl" type="text/xsl"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>Microblog on Jan Kremer</title>
|
|
||||||
<link>https://jankremer.eu/micro/</link>
|
|
||||||
<description>Recent content in Microblog on Jan Kremer</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>de</language>
|
|
||||||
<lastBuildDate>2023-12-25 16:28</lastBuildDate><atom:link href="https://jankremer.eu/micro/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>Markdown Tables Suck</title>
|
|
||||||
<link>https://jankremer.eu/micro/markdown-tables/</link>
|
|
||||||
<pubDate>2023-12-25 16:28</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/micro/markdown-tables/</guid>
|
|
||||||
<description><p>Tables are arguably the worst part of Markdown.
|
|
||||||
No horizontal lines except for the mandatory one at the top.
|
|
||||||
The only feature is the possibility to align cells.</p>
|
|
||||||
<p>Org Mode does much better, but isn&rsquo;t perfect either.</p>
|
|
||||||
<p>Don&rsquo;t get me wrong. It&rsquo;s nice to have a simple tool for simple tables.
|
|
||||||
But sometimes I need more customizability.</p>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Use Timestamps</title>
|
|
||||||
<link>https://jankremer.eu/micro/timestamps/</link>
|
|
||||||
<pubDate>2023-11-15 10:12</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/micro/timestamps/</guid>
|
|
||||||
<description><p>
|
|
||||||
Every blog post should include a timestamp.
|
|
||||||
In fact, this extends to almost anything online and even offline.</p>
|
|
||||||
<p>
|
|
||||||
Also, don&#39;t make me look for the date.
|
|
||||||
Put the date as obvious as possible, preferably at the beginning of the post.</p>
|
|
||||||
<p>
|
|
||||||
I was reading <a href="https://jvns.ca/blog/2023/02/28/some-notes-on-using-nix/">Julia Evans post about nix</a> and it was not immediately clear to me if this was a recent post.
|
|
||||||
Only when I copied the URL to complain about it I discovered the date there.
|
|
||||||
Safari hides most of the URL by default.</p>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Stop using Twitter.</title>
|
|
||||||
<link>https://jankremer.eu/micro/twitter/</link>
|
|
||||||
<pubDate>2023-07-22 15:57</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/micro/twitter/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Reader mode is the antidote to bad website design.</title>
|
|
||||||
<link>https://jankremer.eu/micro/reader/</link>
|
|
||||||
<pubDate>2023-07-19 10:14</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/micro/reader/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
||||||
|
|
@ -1,84 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>Markdown Tables Suck | Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+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 aria-current="true" class="ancestor" 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-25T16:28:52+01:00">2023-12-25</time>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<h1>Markdown Tables Suck</h1>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
|
|
||||||
<p>Tables are arguably the worst part of Markdown.
|
|
||||||
No horizontal lines except for the mandatory one at the top.
|
|
||||||
The only feature is the possibility to align cells.</p>
|
|
||||||
<p>Org Mode does much better, but isn’t perfect either.</p>
|
|
||||||
<p>Don’t get me wrong. It’s nice to have a simple tool for simple tables.
|
|
||||||
But sometimes I need more customizability.</p>
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
<hr>
|
|
||||||
<div class="tags">
|
|
||||||
<ul>
|
|
||||||
<li><a href="/tags/micro/">Micro</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,78 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>Reader mode is the antidote to bad website design. | Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+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 aria-current="true" class="ancestor" 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-07-19T10:14:44+02:00">2023-07-19</time>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<h1>Reader mode is the antidote to bad website design.</h1>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
<hr>
|
|
||||||
<div class="tags">
|
|
||||||
<ul>
|
|
||||||
<li><a href="/tags/micro/">Micro</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,88 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>Use Timestamps | Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+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 aria-current="true" class="ancestor" 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-11-15T10:12:30+01:00">2023-11-15</time>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<h1>Use Timestamps</h1>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
Every blog post should include a timestamp.
|
|
||||||
In fact, this extends to almost anything online and even offline.</p>
|
|
||||||
<p>
|
|
||||||
Also, don't make me look for the date.
|
|
||||||
Put the date as obvious as possible, preferably at the beginning of the post.</p>
|
|
||||||
<p>
|
|
||||||
I was reading <a href="https://jvns.ca/blog/2023/02/28/some-notes-on-using-nix/">Julia Evans post about nix</a> and it was not immediately clear to me if this was a recent post.
|
|
||||||
Only when I copied the URL to complain about it I discovered the date there.
|
|
||||||
Safari hides most of the URL by default.</p>
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
<hr>
|
|
||||||
<div class="tags">
|
|
||||||
<ul>
|
|
||||||
<li><a href="/tags/micro/">Micro</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,78 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>Stop using Twitter. | Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+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 aria-current="true" class="ancestor" 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-07-22T15:57:59+02:00">2023-07-22</time>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<h1>Stop using Twitter.</h1>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
<hr>
|
|
||||||
<div class="tags">
|
|
||||||
<ul>
|
|
||||||
<li><a href="/tags/micro/">Micro</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,97 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>What I'm currently doing | Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+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:34:14+01:00">2023-12-30</time>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<h1>What I'm currently doing</h1>
|
|
||||||
|
|
||||||
<p class="lead">Nobody ever asked me what I'm currently doing, but I decided to tell you anyway.</p>
|
|
||||||
|
|
||||||
<h2 id="learning">Learning</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Pharmazeutische Technologie</li>
|
|
||||||
</ul>
|
|
||||||
<h2 id="reading">Reading</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Kaffee und Zigaretten – Ferdinand von Schirach</li>
|
|
||||||
</ul>
|
|
||||||
<h2 id="watching">Watching</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Germany’s next topmodel</li>
|
|
||||||
<li>Rosins Restaurants</li>
|
|
||||||
<li>Batman – The animated series</li>
|
|
||||||
<li>Band of Brothers</li>
|
|
||||||
</ul>
|
|
||||||
<h2 id="listening">Listening</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Kölsche Karnevalsmusik (yeah I know Karneval is over)</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
</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>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de">
|
|
||||||
<head>
|
|
||||||
<title>http://localhost:1313/</title>
|
|
||||||
<link rel="canonical" href="http://localhost:1313/">
|
|
||||||
<meta name="robots" content="noindex">
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta http-equiv="refresh" content="0; url=http://localhost:1313/">
|
|
||||||
</head>
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,91 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta name="generator" content="Hugo 0.123.8"><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.css">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<header>
|
|
||||||
<h1 class="title"><a href="/">Jan Kremer</a></h1>
|
|
||||||
|
|
||||||
<nav>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<a aria-current="page" class="active" 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>
|
|
||||||
|
|
||||||
|
|
||||||
<h1>Neueste Beiträge</h1>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-03-22T16:47:15+01:00">2023-03-22</time>
|
|
||||||
|
|
||||||
<h2><a href="/blog/git/">git</a></h2>
|
|
||||||
|
|
||||||
<p class="lead">Warum jeder git lernen sollte.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-01-12T15:35:23+01:00">2023-01-12</time>
|
|
||||||
|
|
||||||
<h2><a href="/blog/latex/">LaTeX</a></h2>
|
|
||||||
|
|
||||||
<p class="lead">Wie ich Word durch LaTeX ersetzte.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2022-12-10T00:00:00+00:00">2022-12-10</time>
|
|
||||||
|
|
||||||
<h2><a href="/blog/genesis/">Genesis</a></h2>
|
|
||||||
|
|
||||||
<p class="lead">Über das Erstellen einer Webseite.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
Before Width: | Height: | Size: 7 KiB |
|
|
@ -1,15 +0,0 @@
|
||||||
▄▄▀▀▄▀▀▀▀▀▀▀▀▄▄
|
|
||||||
▄▀ █
|
|
||||||
▄▀ ▄▄▄ █
|
|
||||||
█ ▄▀▀▀ ▀▀▀▀▀▀▀█▀
|
|
||||||
▀▄▄█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
|
|
||||||
█ █ █
|
|
||||||
▀█▀▄ ▄▀▄ ▄▀
|
|
||||||
█ ▀▀▀▀▀ ▀▀▀▀█
|
|
||||||
█ █
|
|
||||||
█ ▀▀▀▀ █
|
|
||||||
█ ▄▀
|
|
||||||
█ █▀▀▀▀▀▀
|
|
||||||
▄▀▀▀▄ ▄▀▀▀▄
|
|
||||||
█ ▀▄▀ █
|
|
||||||
█ █ ▀▀ █
|
|
||||||
|
Before Width: | Height: | Size: 282 B |
|
Before Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 7 KiB |
|
Before Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 288 B |
|
Before Width: | Height: | Size: 303 KiB |
|
|
@ -1,80 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>Evening Cloud | Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+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 aria-current="true" class="ancestor" href="/photos/">Fotos</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="/about/">Über mich</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
|
|
||||||
</header>
|
|
||||||
<main>
|
|
||||||
|
|
||||||
<article>
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-07-19T10:48:33+02:00">2023-07-19</time>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<h1>Evening Cloud</h1>
|
|
||||||
|
|
||||||
<p class="lead">Evening cloud over Regensburg.</p>
|
|
||||||
|
|
||||||
<p><img src="evening-cloud.webp" alt="Evening cloud over Regensburg."></p>
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
<hr>
|
|
||||||
<div class="tags">
|
|
||||||
<ul>
|
|
||||||
<li><a href="/tags/fotos/">Fotos</a></li>
|
|
||||||
<li><a href="/tags/regensburg/">Regensburg</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,70 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>Fotos | Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+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 aria-current="page" class="active" href="/photos/">Fotos</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="/about/">Über mich</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
|
|
||||||
</header>
|
|
||||||
<main>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-07-19T10:48:33+02:00">2023-07-19</time>
|
|
||||||
|
|
||||||
<h2><a href="/photos/evening-cloud/">Evening Cloud</a></h2>
|
|
||||||
|
|
||||||
<p class="lead">Evening cloud over Regensburg.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,21 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><?xml-stylesheet href="/rss.xsl" type="text/xsl"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>Fotos on Jan Kremer</title>
|
|
||||||
<link>https://jankremer.eu/photos/</link>
|
|
||||||
<description>Recent content in Fotos on Jan Kremer</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>de</language>
|
|
||||||
<lastBuildDate>2023-07-19 10:48</lastBuildDate><atom:link href="https://jankremer.eu/photos/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>Evening Cloud</title>
|
|
||||||
<link>https://jankremer.eu/photos/evening-cloud/</link>
|
|
||||||
<pubDate>2023-07-19 10:48</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/photos/evening-cloud/</guid>
|
|
||||||
<description><p><img src="evening-cloud.webp" alt="Evening cloud over Regensburg."></p>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
||||||
BIN
public/qr.png
|
Before Width: | Height: | Size: 293 B |
|
|
@ -1,15 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
█▀▀▀▀▀█ ▄ █ █ █▀▀▀▀▀█
|
|
||||||
█ ███ █ ▀ ▀▀▄ █ ███ █
|
|
||||||
█ ▀▀▀ █ ███▀▀ █ ▀▀▀ █
|
|
||||||
▀▀▀▀▀▀▀ █ ▀ ▀ ▀▀▀▀▀▀▀
|
|
||||||
▀█▄█▄ ▀█▄ ▀█▀ ▀██▄▀█▄
|
|
||||||
███▄▄▀▀▀▄ ▀▀▄ █▀ █▀▄▀
|
|
||||||
▀▀▀▀ ▀▀▄▀ █ ▀ █ ▄ ▄
|
|
||||||
█▀▀▀▀▀█ ▀██▀▀▄▀▀▀▀ █
|
|
||||||
█ ███ █ ▄▄▄██▀ █▄ ▄▄▄
|
|
||||||
█ ▀▀▀ █ ▄▀ ▀▀▄ █▀▀ ▀
|
|
||||||
▀▀▀▀▀▀▀ ▀ ▀ ▀ ▀ ▀
|
|
||||||
|
|
||||||
|
|
||||||
144
public/rss.xsl
|
|
@ -1,35 +0,0 @@
|
||||||
<?xml version="1.0" standalone="no"?>
|
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
|
||||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
|
||||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
|
||||||
width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000"
|
|
||||||
preserveAspectRatio="xMidYMid meet">
|
|
||||||
|
|
||||||
<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"
|
|
||||||
fill="#000000" stroke="none">
|
|
||||||
<path d="M1760 4720 l0 -80 -160 0 -160 0 0 -80 0 -80 -80 0 -80 0 0 -80 0
|
|
||||||
-80 -80 0 -80 0 0 -160 0 -160 -80 0 -80 0 0 -320 0 -320 80 0 80 0 0 -320 0
|
|
||||||
-320 80 0 80 0 0 -880 0 -880 -160 0 -160 0 0 -80 0 -80 -80 0 -80 0 0 -400 0
|
|
||||||
-400 80 0 80 0 0 400 0 400 240 0 240 0 0 -80 0 -80 80 0 80 0 0 -80 0 -80 80
|
|
||||||
0 80 0 0 -240 0 -240 80 0 80 0 0 240 0 240 80 0 80 0 0 80 0 80 80 0 80 0 0
|
|
||||||
80 0 80 240 0 240 0 0 -400 0 -400 80 0 80 0 0 400 0 400 -80 0 -80 0 0 80 0
|
|
||||||
80 -160 0 -160 0 0 80 0 80 480 0 480 0 0 80 0 80 80 0 80 0 0 80 0 80 80 0
|
|
||||||
80 0 0 80 0 80 80 0 80 0 0 560 0 560 80 0 80 0 0 320 0 320 -80 0 -80 0 0
|
|
||||||
160 0 160 80 0 80 0 0 80 0 80 80 0 80 0 0 160 0 160 -80 0 -80 0 0 160 0 160
|
|
||||||
-80 0 -80 0 0 80 0 80 -160 0 -160 0 0 80 0 80 -640 0 -640 0 0 -80 0 -80 -80
|
|
||||||
0 -80 0 0 80 0 80 -160 0 -160 0 0 -80z m800 -960 l0 -80 560 0 560 0 0 -80 0
|
|
||||||
-80 -1040 0 -1040 0 0 80 0 80 240 0 240 0 0 80 0 80 240 0 240 0 0 -80z
|
|
||||||
m1280 -720 l0 -320 -80 0 -80 0 0 -80 0 -80 -320 0 -320 0 0 -80 0 -80 320 0
|
|
||||||
320 0 0 -400 0 -400 -80 0 -80 0 0 -80 0 -80 -80 0 -80 0 0 -80 0 -80 -560 0
|
|
||||||
-560 0 0 -240 0 -240 -80 0 -80 0 0 -80 0 -80 -80 0 -80 0 0 -80 0 -80 -80 0
|
|
||||||
-80 0 0 80 0 80 -80 0 -80 0 0 80 0 80 -80 0 -80 0 0 960 0 960 80 0 80 0 0
|
|
||||||
320 0 320 1120 0 1120 0 0 -320z m-2400 0 l0 -160 -80 0 -80 0 0 160 0 160 80
|
|
||||||
0 80 0 0 -160z"/>
|
|
||||||
<path d="M2720 2800 l0 -80 -80 0 -80 0 0 -80 0 -80 -400 0 -400 0 0 80 0 80
|
|
||||||
-80 0 -80 0 0 -80 0 -80 80 0 80 0 0 -80 0 -80 400 0 400 0 0 80 0 80 80 0 80
|
|
||||||
0 0 80 0 80 80 0 80 0 0 -80 0 -80 80 0 80 0 0 80 0 80 -80 0 -80 0 0 80 0 80
|
|
||||||
-80 0 -80 0 0 -80z"/>
|
|
||||||
<path d="M2400 1840 l0 -80 320 0 320 0 0 80 0 80 -320 0 -320 0 0 -80z"/>
|
|
||||||
<path d="M2240 240 l0 -80 160 0 160 0 0 80 0 80 -160 0 -160 0 0 -80z"/>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 2.1 KiB |
|
|
@ -1 +0,0 @@
|
||||||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
|
||||||
|
|
@ -1,115 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
|
||||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
|
||||||
<url>
|
|
||||||
<loc>https://jankremer.eu/</loc>
|
|
||||||
<lastmod>2024-03-14T00:00:00+00:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/tags/nix/</loc>
|
|
||||||
<lastmod>2024-03-14T00:00:00+00:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/blog/nix/</loc>
|
|
||||||
<lastmod>2024-03-14T00:00:00+00:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/tags/</loc>
|
|
||||||
<lastmod>2024-03-14T00:00:00+00:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/tags/meta/</loc>
|
|
||||||
<lastmod>2023-12-30T08:34:14+01:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/now/</loc>
|
|
||||||
<lastmod>2023-12-30T08:34:14+01:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/uses/</loc>
|
|
||||||
<lastmod>2023-12-30T08:03:20+01:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/micro/markdown-tables/</loc>
|
|
||||||
<lastmod>2023-12-25T16:28:52+01:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/tags/micro/</loc>
|
|
||||||
<lastmod>2023-12-25T16:28:52+01:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/micro/</loc>
|
|
||||||
<lastmod>2023-12-25T16:28:52+01:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/micro/timestamps/</loc>
|
|
||||||
<lastmod>2023-11-15T10:12:30+01:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/blog/git-deploy/</loc>
|
|
||||||
<lastmod>2023-09-25T00:00:00+00:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/tags/git/</loc>
|
|
||||||
<lastmod>2023-09-25T00:00:00+00:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/tags/b%C3%BCcher/</loc>
|
|
||||||
<lastmod>2023-09-09T00:00:00+00:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/blog/geheime-botschaften/</loc>
|
|
||||||
<lastmod>2023-09-09T00:00:00+00:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/tags/rss/</loc>
|
|
||||||
<lastmod>2023-09-01T00:00:00+00:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/blog/rss/</loc>
|
|
||||||
<lastmod>2023-09-01T00:00:00+00:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/blog/hosting/</loc>
|
|
||||||
<lastmod>2023-08-27T00:00:00+00:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/tags/money/</loc>
|
|
||||||
<lastmod>2023-08-27T00:00:00+00:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/micro/twitter/</loc>
|
|
||||||
<lastmod>2023-07-22T15:57:59+02:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/photos/evening-cloud/</loc>
|
|
||||||
<lastmod>2023-07-19T10:48:33+02:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/tags/fotos/</loc>
|
|
||||||
<lastmod>2023-07-19T10:48:33+02:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/photos/</loc>
|
|
||||||
<lastmod>2023-07-19T10:48:33+02:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/tags/regensburg/</loc>
|
|
||||||
<lastmod>2023-07-19T10:48:33+02:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/micro/reader/</loc>
|
|
||||||
<lastmod>2023-07-19T10:14:44+02:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/blog/git/</loc>
|
|
||||||
<lastmod>2023-03-22T16:47:15+01:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/tags/latex/</loc>
|
|
||||||
<lastmod>2023-01-12T15:35:23+01:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/blog/latex/</loc>
|
|
||||||
<lastmod>2023-01-12T15:35:23+01:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/tags/uni/</loc>
|
|
||||||
<lastmod>2023-01-12T15:35:23+01:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/btc/</loc>
|
|
||||||
<lastmod>2022-12-10T00:00:00+00:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/blog/</loc>
|
|
||||||
<lastmod>2022-12-10T00:00:00+00:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/tags/crypto/</loc>
|
|
||||||
<lastmod>2022-12-10T00:00:00+00:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/eth/</loc>
|
|
||||||
<lastmod>2022-12-10T00:00:00+00:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/blog/genesis/</loc>
|
|
||||||
<lastmod>2022-12-10T00:00:00+00:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/xmr/</loc>
|
|
||||||
<lastmod>2022-12-10T00:00:00+00:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/about/</loc>
|
|
||||||
<lastmod>2022-12-10T00:00:00+00:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jankremer.eu/categories/</loc>
|
|
||||||
</url>
|
|
||||||
</urlset>
|
|
||||||
|
Before Width: | Height: | Size: 7.7 KiB |
|
Before Width: | Height: | Size: 7.6 KiB |
|
Before Width: | Height: | Size: 7.6 KiB |
|
|
@ -1,70 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>Bücher | Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+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>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-09-09T00:00:00+00:00">2023-09-09</time>
|
|
||||||
|
|
||||||
<h2><a href="/blog/geheime-botschaften/">Geheime Botschaften – Simon Singh</a></h2>
|
|
||||||
|
|
||||||
<p class="lead">Buchvorstellung</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,36 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><?xml-stylesheet href="/rss.xsl" type="text/xsl"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>Bücher on Jan Kremer</title>
|
|
||||||
<link>https://jankremer.eu/tags/b%C3%BCcher/</link>
|
|
||||||
<description>Recent content in Bücher on Jan Kremer</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>de</language>
|
|
||||||
<lastBuildDate>2023-09-09 00:00</lastBuildDate><atom:link href="https://jankremer.eu/tags/b%C3%BCcher/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>Geheime Botschaften – Simon Singh</title>
|
|
||||||
<link>https://jankremer.eu/blog/geheime-botschaften/</link>
|
|
||||||
<pubDate>2023-09-09 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/blog/geheime-botschaften/</guid>
|
|
||||||
<description><p>Ich las vor kurzem das Buch <em>Geheime Botschaften. Die Kunst der Verschlüsselung von der Antike bis in die Zeiten des Internet</em><sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup> von <a href="https://simonsingh.net">Simon Singh</a>.
|
|
||||||
Es stellt eine Einführung in die Geschichte der Verschlüsselung dar und ist für jeden, den das Thema interessiert, äußerst empfehlenswert.
|
|
||||||
Daneben geht der Autor auch auf die &ldquo;Entschlüsselung&rdquo; antiker Sprachen wie der <a href="https://de.wikipedia.org/wiki/Hieroglyphen">Hieroglyphen</a> und Schriften wie <a href="https://de.wikipedia.org/wiki/Linearschrift_B">Linear B</a> ein.</p>
|
|
||||||
<p>In den letzten Kapiteln des Buchs erklärt Singh zudem &ldquo;moderne&rdquo; Verschlüsselungsmethoden wie <a href="https://de.wikipedia.org/wiki/RSA-Kryptosystem">RSA</a> und den <a href="https://de.wikipedia.org/wiki/Diffie-Hellman-Schl%C3%BCsselaustausch">Diffie-Hellmann-Schlüsselaustausch</a>.
|
|
||||||
Nur leider zeigt sich hier deutlich, dass das Buch bereit 1999 publiziert wurde und somit die letzten 24 Jahre der Kryptographie nicht erwähnt werden konnten.
|
|
||||||
Dadurch finden sich Themen wie zum Beispiel das <a href="https://www.signal.org/docs/">Signal-Protokoll</a>, die damit einhergehende massive Verbreitung starker Verschlüsselung und Krypto-Währungen hier nicht wieder.</p>
|
|
||||||
<p>Zum Glück kann man vieles davon selbst im Internet recherchieren.</p>
|
|
||||||
<p>Update: Signal wird in Zukunft <a href="https://signal.org/blog/pqxdh">quantumresistente Verschlüsselung</a> benutzen.</p>
|
|
||||||
<div class="footnotes" role="doc-endnotes">
|
|
||||||
<hr>
|
|
||||||
<ol>
|
|
||||||
<li id="fn:1">
|
|
||||||
<p>Originaltitel: <em>The Code Book. The Science of Secrecy from Ancient Egypt to Quantum Cryptography</em>&#160;<a href="#fnref:1" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p>
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
||||||
|
|
@ -1,90 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>Crypto | Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+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>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2022-12-10T00:00:00+00:00">2022-12-10</time>
|
|
||||||
|
|
||||||
<h2><a href="/btc/">Bitcoin</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2022-12-10T00:00:00+00:00">2022-12-10</time>
|
|
||||||
|
|
||||||
<h2><a href="/eth/">Ethereum</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2022-12-10T00:00:00+00:00">2022-12-10</time>
|
|
||||||
|
|
||||||
<h2><a href="/xmr/">Monero</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,60 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><?xml-stylesheet href="/rss.xsl" type="text/xsl"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>Crypto on Jan Kremer</title>
|
|
||||||
<link>https://jankremer.eu/tags/crypto/</link>
|
|
||||||
<description>Recent content in Crypto on Jan Kremer</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>de</language>
|
|
||||||
<lastBuildDate>2022-12-10 00:00</lastBuildDate><atom:link href="https://jankremer.eu/tags/crypto/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>Bitcoin</title>
|
|
||||||
<link>https://jankremer.eu/btc/</link>
|
|
||||||
<pubDate>2022-12-10 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/btc/</guid>
|
|
||||||
<description><h2 id="address">Address</h2>
|
|
||||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>bc1qf8qjt4gut2la8k4v3emfv7wrj6f3pfcjrj3slplnwrldkz7hqmaqaju7ym
|
|
||||||
</span></span></code></pre></div><h2 id="qr">QR</h2>
|
|
||||||
<p><img src="https://jankremer.eu/btc.png" alt="BTC"></p>
|
|
||||||
<h2 id="openalias">OpenAlias</h2>
|
|
||||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>jankremer.eu
|
|
||||||
</span></span></code></pre></div><div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>btc.jankremer.eu
|
|
||||||
</span></span></code></pre></div></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Ethereum</title>
|
|
||||||
<link>https://jankremer.eu/eth/</link>
|
|
||||||
<pubDate>2022-12-10 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/eth/</guid>
|
|
||||||
<description><h2 id="address">Address</h2>
|
|
||||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>0xc4cBDf9f57cb0229d19d885D5E4033a6223EDef7
|
|
||||||
</span></span></code></pre></div><h2 id="qr">QR</h2>
|
|
||||||
<p><img src="https://jankremer.eu/eth.png" alt="ETH"></p>
|
|
||||||
<h2 id="ens">ENS</h2>
|
|
||||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>jankremer.eu
|
|
||||||
</span></span></code></pre></div><h2 id="opensea">OpenSea</h2>
|
|
||||||
<p><a href="https://opensea.io/Echinacea">Echinacea</a></p>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Monero</title>
|
|
||||||
<link>https://jankremer.eu/xmr/</link>
|
|
||||||
<pubDate>2022-12-10 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/xmr/</guid>
|
|
||||||
<description><h2 id="address">Address</h2>
|
|
||||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>83ZtE7cBnsyTmBb5A79aDm637mCKWKuhGZZ3ZaQvjmpA5qwL6sejWEcKQnXF5Qd3N4XNCp4fbouTi9kUi8vNgPrfDQaEBMZ
|
|
||||||
</span></span></code></pre></div><h2 id="qr">QR</h2>
|
|
||||||
<p><img src="https://jankremer.eu/xmr.png" alt="XMR"></p>
|
|
||||||
<h2 id="openalias">OpenAlias</h2>
|
|
||||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>jankremer.eu
|
|
||||||
</span></span></code></pre></div><div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>xmr.jankremer.eu
|
|
||||||
</span></span></code></pre></div></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
||||||
|
|
@ -1,70 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>Fotos | Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+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>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-07-19T10:48:33+02:00">2023-07-19</time>
|
|
||||||
|
|
||||||
<h2><a href="/photos/evening-cloud/">Evening Cloud</a></h2>
|
|
||||||
|
|
||||||
<p class="lead">Evening cloud over Regensburg.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,21 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><?xml-stylesheet href="/rss.xsl" type="text/xsl"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>Fotos on Jan Kremer</title>
|
|
||||||
<link>https://jankremer.eu/tags/fotos/</link>
|
|
||||||
<description>Recent content in Fotos on Jan Kremer</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>de</language>
|
|
||||||
<lastBuildDate>2023-07-19 10:48</lastBuildDate><atom:link href="https://jankremer.eu/tags/fotos/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>Evening Cloud</title>
|
|
||||||
<link>https://jankremer.eu/photos/evening-cloud/</link>
|
|
||||||
<pubDate>2023-07-19 10:48</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/photos/evening-cloud/</guid>
|
|
||||||
<description><p><img src="evening-cloud.webp" alt="Evening cloud over Regensburg."></p>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
||||||
|
|
@ -1,90 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>Git | Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+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>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-09-25T00:00:00+00:00">2023-09-25</time>
|
|
||||||
|
|
||||||
<h2><a href="/blog/git-deploy/">Deploy a website using Git</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-03-22T16:47:15+01:00">2023-03-22</time>
|
|
||||||
|
|
||||||
<h2><a href="/blog/git/">git</a></h2>
|
|
||||||
|
|
||||||
<p class="lead">Warum jeder git lernen sollte.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-01-12T15:35:23+01:00">2023-01-12</time>
|
|
||||||
|
|
||||||
<h2><a href="/blog/latex/">LaTeX</a></h2>
|
|
||||||
|
|
||||||
<p class="lead">Wie ich Word durch LaTeX ersetzte.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,131 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><?xml-stylesheet href="/rss.xsl" type="text/xsl"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>Git on Jan Kremer</title>
|
|
||||||
<link>https://jankremer.eu/tags/git/</link>
|
|
||||||
<description>Recent content in Git on Jan Kremer</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>de</language>
|
|
||||||
<lastBuildDate>2023-09-25 00:00</lastBuildDate><atom:link href="https://jankremer.eu/tags/git/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>Deploy a website using Git</title>
|
|
||||||
<link>https://jankremer.eu/blog/git-deploy/</link>
|
|
||||||
<pubDate>2023-09-25 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/blog/git-deploy/</guid>
|
|
||||||
<description><h2 id="git-ftp">Git-ftp</h2>
|
|
||||||
<p>I tested a lot of different FTP programs including GUIs, TUIs and CLIs.
|
|
||||||
There might be a problem with the FTP server but I don&rsquo;t control that unfortunately.
|
|
||||||
The only program working flawlessly so far is <a href="https://git-ftp.github.io/">git-ftp</a>, a plugin for Git.
|
|
||||||
Not only is this perfectly integrated into git, which I am using anyway.
|
|
||||||
Also no errors occurred so far.
|
|
||||||
Plus I can automate the upload using <a href="#git-hooks">hooks</a>.</p>
|
|
||||||
<h2 id="git-hooks">Git hooks</h2>
|
|
||||||
<p>The real MVP however is <a href="https://git-scm.com/docs/githooks">Git Hooks</a>.
|
|
||||||
Hooks are scripts that run automatically on certain Git events.</p>
|
|
||||||
<p>I did, for example, create a hook to automacally build the website after commiting a change.
|
|
||||||
Yes, this could introduce problems such as breaking changes and I end up with a broken website, but as I test it regularly this should not become a problem.</p>
|
|
||||||
<p>The second hook I created pushes the website to the FTP server whenever I push to the remote repository.</p>
|
|
||||||
<h2 id="git-submodule">Git submodule</h2>
|
|
||||||
<p>I recently discovered that I can use <code>git submodule</code> to add the <code>public</code> folder created by Hugo.
|
|
||||||
This allows me to upload the repository to my pages repository on Codeberg and have the site mirrored there.
|
|
||||||
Secoundly, it allows me to upload the website with git-ftp without uploading everything else.</p>
|
|
||||||
<hr>
|
|
||||||
<p>What awesome features of Git are you using?</p>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>git</title>
|
|
||||||
<link>https://jankremer.eu/blog/git/</link>
|
|
||||||
<pubDate>2023-03-22 16:47</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/blog/git/</guid>
|
|
||||||
<description><p>Ursprünglich sollte es in diesem Post um <a href="https://git-scm.com">git</a>, jedoch ist mir bei Brainstorming aufgefallen, dass das Thema eigentlich deutlich umfangreicher sein sollte.</p>
|
|
||||||
<p>Meine Reise begann, als ich beschloss, diesen Blog zu starten.
|
|
||||||
Da ich bis dahin Webseiten nur in reinem HTML und CSS geschrieben hatte, versuchte ich es zunächst damit.
|
|
||||||
Schnell stellten sich dabei aber mehrere Probleme heraus:</p>
|
|
||||||
<ol>
|
|
||||||
<li>Ich bin nicht gut in CSS.</li>
|
|
||||||
<li>Einen RSS-Feed von Hand zu erstellen ist umständlich und nicht sinnvoll.</li>
|
|
||||||
<li>Mehrere Seiten mit einheitlichem Design in HTML zu schreiben ist kompliziert.</li>
|
|
||||||
<li>Ich mag die HTML Syntax nicht.</li>
|
|
||||||
</ol>
|
|
||||||
<p>Ich war überzeugt, dass ich eine bessere Lösung dafür brauche.
|
|
||||||
Nach kurzer und intensiver Recherche fand ich heraus, dass die Lösung meine Problems <em>&ldquo;static site generator&rdquo;</em> heißt.
|
|
||||||
Darüber hatte ich bereits <a href="https://jankremer.eu/blog/genesis">hier</a> geschrieben.</p>
|
|
||||||
<p>Im Zuge dessen lernte ich auch <em>git</em> kennen.
|
|
||||||
Ich hatte zwar schon früher von <em>git</em> gehört, bis dato aber nur zum herunterladen von Software benutzt.
|
|
||||||
Und damit sind wir schon im Kern meines Problems gelandet:</p>
|
|
||||||
<h2 id="warum-kannte-ich-git-nicht">Warum kannte ich <em>git</em> nicht?</h2>
|
|
||||||
<p>Meine ersten Erfahrungen mit dem Programmieren machte ich damals in der Schule, angefangen mit HTML und CSS, später mit Python und Java.
|
|
||||||
Aber ohne <em>git</em>.
|
|
||||||
An der Uni (4 Semester Wirtschaftsinformatik) ging es dann weiter mit Java, aber weiterhin ohne <em>git</em>.</p>
|
|
||||||
<p>Erst beim erstellen dieses Blogs kam ich auf die Idee mich mal ein wenig mit <a href="https://de.wikipedia.org/wiki/Versionsverwaltung">Versionsverwaltung</a> auseinander zu setzen.
|
|
||||||
Und seitdem bin ich verliebt.</p>
|
|
||||||
<p>Inzwischen denke ich, dass jeder von <em>git</em> profitieren könnte.
|
|
||||||
Das einfache Zurückspringen zu früheren Versionen, falls mal was kaputt geht, oder das Auslagern und Zusammenführen von <em>Branches</em> sind einfach großartig.
|
|
||||||
Zudem ermutigt wird man ermutigt, an logisch sinnvollen Stellen zu <em>commiten</em> und somit den bisherigen Stand zu speichern.</p>
|
|
||||||
<p>Es wäre meiner Meinung nach auch sinnvoll, Texte, wie zum Beispiel Projektarbeiten, nicht in <em>Microsoft Word</em> zu verfassen sondern besser in Textdokumenten und diese dann mit <em>git</em> zu verwalten und zusammenzufügen (merge).
|
|
||||||
Diese könnten dann ganz leicht in <a href="https://jankremer.eu/blog/latex">LaTeX-Dokumente</a> umgewandelt werden oder auch in <em>Word</em> formatiert werden.
|
|
||||||
Darüber hinaus würde dies den Autoren die Möglichkeit geben, einen Texteditor der Wahl zu nutzen.
|
|
||||||
Gerade auf älteren Maschinen, wie meinem <em>MacBook Pro</em> von 2015 braucht <em>Word</em> inzwischen einiges an Ressourcen.
|
|
||||||
Dies könnte aber auch damit zusammen hängen, dass <em>Word</em> auf meinem Computer stolze 2.3 GB schwer ist.
|
|
||||||
Zum Vergleich: Das <strong>gesamte</strong> <em>LibreOffice</em> braucht keine 800 MB.</p>
|
|
||||||
<p>Ich verstehe auch, dass nicht jeder auf der Kommandozeile zu Hause ist, jedoch gibt es ja auch Tools wie GitHub oder Programme mit grafischer Oberfläche, es sollte also für jeden was dabei sein.</p>
|
|
||||||
<p>Ich kratze hier gerade mal an der Oberfläche der Möglichkeiten, das meiste ist mir selbst noch nicht bekannt.
|
|
||||||
Ich kann nur jedem, der <em>git</em> noch nicht nutzt es nur wärmstens empfehlen, es mal auszuprobieren.
|
|
||||||
Schaden kann es nicht!</p>
|
|
||||||
<p>P.S.: Ja ich weiß, <em>git</em> ist kein Geheimtipp.</p>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>LaTeX</title>
|
|
||||||
<link>https://jankremer.eu/blog/latex/</link>
|
|
||||||
<pubDate>2023-01-12 15:35</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/blog/latex/</guid>
|
|
||||||
<description><p>Im Rahmen meines Wahlpflichtpraktikums schreibe ich aktuell an meiner zweiten größeren Projektarbeit. Die einzige andere Projektarbeit war bisher die für das Praktikum Pharmazeutische Technologie, welche, Stand jetzt, noch nicht vollständig abgeschlossen ist.</p>
|
|
||||||
<p>Für diese Arbeit entschieden wir uns jedoch für <em>Microsoft Word</em>. Also im Grunde wurde uns diese Entscheidung fast abgenommen, da die Universität Regensburg uns das <em>Office 365</em> zur Verfügung stellt und es damit auch bei uns Studenten den De-Facto-Standard darstellt. Zudem erleichtert es das Arbeiten im Team doch sehr.</p>
|
|
||||||
<p>Formatierungen sind jedoch immer ein Kampf. Daher wollte ich versuchen, <a href="https://www.latex-project.org">LaTeX</a> für diese Arbeit einzusetzen. Ich kannte <em>LaTeX</em> vor allem aus mathematischen Kursen an der Uni und hatte schon oft gehört, dass es Setzen (von <a href="https://de.wikipedia.org/wiki/Satz_(Druck)">Satz</a>) deutlich vereinfachen soll. Aber nicht nur das Schreiben mathematischer Arbeiten macht es deutlich angenehmer, durch das einbinden einiger zusätzlicher Pakete werden wissenschaftliche Texte zum Kinderspiel.</p>
|
|
||||||
<h2 id="über-latex">Über LaTeX</h2>
|
|
||||||
<blockquote>
|
|
||||||
<p><strong>LaTeX</strong> [ˈlaːtɛç] ist ein Softwarepaket, das die Benutzung des Textsatzsystems TeX mit Hilfe von Makros vereinfacht. <em>LaTeX</em> wurde Anfang der 1980er Jahre von <em>Leslie Lamport</em> entwickelt.Der Name bedeutet so viel wie <em>Lamport TeX</em>. Die Entwicklung wurde seit den 1990er Jahren von einer Anzahl Entwicklern weitergeführt. Heute ist <em>LaTeX</em> die populärste Methode, <em>TeX</em> zu verwenden.</p>
|
|
||||||
</blockquote>
|
|
||||||
<p>— <!-- raw HTML omitted --><a href="https://de.wikipedia.org/wiki/LaTeX">Wikipedia: LaTeX</a><!-- raw HTML omitted --></p>
|
|
||||||
<p><em>LaTeX</em> funktioniert ähnlich wie <em>HTML</em> oder <em>Markdown</em>: Zunächst wird die Formatierung von Text getrennt. Bei WYSIWYG<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup>-Textverarbeitungsprogrammen wie <em>Word</em> sieht man direkt, wie das gedruckte Dokument hinterher aussehen wird. Das macht es für viele Nutzer einfacher, zwingt sie aber auch dazu, sich direkt und unmittelbar mit der Formatierung zu beschäftigen. <em>LaTeX</em> trennt dies zunächst, gibt aber dennoch eine übersichtliche Struktur vor. Zudem sind die Standard Formatvorlagen deutlich schlichter und zumindest für mich wesentlich ansprechender als die von <em>Word</em> (Warum ist alles blau und wieso <em>Calibri</em>?!). Ja, die Voreinstellungen von <em>Word</em> lassen sich überschreiben, aber das muss man auch erstmal machen.</p>
|
|
||||||
<p>Funktionen wie ein Inhalts- oder Literaturvrezeichnis lassen sich in <em>Word</em> zwar auch realisieren, sind in <em>LaTeX</em> wesentlich simpler. Zudem lässt sich <em>LaTeX</em> durch Pakete nahezu unendlich erweitern und deckt dadruch auch jeden noch so speziellen Fall ab.</p>
|
|
||||||
<p>Ein weiterer Punkt, warum ich <em>LaTeX</em> bevorzuge ist, dass ich jeden Texteditor benutzen kann. Ich nutze am liebsten <em>VS Code</em>, aber natürlich kann jeder beliebige Editor verwendet werden.</p>
|
|
||||||
<p>Das einzige, was mit <em>Word</em> sicher einfacher wäre ist das einbinden und beschriften von Grafiken. Da ich einige davor in meine Projektarbeit verwende, brauchte ich hierfür eine Lösung. Diese habe ich mit <a href="https://inkscape.org/de/">Inkscape</a> gefunden. Hiermir lassen sich Bilder bearbeiten und beschriften und anschließend als <em>LaTeX</em>-Dokument speichern. Diese lassen sich dann ganz einfach einbinden.</p>
|
|
||||||
<h2 id="fazit">Fazit</h2>
|
|
||||||
<p>Für wen <em>Word</em> und ähnliches schon immer eine Qual war oder wer Vorerfahrung mit Texteditoren und Skriptsprachen hat, dem kann ich <em>LaTeX</em> nur ans Herz legen. Ganz einfach lassen sich wunderschöne Dokumente herzaubern. Vor allem der Font <em>Computer Modern</em> hat es mir sehr angetan. Eventuell werde ich die Projektarbeit demnächst hier hochladen.</p>
|
|
||||||
<hr>
|
|
||||||
<h2 id="technische-spezifikationen">Technische Spezifikationen</h2>
|
|
||||||
<p>Kurzer Nachtrag über meine Arbeitsweise mit <em>LaTeX</em>: Als Texteditor benutze ich <a href="https://code.visualstudio.com">VS Code</a>, da ich diesen super übersichtlich finde und vor allem die Erweiterungsmöglichkeiten sehr schätze. Für <em>LaTeX</em> sind dies vor allem <a href="https://github.com/James-Yu/LaTeX-Workshop">LaTeX Workshop</a> und natürlich <a href="https://git-scm.com">git</a> (vorinstalliert). Des Weiteren benutze ich die <a href="https://www.tug.org/mactex/">MacTeX-Distribution</a>, welche ich über <a href="https://brew.sh">Homebrew</a> installiert habe.</p>
|
|
||||||
<h3 id="verwendete-pakete">Verwendete Pakete</h3>
|
|
||||||
<ul>
|
|
||||||
<li><strong>babel</strong>: Sorgt für die Unterstützung verschiedener Sprachen. Ich schreibe die Projektarbeit zwar auf Englisch, jedoch brauche ich ab und zu mal Deutsche Begriffe und damiteinhergehend Umlaute etc.</li>
|
|
||||||
<li><strong>biblatex</strong>: Verbessertes Literaturverzeichnis, alternative zu <strong>bibtex</strong>.</li>
|
|
||||||
<li><strong>booktabs</strong>: Verschönert und vereinfacht Tabellen in <em>LaTeX</em>.</li>
|
|
||||||
<li><strong>chemformula</strong>: Erleichtert das Setzen von chemischen Formeln enorm und sorgt dafür, dass diese auch richtig angezeigt werden.</li>
|
|
||||||
<li><strong>hyperref</strong>: Für Links und Metadaten.</li>
|
|
||||||
<li><strong>longtable</strong>: Die verwendeten Materialien habe ich alle in riesigen Listen. <em>LaTeX</em> kann standardmäßig nicht besonders gut mit großen Tabellen umgehen, dieses Paket hilft dabei.</li>
|
|
||||||
<li><strong>microtype</strong>: Lässt alles schöner aussehen, praktisch schwarze Magie.</li>
|
|
||||||
<li><strong>siunitx</strong>: Das wahrscheinlich beste Paket überhaupt, simple aber hat Power. Sorgt für perfektes setzen von Einheiten, mit oder ohne vorangehenden Wert. Zudem enthält es eine Funktion, die Werte in Tabellen um den Dezimalpunkt anordnen kann. Ein Traum.</li>
|
|
||||||
<li><strong>textgreek</strong>: Erleichtert das verwenden von griechischen Buchstaben im Text.</li>
|
|
||||||
<li>Zusätzliche Pakete die ich an der Stelle nicht weiter erleutern werden: <strong>color</strong>, <strong>csquotes</strong>, <strong>fontenc</strong>, <strong>glossaries</strong>, <strong>graphicx</strong>, <strong>tikz</strong> und <strong>tocbibind</strong>.</li>
|
|
||||||
</ul>
|
|
||||||
<div class="footnotes" role="doc-endnotes">
|
|
||||||
<hr>
|
|
||||||
<ol>
|
|
||||||
<li id="fn:1">
|
|
||||||
<p>What you see is what you get.&#160;<a href="#fnref:1" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p>
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
||||||
|
|
@ -1,180 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>Tags | Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+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>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2024-03-14T00:00:00+00:00">2024-03-14</time>
|
|
||||||
|
|
||||||
<h2><a href="/tags/nix/">Nix</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-12-30T08:34:14+01:00">2023-12-30</time>
|
|
||||||
|
|
||||||
<h2><a href="/tags/meta/">Meta</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-12-25T16:28:52+01:00">2023-12-25</time>
|
|
||||||
|
|
||||||
<h2><a href="/tags/micro/">Micro</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-09-25T00:00:00+00:00">2023-09-25</time>
|
|
||||||
|
|
||||||
<h2><a href="/tags/git/">Git</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-09-09T00:00:00+00:00">2023-09-09</time>
|
|
||||||
|
|
||||||
<h2><a href="/tags/b%C3%BCcher/">Bücher</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-09-01T00:00:00+00:00">2023-09-01</time>
|
|
||||||
|
|
||||||
<h2><a href="/tags/rss/">Rss</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-08-27T00:00:00+00:00">2023-08-27</time>
|
|
||||||
|
|
||||||
<h2><a href="/tags/money/">Money</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-07-19T10:48:33+02:00">2023-07-19</time>
|
|
||||||
|
|
||||||
<h2><a href="/tags/fotos/">Fotos</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-07-19T10:48:33+02:00">2023-07-19</time>
|
|
||||||
|
|
||||||
<h2><a href="/tags/regensburg/">Regensburg</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-01-12T15:35:23+01:00">2023-01-12</time>
|
|
||||||
|
|
||||||
<h2><a href="/tags/latex/">Latex</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-01-12T15:35:23+01:00">2023-01-12</time>
|
|
||||||
|
|
||||||
<h2><a href="/tags/uni/">Uni</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2022-12-10T00:00:00+00:00">2022-12-10</time>
|
|
||||||
|
|
||||||
<h2><a href="/tags/crypto/">Crypto</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,119 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><?xml-stylesheet href="/rss.xsl" type="text/xsl"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>Tags on Jan Kremer</title>
|
|
||||||
<link>https://jankremer.eu/tags/</link>
|
|
||||||
<description>Recent content in Tags on Jan Kremer</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>de</language>
|
|
||||||
<lastBuildDate>2024-03-14 00:00</lastBuildDate><atom:link href="https://jankremer.eu/tags/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>Nix</title>
|
|
||||||
<link>https://jankremer.eu/tags/nix/</link>
|
|
||||||
<pubDate>2024-03-14 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/tags/nix/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Meta</title>
|
|
||||||
<link>https://jankremer.eu/tags/meta/</link>
|
|
||||||
<pubDate>2023-12-30 08:34</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/tags/meta/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Micro</title>
|
|
||||||
<link>https://jankremer.eu/tags/micro/</link>
|
|
||||||
<pubDate>2023-12-25 16:28</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/tags/micro/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Git</title>
|
|
||||||
<link>https://jankremer.eu/tags/git/</link>
|
|
||||||
<pubDate>2023-09-25 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/tags/git/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Bücher</title>
|
|
||||||
<link>https://jankremer.eu/tags/b%C3%BCcher/</link>
|
|
||||||
<pubDate>2023-09-09 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/tags/b%C3%BCcher/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Rss</title>
|
|
||||||
<link>https://jankremer.eu/tags/rss/</link>
|
|
||||||
<pubDate>2023-09-01 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/tags/rss/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Money</title>
|
|
||||||
<link>https://jankremer.eu/tags/money/</link>
|
|
||||||
<pubDate>2023-08-27 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/tags/money/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Fotos</title>
|
|
||||||
<link>https://jankremer.eu/tags/fotos/</link>
|
|
||||||
<pubDate>2023-07-19 10:48</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/tags/fotos/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Regensburg</title>
|
|
||||||
<link>https://jankremer.eu/tags/regensburg/</link>
|
|
||||||
<pubDate>2023-07-19 10:48</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/tags/regensburg/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Latex</title>
|
|
||||||
<link>https://jankremer.eu/tags/latex/</link>
|
|
||||||
<pubDate>2023-01-12 15:35</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/tags/latex/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Uni</title>
|
|
||||||
<link>https://jankremer.eu/tags/uni/</link>
|
|
||||||
<pubDate>2023-01-12 15:35</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/tags/uni/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Crypto</title>
|
|
||||||
<link>https://jankremer.eu/tags/crypto/</link>
|
|
||||||
<pubDate>2022-12-10 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/tags/crypto/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
||||||
|
|
@ -1,70 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>Latex | Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+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>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-01-12T15:35:23+01:00">2023-01-12</time>
|
|
||||||
|
|
||||||
<h2><a href="/blog/latex/">LaTeX</a></h2>
|
|
||||||
|
|
||||||
<p class="lead">Wie ich Word durch LaTeX ersetzte.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,58 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><?xml-stylesheet href="/rss.xsl" type="text/xsl"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>Latex on Jan Kremer</title>
|
|
||||||
<link>https://jankremer.eu/tags/latex/</link>
|
|
||||||
<description>Recent content in Latex on Jan Kremer</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>de</language>
|
|
||||||
<lastBuildDate>2023-01-12 15:35</lastBuildDate><atom:link href="https://jankremer.eu/tags/latex/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>LaTeX</title>
|
|
||||||
<link>https://jankremer.eu/blog/latex/</link>
|
|
||||||
<pubDate>2023-01-12 15:35</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/blog/latex/</guid>
|
|
||||||
<description><p>Im Rahmen meines Wahlpflichtpraktikums schreibe ich aktuell an meiner zweiten größeren Projektarbeit. Die einzige andere Projektarbeit war bisher die für das Praktikum Pharmazeutische Technologie, welche, Stand jetzt, noch nicht vollständig abgeschlossen ist.</p>
|
|
||||||
<p>Für diese Arbeit entschieden wir uns jedoch für <em>Microsoft Word</em>. Also im Grunde wurde uns diese Entscheidung fast abgenommen, da die Universität Regensburg uns das <em>Office 365</em> zur Verfügung stellt und es damit auch bei uns Studenten den De-Facto-Standard darstellt. Zudem erleichtert es das Arbeiten im Team doch sehr.</p>
|
|
||||||
<p>Formatierungen sind jedoch immer ein Kampf. Daher wollte ich versuchen, <a href="https://www.latex-project.org">LaTeX</a> für diese Arbeit einzusetzen. Ich kannte <em>LaTeX</em> vor allem aus mathematischen Kursen an der Uni und hatte schon oft gehört, dass es Setzen (von <a href="https://de.wikipedia.org/wiki/Satz_(Druck)">Satz</a>) deutlich vereinfachen soll. Aber nicht nur das Schreiben mathematischer Arbeiten macht es deutlich angenehmer, durch das einbinden einiger zusätzlicher Pakete werden wissenschaftliche Texte zum Kinderspiel.</p>
|
|
||||||
<h2 id="über-latex">Über LaTeX</h2>
|
|
||||||
<blockquote>
|
|
||||||
<p><strong>LaTeX</strong> [ˈlaːtɛç] ist ein Softwarepaket, das die Benutzung des Textsatzsystems TeX mit Hilfe von Makros vereinfacht. <em>LaTeX</em> wurde Anfang der 1980er Jahre von <em>Leslie Lamport</em> entwickelt.Der Name bedeutet so viel wie <em>Lamport TeX</em>. Die Entwicklung wurde seit den 1990er Jahren von einer Anzahl Entwicklern weitergeführt. Heute ist <em>LaTeX</em> die populärste Methode, <em>TeX</em> zu verwenden.</p>
|
|
||||||
</blockquote>
|
|
||||||
<p>— <!-- raw HTML omitted --><a href="https://de.wikipedia.org/wiki/LaTeX">Wikipedia: LaTeX</a><!-- raw HTML omitted --></p>
|
|
||||||
<p><em>LaTeX</em> funktioniert ähnlich wie <em>HTML</em> oder <em>Markdown</em>: Zunächst wird die Formatierung von Text getrennt. Bei WYSIWYG<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup>-Textverarbeitungsprogrammen wie <em>Word</em> sieht man direkt, wie das gedruckte Dokument hinterher aussehen wird. Das macht es für viele Nutzer einfacher, zwingt sie aber auch dazu, sich direkt und unmittelbar mit der Formatierung zu beschäftigen. <em>LaTeX</em> trennt dies zunächst, gibt aber dennoch eine übersichtliche Struktur vor. Zudem sind die Standard Formatvorlagen deutlich schlichter und zumindest für mich wesentlich ansprechender als die von <em>Word</em> (Warum ist alles blau und wieso <em>Calibri</em>?!). Ja, die Voreinstellungen von <em>Word</em> lassen sich überschreiben, aber das muss man auch erstmal machen.</p>
|
|
||||||
<p>Funktionen wie ein Inhalts- oder Literaturvrezeichnis lassen sich in <em>Word</em> zwar auch realisieren, sind in <em>LaTeX</em> wesentlich simpler. Zudem lässt sich <em>LaTeX</em> durch Pakete nahezu unendlich erweitern und deckt dadruch auch jeden noch so speziellen Fall ab.</p>
|
|
||||||
<p>Ein weiterer Punkt, warum ich <em>LaTeX</em> bevorzuge ist, dass ich jeden Texteditor benutzen kann. Ich nutze am liebsten <em>VS Code</em>, aber natürlich kann jeder beliebige Editor verwendet werden.</p>
|
|
||||||
<p>Das einzige, was mit <em>Word</em> sicher einfacher wäre ist das einbinden und beschriften von Grafiken. Da ich einige davor in meine Projektarbeit verwende, brauchte ich hierfür eine Lösung. Diese habe ich mit <a href="https://inkscape.org/de/">Inkscape</a> gefunden. Hiermir lassen sich Bilder bearbeiten und beschriften und anschließend als <em>LaTeX</em>-Dokument speichern. Diese lassen sich dann ganz einfach einbinden.</p>
|
|
||||||
<h2 id="fazit">Fazit</h2>
|
|
||||||
<p>Für wen <em>Word</em> und ähnliches schon immer eine Qual war oder wer Vorerfahrung mit Texteditoren und Skriptsprachen hat, dem kann ich <em>LaTeX</em> nur ans Herz legen. Ganz einfach lassen sich wunderschöne Dokumente herzaubern. Vor allem der Font <em>Computer Modern</em> hat es mir sehr angetan. Eventuell werde ich die Projektarbeit demnächst hier hochladen.</p>
|
|
||||||
<hr>
|
|
||||||
<h2 id="technische-spezifikationen">Technische Spezifikationen</h2>
|
|
||||||
<p>Kurzer Nachtrag über meine Arbeitsweise mit <em>LaTeX</em>: Als Texteditor benutze ich <a href="https://code.visualstudio.com">VS Code</a>, da ich diesen super übersichtlich finde und vor allem die Erweiterungsmöglichkeiten sehr schätze. Für <em>LaTeX</em> sind dies vor allem <a href="https://github.com/James-Yu/LaTeX-Workshop">LaTeX Workshop</a> und natürlich <a href="https://git-scm.com">git</a> (vorinstalliert). Des Weiteren benutze ich die <a href="https://www.tug.org/mactex/">MacTeX-Distribution</a>, welche ich über <a href="https://brew.sh">Homebrew</a> installiert habe.</p>
|
|
||||||
<h3 id="verwendete-pakete">Verwendete Pakete</h3>
|
|
||||||
<ul>
|
|
||||||
<li><strong>babel</strong>: Sorgt für die Unterstützung verschiedener Sprachen. Ich schreibe die Projektarbeit zwar auf Englisch, jedoch brauche ich ab und zu mal Deutsche Begriffe und damiteinhergehend Umlaute etc.</li>
|
|
||||||
<li><strong>biblatex</strong>: Verbessertes Literaturverzeichnis, alternative zu <strong>bibtex</strong>.</li>
|
|
||||||
<li><strong>booktabs</strong>: Verschönert und vereinfacht Tabellen in <em>LaTeX</em>.</li>
|
|
||||||
<li><strong>chemformula</strong>: Erleichtert das Setzen von chemischen Formeln enorm und sorgt dafür, dass diese auch richtig angezeigt werden.</li>
|
|
||||||
<li><strong>hyperref</strong>: Für Links und Metadaten.</li>
|
|
||||||
<li><strong>longtable</strong>: Die verwendeten Materialien habe ich alle in riesigen Listen. <em>LaTeX</em> kann standardmäßig nicht besonders gut mit großen Tabellen umgehen, dieses Paket hilft dabei.</li>
|
|
||||||
<li><strong>microtype</strong>: Lässt alles schöner aussehen, praktisch schwarze Magie.</li>
|
|
||||||
<li><strong>siunitx</strong>: Das wahrscheinlich beste Paket überhaupt, simple aber hat Power. Sorgt für perfektes setzen von Einheiten, mit oder ohne vorangehenden Wert. Zudem enthält es eine Funktion, die Werte in Tabellen um den Dezimalpunkt anordnen kann. Ein Traum.</li>
|
|
||||||
<li><strong>textgreek</strong>: Erleichtert das verwenden von griechischen Buchstaben im Text.</li>
|
|
||||||
<li>Zusätzliche Pakete die ich an der Stelle nicht weiter erleutern werden: <strong>color</strong>, <strong>csquotes</strong>, <strong>fontenc</strong>, <strong>glossaries</strong>, <strong>graphicx</strong>, <strong>tikz</strong> und <strong>tocbibind</strong>.</li>
|
|
||||||
</ul>
|
|
||||||
<div class="footnotes" role="doc-endnotes">
|
|
||||||
<hr>
|
|
||||||
<ol>
|
|
||||||
<li id="fn:1">
|
|
||||||
<p>What you see is what you get.&#160;<a href="#fnref:1" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p>
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
||||||
|
|
@ -1,120 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>Meta | Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+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>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-12-30T08:34:14+01:00">2023-12-30</time>
|
|
||||||
|
|
||||||
<h2><a href="/now/">What I'm currently doing</a></h2>
|
|
||||||
|
|
||||||
<p class="lead">Nobody ever asked me what I'm currently doing, but I decided to tell you anyway.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-12-30T08:03:20+01:00">2023-12-30</time>
|
|
||||||
|
|
||||||
<h2><a href="/uses/">What I use</a></h2>
|
|
||||||
|
|
||||||
<p class="lead">Nobody ever asked me what I'm currently using, but I decided to tell you anyway.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-09-25T00:00:00+00:00">2023-09-25</time>
|
|
||||||
|
|
||||||
<h2><a href="/blog/git-deploy/">Deploy a website using Git</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-09-01T00:00:00+00:00">2023-09-01</time>
|
|
||||||
|
|
||||||
<h2><a href="/blog/rss/">RSS</a></h2>
|
|
||||||
|
|
||||||
<p class="lead">Feeds without fuzz.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-08-27T00:00:00+00:00">2023-08-27</time>
|
|
||||||
|
|
||||||
<h2><a href="/blog/hosting/">12 cent blog</a></h2>
|
|
||||||
|
|
||||||
<p class="lead">Hosting a website at (almost) no cost.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2022-12-10T00:00:00+00:00">2022-12-10</time>
|
|
||||||
|
|
||||||
<h2><a href="/blog/genesis/">Genesis</a></h2>
|
|
||||||
|
|
||||||
<p class="lead">Über das Erstellen einer Webseite.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,231 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><?xml-stylesheet href="/rss.xsl" type="text/xsl"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>Meta on Jan Kremer</title>
|
|
||||||
<link>https://jankremer.eu/tags/meta/</link>
|
|
||||||
<description>Recent content in Meta on Jan Kremer</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>de</language>
|
|
||||||
<lastBuildDate>2023-12-30 08:34</lastBuildDate><atom:link href="https://jankremer.eu/tags/meta/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>What I'm currently doing</title>
|
|
||||||
<link>https://jankremer.eu/now/</link>
|
|
||||||
<pubDate>2023-12-30 08:34</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/now/</guid>
|
|
||||||
<description><h2 id="learning">Learning</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Pharmazeutische Technologie</li>
|
|
||||||
</ul>
|
|
||||||
<h2 id="reading">Reading</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Kaffee und Zigaretten – Ferdinand von Schirach</li>
|
|
||||||
</ul>
|
|
||||||
<h2 id="watching">Watching</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Germany&rsquo;s next topmodel</li>
|
|
||||||
<li>Rosins Restaurants</li>
|
|
||||||
<li>Batman – The animated series</li>
|
|
||||||
<li>Band of Brothers</li>
|
|
||||||
</ul>
|
|
||||||
<h2 id="listening">Listening</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Kölsche Karnevalsmusik (yeah I know Karneval is over)</li>
|
|
||||||
</ul>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>What I use</title>
|
|
||||||
<link>https://jankremer.eu/uses/</link>
|
|
||||||
<pubDate>2023-12-30 08:03</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/uses/</guid>
|
|
||||||
<description><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>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Deploy a website using Git</title>
|
|
||||||
<link>https://jankremer.eu/blog/git-deploy/</link>
|
|
||||||
<pubDate>2023-09-25 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/blog/git-deploy/</guid>
|
|
||||||
<description><h2 id="git-ftp">Git-ftp</h2>
|
|
||||||
<p>I tested a lot of different FTP programs including GUIs, TUIs and CLIs.
|
|
||||||
There might be a problem with the FTP server but I don&rsquo;t control that unfortunately.
|
|
||||||
The only program working flawlessly so far is <a href="https://git-ftp.github.io/">git-ftp</a>, a plugin for Git.
|
|
||||||
Not only is this perfectly integrated into git, which I am using anyway.
|
|
||||||
Also no errors occurred so far.
|
|
||||||
Plus I can automate the upload using <a href="#git-hooks">hooks</a>.</p>
|
|
||||||
<h2 id="git-hooks">Git hooks</h2>
|
|
||||||
<p>The real MVP however is <a href="https://git-scm.com/docs/githooks">Git Hooks</a>.
|
|
||||||
Hooks are scripts that run automatically on certain Git events.</p>
|
|
||||||
<p>I did, for example, create a hook to automacally build the website after commiting a change.
|
|
||||||
Yes, this could introduce problems such as breaking changes and I end up with a broken website, but as I test it regularly this should not become a problem.</p>
|
|
||||||
<p>The second hook I created pushes the website to the FTP server whenever I push to the remote repository.</p>
|
|
||||||
<h2 id="git-submodule">Git submodule</h2>
|
|
||||||
<p>I recently discovered that I can use <code>git submodule</code> to add the <code>public</code> folder created by Hugo.
|
|
||||||
This allows me to upload the repository to my pages repository on Codeberg and have the site mirrored there.
|
|
||||||
Secoundly, it allows me to upload the website with git-ftp without uploading everything else.</p>
|
|
||||||
<hr>
|
|
||||||
<p>What awesome features of Git are you using?</p>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>RSS</title>
|
|
||||||
<link>https://jankremer.eu/blog/rss/</link>
|
|
||||||
<pubDate>2023-09-01 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/blog/rss/</guid>
|
|
||||||
<description><h2 id="what-is-rss">What is RSS?</h2>
|
|
||||||
<p>Originally, RSS stood for &ldquo;RDF/Rich Site Summary&rdquo; but was later changed to &ldquo;Really Simple Syndication&rdquo;</p>
|
|
||||||
<p>RSS is a way to subscribe to a website.
|
|
||||||
Whenever that website updates it writes its changes to a <code>XML</code> file.
|
|
||||||
You can then read this XML file and see what changed at a glance.</p>
|
|
||||||
<p>Many websites use RSS including YouTube, <del>Reddit</del> Lemmy, <del>Twitter</del> Mastodon, most news sites, and almost any blog out there.
|
|
||||||
For many blogs, RSS is the main way to distribute new posts.</p>
|
|
||||||
<p>RSS is experiencing a Renaissance at the moment:
|
|
||||||
Many people are now seeing the damages done by algorithmic feeds and want to go back to purely chronological feeds.
|
|
||||||
RSS provides a perfect infrastructure for this.</p>
|
|
||||||
<h2 id="how-to-read-rss">How to read RSS?</h2>
|
|
||||||
<p>First, you need a feed reader. On macOS and iOS I highly recommend <a href="https://netnewswire.com">NetNewsWire</a>.
|
|
||||||
For terminal fans <a href="https://newsboat.org">Newsboat</a> is the way to go.
|
|
||||||
<a href="https://www.thunderbird.net/">Thunderbird</a> is also a good choice but there are tons of programs that can read RSS feeds.</p>
|
|
||||||
<p>That&rsquo;s bascially it. Now you need to add some feeds and you are ready.</p>
|
|
||||||
<p>I recommend picking a reader that can also fetch the article without opening the browser and loading a ton of ads.</p>
|
|
||||||
<p>Pro tip: You can export your subscibtions to a <code>OPML</code> file and import them into any RSS reader.</p>
|
|
||||||
<h2 id="how-to-distribute-rss">How to distribute RSS?</h2>
|
|
||||||
<p>This is the hardest question to answer about RSS as there are endless possibilities.</p>
|
|
||||||
<p>The easiest way would probably be to use a service such as Mastodon that generates the feed automatically.
|
|
||||||
If that platform isn&rsquo;t for you, WordPress is a good way to host a blog.
|
|
||||||
I read about people setting up their own scripts that automatically update the feed for new posts.</p>
|
|
||||||
<p>I use <a href="https://gohugo.io">Hugo</a> which is a <em>static site generator</em>.
|
|
||||||
It generates feeds automatically but lies somewhere between WordPress and writing your own scripts in terms of how tech savvy you should be.</p>
|
|
||||||
<h2 id="how-to-find-rss">How to find RSS?</h2>
|
|
||||||
<p>Go to a website you like, copy the URL and paste it into your RSS reader.
|
|
||||||
Modern feed readers can find RSS feed on their own, you just have to provide a link to the site you want to subscribe to.
|
|
||||||
If that is not the case, you could try adding <code>/index.xml</code> to the URL.</p>
|
|
||||||
<p>Some sites, like this one, also link to their RSS feeds.
|
|
||||||
Often those links are a the bottom of the website and are either marked as <code>RSS</code>, <code>Feed</code>, or just use the RSS logo.
|
|
||||||
I additionally provide links to my subprojects such as my <a href="https://jankremer.eu/micro">microblog</a> or my <a href="https://jankremer.eu/fotos">photos</a>.
|
|
||||||
Feel free to add them to your reader.</p>
|
|
||||||
<h2 id="conclusion">Conclusion</h2>
|
|
||||||
<p>I think RSS is on the rise.
|
|
||||||
It&rsquo;s an old protocol that survived numerous challenges
|
|
||||||
It provides an escape from the algorithms and large social media companies.
|
|
||||||
It also provides a way for content creators to distribute their content on their own without any middleman.</p>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>12 cent blog</title>
|
|
||||||
<link>https://jankremer.eu/blog/hosting/</link>
|
|
||||||
<pubDate>2023-08-27 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/blog/hosting/</guid>
|
|
||||||
<description><p>Yes, the title is correct.
|
|
||||||
<a href="https://knowyourmeme.com/photos/1191035">Well, actually</a> it is 0.119 € per
|
|
||||||
month or 14.28 € for 10 years.</p>
|
|
||||||
<p>To be fair, it was a special offer and only covers the domain.
|
|
||||||
Fortunately, my provider, <a href="https://www.netim.com/en">Netim</a> has a free hosting plan with fits my needs.
|
|
||||||
I even get email hosting with my own domain.
|
|
||||||
There are also services like <a href="https://neocities.org">Neocities</a> where you can host your website for free if you are willing to live with a subdomain.</p>
|
|
||||||
<h2 id="why-should-i-xyz-is-free">Why should I? XYZ is free!</h2>
|
|
||||||
<p>Yes, you can post wherever you want.
|
|
||||||
𝕏 (formerly known as Twitter) is free<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup>, Mastodon is free, Facebook, Instagram, Threads, Reddit, you name them, are all free, but you are giving up your freedoms.
|
|
||||||
Mastodon might be a little better than the rest, but ultimately you depend on the host to let you post there.
|
|
||||||
And they can block you and delete all your data without even giving you any notice.
|
|
||||||
I hope you have a backup.</p>
|
|
||||||
<p>Hosting this blog allows me to write whatever I want.
|
|
||||||
Sure, Netim could also block me and delete my data, but since I use <a href="https://gohugo.io">Hugo</a> I always have everything backed up on my system anyways.
|
|
||||||
In a matter of hours I could be up and running on another hosting provider.</p>
|
|
||||||
<p>I can also use any format I want and have nearly endless possibilities to customize my blog.
|
|
||||||
The sky is the limit.
|
|
||||||
For example am I hosting my own <a href="https://jankremer.eu/fotos">photos</a> instead of using Instagram and my own <a href="https://jankremer.eu/micro">microblog</a> instead of using Twitter/Mastodon.
|
|
||||||
Whatever media I plan to share in the future, there is a solution out there.
|
|
||||||
Want comments? I&rsquo;m trying <a href="https://cactus.chat">Cactus Comments</a> at the moment.</p>
|
|
||||||
<p>Let me know what you think!</p>
|
|
||||||
<div class="footnotes" role="doc-endnotes">
|
|
||||||
<hr>
|
|
||||||
<ol>
|
|
||||||
<li id="fn:1">
|
|
||||||
<p>Or is it? I&rsquo;m not in the loop.&#160;<a href="#fnref:1" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p>
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Genesis</title>
|
|
||||||
<link>https://jankremer.eu/blog/genesis/</link>
|
|
||||||
<pubDate>2022-12-10 00:00</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/blog/genesis/</guid>
|
|
||||||
<description><p>Als ich vor ca. einem Jahr diese Domain kaufte, wusste ich noch nicht was ich damit anstellen will. Ich wusste nur: <strong>Ich will endlich eine eigene Webseite haben.</strong></p>
|
|
||||||
<p>In meinen ersten Stunden Informatik in der Schule (vor über 10 Jahren) lernten wir die Grundlagen des Webdesigns mit <em>HTML</em> und <em>CSS</em>, und da ich zunächst nicht viel Zeit hatte erstellte ich genau mit diesen Tools eine kleine Startseite. Mehr schlecht als recht aber immerhin hatte ich etwas.</p>
|
|
||||||
<p>Im März diesen Jahres hatte ich dann ein wenig Zeit mich genauer mit dem Thema zu beschäftigen und fand dabei den sogenannten <a href="https://jamstack.org">Jamstack</a>. Jamstack sind Tools zur schnellen und einfachen Aufstellen von Webseite. Dies können große Projekte sein oder wie in meinem Fall ein kleiner Blog. Zuerst probierte ich <a href="https://jekyllrb.com/">Jekyll</a> was mir jedoch nicht so gut taugte und stieß dann auf <a href="https://gohugo.io/">Hugo</a>. Mit einer Vielzahl an modernen Designs und einer klinderleichten Handhaben konnte ich schnell überzeugt werden.</p>
|
|
||||||
<p>Heute weiß ich zwar immer noch nicht, was ich hiermit in Zukunft machen werde, aber ich denke es ist wichtiger den je ein Sprachrohr zu haben, das unabhängig ist von der Willkür großer Plattformen.</p>
|
|
||||||
<p>Bis bald und viel Spaß!</p>
|
|
||||||
<p>P.S.: Dieses wunderschöne <em>Theme</em>, das ich hier benutze, heißt <a href="https://git.io/hugo-congo">Congo</a>.</p>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
||||||
|
|
@ -1,100 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="de"
|
|
||||||
dir="ltr">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<title>Micro | Jan Kremer</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+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>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-12-25T16:28:52+01:00">2023-12-25</time>
|
|
||||||
|
|
||||||
<h2><a href="/micro/markdown-tables/">Markdown Tables Suck</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-11-15T10:12:30+01:00">2023-11-15</time>
|
|
||||||
|
|
||||||
<h2><a href="/micro/timestamps/">Use Timestamps</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-07-22T15:57:59+02:00">2023-07-22</time>
|
|
||||||
|
|
||||||
<h2><a href="/micro/twitter/">Stop using Twitter.</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list">
|
|
||||||
|
|
||||||
|
|
||||||
<time datetime="2023-07-19T10:14:44+02:00">2023-07-19</time>
|
|
||||||
|
|
||||||
<h2><a href="/micro/reader/">Reader mode is the antidote to bad website design.</a></h2>
|
|
||||||
|
|
||||||
<p class="lead"></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a>   ☙   Jan Kremer   ❧
|
|
||||||
  2021–2024</p>
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,63 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><?xml-stylesheet href="/rss.xsl" type="text/xsl"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>Micro on Jan Kremer</title>
|
|
||||||
<link>https://jankremer.eu/tags/micro/</link>
|
|
||||||
<description>Recent content in Micro on Jan Kremer</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>de</language>
|
|
||||||
<lastBuildDate>2023-12-25 16:28</lastBuildDate><atom:link href="https://jankremer.eu/tags/micro/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>Markdown Tables Suck</title>
|
|
||||||
<link>https://jankremer.eu/micro/markdown-tables/</link>
|
|
||||||
<pubDate>2023-12-25 16:28</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/micro/markdown-tables/</guid>
|
|
||||||
<description><p>Tables are arguably the worst part of Markdown.
|
|
||||||
No horizontal lines except for the mandatory one at the top.
|
|
||||||
The only feature is the possibility to align cells.</p>
|
|
||||||
<p>Org Mode does much better, but isn&rsquo;t perfect either.</p>
|
|
||||||
<p>Don&rsquo;t get me wrong. It&rsquo;s nice to have a simple tool for simple tables.
|
|
||||||
But sometimes I need more customizability.</p>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Use Timestamps</title>
|
|
||||||
<link>https://jankremer.eu/micro/timestamps/</link>
|
|
||||||
<pubDate>2023-11-15 10:12</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/micro/timestamps/</guid>
|
|
||||||
<description><p>
|
|
||||||
Every blog post should include a timestamp.
|
|
||||||
In fact, this extends to almost anything online and even offline.</p>
|
|
||||||
<p>
|
|
||||||
Also, don&#39;t make me look for the date.
|
|
||||||
Put the date as obvious as possible, preferably at the beginning of the post.</p>
|
|
||||||
<p>
|
|
||||||
I was reading <a href="https://jvns.ca/blog/2023/02/28/some-notes-on-using-nix/">Julia Evans post about nix</a> and it was not immediately clear to me if this was a recent post.
|
|
||||||
Only when I copied the URL to complain about it I discovered the date there.
|
|
||||||
Safari hides most of the URL by default.</p>
|
|
||||||
</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Stop using Twitter.</title>
|
|
||||||
<link>https://jankremer.eu/micro/twitter/</link>
|
|
||||||
<pubDate>2023-07-22 15:57</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/micro/twitter/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Reader mode is the antidote to bad website design.</title>
|
|
||||||
<link>https://jankremer.eu/micro/reader/</link>
|
|
||||||
<pubDate>2023-07-19 10:14</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jankremer.eu/micro/reader/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
||||||