-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (83 loc) · 3.42 KB
/
index.html
File metadata and controls
87 lines (83 loc) · 3.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en_GB" xml:lang="en_GB">
<head>
<!-- 2025-01-20 Mon 00:07 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Greybeard Entertainment Blog</title>
<meta name="author" content="Aleksandr Petrosyan and Victor Gridnevsky" />
<meta name="generator" content="Org Mode" />
<link rel="stylesheet" href="style1.css" /> <script src="main.js" /></script>
<script>
// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later
function CodeHighlightOn(elem, id)
{
var target = document.getElementById(id);
if(null != target) {
elem.classList.add("code-highlighted");
target.classList.add("code-highlighted");
}
}
function CodeHighlightOff(elem, id)
{
var target = document.getElementById(id);
if(null != target) {
elem.classList.remove("code-highlighted");
target.classList.remove("code-highlighted");
}
}
// @license-end
</script>
</head>
<body>
<div id="content" class="content">
<h1 class="title">Greybeard Entertainment Blog</h1>
<div id="outline-container-org4b4801c" class="outline-2">
<h2 id="org4b4801c"><span class="section-number-2">1.</span> Jan 2025</h2>
<div class="outline-text-2" id="text-1">
<ul class="org-ul">
<li><a href="./para-content.html">Paracontent</a></li>
<li><a href="./normalised-madness.html">Normalised chaos</a></li>
</ul>
</div>
</div>
<div id="outline-container-org6041f8b" class="outline-2">
<h2 id="org6041f8b"><span class="section-number-2">2.</span> May 2024</h2>
<div class="outline-text-2" id="text-2">
<ul class="org-ul">
<li><a href="./quantum-consciousness.html">Quantum consciousness</a></li>
</ul>
</div>
</div>
<div id="outline-container-org241b503" class="outline-2">
<h2 id="org241b503"><span class="section-number-2">3.</span> January 2024</h2>
<div class="outline-text-2" id="text-3">
<ul class="org-ul">
<li><a href="./linux-phone-security.html">Linux phone (in)security</a></li>
<li><a href="./llms-replace-humans.html">LLMs won't replace humans tomorrow</a></li>
<li><a href="./the-driver-shenanigans-could-have-been-an-email.html">The driver shenanigans could have been an email</a></li>
<li><a href="the-absolute-state-of-kde-software.html">The absolute state of KDE Software</a></li>
</ul>
</div>
</div>
<div id="outline-container-orgb495f1f" class="outline-2">
<h2 id="orgb495f1f"><span class="section-number-2">4.</span> CyberLounge</h2>
<div class="outline-text-2" id="text-4">
<ul class="org-ul">
<li>Cyber Lounge: <a href="./kill-the-ads-save-the-planet.html">Kill the Ads, Save the Planet</a></li>
<li>Cyber Lounge: <a href="./six-bullshit-arguments-against-right-to-repair.html">Six bullshit arguments against right to repair</a></li>
<li>Cyber Lounge: <a href="./will-ai-ever-replace-human-programmers.html">Will "A" """I""" Ever Completely Replace Humans</a></li>
</ul>
</div>
</div>
</div>
<div id="postamble" class="status">
<p class="date">Date: 27.01.2024</p>
<p class="author">Author: Aleksandr Petrosyan and Victor Gridnevsky</p>
<p class="email">Email: <a href="mailto:ap886@cantab.ac.uk">ap886@cantab.ac.uk</a></p>
<p class="date">Created: 2025-01-20 Mon 00:07</p>
</div>
</body>
</html>