diff options
author | Cristian Cezar Moisés <[email protected]> | 2024-02-13 03:23:39 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-13 03:23:39 +0000 |
commit | a3821d611cfe3b3fe62e3f74b80545418463b45a (patch) | |
tree | 253875e7bc9173cc013222693373c0efa026ba2a /site/ok-thats-all.html | |
parent | 2393817183668d0cded7f2449da36ad2d9b7dcd3 (diff) |
Update ok-thats-all.html
Diffstat (limited to 'site/ok-thats-all.html')
-rw-r--r-- | site/ok-thats-all.html | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/site/ok-thats-all.html b/site/ok-thats-all.html index 5de74a9..094e165 100644 --- a/site/ok-thats-all.html +++ b/site/ok-thats-all.html @@ -1 +1,25 @@ -<!DOCTYPE html><head><meta charset="utf-8" /><meta name="description" content="C.C.M. personal website" /><meta name="viewport" content="width=device-width, initial-scale=1" /><title>Ok. That's All — C.C.M. Homepage</title><link rel="stylesheet" href="/css/default.css" /></head><body><header><div id="block"><p>+>---------------------------<+</p><p>[<a href="/about.html">About</a>]--[<a href="/research.html">Research</a>]--[<a href="/misc.html">Miscellany</a>]</p><p>+>---------------------------<+</p><br /></div></header><div id="block"><h1>Ok. That's All</h1><div>February 12, 2024</div><div><h2>Why Guix?..."</h2><h3>Liberating.</h3><p>Guix is a distribution of the GNU operating system developed by the GNU Project—which respects the freedom of computer users.</p><h3>Dependable.</h3><p>Guix supports transactional upgrades and roll-backs, unprivileged package management, and more. When used as a standalone distribution, Guix supports declarative system configuration for transparent and reproducible operating systems.</p><h3>Hackable.</h3><p>It provides Guile Scheme APIs, including high-level embedded domain-specific languages (EDSLs) to define packages and whole-system configurations.</p></div></div><footer><div id="block"><br /><p>+>---------------------------<+</p><div>[<a href="https://github.com/cristiancmoises">GitHub</a>]--[<a href="https://www.linkedin.com/in/cristiancezarmoises">LinkedIn</a>]</div><div>[<a href="https://orcid.org/0000-0001-9533-4916">ORCID</a>]--[<a href="https://arxiv.org/search/?">ArXiv</a>]--[<a href="https://youtube.com/@securityops">Youtube</a>]</div><p>© 2024 Cristian Cezar Moises</p><p>[<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>]</p><p>Built with [<a href="http://haunt.dthompson.us">Haunt</a>] in [<a href="https://www.gnu.org/software/guile/guile.html">Scheme</a>]</p><p>+>---------------------------<+</p></div></footer></body>
\ No newline at end of file +<!DOCTYPE html><head><meta charset="utf-8" /> +<meta name="description" content="C.C.M. personal website" /> +<meta name="viewport" content="width=device-width, initial-scale=1" /> +<title>Ok. That's All — C.C.M. Homepage</title><link rel="stylesheet" +href="/css/default.css" /></head><body><header><div id="block"><p> ++>---------------------------<+</p><p>[<a href="https://cristiancmoises.github.io/site/about.html">About</a>]-- +[<a href="https://cristiancmoises.github.io/site/research.html">Research</a>]-- +[<a href="https://cristiancmoises.github.io/site/misc.html">Miscellany</a>]</p><p> ++>---------------------------<+</p><br /></div></header><div id="block"><h1> +Ok. That's All</h1><div>February 12, 2024</div><div><h2>Why Guix?..." +</h2><h3>Liberating.</h3> +<p>Guix is a distribution of the GNU operating system developed by the GNU Project—which respects +the freedom of computer users.</p><h3>Dependable.</h3><p>Guix supports transactional upgrades and roll-backs, +unprivileged package management, and more. When used as a standalone distribution, Guix supports declarative +system configuration for transparent and reproducible operating systems.</p><h3>Hackable.</h3> +<p>It provides Guile Scheme APIs, including high-level embedded domain-specific languages (EDSLs) +to define packages and whole-system configurations.</p></div></div><footer><div id="block"><br/> +<p>+>---------------------------<+</p><div>[<a href="https://github.com/cristiancmoises"> +GitHub</a>]--[<a href="https://www.linkedin.com/in/cristiancezarmoises">LinkedIn</a>]</div><div> +[<a href="https://orcid.org/0000-0001-9533-4916">ORCID</a>]--[<a href="https://arxiv.org/search/?">ArXiv</a>] +--[<a href="https://youtube.com/@securityops">Youtube</a>]</div><p>© 2024 Cristian Cezar Moises</p><p> +[<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>]</p><p>Built with +[<a href="http://haunt.dthompson.us">Haunt</a>] in +[<a href="https://www.gnu.org/software/guile/guile.html">Scheme</a>]</p><p>+>---------------------------< ++</p></div></footer></body> |