htdocs/index.html
2024-05-19 16:16:25 +02:00

48 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>despera.space</title>
<style>
body {
background-color: #002b36; /* Base03 - Background */
color: #839496; /* Base0 - Foreground */
}
a {
color: #268bd2; /* Blue - Link */
}
a:hover {
color: #2aa198; /* Cyan - Link Hover */
}
h1 {
color: #b58900; /* Yellow - Header */
}
ul {
list-style-type: none;
padding: 0;
}
li {
margin-bottom: 10px;
}
</style>
</head>
<body>
<h1>IDs</h1>
<li>NPUB: npub1nmk2399jazpsup0vsm6dzxw7gydzm5atedj4yhdkn3yx7jh7tzpq842975</li>
<li>NIP06: iru@ this domain</li>
<li>GPG: 346E183810495044247B679588AC275438296481</li>
<li>Matrix: iru@ this domain</li>
<li>Stacker News: @iru_</li>
<li>Github: irusensei</li>
<h1>Long form notes</h1>
<li>Running popular AI software on Linux and AMD GPUs: <a href="https://habla.news/a/naddr1qqxnzd3ex56rwvfexvurxwfjqgsfam9gjjew3qcwqhkgdax3r80yzx3d6w4uke2jtkmfcjr0ftl93qsrqsqqqa28vfwv5f">note</a>, <a href="https://code.despera.space/iru/htdocs/src/branch/main/notes/AMD-AGI.md">local</a></li>
<li>How I put NixOS on my UDM (trashcan model) router: <a href="https://habla.news/a/naddr1qvzqqqr4gupzp8hv4z2t96yrpcz7eph56yvausg69hf6hjm92fwmd8zgda90ukyzqqxnzde3xccnyd3sxver2dfk5j9lzf">note</a>, <a href="https://code.despera.space/iru/htdocs/src/branch/main/notes/UDM-NIXOS.md">local</a>
<h1>Other stuff</h1>
<li><a href="https://code.despera.space/mirrors">I keep mirrors of repos I use or feel like having preserved</a>.</li>
</body>
</html>