45 lines
1.4 KiB
HTML
45 lines
1.4 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>
|
|
</body>
|
|
</html>
|