Update crypto link

This commit is contained in:
Scott Wallace 2022-04-10 09:30:22 +01:00
parent 25ead36dd5
commit 58e3660c90
Signed by: scott
GPG key ID: AA742FDC5AFE2A72
3 changed files with 1 additions and 77 deletions

1
CNAME
View file

@ -1 +0,0 @@
scott.wallace.sh

View file

@ -76,8 +76,7 @@
<li><a href="http://blog.scott.wallace.sh/" rel="me">Blog</a></li> <li><a href="http://blog.scott.wallace.sh/" rel="me">Blog</a></li>
</ul> </ul>
<ul> <ul>
<!-- <li><a href="https://keybase.io/scottsome" rel="me">Keybase</a></li> --> <li><a href="https://keyoxide.org/wkd/scott@wallace.sh" rel="me">Crypto</a></li>
<li><a href="https://keys.wallace.sh/wkd/scott@wallace.sh" rel="me">Crypto</a></li>
</ul> </ul>
<ul> <ul>
<li><a href="https://matrix.to/#/@scott:wallace.sh" rel="me">matrix:u/scott:wallace.sh</a></li> <li><a href="https://matrix.to/#/@scott:wallace.sh" rel="me">matrix:u/scott:wallace.sh</a></li>

View file

@ -1,74 +0,0 @@
<!DOCTYPE html>
<head>
<title>Android wakelocks</title>
<style type="text/css">
body {
font-family: sans-serif;
}
table {
border-collapse: collapse;
}
td {
border: 1px solid black;
margin: 0;
background-color: white;
padding: 0 0.5em;
}
thead {
font-weight: bold;
}
.key {
font-weight: bold;
}
.value {
font-style: normal;
}
.block {
font-style: italic;
}
</style>
</head>
<body>
<table>
<thead>
<tr>
<td>Wakelock</td>
<td>Description</td>
<td>Block?</td>
</tr>
</thead>
<tbody>
<tr>
<td class="key">ipa_ws</td>
<td class="value">Integrated Public Alert &amp; Warning System</td>
<td class="block">Yes</td>
</tr>
<tr>
<td class="key">wlan</td>
<td class="value">This is a wakelock caused by network traffic.</td>
<td class="block">Yes</td>
</tr>
<tr>
<td class="key">timerfd</td>
<td class="value">unknown</td>
<td class="block">Yes</td>
</tr>
<tr>
<td class="key">wlan_extscan_wl</td>
<td class="value">unknown</td>
<td class="block">Yes</td>
</tr>
<tr>
<td class="key">qcom_rx_wakelock</td>
<td class="value">WiFi networking. Possibly related to routers performing IGMP snooping.</td>
<td class="block">Yes</td>
</tr>
<tr>
<td class="key">NETLINK</td>
<td class="value">unknown</td>
<td class="block">Yes</td>
</tr>
</tbody>
</table>
</body>
</html>