482 lines
12 KiB
HTML
482 lines
12 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta name="generator" content="Hugo 0.145.0">
|
|
|
|
<title>Privacynerd's blog</title>
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="Blog of privacynerd" />
|
|
<meta name="keywords" content="" />
|
|
|
|
<meta name="robots" content="noodp" />
|
|
|
|
<link rel="canonical" href="https://blog.privacynerd.de/en/" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="https://blog.privacynerd.de/css/buttons.min.86f6b4c106b6c6eb690ae5203d36b442c1f66f718ff4e8164fa86cf6c61ad641.css">
|
|
|
|
|
|
<link rel="stylesheet" href="https://blog.privacynerd.de/css/code.min.4f0ccc8439f99bf7f7970298556b94011aabc1fcae743b6842fc3361a2da9ea3.css">
|
|
|
|
|
|
<link rel="stylesheet" href="https://blog.privacynerd.de/css/fonts.min.5bb7ed13e1d00d8ff39ea84af26737007eb5051b157b86fc24487c94f3dc8bbe.css">
|
|
|
|
|
|
<link rel="stylesheet" href="https://blog.privacynerd.de/css/footer.min.eb8dfc2c6a7eafa36cd3ba92d63e69e849e2200e0002a228d137f236b09ecd75.css">
|
|
|
|
|
|
<link rel="stylesheet" href="https://blog.privacynerd.de/css/gist.min.a751e8b0abe1ba8bc53ced52a38b19d8950fe78ca29454ea8c2595cf26aad5c0.css">
|
|
|
|
|
|
<link rel="stylesheet" href="https://blog.privacynerd.de/css/header.min.75c7eb0e2872d95ff48109c6647d0223a38db52e2561dd87966eb5fc7c6bdac6.css">
|
|
|
|
|
|
<link rel="stylesheet" href="https://blog.privacynerd.de/css/main.min.15870410d15d02abd22fb5ef00996f65a00d04b3a7435e9f83831c7c2298de88.css">
|
|
|
|
|
|
<link rel="stylesheet" href="https://blog.privacynerd.de/css/menu.min.3c17467ebeb3d38663dce68f71f519901124fa5cbb4519b2fb0667a21e9aca39.css">
|
|
|
|
|
|
<link rel="stylesheet" href="https://blog.privacynerd.de/css/pagination.min.bbb986dbce00a5ce5aca0504b7925fc1c581992a4bf57f163e5d69cc1db7d836.css">
|
|
|
|
|
|
<link rel="stylesheet" href="https://blog.privacynerd.de/css/post.min.e6dddd258e64c83e05cec0cd49c05216742d42fc8ecbfbe6b67083412b609bd3.css">
|
|
|
|
|
|
<link rel="stylesheet" href="https://blog.privacynerd.de/css/syntax.min.a0773cce9310cb6d8ed23e50f005448facf29a53001b57e038828daa466b25c0.css">
|
|
|
|
|
|
<link rel="stylesheet" href="https://blog.privacynerd.de/css/terminal.min.e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css">
|
|
|
|
|
|
<link rel="stylesheet" href="https://blog.privacynerd.de/css/terms.min.b81791663c3790e738e571cdbf802312390d30e4b1d8dc9d814a5b5454d0ac11.css">
|
|
|
|
|
|
<link rel="stylesheet" href="https://blog.privacynerd.de/terminal.css">
|
|
|
|
|
|
|
|
|
|
<link rel="shortcut icon" href="https://blog.privacynerd.de/favicon.png">
|
|
<link rel="apple-touch-icon" href="https://blog.privacynerd.de/apple-touch-icon.png">
|
|
|
|
|
|
<meta name="twitter:card" content="summary" />
|
|
|
|
|
|
<meta name="twitter:site" content="" />
|
|
|
|
<meta name="twitter:creator" content="" />
|
|
|
|
|
|
|
|
<meta property="og:locale" content="en" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:title" content="Privacynerd's blog">
|
|
<meta property="og:description" content="Blog of privacynerd" />
|
|
<meta property="og:url" content="https://blog.privacynerd.de/en/" />
|
|
<meta property="og:site_name" content="Privacynerd's blog" />
|
|
|
|
<meta property="og:image" content="https://blog.privacynerd.de/og-image.png">
|
|
|
|
<meta property="og:image:width" content="1200">
|
|
<meta property="og:image:height" content="627">
|
|
|
|
|
|
<meta property="article:published_time" content="2025-04-13 12:54:00 +0200 CEST" />
|
|
|
|
|
|
|
|
|
|
<link href="/en/index.xml" rel="alternate" type="application/rss+xml" title="Privacynerd's blog" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<style>
|
|
#banner {
|
|
width: 100%;
|
|
height: 2rem;
|
|
display: grid;
|
|
grid-template-columns: 1fr auto;
|
|
background: var(--accent);
|
|
}
|
|
|
|
#banner span {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
#banner a {
|
|
color: var(--background);
|
|
display: inline;
|
|
}
|
|
|
|
#banner > button {
|
|
padding: 0 5px 0 0;
|
|
margin: 0;
|
|
}
|
|
</style>
|
|
|
|
<div id="banner"><span><a href="https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de">Construction site 🚧 | Work in progress</a></span></div>
|
|
|
|
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<div class="container center">
|
|
|
|
<header class="header">
|
|
<div class="header__inner">
|
|
<div class="header__logo">
|
|
<a href="/en">
|
|
<div class="logo">
|
|
Privacynerd's blog
|
|
</div>
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<ul class="menu menu--mobile">
|
|
<li class="menu__trigger">Menu ▾</li>
|
|
<li>
|
|
<ul class="menu__dropdown">
|
|
|
|
|
|
<li><a href="/en/about">About</a></li>
|
|
|
|
|
|
|
|
<li><a href="/en/tags">Tags</a></li>
|
|
|
|
|
|
|
|
<hr />
|
|
|
|
|
|
|
|
<li>
|
|
<b>
|
|
<a href="/en/">English</a>
|
|
</b>
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
|
|
|
<a href="/de/">Deutsch</a>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
|
|
<ul class="menu menu--desktop menu--language-selector">
|
|
<li class="menu__trigger">en ▾</li>
|
|
<li>
|
|
<ul class="menu__dropdown">
|
|
|
|
|
|
|
|
<li>
|
|
<b>
|
|
<a href="/en/">English</a>
|
|
</b>
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
|
|
|
<a href="/de/">Deutsch</a>
|
|
|
|
</li>
|
|
|
|
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<nav class="navigation-menu">
|
|
<ul class="navigation-menu__inner menu--desktop">
|
|
|
|
|
|
|
|
<li><a href="/en/about" >About</a></li>
|
|
|
|
|
|
|
|
<li><a href="/en/tags" >Tags</a></li>
|
|
|
|
|
|
|
|
|
|
</ul>
|
|
</nav>
|
|
|
|
|
|
</header>
|
|
|
|
|
|
<div class="content">
|
|
|
|
|
|
<div class="index-content framed">
|
|
<h1 id="hey-there-">Hey there! 👋</h1>
|
|
<p>My Name is Benjamin, and I’m mostly known as <em>BlueFox</em>.</p>
|
|
<p>Welcome to this blog! I love tinkering around with electronics, 3D printing stuff and working with wood, but also do a bit of <code>programming</code> and are am an avid self-hoster. This is where I post about my activities from time to time.</p>
|
|
<p><strong>Just have a look around!</strong></p>
|
|
|
|
</div>
|
|
|
|
<div class="posts">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<article class="post on-list">
|
|
<h2 class="post-title">
|
|
<a href="https://blog.privacynerd.de/en/posts/showcase-code/">Code blocks variants</a>
|
|
</h2>
|
|
|
|
<div class="post-meta"><time class="post-date">2025-04-09</time><span class="post-author">Radek</span></div>
|
|
|
|
|
|
<span class="post-tags">
|
|
|
|
#<a href="https://blog.privacynerd.de/en/tags/programming/">programming</a>
|
|
|
|
#<a href="https://blog.privacynerd.de/en/tags/code/">code</a>
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="post-content">
|
|
|
|
<p>Sample article showcasing most popular programming languages.</p>
|
|
|
|
</div>
|
|
|
|
|
|
<div>
|
|
<a class="read-more button inline" href="/en/posts/showcase-code/">[Read more]</a>
|
|
</div>
|
|
|
|
</article>
|
|
|
|
<article class="post on-list">
|
|
<h2 class="post-title">
|
|
<a href="https://blog.privacynerd.de/en/posts/showcase/">Showcase</a>
|
|
</h2>
|
|
|
|
<div class="post-meta"><time class="post-date">2025-04-09</time><span class="post-author">Hugo Authors & Radek</span></div>
|
|
|
|
|
|
<span class="post-tags">
|
|
|
|
#<a href="https://blog.privacynerd.de/en/tags/showcase/">showcase</a>
|
|
|
|
#<a href="https://blog.privacynerd.de/en/tags/markdown/">markdown</a>
|
|
|
|
#<a href="https://blog.privacynerd.de/en/tags/styling/">styling</a>
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="post-content">
|
|
|
|
<p>Sample article showcasing basic styling and formatting for HTML elements.</p>
|
|
|
|
</div>
|
|
|
|
|
|
<div>
|
|
<a class="read-more button inline" href="/en/posts/showcase/">[Read more]</a>
|
|
</div>
|
|
|
|
</article>
|
|
|
|
<article class="post on-list">
|
|
<h2 class="post-title">
|
|
<a href="https://blog.privacynerd.de/en/posts/random-story/">A random story</a>
|
|
</h2>
|
|
|
|
<div class="post-meta"><time class="post-date">2025-04-08</time></div>
|
|
|
|
|
|
<span class="post-tags">
|
|
|
|
#<a href="https://blog.privacynerd.de/en/tags/story/">story</a>
|
|
|
|
#<a href="https://blog.privacynerd.de/en/tags/ai/">ai</a>
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="post-content">
|
|
|
|
<p>Random story by ChatGPT to test out the perfect reading speed value.</p>
|
|
|
|
</div>
|
|
|
|
|
|
<div>
|
|
<a class="read-more button inline" href="/en/posts/random-story/">[Read more]</a>
|
|
</div>
|
|
|
|
</article>
|
|
|
|
<article class="post on-list">
|
|
<h2 class="post-title">
|
|
<a href="https://blog.privacynerd.de/en/posts/one-word/">One Word!</a>
|
|
</h2>
|
|
|
|
<div class="post-meta"><time class="post-date">2025-04-05</time></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="post-content">
|
|
|
|
<h1 id="justoneword">Justoneword</h1>
|
|
|
|
</div>
|
|
|
|
|
|
<div>
|
|
<a class="read-more button inline" href="/en/posts/one-word/">[Read more]</a>
|
|
</div>
|
|
|
|
</article>
|
|
|
|
<article class="post on-list">
|
|
<h2 class="post-title">
|
|
<a href="https://blog.privacynerd.de/en/posts/test-post/">English Test Post</a>
|
|
</h2>
|
|
|
|
<div class="post-meta"><time class="post-date">2025-04-05</time></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="post-content">
|
|
|
|
<h1 id="test-post-in-english">Test Post in English</h1>
|
|
<h2 id="lorem-ipsum">Lorem ipsum</h2>
|
|
<h3 id="dolor-sit-amet">dolor sit amet</h3>
|
|
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim aeque doleamus animo, cum corpore dolemus, fieri tamen permagna accessio potest, si aliquod aeternum et infinitum impendere malum nobis opinemur. Quod idem licet transferre in voluptatem, ut postea variari voluptas distinguique possit, augeri amplificarique non possit. At etiam Athenis, ut e.</p>
|
|
|
|
</div>
|
|
|
|
|
|
<div>
|
|
<a class="read-more button inline" href="/en/posts/test-post/">[Read more]</a>
|
|
</div>
|
|
|
|
</article>
|
|
|
|
|
|
<div class="pagination">
|
|
<div class="pagination__buttons">
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
<footer class="footer">
|
|
<style>
|
|
.antidiscovery i { display: none; }
|
|
</style>
|
|
<div class="footer__inner">
|
|
|
|
<div class="copyright copyright--user">
|
|
<span class="antidiscovery">© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span>
|
|
|
|
<span style="margin-right: 10px">:: <a href="https://privacynerd.de/impressum?referrer=https%3a%2f%2fblog.privacynerd.de%2fen%2f">Imprint</a></span>
|
|
<span>:: <a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Theme</a> made by <a href="https://github.com/panr" target="_blank">panr</a> (customized)</span>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript" src="/bundle.min.js"></script>
|
|
|
|
|
|
|
|
<script src="https://swetrix.privacynerd.de/script.js" defer=""></script>
|
|
<script>
|
|
document.addEventListener('DOMContentLoaded', function() {
|
|
swetrix.init('GyBjobBbBEEC', {apiURL: 'https://swetrix.privacynerd.de/api/log',})
|
|
swetrix.trackViews()
|
|
swetrix.trackErrors({
|
|
sampleRate: 1,
|
|
callback: undefined,
|
|
})
|
|
})
|
|
</script>
|
|
<noscript>
|
|
<img
|
|
src="https://swetrix.privacynerd.de/api/log/noscript?pid=GyBjobBbBEEC"
|
|
alt=""
|
|
referrerpolicy="no-referrer-when-downgrade"
|
|
/>
|
|
</noscript>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|