Upgraded Seekia to version 0.71. Upgraded the whitepaper to version 10.

This commit is contained in:
Simon Sarasova 2024-09-06 17:29:04 +00:00
parent fd25d83ad9
commit 425b821172
No known key found for this signature in database
GPG key ID: 5E710636FDAA0C61
9 changed files with 199 additions and 13 deletions

View file

@ -3,6 +3,7 @@
This document attempts to describe the history of changes to the Seekia Website codebase. This document attempts to describe the history of changes to the Seekia Website codebase.
Small and insignificant changes may not be included in this log. Small and insignificant changes may not be included in this log.
* Upgraded Seekia to version 0.71. Upgraded the whitepaper to version 10. - *Simon Sarasova*
* Improved ReadMe.md and about.html. - *Simon Sarasova* * Improved ReadMe.md and about.html. - *Simon Sarasova*
* Improved the meta description. - *Simon Sarasova* * Improved the meta description. - *Simon Sarasova*
* Upgraded Seekia to version 0.70. Upgraded the whitepaper to version 9. - *Simon Sarasova* * Upgraded Seekia to version 0.70. Upgraded the whitepaper to version 9. - *Simon Sarasova*

View file

@ -4,4 +4,4 @@ This document describes the contributors to the Seekia Website codebase.
Name | Date Of First Commit | Number Of Commits Name | Date Of First Commit | Number Of Commits
--- | --- | --- --- | --- | ---
Simon Sarasova | April 10, 2024 | 33 Simon Sarasova | April 10, 2024 | 34

View file

@ -18,10 +18,10 @@ import "text/template"
import goFilepath "path/filepath" import goFilepath "path/filepath"
// This is the current Seekia release .tgz filename // This is the current Seekia release .tgz filename
const currentReleaseFilename = "Seekia-v0.70.tgz" const currentReleaseFilename = "Seekia-v0.71.tgz"
// This is the IPFS base32 CID for the current Seekia release .tgz file // This is the IPFS base32 CID for the current Seekia release .tgz file
const currentReleaseIpfsCID = "bafybeigwwjpyxrva6jxocryeb7pqkp7djgad6ru77l3hj7vfnfclu4xomu" const currentReleaseIpfsCID = "bafybeihitnnhnlfkwvmndkxebd3sy5dqko5ofiazjktjsjrepyyxqouwqa"
func main(){ func main(){

Binary file not shown.

View file

@ -0,0 +1,97 @@
| «« Seekia Memo »»
|
|- Signature:
| AtH3iN_iPddeJEz7eiKEoMfe5vMgpJ
| mGcfXVquKpHvQrXz8JTxlXg6-HbYBW
| URXmNkHb-hwR7HngAG3a_YWEAg==
|
|- Identity Key:
| f59a0bce855d6e48105612ae73ffabfc
| 4fac1349226433ff586e08b9b32ffd9d
|
|- Author:
| simonx5yudleks5jhwhnck5s28m
|
|- Memo:
|
| Ethereum Block Height:
| 20692818
|
| Ethereum Block Hash:
| 0xc2ac9b9bce9e18a2aad0a3f74b80bab8efda91cdb06fb816063c575ebc62b99c
|
| Date:
| September 6, 2024
|
|
| This memo is an announcement of Seekia version 0.71.
|
| Version 0.71 contains important improvements to Seekia's goals, branding, documentation, and whitepaper. I stopped using the concepts of genetic quality, genetic superiority, and "better" genetics and replaced them with the concept of genetic desirability. I was trying to equate desirability and objective quality, but they are different concepts. I'm working on a post which explains this change more deeply. Badger database has also been upgraded to version 4.3.0.
|
| Cheers!
|
| - Simon Sarasova
|
| ---
|
| The file "Seekia-v0.71.tgz" contains the current Seekia source code.
|
| The file "SeekiaGitHistory-v0.71.bundle" contains Seekia's Git commit history.
|
| ---
|
| File:
| Seekia Version 0.71
|
| Filename:
| Seekia-v0.71.tgz
|
| SHA-256 Checksum:
| 7a914da5ae0196cce1612ad8a7282882f9017b84b04956faa7e5ed3c442e4dd0
|
| ---
|
| File:
| Seekia Version 0.71 GPG Signature
|
| Filename:
| Seekia-v0.71.tgz.asc
|
| SHA-256 Checksum:
| a4b4c936f056439b82d5731af4ae0100eb1c4d08523389278d2d0c1a2379d152
|
| ---
|
| File:
| Seekia Version 0.71 Git History
|
| Filename:
| SeekiaGitHistory-v0.71.bundle
|
| SHA-256 Checksum:
| be4f94c65422eb1e1e44de03ca92859ed2476a985282726f7b7c5cc3c0524f41
|
| ---
|
| File:
| Seekia Version 0.71 Git History GPG Signature
|
| Filename:
| SeekiaGitHistory-v0.71.bundle.asc
|
| SHA-256 Checksum:
| d40033458d97f4f9b1b158ba287e8e918478182c82f5cf0b8270949e75341531
|
| ---
|
| Version 0.71 Changelog:
|
| - Improved Whitepaper.md and upgraded Whitepaper.pdf to Version 10. - Simon Sarasova
| - Improved ReadMe.md, Documentation.md, and Whitepaper.md. - Simon Sarasova
| - Improved Future-Plans.md. - Simon Sarasova
| - Upgraded go-chart to version 2.1.2. - Simon Sarasova
| - Upgraded Badger to version 4.3.0. - Simon Sarasova
| - Upgraded Whitepaper.pdf to Version 9. - Simon Sarasova
|
|
| «« End Of Memo »»

View file

@ -35,6 +35,62 @@
<p>You should verify the SHA-256 checksum for each file you download.</p> <p>You should verify the SHA-256 checksum for each file you download.</p>
<div class = "archiveReleaseBox">
<h2>Version 0.71</h2>
<hr class = "archiveReleaseBoxSeparator">
<p>Date:</p>
<p><b>September 6, 2024</b></p>
<hr class = "archiveReleaseBoxSeparator">
<p>Memo Announcement:</p>
<a href = "../memos/Version0.71.txt" target = "_blank">Version0.71.txt</a>
<hr class = "archiveReleaseBoxSeparator">
<p>Release Filenames:</p>
<p><b>Seekia-v0.71.tgz</b></p>
<p><b>SeekiaGitHistory-v0.71.bundle</b></p>
<hr class = "archiveReleaseBoxSeparator">
<p>Download via IPFS:</p>
<a href = "ipfs:bafybeihitnnhnlfkwvmndkxebd3sy5dqko5ofiazjktjsjrepyyxqouwqa" target = "_blank">Seekia-v0.71.tgz</a>
<a href = "ipfs:bafybeigqf3wz42hmdlms6i3fjecufcdnp4opuph267htounkom7mcaer6m" target = "_blank">SeekiaGitHistory-v0.71.bundle</a>
<hr class = "archiveReleaseBoxSeparator">
<p>Download via IPFS Gateway:</p>
<a href = "https://ipfs.io/ipfs/bafybeihitnnhnlfkwvmndkxebd3sy5dqko5ofiazjktjsjrepyyxqouwqa" target = "_blank">Seekia-v0.71.tgz</a>
<a href = "https://ipfs.io/ipfs/bafybeigqf3wz42hmdlms6i3fjecufcdnp4opuph267htounkom7mcaer6m" target = "_blank">SeekiaGitHistory-v0.71.bundle</a>
<hr class = "archiveReleaseBoxSeparator">
<p>SHA-256 Checksums:</p>
<p><i>Seekia-v0.71.tgz:</i></p>
<p><b>7a914da5ae0196cce1612ad8a7282882f9017b84b04956faa7e5ed3c442e4dd0</b></p>
<p><i>SeekiaGitHistory-v0.71.bundle:</i></p>
<p><b>be4f94c65422eb1e1e44de03ca92859ed2476a985282726f7b7c5cc3c0524f41</b></p>
<hr class = "archiveReleaseBoxSeparator">
<p>PGP Signatures:</p>
<a href = "../signatures/Seekia-v0.71.tgz.asc" target = "_blank">Seekia-v0.71.tgz.asc</a>
<a href = "../signatures/SeekiaGitHistory-v0.71.bundle.asc" target = "_blank">SeekiaGitHistory-v0.71.bundle.asc</a>
</div>
<div class = "archiveReleaseBox"> <div class = "archiveReleaseBox">
<h2>Version 0.70</h2> <h2>Version 0.70</h2>

View file

@ -31,9 +31,9 @@
<hr class = "separator"> <hr class = "separator">
<h2>Download Seekia Version 0.70</h2> <h2>Download Seekia Version 0.71</h2>
<p>File Name: <b>Seekia-v0.70.tgz</b></p> <p>File Name: <b>Seekia-v0.71.tgz</b></p>
<a class = "blueDownloadButton" href="{{.DownloadSeekiaLink}}" target=”_blank”>{{.Download}}</a> <a class = "blueDownloadButton" href="{{.DownloadSeekiaLink}}" target=”_blank”>{{.Download}}</a>
@ -45,8 +45,8 @@
<hr class = "separator"> <hr class = "separator">
<p>Seekia v0.70 SHA-256 Checksum:</p> <p>Seekia v0.71 SHA-256 Checksum:</p>
<p><i>5dfdf80e1e7bf5ee74269ccbf52851ec84048aa4198af65a7d60f0acb3005033</i></p> <p><i>7a914da5ae0196cce1612ad8a7282882f9017b84b04956faa7e5ed3c442e4dd0</i></p>
<hr class = "separator"> <hr class = "separator">
@ -56,19 +56,19 @@
<div class = "operatingSystemBox"> <div class = "operatingSystemBox">
<img class = "operatingSystemLogo" src = "../images/linux.svg"></img> <img class = "operatingSystemLogo" src = "../images/linux.svg"></img>
<b class = "operatingSystemName">Linux</b> <b class = "operatingSystemName">Linux</b>
<code class = "codeblock" > sha256sum Seekia-v0.70.tgz</code> <code class = "codeblock" > sha256sum Seekia-v0.71.tgz</code>
</div> </div>
<div class = "operatingSystemBox"> <div class = "operatingSystemBox">
<img class = "operatingSystemLogo" src = "../images/mac.svg"></img> <img class = "operatingSystemLogo" src = "../images/mac.svg"></img>
<b class = "operatingSystemName">Mac</b> <b class = "operatingSystemName">Mac</b>
<code class = "codeblock" > shasum -a 256 Seekia-v0.70.tgz</code> <code class = "codeblock" > shasum -a 256 Seekia-v0.71.tgz</code>
</div> </div>
<div class = "operatingSystemBox"> <div class = "operatingSystemBox">
<img class = "operatingSystemLogo" src = "../images/windows.svg"></img> <img class = "operatingSystemLogo" src = "../images/windows.svg"></img>
<b class = "operatingSystemName">Windows</b> <b class = "operatingSystemName">Windows</b>
<code class = "codeblock"> Get-FileHash Seekia-v0.70.tgz</code> <code class = "codeblock"> Get-FileHash Seekia-v0.71.tgz</code>
</div> </div>
<hr class = "separator"> <hr class = "separator">
@ -79,8 +79,8 @@
<hr class = "separator"> <hr class = "separator">
<h3>Download v0.70 PGP Signature:</h3> <h3>Download v0.71 PGP Signature:</h3>
<a href="../signatures/Seekia-v0.70.tgz.asc" target=”_blank”>Seekia-v0.70.tgz.asc</a> <a href="../signatures/Seekia-v0.71.tgz.asc" target=”_blank”>Seekia-v0.71.tgz.asc</a>
<hr class = "separator"> <hr class = "separator">
@ -94,7 +94,7 @@
<img class = "operatingSystemLogo" src = "../images/linux.svg"></img> <img class = "operatingSystemLogo" src = "../images/linux.svg"></img>
<b class = "operatingSystemName">Linux</b> <b class = "operatingSystemName">Linux</b>
<p>Use this command to get the signing key.</p> <p>Use this command to get the signing key.</p>
<code class = "codeblock"> gpg --verify Seekia-v0.70.tgz.asc Seekia-v0.70.tgz</code> <code class = "codeblock"> gpg --verify Seekia-v0.71.tgz.asc Seekia-v0.71.tgz</code>
</div> </div>
<div class = "operatingSystemBox"> <div class = "operatingSystemBox">

View file

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIkBAAWCAHMFiEEESzO4XzetwSe5Wii+FQEUgumnSwFAmbbI2vA7SYAmDMEZH98
qBYJKwYBBAHaRw8BAQdAwEUyZVL64eDCk4KUWn6FNBB6Ruufmfl9yiO7QbRXIo+0
H1NpbW9uIFNhcmFzb3ZhIDxzaW1vbkBzYXJhc292YT6ImQQTFgoAQRYhBBEszuF8
3rcEnuVoovhUBFILpp0sBQJkf3yoAhsDBQkDwmcABQsJCAcCAiICBhUKCQgLAgQW
AgMBAh4HAheAAAoJEPhUBFILpp0shhEA/2DtSWWuhKZ7bpawKSkACQn5dZT/J6cm
GchXsyvidqfWAQD+Hm7eKnKCat8aina43gfNflXjLOONHRgZIOdbUtytDLg4BGR/
fKgSCisGAQQBl1UBBQEBB0AAVG4K4ZcExTjPuGmPwCTVphvzezrm33W021KOJUpV
bwMBCAeIfgQYFgoAJhYhBBEszuF83rcEnuVoovhUBFILpp0sBQJkf3yoAhsMBQkD
wmcAAAoJEPhUBFILpp0sDEQA/0ddlnCH2dn2h0ctZL3hyP7FG+uHESAwG12AiiQE
LxhsAP9py6k+vLCaOpj3M2qxR+XZdpENwWr8stqYnWRa1JlFBgAKCRD4VARSC6ad
LGQTAQCzOvjVbv7zcSLQKcS4ykknryFlPW6l6VtGNWYCSXPQPAD9HMAIbzaN51W7
n0lrbWT/s/jkpdQnBT15ugbmkN2g0Qw=
=VvDC
-----END PGP SIGNATURE-----

View file

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIkBAAWCAHMFiEEESzO4XzetwSe5Wii+FQEUgumnSwFAmbbI4vA7SYAmDMEZH98
qBYJKwYBBAHaRw8BAQdAwEUyZVL64eDCk4KUWn6FNBB6Ruufmfl9yiO7QbRXIo+0
H1NpbW9uIFNhcmFzb3ZhIDxzaW1vbkBzYXJhc292YT6ImQQTFgoAQRYhBBEszuF8
3rcEnuVoovhUBFILpp0sBQJkf3yoAhsDBQkDwmcABQsJCAcCAiICBhUKCQgLAgQW
AgMBAh4HAheAAAoJEPhUBFILpp0shhEA/2DtSWWuhKZ7bpawKSkACQn5dZT/J6cm
GchXsyvidqfWAQD+Hm7eKnKCat8aina43gfNflXjLOONHRgZIOdbUtytDLg4BGR/
fKgSCisGAQQBl1UBBQEBB0AAVG4K4ZcExTjPuGmPwCTVphvzezrm33W021KOJUpV
bwMBCAeIfgQYFgoAJhYhBBEszuF83rcEnuVoovhUBFILpp0sBQJkf3yoAhsMBQkD
wmcAAAoJEPhUBFILpp0sDEQA/0ddlnCH2dn2h0ctZL3hyP7FG+uHESAwG12AiiQE
LxhsAP9py6k+vLCaOpj3M2qxR+XZdpENwWr8stqYnWRa1JlFBgAKCRD4VARSC6ad
LKZ6AQDbWBKA7Qx1Phc4uziAQzhmyNtBbCQRipQNx2FSBkBuEgEAl9daWKrXYu7O
HDdiqLcAQZh8OESUJFu6bNrrOkQMJwQ=
=1d9R
-----END PGP SIGNATURE-----