add projects

main
Norman Köhring 4 months ago
parent 3364fa5d3c
commit b5e02e47f4

@ -37,26 +37,17 @@
</header>
<p><em>My currently active projects. This is mostly about software, but might also include some TTRPG stuff, from time to time.</em></p>
<p>Last updated: 2024-05-13</p>
<p>Introduction Lorem Ipsum Sit Dolor Amet...</p>
<h2>Headline 1</h2>
<p>Last updated: 2024-05-17</p>
<h2>Homepage Overhaul</h2>
<blockquote>
<p>Some extra info</p>
<p>With lots of work comes lots of opportunity for productive procrastination</p>
</blockquote>
<ul>
<li>A nice list of things, maybe?</li>
<li>Could also be a paragraph or two.</li>
<li>That is totally up to me, I guess.</li>
</ul>
<h2>Headline 2</h2>
<blockquote>
<p>Some more extra info</p>
</blockquote>
<ul>
<li>A nice list of things, maybe?</li>
<li>Could also be a paragraph or two.</li>
<li>That is totally up to me, I guess.</li>
</ul>
<p>Not too long ago, .ing <span title="Top Level Domain">TLDs</span> became available, that allowed me to finally have my full name as a &quot;cool&quot; domain name: <code>koehr.ing</code>. Other domains I have are <code>nkoehring.de</code> (boring), <code>koehr.in</code> (confusing) and <code>k0r.in</code> (nerdy). <code>koehri.ng</code> wouldn't be possible due to domain registars policies or pricing (Nigeria used to have the british model, like allowing only net.ng, com.ng, and so on. Later they allowed more, but the price would be pretty high).</p>
<p>Why am I writing all this? Because the new domain name made me think about my homepage as a professional. I wanted to have something, that showcases my skills while not being the usual boring homepage. This is how <a href="https://cli.koehr.ing">the interactive homepage experiment</a> began; a terminal like website, written from scratch. Having this, I now also needed to change my old homepage to somehow feature my new shiny experiment. But my old homepage is white and not very responsive; two very good reasons (for me), to change it. So I also started writing a completely new homepage, using <a href="https://github.com/vssio/vss">vss</a>. Pretty soon I realised, it is by far not mature enough for my needs, so I started building workarounds to suit my needs, so I don't get stuck in the rabbit hole of choosing frameworks over finishing the page. My plan is, to finish the page and its content and then, when there is time, move it on top of something more sophisticated, like good ol' <a href="https://www.getzola.org/">Zola</a>.</p>
<h2>New Server</h2>
<p>I found a pretty cheap dedicated server with tons of space and quite some CPU power, compared to cheap virtual servers. Now I need to move everything I hosted on a VServer before. That is not a simple task, unfortunately, as I tend to overthink and want to use the change to make everything better (or just different, maybe). This move includes a switch from <a href="https://www.docker.com/">Docker</a> and <a href="https://blog.container-solutions.com/running-docker-containers-with-systemd">systemd services</a> to <a href="https://podman.io/">podman</a> and <a href="https://wiki.archlinux.org/title/Systemd/User#Automatic_start-up_of_systemd_user_instances">lingering users</a>. This way, no root enabled service is involved in running any outside-facing services. This website and everything under the koehr.ing domain runs already on the new server.</p>
<h2>learned.today</h2>
<p>Quite a while (aka way too long) ago, I bought the domain <code>learned.today</code> and thought about some idea around a Today I learned page or service, where people just share short snippets of things they just learned, similar to <a href="/til">my TIL page</a>. I never got to implementing it though. I wrote it down here as a motivation for myself, to finally work on it.</p>
</main>
<div id="spacer"></div>
<header id="header" class="small">

4
dist/style.css vendored

@ -102,6 +102,10 @@ blockquote {
border-radius: 12px;
}
code {
background-color: var(--emboss-color);
}
#intro {
display: flex;
flex-flow: column nowrap;

@ -1,22 +1,19 @@
*My currently active projects. This is mostly about software, but might also include some TTRPG stuff, from time to time.*
Last updated: 2024-05-13
Last updated: 2024-05-17
Introduction Lorem Ipsum Sit Dolor Amet...
## Homepage Overhaul
## Headline 1
> With lots of work comes lots of opportunity for productive procrastination
> Some extra info
Not too long ago, .ing <span title="Top Level Domain">TLDs</span> became available, that allowed me to finally have my full name as a "cool" domain name: `koehr.ing`. Other domains I have are `nkoehring.de` (boring), `koehr.in` (confusing) and `k0r.in` (nerdy). `koehri.ng` wouldn't be possible due to domain registars policies or pricing (Nigeria used to have the british model, like allowing only net.ng, com.ng, and so on. Later they allowed more, but the price would be pretty high).
* A nice list of things, maybe?
* Could also be a paragraph or two.
* That is totally up to me, I guess.
Why am I writing all this? Because the new domain name made me think about my homepage as a professional. I wanted to have something, that showcases my skills while not being the usual boring homepage. This is how [the interactive homepage experiment](https://cli.koehr.ing) began; a terminal like website, written from scratch. Having this, I now also needed to change my old homepage to somehow feature my new shiny experiment. But my old homepage is white and not very responsive; two very good reasons (for me), to change it. So I also started writing a completely new homepage, using [vss](https://github.com/vssio/vss). Pretty soon I realised, it is by far not mature enough for my needs, so I started building workarounds to suit my needs, so I don't get stuck in the rabbit hole of choosing frameworks over finishing the page. My plan is, to finish the page and its content and then, when there is time, move it on top of something more sophisticated, like good ol' [Zola](https://www.getzola.org/).
## Headline 2
## New Server
> Some more extra info
I found a pretty cheap dedicated server with tons of space and quite some CPU power, compared to cheap virtual servers. Now I need to move everything I hosted on a VServer before. That is not a simple task, unfortunately, as I tend to overthink and want to use the change to make everything better (or just different, maybe). This move includes a switch from [Docker](https://www.docker.com/) and [systemd services](https://blog.container-solutions.com/running-docker-containers-with-systemd) to [podman](https://podman.io/) and [lingering users](https://wiki.archlinux.org/title/Systemd/User#Automatic_start-up_of_systemd_user_instances). This way, no root enabled service is involved in running any outside-facing services. This website and everything under the koehr.ing domain runs already on the new server.
* A nice list of things, maybe?
* Could also be a paragraph or two.
* That is totally up to me, I guess.
## learned.today
Quite a while (aka way too long) ago, I bought the domain `learned.today` and thought about some idea around a Today I learned page or service, where people just share short snippets of things they just learned, similar to [my TIL page](/til). I never got to implementing it though. I wrote it down here as a motivation for myself, to finally work on it.

@ -102,6 +102,10 @@ blockquote {
border-radius: 12px;
}
code {
background-color: var(--emboss-color);
}
#intro {
display: flex;
flex-flow: column nowrap;

Loading…
Cancel
Save