fliegendewurst.eu/templates/index.html
2023-11-11 19:13:36 +01:00

97 lines
6.1 KiB
HTML

{% extends "base.html" %}
{% block html_tag %}
<html lang="en">
{% endblock html_tag %}
{% block title %}FliegendeWurst's corner of the WWW{% endblock title %}
{% block content %}
<span>Posts</span>
<ul>
<li><a href="{{ get_url(path='@/blog/raspberry-pi-temperature-monitoring.md') }}">Raspberry Pi: temperature monitoring and more</a></li>
<li><a href="{{ get_url(path='@/blog/tree-style-tabs-new-tab-button-bottom.md') }}">Fixing the position of TST's new tab button</a></li>
<li><a href="{{ get_url(path='@/blog/z3-logic-puzzle-solving.md') }}">Solving a logic puzzle using an SMT solver</a></li>
<li><a href="https://gist.github.com/FliegendeWurst/6548c71a0f21a60183dbdd2bb7be16db">Repairing the filesystem on my TV's hard disk</a></li>
</ul>
<p>Projects</p>
<div id="card-container">
<div class="card">
<img class="card-image" src="/assets/header_qwörtle.png" alt="screenshot of Qwörtle game">
<h2>Qwörtle</h2>
German version of <a href="https://www.quordle.com/">Quordle</a>.
<ul class="nopad">
<li class="hide-decoration"><img alt="" class="activity-favicon-transparent pure-img" src="/assets/gitea.svg"> <small><a href="https://git.fliegendewurst.eu/arnekeller/qw%C3%B6rtle">Repository</a></small></li>
<li class="hide-decoration"><img alt="" class="activity-favicon-transparent pure-img" src="/assets/Exquisite-opera.png"> <small><a href="/qwörtle/">Web</a></small></li>
</ul>
</div>
<div class="card">
<img class="card-image" src="/assets/header_YT.jpg" alt="screenshot of YT with less distractions">
<h2>Youtube Addiction Control</h2>
Firefox extension to hide various UI elements on Youtube.
<ul class="nopad">
<li class="hide-decoration"><img alt="" class="activity-favicon-transparent pure-img" src="/assets/gitlab.svg"> <small><a href="https://gitlab.com/arnekeller/yt-addiction-control">Repository</a></small></li>
<li class="hide-decoration"><img alt="" class="activity-favicon-transparent pure-img" src="/assets/Exquisite-opera.png"> <small><a href="https://addons.mozilla.org/en-US/firefox/addon/youtube-addiction-control/">Mozilla Addons</a></small></li>
</ul>
</div>
<div class="card">
<img class="card-image" src="/assets/header_KV.jpg" alt="example KV diagram">
<h2>kv</h2>
CLI/web tool to generate DMF/KMF based on a <a href="https://en.wikipedia.org/wiki/Karnaugh_map">KV diagram</a>.
<ul class="nopad">
<li class="hide-decoration"><img alt="" class="activity-favicon-transparent pure-img" src="/assets/gitlab.svg"> <small><a href="https://gitlab.kit.edu/uskyk/kv">Repository</a></small></li>
<li class="hide-decoration"><img alt="" class="activity-favicon-transparent pure-img" src="/assets/Exquisite-opera.png"> <small><a href="/kv/">Web</a></small></li>
</ul>
</div>
<div class="card">
<img class="card-image" src="/assets/header_ILIAS.jpg" alt="ILIAS logo next to donkey">
<h2>KIT-ILIAS-downloader</h2>
CLI tool to download files from <a href="https://www.kit.edu/">KIT</a>'s e-learning site.
<p>Definitely not a horse.</p>
<ul class="nopad">
<li class="hide-decoration"><img alt="" class="activity-favicon pure-img" src="/assets/github.svg"> <small><a href="https://github.com/FliegendeWurst/KIT-ILIAS-downloader">Repository</a></small></li>
</ul>
</div>
</div>
<ul>
<li> <a href="{{ get_url(path='@/blog/raspberry-pi-temperature-monitoring.md') }}">raspi-oled</a>, a clock/calendar/temperature display built using a Raspberry Pi </li>
<li> <a href="https://github.com/FliegendeWurst/ripgrep-all/tree/mail-adapter">mail adapter</a> for ripgrep-all, really convenient to search mails <i>and</i> their attachments </li>
<li> <a href="https://github.com/FliegendeWurst/naviki-gpx-download">Naviki GPX downloader</a>, to download all recorded tracks </li>
<li> <a href="https://github.com/FliegendeWurst/borg-homedir-excludes">borg-homedir-excludes</a>, a list of cache/trash directories that are not worth backing up </li>
<li> <a href="https://github.com/FliegendeWurst/mpv-ratings-based-shuffle">mpv-ratings-based-shuffle</a> (does what the name says) </li>
<li> <a href="https://github.com/FliegendeWurst/sysinfo">sysinfo</a>, just prints CPU usage + temperature and RAM usage </li>
<li> <a href="https://github.com/FliegendeWurst/v4l-save-image">v4l-save-image</a>, to test whether a webcam works </li>
<li> <a href="https://github.com/FliegendeWurst/tmux-thumbs">tmux-thumbs</a> modified to support multi-line regexes </li>
<li> <a href="https://gitlab.com/arnekeller/symlink-dupes">symlink-dupes</a>, creates symbolic links for equal files in a directory </li>
<li> <a href="https://gitlab.com/arnekeller/kwin-toggle-window">kwin-toggle-window</a>, toggle visibility of a specific window with a hotkey </li>
<li> <a href="https://gitlab.com/arnekeller/microsoft-ergonomic-keyboard">microsoft-ergonomic-keyboard</a>, a small kernel module to re-interpret one of the keys on my keyboard </li>
<li> <a href="https://github.com/FliegendeWurst/telegram_notes_bot">telegram_notes_bot</a>, a Telegram bot to interact with a <a href="https://github.com/zadam/trilium">Trilium Notes</a> database (reminders, todos, etc.) </li>
<li> <a href="https://github.com/FliegendeWurst/bwinf.35.1">bwinf.35.1</a>, my solutions to a computer science contest </li>
<li> Minecraft mods: <ul>
<li> <a href="https://github.com/FliegendeWurst/ServerTPS">ServerTPS</a>, displays server TPS estimate and client threads status </li>
<li> <a href="https://github.com/FliegendeWurst/AsyncLighting">AsyncLighting</a>, a hack to queue up re-light events (= more FPS) </li>
</ul>
</ul>
Recent activity
<ul class="hide-decoration">
{% set data = load_data(path="activity.json") %}
{% set printed = 0 %}
{% for x in data %}
{% if printed < 10 %}
<li class="hide-decoration"><img alt="" class="activity-favicon pure-img" src="/assets/github.svg"> <small>{{x.date | date(format="%Y-%m") }}</small> <a href="{{x.target}}">{{ x.title }}</a></li>
{% endif %}
{% set printed = printed + 1 %}
{% endfor %}
</ul>
<!-- <a href="https://www.boincstats.com/stats/-5/user/detail/86482458946/overview">BOINC contributions</a> -->
<!--
<img src="https://www.boincstats.com/signature/-5/user/86482458946/project/sig.png" alt="BOINC profile">
-->
{% endblock content %}