Skip to content

Commit be5c95d

Browse files
committed
Added GENESIS to projects
1 parent 58881dd commit be5c95d

3 files changed

Lines changed: 43 additions & 14 deletions

File tree

src/components/Milestones.astro

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
</div>
55
<div class="timeline">
66
<div class="milestone latest">
7+
<span class="dot"></span>
8+
<h3>11/10/2025</h3>
9+
<p>Started project: G.E.N.E.S.I.S</p>
10+
</div>
11+
<div class="milestone">
712
<span class="dot"></span>
813
<h3>09/10/2025</h3>
914
<p>Started project: PositionPredict</p>
@@ -15,13 +20,6 @@
1520
<p>Started project: Cipherlink</p>
1621
</div>
1722
</div>
18-
<div class="milestone">
19-
<span class="dot"></span>
20-
<div class="content">
21-
<h3>25/09/2025</h3>
22-
<p>Started project: EchoMesh</p>
23-
</div>
24-
</div>
2523
<div class="milestone">
2624
<span class="dot"></span>
2725
<div class="content">

src/components/Popups.astro

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@
4242
<a href="#" onclick="hide('popup1')">&#10006</a>
4343
</section>
4444
<section id="popup-text">
45-
<p>A personal CubeSat project, more info in the GitHub repo (it's private for now, though).</p>
45+
<p>
46+
A personal CubeSat project, more info in the GitHub repo (it's private for
47+
now, though).
48+
</p>
4649
</section>
4750
</div>
4851

@@ -52,17 +55,27 @@
5255
<a href="#" onclick="hide('popup2')">&#10006</a>
5356
</section>
5457
<section id="popup-text">
55-
<p>My own OS, not fully from scratch, it's made with an existing bootloader and kernel, but the rest is me.</p>
58+
<p>
59+
My own OS, not fully from scratch, it's made with an existing bootloader
60+
and kernel, but the rest is me.
61+
</p>
5662
</section>
5763
</div>
5864

5965
<div class="popup" id="popup3">
6066
<section id="heading">
61-
<h2>EchoMesh.md</h2>
67+
<h2>GENESIS.md</h2>
6268
<a href="#" onclick="hide('popup3')">&#10006</a>
6369
</section>
6470
<section id="popup-text">
65-
<p>This project is dedicated to helping you build your own true private communication system. It creates a LoRa mesh node system that relays messages privately and securely accross the whole network. It is limited to local communication only, since the LoRa transceivers are of limited range. It utilizes a secure element chip (the ATECC608A) on the user end devices for encryption/decryption and key storage. The nodes in the mesh networks (acting as message relays) do not decrypt or read the messages sent through them, since they don't have a secure element onboard and are specifically designed for only relaying messages.</p>
71+
<p>
72+
GENESIS is an autonomous, adaptive, and self-healing AI framework capable
73+
of dynamically scaling across heterogeneous hardware, self-generating
74+
functional code, and reconstructing itself after partial system failure.
75+
It acts as a persistent intelligence capable of operating anywhere from
76+
massive server clusters to single embedded devices, maintaining identity,
77+
functionality, and adaptability throughout.
78+
</p>
6679
</section>
6780
</div>
6881

@@ -72,6 +85,21 @@
7285
<a href="#" onclick="hide('popup4')">&#10006</a>
7386
</section>
7487
<section id="popup-text">
75-
<p>Yet another private communication project by me. This one utilizes the existing infrastructure of internet and cell towers, limiting range to cell tower coverage. How this worsk: you take a Cipherlink module that uses NFC and USB for communication with your phone or computer, it also has a secure element onboard (the ATECC608A) used for encryption/decryption & key storage. When you write a message, you tap your module to your phone to encrypt the message, which is then sent to an API server that holds the encrypted messages along with recepient userIDs. The next time the recepient opens the Cipherlink app on their phone, it will fetch the incoming messages from the API server, prompting the user to tap their module to decrypt. Once read, the message gets destroyed and removed from the API server's database. The point is, the decrypted message never touches the internet. It only stays on your device as long as you want it to.</p>
88+
<p>
89+
Yet another private communication project by me. This one utilizes the
90+
existing infrastructure of internet and cell towers, limiting range to
91+
cell tower coverage. How this worsk: you take a Cipherlink module that
92+
uses NFC and USB for communication with your phone or computer, it also
93+
has a secure element onboard (the ATECC608A) used for
94+
encryption/decryption & key storage. When you write a message, you tap
95+
your module to your phone to encrypt the message, which is then sent to an
96+
API server that holds the encrypted messages along with recepient userIDs.
97+
The next time the recepient opens the Cipherlink app on their phone, it
98+
will fetch the incoming messages from the API server, prompting the user
99+
to tap their module to decrypt. Once read, the message gets destroyed and
100+
removed from the API server's database. The point is, the decrypted
101+
message never touches the internet. It only stays on your device as long
102+
as you want it to.
103+
</p>
76104
</section>
77105
</div>

src/components/Projects.astro

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@
1919
<p>My own operating system in Assembly an C. Still in progress.</p>
2020
</div>
2121
<div class="card" onclick="show('popup3')">
22-
<h3>EchoMesh</h3>
23-
<p>LoRa Mesh communication system</p>
22+
<h3>G.E.N.E.S.I.S</h3>
23+
<p>
24+
General Evolutionary Network for Emergent Self-Repair and Intellligent
25+
Scaling
26+
</p>
2427
</div>
2528
<div class="card" onclick="show('popup4')">
2629
<h3>Cipherlink</h3>

0 commit comments

Comments
 (0)