feat: update site
This commit is contained in:
parent
6828695cbe
commit
5fc58fd0bc
5 changed files with 21 additions and 17 deletions
|
|
@ -18,7 +18,7 @@
|
|||
<ThemeSwitcher />
|
||||
</div>
|
||||
<nav>
|
||||
<ol>
|
||||
<ol class="navList">
|
||||
{#each NAV_ITEMS as navItem}
|
||||
<li
|
||||
class="navItem {$page.url.pathname === navItem.href ||
|
||||
|
|
@ -40,7 +40,9 @@
|
|||
.active {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.navList {
|
||||
padding: 0;
|
||||
}
|
||||
.navItem {
|
||||
display: inline;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@
|
|||
|
||||
<div class="container upper">
|
||||
<Header />
|
||||
<div class="content">
|
||||
<main>
|
||||
<slot />
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<MoveUpButton />
|
||||
<Footer />
|
||||
|
|
@ -21,10 +21,6 @@
|
|||
.upper {
|
||||
min-height: calc(100vh - 4rem - 8px);
|
||||
}
|
||||
.content {
|
||||
max-width: 60rem;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
:global(.container) {
|
||||
max-width: 70rem;
|
||||
|
|
|
|||
|
|
@ -5,13 +5,12 @@
|
|||
|
||||
let SKILLS = [
|
||||
{ name: 'Lightweight virtualisation (LXC, Docker)' },
|
||||
{ name: 'Container orchestration at scale (K8s)' },
|
||||
{ name: 'Cloud Computing (AWS, Cloudflare)' },
|
||||
{ name: 'Web development (mostly frontend with React, Svelte, vanilla)' },
|
||||
{ name: 'Kubernetes' },
|
||||
{ name: 'Cloud Computing / IaaS (AWS, Cloudflare)' },
|
||||
{ name: 'Web development (fullstack; React, Next, Svelte, vanilla, Rust+WASM)' },
|
||||
{ name: 'Scripting and automation (Bash, Python)' },
|
||||
{ name: 'git and GitOps pipelines' },
|
||||
{ name: 'Linux administration (Debian, Arch)' },
|
||||
{ name: 'Object oriented programming (Java)' },
|
||||
{ name: 'Linux administration' },
|
||||
];
|
||||
|
||||
const PROJECTS = [
|
||||
|
|
@ -64,8 +63,8 @@
|
|||
Programming has been a hobby of mine since my teens. Been working on countless projects for
|
||||
various games. For a few years now I am maintaining a small homelab, which got me into DevOps/SRE.
|
||||
I am a privacy enthusiast and advocate for non-invasive software. Sometimes, I build slick
|
||||
websites that do not load megabytes of data and follow best-practices. Currently, I am working on
|
||||
my Masters degree in computer science at <Link href="https://www.tum.de/">TUM</Link>.
|
||||
websites that do not load megabytes of data and try to follow best-practices. Currently, I am
|
||||
working on my Masters degree in computer science at <Link href="https://www.tum.de/">TUM</Link>.
|
||||
</p>
|
||||
<h2>Skills</h2>
|
||||
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ keywords:
|
|||
- linux kernel
|
||||
- kernel
|
||||
hidden: false
|
||||
updated: '2023-08-02'
|
||||
---
|
||||
|
||||
<script>
|
||||
|
|
@ -57,3 +58,11 @@ The power draw is now as expected at around 8W. The memory downclocks to 96Mhz.
|
|||
This might not seem like a lot, but in situations like this I have to think about how many GPUs were sold globally and are affected by this bug. It's is not an insignificant amount of power that is wasted on a global scale.
|
||||
|
||||
<Image meta={hz144low} alt="High power draw and high mem frequency"/>
|
||||
|
||||
_Update: 2021-08-02_:
|
||||
|
||||
I tried to use my internal GPU for the display and the 6700 XT for compute only. Initially, this setup would crash every few minutes. A couple days ago, Gigabyte pushed a new BIOS update for my B650 AM5 board - version F7 - which apparently fixed this issue.
|
||||
|
||||
To launch games on the dGPU, I must launch it with an environment variable: `DRI_PRIME=1`. For steam games, you can set this in the launch options. For example: `DRI_PRIME=1 %command%`.
|
||||
|
||||
My dGPU sits now happily in idle at 5W with 96Mhz memory frequency.
|
||||
|
|
|
|||
|
|
@ -45,8 +45,6 @@
|
|||
</ListItem>
|
||||
</ul>
|
||||
|
||||
I usually reply within a couple minutes - if it is important.
|
||||
|
||||
<style>
|
||||
ul {
|
||||
list-style-type: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue