initial commit

This commit is contained in:
wiikifox 2024-08-10 06:37:17 +00:00
parent 1e2f01ffd2
commit 69cbb352af
12 changed files with 1391 additions and 96 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
*~

483
html/about.html Normal file
View file

@ -0,0 +1,483 @@
<?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" xml:lang="en">
<head>
<!-- 2024-08-10 Sat 06:20 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Wiikifox's den - about</title>
<meta name="author" content="Marlow &quot;Wiikifox&quot; D. Alfonso Díaz" />
<meta name="generator" content="Org Mode" />
<style>
#content { max-width: 60em; margin: auto; }
.title { text-align: center;
margin-bottom: .2em; }
.subtitle { text-align: center;
font-size: medium;
font-weight: bold;
margin-top:0; }
.todo { font-family: monospace; color: red; }
.done { font-family: monospace; color: green; }
.priority { font-family: monospace; color: orange; }
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
.underline { text-decoration: underline; }
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
p.verse { margin-left: 3%; }
pre {
border: 1px solid #e6e6e6;
border-radius: 3px;
background-color: #f2f2f2;
padding: 8pt;
font-family: monospace;
overflow: auto;
margin: 1.2em;
}
pre.src {
position: relative;
overflow: auto;
}
pre.src:before {
display: none;
position: absolute;
top: -8px;
right: 12px;
padding: 3px;
color: #555;
background-color: #f2f2f299;
}
pre.src:hover:before { display: inline; margin-top: 14px;}
/* Languages per Org manual */
pre.src-asymptote:before { content: 'Asymptote'; }
pre.src-awk:before { content: 'Awk'; }
pre.src-authinfo::before { content: 'Authinfo'; }
pre.src-C:before { content: 'C'; }
/* pre.src-C++ doesn't work in CSS */
pre.src-clojure:before { content: 'Clojure'; }
pre.src-css:before { content: 'CSS'; }
pre.src-D:before { content: 'D'; }
pre.src-ditaa:before { content: 'ditaa'; }
pre.src-dot:before { content: 'Graphviz'; }
pre.src-calc:before { content: 'Emacs Calc'; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-fortran:before { content: 'Fortran'; }
pre.src-gnuplot:before { content: 'gnuplot'; }
pre.src-haskell:before { content: 'Haskell'; }
pre.src-hledger:before { content: 'hledger'; }
pre.src-java:before { content: 'Java'; }
pre.src-js:before { content: 'Javascript'; }
pre.src-latex:before { content: 'LaTeX'; }
pre.src-ledger:before { content: 'Ledger'; }
pre.src-lisp:before { content: 'Lisp'; }
pre.src-lilypond:before { content: 'Lilypond'; }
pre.src-lua:before { content: 'Lua'; }
pre.src-matlab:before { content: 'MATLAB'; }
pre.src-mscgen:before { content: 'Mscgen'; }
pre.src-ocaml:before { content: 'Objective Caml'; }
pre.src-octave:before { content: 'Octave'; }
pre.src-org:before { content: 'Org mode'; }
pre.src-oz:before { content: 'OZ'; }
pre.src-plantuml:before { content: 'Plantuml'; }
pre.src-processing:before { content: 'Processing.js'; }
pre.src-python:before { content: 'Python'; }
pre.src-R:before { content: 'R'; }
pre.src-ruby:before { content: 'Ruby'; }
pre.src-sass:before { content: 'Sass'; }
pre.src-scheme:before { content: 'Scheme'; }
pre.src-screen:before { content: 'Gnu Screen'; }
pre.src-sed:before { content: 'Sed'; }
pre.src-sh:before { content: 'shell'; }
pre.src-sql:before { content: 'SQL'; }
pre.src-sqlite:before { content: 'SQLite'; }
/* additional languages in org.el's org-babel-load-languages alist */
pre.src-forth:before { content: 'Forth'; }
pre.src-io:before { content: 'IO'; }
pre.src-J:before { content: 'J'; }
pre.src-makefile:before { content: 'Makefile'; }
pre.src-maxima:before { content: 'Maxima'; }
pre.src-perl:before { content: 'Perl'; }
pre.src-picolisp:before { content: 'Pico Lisp'; }
pre.src-scala:before { content: 'Scala'; }
pre.src-shell:before { content: 'Shell Script'; }
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
/* additional language identifiers per "defun org-babel-execute"
in ob-*.el */
pre.src-cpp:before { content: 'C++'; }
pre.src-abc:before { content: 'ABC'; }
pre.src-coq:before { content: 'Coq'; }
pre.src-groovy:before { content: 'Groovy'; }
/* additional language identifiers from org-babel-shell-names in
ob-shell.el: ob-shell is the only babel language using a lambda to put
the execution function name together. */
pre.src-bash:before { content: 'bash'; }
pre.src-csh:before { content: 'csh'; }
pre.src-ash:before { content: 'ash'; }
pre.src-dash:before { content: 'dash'; }
pre.src-ksh:before { content: 'ksh'; }
pre.src-mksh:before { content: 'mksh'; }
pre.src-posh:before { content: 'posh'; }
/* Additional Emacs modes also supported by the LaTeX listings package */
pre.src-ada:before { content: 'Ada'; }
pre.src-asm:before { content: 'Assembler'; }
pre.src-caml:before { content: 'Caml'; }
pre.src-delphi:before { content: 'Delphi'; }
pre.src-html:before { content: 'HTML'; }
pre.src-idl:before { content: 'IDL'; }
pre.src-mercury:before { content: 'Mercury'; }
pre.src-metapost:before { content: 'MetaPost'; }
pre.src-modula-2:before { content: 'Modula-2'; }
pre.src-pascal:before { content: 'Pascal'; }
pre.src-ps:before { content: 'PostScript'; }
pre.src-prolog:before { content: 'Prolog'; }
pre.src-simula:before { content: 'Simula'; }
pre.src-tcl:before { content: 'tcl'; }
pre.src-tex:before { content: 'TeX'; }
pre.src-plain-tex:before { content: 'Plain TeX'; }
pre.src-verilog:before { content: 'Verilog'; }
pre.src-vhdl:before { content: 'VHDL'; }
pre.src-xml:before { content: 'XML'; }
pre.src-nxml:before { content: 'XML'; }
/* add a generic configuration mode; LaTeX export needs an additional
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
pre.src-conf:before { content: 'Configuration File'; }
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
th.org-right { text-align: center; }
th.org-left { text-align: center; }
th.org-center { text-align: center; }
td.org-right { text-align: right; }
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
.equation-container {
display: table;
text-align: center;
width: 100%;
}
.equation {
vertical-align: middle;
}
.equation-label {
display: table-cell;
text-align: right;
vertical-align: middle;
}
.inlinetask {
padding: 10px;
border: 2px solid gray;
margin: 10px;
background: #ffffcc;
}
#org-div-home-and-up
{ text-align: right; font-size: 70%; white-space: nowrap; }
textarea { overflow-x: auto; }
.linenr { font-size: smaller }
.code-highlighted { background-color: #ffff00; }
.org-info-js_info-navigation { border-style: none; }
#org-info-js_console-label
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
.org-info-js_search-highlight
{ background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { }
</style>
<link href="./res/styles.css" type="text/css" rel="stylesheet"/>
</head>
<body>
<div id="org-div-home-and-up">
<a accesskey="h" href="index.html"> UP </a>
|
<a accesskey="H" href="index.html"> HOME </a>
</div><div id="content" class="content">
<h1 class="title">Wiikifox's den - about</h1>
<div id="table-of-contents" role="doc-toc">
<h2>Table of Contents</h2>
<div id="text-table-of-contents" role="doc-toc">
<ul>
<li><a href="#orgfd92259">some personal data</a></li>
<li><a href="#org9d80da0">personal ideals and alignments</a>
<ul>
<li><a href="#orgd48f1c7">freedom</a></li>
<li><a href="#org2d183af">equality</a></li>
<li><a href="#org46a1472">creativity</a></li>
<li><a href="#org0b3dcc2">chaos</a></li>
<li><a href="#org60151e9">playfulness</a></li>
</ul>
</li>
<li><a href="#org6a2a7df">the story of my life</a>
<ul>
<li><a href="#orgb4f67ee">background</a></li>
<li><a href="#orgc2d370b">growing up as a JW</a></li>
<li><a href="#org530b06f">a shine of light</a></li>
<li><a href="#orgd0f1efa">unix.dog</a></li>
<li><a href="#orgba8d65c">friends</a></li>
<li><a href="#orgaaa5600">looking forward</a></li>
</ul>
</li>
<li><a href="#orgdab990a">contact info</a></li>
</ul>
</div>
</div>
<div id="outline-container-orgfd92259" class="outline-2">
<h2 id="orgfd92259">some personal data</h2>
<div class="outline-text-2" id="text-orgfd92259">
<ul class="org-ul">
<li>name: Marlow D. Alfonso Díaz</li>
<li>birthday: 2024/03/01</li>
<li>birthplace: Cienfuegos, Cuba</li>
</ul>
<p>
had to get that out of the way :P
</p>
</div>
</div>
<div id="outline-container-org9d80da0" class="outline-2">
<h2 id="org9d80da0">personal ideals and alignments</h2>
<div class="outline-text-2" id="text-org9d80da0">
<p>
if there's something confstant to me, is that i'm always changing. but
there are some ideals that have become a part of me, forever and ever.
</p>
</div>
<div id="outline-container-orgd48f1c7" class="outline-3">
<h3 id="orgd48f1c7">freedom</h3>
<div class="outline-text-3" id="text-orgd48f1c7">
<p>
freedom is the core escence of the being; or at least, that's what it
is for me. noone, absolutely noone, should be able to limit your
actions and expression but yourself. that also mean that you, as a
person, should not limit the actions and expresion of others.
</p>
</div>
</div>
<div id="outline-container-org2d183af" class="outline-3">
<h3 id="org2d183af">equality</h3>
<div class="outline-text-3" id="text-org2d183af">
<p>
closely related to freedom, equality gives us all the same power of
creation and expresion. our reality is the biggest piece of art that
has ever existed, and everyone should get their fair share of the
canvas.
</p>
</div>
</div>
<div id="outline-container-org46a1472" class="outline-3">
<h3 id="org46a1472">creativity</h3>
<div class="outline-text-3" id="text-org46a1472">
<p>
close your eyes, and write down what you see, after the darkness fades
away. that image is unique, and could only come from one person: you.
give it to someone else, an image will form in their heads too, but
that image won't be the same: rather, it will be another unique
creation, an irreplazable one. human beings are creative by nature;
heck, being alive is creative by itself. i don't find greater
pleasure than that of creating and sharing it with others, at the same
time empowering them to create too.
</p>
</div>
</div>
<div id="outline-container-org0b3dcc2" class="outline-3">
<h3 id="org0b3dcc2">chaos</h3>
<div class="outline-text-3" id="text-org0b3dcc2">
<p>
trying to rule over the chaos is imposible, it is everywhere. you
can't run away from it, and everything leads into chaos sooner or
later. so, if you can't fight against it, why don't just embrace it?
embrace chaos, embrace change and realize that nothing will last
forever, and that it is better that way. don't change the things
around you to fit a mold, change the mold to fit the things around you,
stay open to new posibilities, and flow along the turbulent waters of
existence.
</p>
</div>
</div>
<div id="outline-container-org60151e9" class="outline-3">
<h3 id="org60151e9">playfulness</h3>
<div class="outline-text-3" id="text-org60151e9">
<p>
there's not a point to life, why would it need it? isn't pure
existence enough of a gift? do whatever you want, and let others do it
too. do whatever makes you happy, and find ways to share that
happiness with others.
</p>
</div>
</div>
</div>
<div id="outline-container-org6a2a7df" class="outline-2">
<h2 id="org6a2a7df">the story of my life</h2>
<div class="outline-text-2" id="text-org6a2a7df">
</div>
<div id="outline-container-orgb4f67ee" class="outline-3">
<h3 id="orgb4f67ee">background</h3>
<div class="outline-text-3" id="text-orgb4f67ee">
<p>
i was born in the city of Cienfuegos, Cuba, the first day of march of
the year 2009, but i dare to say that my life started much, much
later, somewhere between september and november of 2023. let me
explain.
</p>
<p>
my family was small, just me, my mother, and my father. my father was
a careless man, and he wasn't afraid of doing anything, even at the
risk (and cost) of his own life. my mother, on the other hand, was a
whole different story. she was (and to the date still is) a Jehovah's
Witness, and raised me as such. if you don't know about Jehovah's
Witnesses, let me summarize it for you: it's a high control group, or
as i personally like to call it, <b>a cult</b>.
</p>
</div>
</div>
<div id="outline-container-orgc2d370b" class="outline-3">
<h3 id="orgc2d370b">growing up as a JW</h3>
<div class="outline-text-3" id="text-orgc2d370b">
<p>
being raised into this religion, it took control of my entire life
pretty fast. they put rules over thought itself, so it's very hard for
an individual to be themselves when part of this group, and that was
the case for me. my real self was caged behind a fake mask, but that
mask had a weakness. when i first got my hands on the internet, i just
followed blindly the advice of the "society", the governing body of
Jehovah's Witnesses. but, as time passed, i was getting more and more
curious, and started to push boundaries, hiding from myself in a way.
</p>
<p>
i found a place inside the furry fandom, a sense of comunity that i
had never felt before. the fandom helped to slowly remove the built-in
hatred and homophobia that is ingrained into JWs.
</p>
</div>
</div>
<div id="outline-container-org530b06f" class="outline-3">
<h3 id="org530b06f">a shine of light</h3>
<div class="outline-text-3" id="text-org530b06f">
<p>
luckily, i stumbled uppon free software and it's ideals pretty fast,
and before i noticed i was already running linux and writing code.
computers have always been a passion for me, and thanks to them i was
liberated. i gave a try to stuff like Fediverse, and while it wasn't
for me, it gave me the closest i had at the moment to real world
interactions, since JWs aren't allowed to socialize outside of their
religion. one day, scrolling through profiles, i found a link to
something that i had never heard about before: a tilde, specifically <a href="http://unix.dog">
unix.dog</a>. (Yuril, if you ever read this, thanks. you can't imagine how
much that link in your website changed my life). i exitedly filled in
the form and submitted an application to join, and a few weeks later,
i was in.
</p>
</div>
</div>
<div id="outline-container-orgd0f1efa" class="outline-3">
<h3 id="orgd0f1efa">unix.dog</h3>
<div class="outline-text-3" id="text-orgd0f1efa">
<p>
this was probably one of the most important parts of my life. unix.dog
offered an XMPP server, and i joined and met the members of the group.
through XMPP i've met people that have changed my life, a lot. i
clearly remember a conversation i had with someone, who will just
refer to as Wallabra, the nick he was using on one of the MUCs i was a
part of at the time. when i mentioned i was a JW, he was fairly
surprised. thanks to him, i heard for the first time the attrocities
the organization had made, and very good arguments against my whole
belief system. i ignored him at first, as my "bible trained concience"
(brainwash) told me to do; but the seed was there already. i slowly
started to question everything i did, i started to be more skeptical
towards everything. pretty soon i that the <i>"truth"</i> that i believed
in my whole life, was nothing but a scam, a very cruel and elaborate
scam.
</p>
</div>
</div>
<div id="outline-container-orgba8d65c" class="outline-3">
<h3 id="orgba8d65c">friends</h3>
<div class="outline-text-3" id="text-orgba8d65c">
<p>
i kept making friends on XMPP, my secret gateway to the real world at
that time, and met some more people that have helped me to reach where
i am right now. since i have not gotten permission from any of them to
use their identity here, i'll just list their display names and link
to their websites.
</p>
<ul class="org-ul">
<li><a href="http://dolphinana.codeberg.page">Kittynunu/Dolphinana</a></li>
<li><a href="http://osp.gay">Woodrow</a></li>
<li><a href="https://www.nuegia.net">Agris</a></li>
<li><a href="http://byte.kiwi">Byte</a></li>
<li><a href="http://unix.dog/~latex">Squeaky Latex Folf</a></li>
</ul>
<p>
there's only one person missing from this list, my current partner,
Asphalt. i can not write enough about how much Asphalt has helped me,
but if there's someone i can put my trust on, that's them &lt;3
</p>
</div>
</div>
<div id="outline-container-orgaaa5600" class="outline-3">
<h3 id="orgaaa5600">looking forward</h3>
<div class="outline-text-3" id="text-orgaaa5600">
<p>
on july of 2024, i left Jehovah's Witnesses once and forever. it was
not an easy choice, but the people listed above and some other more
really helped me to go through it, and i couldn't be more grateful.
</p>
<p>
for all of this reasons is that i consider that my life didn't start
when i was born, my life started the day i joined unix.dog, the day i
tasted freedom for the first time, and the day i met the people who've
been holding my hand during all this time. i'm still struggling with
tough situations, related to life and family, but with the help of
them i've been able to put a foot on the ground and state my claim,
state that i will never surrender my freedom, no matter what.
</p>
</div>
</div>
</div>
<div id="outline-container-orgdab990a" class="outline-2">
<h2 id="orgdab990a">contact info</h2>
<div class="outline-text-2" id="text-orgdab990a">
<p>
you can reach me out at any of the contact methods below, i don't
bite! (usually)
</p>
<ul class="org-ul">
<li>XMPP: wiikifox@unix.dog</li>
<li>email: <a href="mailto:wiikifox@unix.dog">wiikifox@unix.dog</a></li>
</ul>
<p>
i'm always open to meet new people, and who knows? maybe one of us can
change the other's life forever :P
</p>
</div>
</div>
</div>
</body>
</html>

215
html/index.html Normal file
View file

@ -0,0 +1,215 @@
<?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" xml:lang="en">
<head>
<!-- 2024-08-03 Sat 21:28 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Wiikifox's den - index</title>
<meta name="author" content="Marlow &quot;Wiikifox&quot; D. Alfonso Díaz" />
<meta name="generator" content="Org Mode" />
<style>
#content { max-width: 60em; margin: auto; }
.title { text-align: center;
margin-bottom: .2em; }
.subtitle { text-align: center;
font-size: medium;
font-weight: bold;
margin-top:0; }
.todo { font-family: monospace; color: red; }
.done { font-family: monospace; color: green; }
.priority { font-family: monospace; color: orange; }
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
.underline { text-decoration: underline; }
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
p.verse { margin-left: 3%; }
pre {
border: 1px solid #e6e6e6;
border-radius: 3px;
background-color: #f2f2f2;
padding: 8pt;
font-family: monospace;
overflow: auto;
margin: 1.2em;
}
pre.src {
position: relative;
overflow: auto;
}
pre.src:before {
display: none;
position: absolute;
top: -8px;
right: 12px;
padding: 3px;
color: #555;
background-color: #f2f2f299;
}
pre.src:hover:before { display: inline; margin-top: 14px;}
/* Languages per Org manual */
pre.src-asymptote:before { content: 'Asymptote'; }
pre.src-awk:before { content: 'Awk'; }
pre.src-authinfo::before { content: 'Authinfo'; }
pre.src-C:before { content: 'C'; }
/* pre.src-C++ doesn't work in CSS */
pre.src-clojure:before { content: 'Clojure'; }
pre.src-css:before { content: 'CSS'; }
pre.src-D:before { content: 'D'; }
pre.src-ditaa:before { content: 'ditaa'; }
pre.src-dot:before { content: 'Graphviz'; }
pre.src-calc:before { content: 'Emacs Calc'; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-fortran:before { content: 'Fortran'; }
pre.src-gnuplot:before { content: 'gnuplot'; }
pre.src-haskell:before { content: 'Haskell'; }
pre.src-hledger:before { content: 'hledger'; }
pre.src-java:before { content: 'Java'; }
pre.src-js:before { content: 'Javascript'; }
pre.src-latex:before { content: 'LaTeX'; }
pre.src-ledger:before { content: 'Ledger'; }
pre.src-lisp:before { content: 'Lisp'; }
pre.src-lilypond:before { content: 'Lilypond'; }
pre.src-lua:before { content: 'Lua'; }
pre.src-matlab:before { content: 'MATLAB'; }
pre.src-mscgen:before { content: 'Mscgen'; }
pre.src-ocaml:before { content: 'Objective Caml'; }
pre.src-octave:before { content: 'Octave'; }
pre.src-org:before { content: 'Org mode'; }
pre.src-oz:before { content: 'OZ'; }
pre.src-plantuml:before { content: 'Plantuml'; }
pre.src-processing:before { content: 'Processing.js'; }
pre.src-python:before { content: 'Python'; }
pre.src-R:before { content: 'R'; }
pre.src-ruby:before { content: 'Ruby'; }
pre.src-sass:before { content: 'Sass'; }
pre.src-scheme:before { content: 'Scheme'; }
pre.src-screen:before { content: 'Gnu Screen'; }
pre.src-sed:before { content: 'Sed'; }
pre.src-sh:before { content: 'shell'; }
pre.src-sql:before { content: 'SQL'; }
pre.src-sqlite:before { content: 'SQLite'; }
/* additional languages in org.el's org-babel-load-languages alist */
pre.src-forth:before { content: 'Forth'; }
pre.src-io:before { content: 'IO'; }
pre.src-J:before { content: 'J'; }
pre.src-makefile:before { content: 'Makefile'; }
pre.src-maxima:before { content: 'Maxima'; }
pre.src-perl:before { content: 'Perl'; }
pre.src-picolisp:before { content: 'Pico Lisp'; }
pre.src-scala:before { content: 'Scala'; }
pre.src-shell:before { content: 'Shell Script'; }
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
/* additional language identifiers per "defun org-babel-execute"
in ob-*.el */
pre.src-cpp:before { content: 'C++'; }
pre.src-abc:before { content: 'ABC'; }
pre.src-coq:before { content: 'Coq'; }
pre.src-groovy:before { content: 'Groovy'; }
/* additional language identifiers from org-babel-shell-names in
ob-shell.el: ob-shell is the only babel language using a lambda to put
the execution function name together. */
pre.src-bash:before { content: 'bash'; }
pre.src-csh:before { content: 'csh'; }
pre.src-ash:before { content: 'ash'; }
pre.src-dash:before { content: 'dash'; }
pre.src-ksh:before { content: 'ksh'; }
pre.src-mksh:before { content: 'mksh'; }
pre.src-posh:before { content: 'posh'; }
/* Additional Emacs modes also supported by the LaTeX listings package */
pre.src-ada:before { content: 'Ada'; }
pre.src-asm:before { content: 'Assembler'; }
pre.src-caml:before { content: 'Caml'; }
pre.src-delphi:before { content: 'Delphi'; }
pre.src-html:before { content: 'HTML'; }
pre.src-idl:before { content: 'IDL'; }
pre.src-mercury:before { content: 'Mercury'; }
pre.src-metapost:before { content: 'MetaPost'; }
pre.src-modula-2:before { content: 'Modula-2'; }
pre.src-pascal:before { content: 'Pascal'; }
pre.src-ps:before { content: 'PostScript'; }
pre.src-prolog:before { content: 'Prolog'; }
pre.src-simula:before { content: 'Simula'; }
pre.src-tcl:before { content: 'tcl'; }
pre.src-tex:before { content: 'TeX'; }
pre.src-plain-tex:before { content: 'Plain TeX'; }
pre.src-verilog:before { content: 'Verilog'; }
pre.src-vhdl:before { content: 'VHDL'; }
pre.src-xml:before { content: 'XML'; }
pre.src-nxml:before { content: 'XML'; }
/* add a generic configuration mode; LaTeX export needs an additional
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
pre.src-conf:before { content: 'Configuration File'; }
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
th.org-right { text-align: center; }
th.org-left { text-align: center; }
th.org-center { text-align: center; }
td.org-right { text-align: right; }
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
.equation-container {
display: table;
text-align: center;
width: 100%;
}
.equation {
vertical-align: middle;
}
.equation-label {
display: table-cell;
text-align: right;
vertical-align: middle;
}
.inlinetask {
padding: 10px;
border: 2px solid gray;
margin: 10px;
background: #ffffcc;
}
#org-div-home-and-up
{ text-align: right; font-size: 70%; white-space: nowrap; }
textarea { overflow-x: auto; }
.linenr { font-size: smaller }
.code-highlighted { background-color: #ffff00; }
.org-info-js_info-navigation { border-style: none; }
#org-info-js_console-label
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
.org-info-js_search-highlight
{ background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { }
</style>
<link href="./res/styles.css" type="text/css" rel="stylesheet"/>
</head>
<body>
<div id="content" class="content">
<h1 class="title">Wiikifox's den - index</h1>
<div id="outline-container-org236fa50" class="outline-2">
<h2 id="org236fa50">welcome to my den!</h2>
<div class="outline-text-2" id="text-org236fa50">
<p>
hayo! i'm Marlow, usually go as Wiikifox online. have a look around!
</p>
<ul class="org-ul">
<li><a href="about.html">about me</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>

42
html/res/styles.css Normal file
View file

@ -0,0 +1,42 @@
body {
background-color: #0d2b45;
color: #ffecd6;
font-family: monospace;
font-size: 12pt;
}
a {
text-decoration: none;
font-weight: bold;
}
a:active {
color: #ffecd6;
}
a:link {
color: #ffd4a3;
}
a:visited {
color: #d08159;
}
a:hover {
color: #ffaa5e;
}
#org-div-home-and-up, #content {
background-color: #203c56;
padding: 0.25rem;
border-radius: 4px;
margin: 0.25rem;
}
#table-of-contents {
background-color: #544e68;
padding: 0.25rem;
border-radius: 4px;
margin: 0.25rem;
}
blockquote {
border-left: 4px solid #ffaa5e;
padding-left: 0.5rem;
}

220
html/toki_pona/index.html Normal file
View file

@ -0,0 +1,220 @@
<?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" xml:lang="en">
<head>
<!-- 2024-08-10 Sat 06:20 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>tomo pi soweli Wiki - lipu linja</title>
<meta name="author" content="soweli Wiki" />
<meta name="generator" content="Org Mode" />
<style>
#content { max-width: 60em; margin: auto; }
.title { text-align: center;
margin-bottom: .2em; }
.subtitle { text-align: center;
font-size: medium;
font-weight: bold;
margin-top:0; }
.todo { font-family: monospace; color: red; }
.done { font-family: monospace; color: green; }
.priority { font-family: monospace; color: orange; }
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
.underline { text-decoration: underline; }
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
p.verse { margin-left: 3%; }
pre {
border: 1px solid #e6e6e6;
border-radius: 3px;
background-color: #f2f2f2;
padding: 8pt;
font-family: monospace;
overflow: auto;
margin: 1.2em;
}
pre.src {
position: relative;
overflow: auto;
}
pre.src:before {
display: none;
position: absolute;
top: -8px;
right: 12px;
padding: 3px;
color: #555;
background-color: #f2f2f299;
}
pre.src:hover:before { display: inline; margin-top: 14px;}
/* Languages per Org manual */
pre.src-asymptote:before { content: 'Asymptote'; }
pre.src-awk:before { content: 'Awk'; }
pre.src-authinfo::before { content: 'Authinfo'; }
pre.src-C:before { content: 'C'; }
/* pre.src-C++ doesn't work in CSS */
pre.src-clojure:before { content: 'Clojure'; }
pre.src-css:before { content: 'CSS'; }
pre.src-D:before { content: 'D'; }
pre.src-ditaa:before { content: 'ditaa'; }
pre.src-dot:before { content: 'Graphviz'; }
pre.src-calc:before { content: 'Emacs Calc'; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-fortran:before { content: 'Fortran'; }
pre.src-gnuplot:before { content: 'gnuplot'; }
pre.src-haskell:before { content: 'Haskell'; }
pre.src-hledger:before { content: 'hledger'; }
pre.src-java:before { content: 'Java'; }
pre.src-js:before { content: 'Javascript'; }
pre.src-latex:before { content: 'LaTeX'; }
pre.src-ledger:before { content: 'Ledger'; }
pre.src-lisp:before { content: 'Lisp'; }
pre.src-lilypond:before { content: 'Lilypond'; }
pre.src-lua:before { content: 'Lua'; }
pre.src-matlab:before { content: 'MATLAB'; }
pre.src-mscgen:before { content: 'Mscgen'; }
pre.src-ocaml:before { content: 'Objective Caml'; }
pre.src-octave:before { content: 'Octave'; }
pre.src-org:before { content: 'Org mode'; }
pre.src-oz:before { content: 'OZ'; }
pre.src-plantuml:before { content: 'Plantuml'; }
pre.src-processing:before { content: 'Processing.js'; }
pre.src-python:before { content: 'Python'; }
pre.src-R:before { content: 'R'; }
pre.src-ruby:before { content: 'Ruby'; }
pre.src-sass:before { content: 'Sass'; }
pre.src-scheme:before { content: 'Scheme'; }
pre.src-screen:before { content: 'Gnu Screen'; }
pre.src-sed:before { content: 'Sed'; }
pre.src-sh:before { content: 'shell'; }
pre.src-sql:before { content: 'SQL'; }
pre.src-sqlite:before { content: 'SQLite'; }
/* additional languages in org.el's org-babel-load-languages alist */
pre.src-forth:before { content: 'Forth'; }
pre.src-io:before { content: 'IO'; }
pre.src-J:before { content: 'J'; }
pre.src-makefile:before { content: 'Makefile'; }
pre.src-maxima:before { content: 'Maxima'; }
pre.src-perl:before { content: 'Perl'; }
pre.src-picolisp:before { content: 'Pico Lisp'; }
pre.src-scala:before { content: 'Scala'; }
pre.src-shell:before { content: 'Shell Script'; }
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
/* additional language identifiers per "defun org-babel-execute"
in ob-*.el */
pre.src-cpp:before { content: 'C++'; }
pre.src-abc:before { content: 'ABC'; }
pre.src-coq:before { content: 'Coq'; }
pre.src-groovy:before { content: 'Groovy'; }
/* additional language identifiers from org-babel-shell-names in
ob-shell.el: ob-shell is the only babel language using a lambda to put
the execution function name together. */
pre.src-bash:before { content: 'bash'; }
pre.src-csh:before { content: 'csh'; }
pre.src-ash:before { content: 'ash'; }
pre.src-dash:before { content: 'dash'; }
pre.src-ksh:before { content: 'ksh'; }
pre.src-mksh:before { content: 'mksh'; }
pre.src-posh:before { content: 'posh'; }
/* Additional Emacs modes also supported by the LaTeX listings package */
pre.src-ada:before { content: 'Ada'; }
pre.src-asm:before { content: 'Assembler'; }
pre.src-caml:before { content: 'Caml'; }
pre.src-delphi:before { content: 'Delphi'; }
pre.src-html:before { content: 'HTML'; }
pre.src-idl:before { content: 'IDL'; }
pre.src-mercury:before { content: 'Mercury'; }
pre.src-metapost:before { content: 'MetaPost'; }
pre.src-modula-2:before { content: 'Modula-2'; }
pre.src-pascal:before { content: 'Pascal'; }
pre.src-ps:before { content: 'PostScript'; }
pre.src-prolog:before { content: 'Prolog'; }
pre.src-simula:before { content: 'Simula'; }
pre.src-tcl:before { content: 'tcl'; }
pre.src-tex:before { content: 'TeX'; }
pre.src-plain-tex:before { content: 'Plain TeX'; }
pre.src-verilog:before { content: 'Verilog'; }
pre.src-vhdl:before { content: 'VHDL'; }
pre.src-xml:before { content: 'XML'; }
pre.src-nxml:before { content: 'XML'; }
/* add a generic configuration mode; LaTeX export needs an additional
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
pre.src-conf:before { content: 'Configuration File'; }
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
th.org-right { text-align: center; }
th.org-left { text-align: center; }
th.org-center { text-align: center; }
td.org-right { text-align: right; }
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
.equation-container {
display: table;
text-align: center;
width: 100%;
}
.equation {
vertical-align: middle;
}
.equation-label {
display: table-cell;
text-align: right;
vertical-align: middle;
}
.inlinetask {
padding: 10px;
border: 2px solid gray;
margin: 10px;
background: #ffffcc;
}
#org-div-home-and-up
{ text-align: right; font-size: 70%; white-space: nowrap; }
textarea { overflow-x: auto; }
.linenr { font-size: smaller }
.code-highlighted { background-color: #ffff00; }
.org-info-js_info-navigation { border-style: none; }
#org-info-js_console-label
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
.org-info-js_search-highlight
{ background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { }
</style>
<link href="../res/styles.css" type="text/css" rel="stylesheet"/>
</head>
<body>
<div id="org-div-home-and-up">
<a accesskey="h" href="../index.html"> UP </a>
|
<a accesskey="H" href="../index.html"> HOME </a>
</div><div id="content" class="content">
<h1 class="title">tomo pi soweli Wiki - lipu linja</h1>
<div id="outline-container-org4983b85" class="outline-2">
<h2 id="org4983b85">toki a! o kama pona!</h2>
<div class="outline-text-2" id="text-org4983b85">
<p>
mi jan/soweli Wiki. o kama pona tawa tomo mi! mi sitelen e ijo mute
kepeken toki pona. o lukin e ona!
</p>
<ul class="org-ul">
<li><a href="sipitemu.html">sitelen pi tenpo mute</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,235 @@
<?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" xml:lang="en">
<head>
<!-- 2024-08-10 Sat 06:20 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>tomo pi soweli Wiki - sitelen pi tempo mute</title>
<meta name="author" content="soweli Wiki" />
<meta name="generator" content="Org Mode" />
<style>
#content { max-width: 60em; margin: auto; }
.title { text-align: center;
margin-bottom: .2em; }
.subtitle { text-align: center;
font-size: medium;
font-weight: bold;
margin-top:0; }
.todo { font-family: monospace; color: red; }
.done { font-family: monospace; color: green; }
.priority { font-family: monospace; color: orange; }
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
.underline { text-decoration: underline; }
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
p.verse { margin-left: 3%; }
pre {
border: 1px solid #e6e6e6;
border-radius: 3px;
background-color: #f2f2f2;
padding: 8pt;
font-family: monospace;
overflow: auto;
margin: 1.2em;
}
pre.src {
position: relative;
overflow: auto;
}
pre.src:before {
display: none;
position: absolute;
top: -8px;
right: 12px;
padding: 3px;
color: #555;
background-color: #f2f2f299;
}
pre.src:hover:before { display: inline; margin-top: 14px;}
/* Languages per Org manual */
pre.src-asymptote:before { content: 'Asymptote'; }
pre.src-awk:before { content: 'Awk'; }
pre.src-authinfo::before { content: 'Authinfo'; }
pre.src-C:before { content: 'C'; }
/* pre.src-C++ doesn't work in CSS */
pre.src-clojure:before { content: 'Clojure'; }
pre.src-css:before { content: 'CSS'; }
pre.src-D:before { content: 'D'; }
pre.src-ditaa:before { content: 'ditaa'; }
pre.src-dot:before { content: 'Graphviz'; }
pre.src-calc:before { content: 'Emacs Calc'; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-fortran:before { content: 'Fortran'; }
pre.src-gnuplot:before { content: 'gnuplot'; }
pre.src-haskell:before { content: 'Haskell'; }
pre.src-hledger:before { content: 'hledger'; }
pre.src-java:before { content: 'Java'; }
pre.src-js:before { content: 'Javascript'; }
pre.src-latex:before { content: 'LaTeX'; }
pre.src-ledger:before { content: 'Ledger'; }
pre.src-lisp:before { content: 'Lisp'; }
pre.src-lilypond:before { content: 'Lilypond'; }
pre.src-lua:before { content: 'Lua'; }
pre.src-matlab:before { content: 'MATLAB'; }
pre.src-mscgen:before { content: 'Mscgen'; }
pre.src-ocaml:before { content: 'Objective Caml'; }
pre.src-octave:before { content: 'Octave'; }
pre.src-org:before { content: 'Org mode'; }
pre.src-oz:before { content: 'OZ'; }
pre.src-plantuml:before { content: 'Plantuml'; }
pre.src-processing:before { content: 'Processing.js'; }
pre.src-python:before { content: 'Python'; }
pre.src-R:before { content: 'R'; }
pre.src-ruby:before { content: 'Ruby'; }
pre.src-sass:before { content: 'Sass'; }
pre.src-scheme:before { content: 'Scheme'; }
pre.src-screen:before { content: 'Gnu Screen'; }
pre.src-sed:before { content: 'Sed'; }
pre.src-sh:before { content: 'shell'; }
pre.src-sql:before { content: 'SQL'; }
pre.src-sqlite:before { content: 'SQLite'; }
/* additional languages in org.el's org-babel-load-languages alist */
pre.src-forth:before { content: 'Forth'; }
pre.src-io:before { content: 'IO'; }
pre.src-J:before { content: 'J'; }
pre.src-makefile:before { content: 'Makefile'; }
pre.src-maxima:before { content: 'Maxima'; }
pre.src-perl:before { content: 'Perl'; }
pre.src-picolisp:before { content: 'Pico Lisp'; }
pre.src-scala:before { content: 'Scala'; }
pre.src-shell:before { content: 'Shell Script'; }
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
/* additional language identifiers per "defun org-babel-execute"
in ob-*.el */
pre.src-cpp:before { content: 'C++'; }
pre.src-abc:before { content: 'ABC'; }
pre.src-coq:before { content: 'Coq'; }
pre.src-groovy:before { content: 'Groovy'; }
/* additional language identifiers from org-babel-shell-names in
ob-shell.el: ob-shell is the only babel language using a lambda to put
the execution function name together. */
pre.src-bash:before { content: 'bash'; }
pre.src-csh:before { content: 'csh'; }
pre.src-ash:before { content: 'ash'; }
pre.src-dash:before { content: 'dash'; }
pre.src-ksh:before { content: 'ksh'; }
pre.src-mksh:before { content: 'mksh'; }
pre.src-posh:before { content: 'posh'; }
/* Additional Emacs modes also supported by the LaTeX listings package */
pre.src-ada:before { content: 'Ada'; }
pre.src-asm:before { content: 'Assembler'; }
pre.src-caml:before { content: 'Caml'; }
pre.src-delphi:before { content: 'Delphi'; }
pre.src-html:before { content: 'HTML'; }
pre.src-idl:before { content: 'IDL'; }
pre.src-mercury:before { content: 'Mercury'; }
pre.src-metapost:before { content: 'MetaPost'; }
pre.src-modula-2:before { content: 'Modula-2'; }
pre.src-pascal:before { content: 'Pascal'; }
pre.src-ps:before { content: 'PostScript'; }
pre.src-prolog:before { content: 'Prolog'; }
pre.src-simula:before { content: 'Simula'; }
pre.src-tcl:before { content: 'tcl'; }
pre.src-tex:before { content: 'TeX'; }
pre.src-plain-tex:before { content: 'Plain TeX'; }
pre.src-verilog:before { content: 'Verilog'; }
pre.src-vhdl:before { content: 'VHDL'; }
pre.src-xml:before { content: 'XML'; }
pre.src-nxml:before { content: 'XML'; }
/* add a generic configuration mode; LaTeX export needs an additional
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
pre.src-conf:before { content: 'Configuration File'; }
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
th.org-right { text-align: center; }
th.org-left { text-align: center; }
th.org-center { text-align: center; }
td.org-right { text-align: right; }
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
.equation-container {
display: table;
text-align: center;
width: 100%;
}
.equation {
vertical-align: middle;
}
.equation-label {
display: table-cell;
text-align: right;
vertical-align: middle;
}
.inlinetask {
padding: 10px;
border: 2px solid gray;
margin: 10px;
background: #ffffcc;
}
#org-div-home-and-up
{ text-align: right; font-size: 70%; white-space: nowrap; }
textarea { overflow-x: auto; }
.linenr { font-size: smaller }
.code-highlighted { background-color: #ffff00; }
.org-info-js_info-navigation { border-style: none; }
#org-info-js_console-label
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
.org-info-js_search-highlight
{ background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { }
</style>
<link href="../res/styles.css" type="text/css" rel="stylesheet"/>
</head>
<body>
<div id="org-div-home-and-up">
<a accesskey="h" href="index.html"> UP </a>
|
<a accesskey="H" href="../index.html"> HOME </a>
</div><div id="content" class="content">
<h1 class="title">tomo pi soweli Wiki - sitelen pi tempo mute</h1>
<blockquote>
<p>
mi lawa e pona tawa jan ante: lawa mi li pona ala, li wan ala.
</p>
</blockquote>
<ul class="org-ul">
<li>jan Dami Ume</li>
</ul>
<blockquote>
<p>
nasin ali li jo e nasin sama. taso ni li utala. nasin sama pi ijo tu
li sama tawa ni, la ni li tawa weka ni.
</p>
</blockquote>
<ul class="org-ul">
<li>jan Isa Nuton</li>
</ul>
<blockquote>
<p>
mi toki la, mi pilin ni: toki mi li kute ala anu lukin ike. taso mi
toki ala, la mi pilin sama. toki li pona tawa mi.
</p>
</blockquote>
<ul class="org-ul">
<li>jan Awe Lote</li>
</ul>
</div>
</body>
</html>

View file

@ -1,11 +1,13 @@
#+title: Wiikifox's den - about
#+author: Marlow "Wiikifox" D. Alfonso Díaz
#+language: en
#+options: num:nil html-postamble:nil \n:nil
#+html_doctype: xhtml-strict
#+html_link_home: index.html
#+html_link_up: index.html
#+html_head: <link href="./res/styles.css" type="text/css" rel="stylesheet"/>
* navigation
- [[file:index.org][home]]
- [[*some personal data][jump to content]]
** table of contents :toc:
- [[#navigation][navigation]]
* table of contents :toc:noexport:
- [[#some-personal-data][some personal data]]
- [[#personal-ideals-and-alignments][personal ideals and alignments]]
- [[#freedom][freedom]]
@ -30,124 +32,138 @@
had to get that out of the way :P
* personal ideals and alignments
if there's something constant to me, is that i'm always changing. but there are
some ideals that have become a part of me, forever and ever.
if there's something confstant to me, is that i'm always changing. but
there are some ideals that have become a part of me, forever and ever.
** freedom
freedom is the core escence of the being; or at least, that's what it is for me.
noone, absolutely noone, should be able to limit your actions and expression but
yourself. that also mean that you, as a person, should not limit the actions and
expresion of others.
freedom is the core escence of the being; or at least, that's what it
is for me. noone, absolutely noone, should be able to limit your
actions and expression but yourself. that also mean that you, as a
person, should not limit the actions and expresion of others.
** equality
closely related to freedom, equality gives us all the same power of creation and
expresion. our reality is the biggest piece of art that has ever existed, and
everyone should get their fair share of the canvas.
closely related to freedom, equality gives us all the same power of
creation and expresion. our reality is the biggest piece of art that
has ever existed, and everyone should get their fair share of the
canvas.
** creativity
close your eyes, and write down what you see, after the darkness fades away.
that image is unique, and could only come from one person: you. give it to
someone else, an image will form in their heads too, but that image won't be the
same: rather, it will be another unique creation, an irreplazable one. human
beings are creative by nature; heck, being alive is creative by itself. i don't
find greater pleasure than that of creating and sharing it with others, at the
same time empowering them to create too.
close your eyes, and write down what you see, after the darkness fades
away. that image is unique, and could only come from one person: you.
give it to someone else, an image will form in their heads too, but
that image won't be the same: rather, it will be another unique
creation, an irreplazable one. human beings are creative by nature;
heck, being alive is creative by itself. i don't find greater
pleasure than that of creating and sharing it with others, at the same
time empowering them to create too.
** chaos
trying to rule over the chaos is imposible, it is everywhere. you can't run away
from it, and everything leads into chaos sooner or later. so, if you can't fight
against it, why don't just embrace it? embrace chaos, embrace change and realize
that nothing will last forever, and that it is better that way. don't change the
things around you to fit a mold, change the mold to fit the things around you,
stay open to new posibilities, and flow along the turbulent waters of existence.
trying to rule over the chaos is imposible, it is everywhere. you
can't run away from it, and everything leads into chaos sooner or
later. so, if you can't fight against it, why don't just embrace it?
embrace chaos, embrace change and realize that nothing will last
forever, and that it is better that way. don't change the things
around you to fit a mold, change the mold to fit the things around you,
stay open to new posibilities, and flow along the turbulent waters of
existence.
** playfulness
there's not a point to life, why would it need it? isn't purely existence enough
of a gift? do whatever you want, and let others do it too. do whatever makes you
happy, and find ways to share that happiness with others.
there's not a point to life, why would it need it? isn't pure
existence enough of a gift? do whatever you want, and let others do it
too. do whatever makes you happy, and find ways to share that
happiness with others.
* the story of my life
** background
i was born in the city of Cienfuegos, Cuba, the first day of march of the year
2009, but i dare to say that my life started much, much later, somewhere between
september and november of 2023. let me explain.
i was born in the city of Cienfuegos, Cuba, the first day of march of
the year 2009, but i dare to say that my life started much, much
later, somewhere between september and november of 2023. let me
explain.
my family was small, just me, my mother, and my father. my father was a careless
man, and he wasn't afraid of doing anything, even at the risk (and cost) of his
own life. my mother, on the other hand, was a whole different story. she was
(and to the date still is) a Jehovah's Witness, and raised me as such. if you
don't know about Jehovah's Witnesses, let me summarize it for you: it's a high
control group, or as i personally like to call it, *a cult*.
my family was small, just me, my mother, and my father. my father was
a careless man, and he wasn't afraid of doing anything, even at the
risk (and cost) of his own life. my mother, on the other hand, was a
whole different story. she was (and to the date still is) a Jehovah's
Witness, and raised me as such. if you don't know about Jehovah's
Witnesses, let me summarize it for you: it's a high control group, or
as i personally like to call it, *a cult*.
** growing up as a JW
being raised into this religion, it took control of my entire life pretty fast.
they put rules over thought itself, so it's very hard for an individual to be
themselves when part of this group, and that was the case for me. my real self
was caged behind a fake mask, but that mask had a weakness. when i first got my
hands on the internet, i just followed blindly the advice of the "society", the
governing body of Jehovah's Witnesses. but, as time passed, i was getting more
and more curious, and started to push boundaries, hiding from myself in a way.
being raised into this religion, it took control of my entire life
pretty fast. they put rules over thought itself, so it's very hard for
an individual to be themselves when part of this group, and that was
the case for me. my real self was caged behind a fake mask, but that
mask had a weakness. when i first got my hands on the internet, i just
followed blindly the advice of the "society", the governing body of
Jehovah's Witnesses. but, as time passed, i was getting more and more
curious, and started to push boundaries, hiding from myself in a way.
i found a place inside the furry fandom, a sense of comunity that i had never
felt before. the fandom helped to slowly remove the built-in hatred and
homophobia that is ingrained into JWs.
i found a place inside the furry fandom, a sense of comunity that i
had never felt before. the fandom helped to slowly remove the built-in
hatred and homophobia that is ingrained into JWs.
** a shine of light
luckily, i stumbled uppon free software and it's ideals pretty fast, and before
i noticed i was already running linux and writing code. computers have always
been a passion for me, and thanks to them i was liberated. i gave a try to stuff
like Fediverse, and while it wasn't for me, it gave me the closest i had at the
moment to real world interactions, since JWs aren't allowed to socialize outside
of their religion. one day, scrolling through profiles, i found a link to
something that i had never heard about before: a tilde, specifically [[http://unix.dog][unix.dog]].
(Yuril, if you ever read this, thanks. you can't imagine how much that link in
your website changed my life). i exitedly filled in the form and submitted an
application to join, and a few weeks later, i was in.
luckily, i stumbled uppon free software and it's ideals pretty fast,
and before i noticed i was already running linux and writing code.
computers have always been a passion for me, and thanks to them i was
liberated. i gave a try to stuff like Fediverse, and while it wasn't
for me, it gave me the closest i had at the moment to real world
interactions, since JWs aren't allowed to socialize outside of their
religion. one day, scrolling through profiles, i found a link to
something that i had never heard about before: a tilde, specifically [[http://unix.dog][
unix.dog]]. (Yuril, if you ever read this, thanks. you can't imagine how
much that link in your website changed my life). i exitedly filled in
the form and submitted an application to join, and a few weeks later,
i was in.
** unix.dog
this was probably one of the most important parts of my life. unix.dog offered
an XMPP server, and i joined and met the members of the group. through XMPP i've
met people that have changed my life, a lot. i clearly remember a conversation i
had with someone, who will just refer to as Wallabra, the nick he was using on
one of the MUCs i was a part of at the time. when i mentioned i was a JW, he was
fairly surprised. thanks to him, i heard for the first time the attrocities the
organization had made, and very good arguments against my whole belief system.
i ignored him at first, as my "bible trained concience" (brainwash) told me to
do; but the seed was there already. i slowly started to question everything i
did, i started to be more skeptical towards everything. pretty soon i realized
that the /"truth"/ that i believed in my whole life, was nothing but a scam, a
very cruel and elaborate scam.
this was probably one of the most important parts of my life. unix.dog
offered an XMPP server, and i joined and met the members of the group.
through XMPP i've met people that have changed my life, a lot. i
clearly remember a conversation i had with someone, who will just
refer to as Wallabra, the nick he was using on one of the MUCs i was a
part of at the time. when i mentioned i was a JW, he was fairly
surprised. thanks to him, i heard for the first time the attrocities
the organization had made, and very good arguments against my whole
belief system. i ignored him at first, as my "bible trained concience"
(brainwash) told me to do; but the seed was there already. i slowly
started to question everything i did, i started to be more skeptical
towards everything. pretty soon i that the /"truth"/ that i believed
in my whole life, was nothing but a scam, a very cruel and elaborate
scam.
** friends
i kept making friends on XMPP, my secret gateway to the real world at that time,
and met some more people that have helped me to reach where i am right now.
since i have not gotten permission from any of them to use their identity here,
i'll just list their display names and link to their websites.
- [[dolphinana.codeberg.page][Kittynunu/Dolphinana]]
i kept making friends on XMPP, my secret gateway to the real world at
that time, and met some more people that have helped me to reach where
i am right now. since i have not gotten permission from any of them to
use their identity here, i'll just list their display names and link
to their websites.
- [[http://dolphinana.codeberg.page][Kittynunu/Dolphinana]]
- [[http://osp.gay][Woodrow]]
- [[https://www.nuegia.net][Agris]]
- [[http://byte.kiwi][Byte]]
- [[http://unix.dog/~latex][Squeaky Latex Folf]]
there's only one person missing from this list, my current partner, Asphalt. i
can not write enough about how much Asphalt has helped me, but if there's
someone i can put my trust on, that's them <3
there's only one person missing from this list, my current partner,
Asphalt. i can not write enough about how much Asphalt has helped me,
but if there's someone i can put my trust on, that's them <3
** looking forward
on july of 2024, i left Jehovah's Witnesses once and forever. it was not an easy
choice, but the people listed above and some other more really helped me to go
through it, and i couldn't be more grateful.
on july of 2024, i left Jehovah's Witnesses once and forever. it was
not an easy choice, but the people listed above and some other more
really helped me to go through it, and i couldn't be more grateful.
for all of this reasons is that i consider that my life didn't start when i was
born, my life started the day i joined unix.dog, the day i tasted freedom for
the first time, and the day i met the people who've been holding my hand during
all this time. i'm still struggling with tough situations, related to life and
family, but with the help of them i've been able to put a foot on the ground and
state my claim, state that i will never surrender my freedom, no matter what.
for all of this reasons is that i consider that my life didn't start
when i was born, my life started the day i joined unix.dog, the day i
tasted freedom for the first time, and the day i met the people who've
been holding my hand during all this time. i'm still struggling with
tough situations, related to life and family, but with the help of
them i've been able to put a foot on the ground and state my claim,
state that i will never surrender my freedom, no matter what.
* contact info
you can reach me out at any of the contact methods below, i don't bite!
(usually)
- XMPP: [[xmpp:wiikifox@unix.dog][wiikifox@unix.dog]]
you can reach me out at any of the contact methods below, i don't
bite! (usually)
- XMPP: wiikifox@unix.dog
- email: [[mailto:wiikifox@unix.dog][wiikifox@unix.dog]]
i'm always open to meet new people, and who knows? maybe one of us can change
the other's life forever :P
i'm always open to meet new people, and who knows? maybe one of us can
change the other's life forever :P

View file

@ -1,9 +1,14 @@
#+title: Wiikifox's den - index
#+author: Marlow "Wiikifox" D. Alfonso Díaz
#+language: en
#+options: toc:nil num:nil html-postamble:nil \n:nil
#+html_doctype: xhtml-strict
#+html_head: <link href="./res/styles.css" type="text/css" rel="stylesheet"/>
* table of contents :toc:
* table of contents :toc:noexport:
- [[#welcome-to-my-den][welcome to my den!]]
* welcome to my den!
hayo! i'm Marlow, usually go as Wiikifox online. have a look around!
- [[file:about.org][about me]]

42
org/res/styles.css Normal file
View file

@ -0,0 +1,42 @@
body {
background-color: #0d2b45;
color: #ffecd6;
font-family: monospace;
font-size: 12pt;
}
a {
text-decoration: none;
font-weight: bold;
}
a:active {
color: #ffecd6;
}
a:link {
color: #ffd4a3;
}
a:visited {
color: #d08159;
}
a:hover {
color: #ffaa5e;
}
#org-div-home-and-up, #content {
background-color: #203c56;
padding: 0.25rem;
border-radius: 4px;
margin: 0.25rem;
}
#table-of-contents {
background-color: #544e68;
padding: 0.25rem;
border-radius: 4px;
margin: 0.25rem;
}
blockquote {
border-left: 4px solid #ffaa5e;
padding-left: 0.5rem;
}

12
org/toki_pona/index.org Normal file
View file

@ -0,0 +1,12 @@
#+title: tomo pi soweli Wiki - lipu linja
#+author: soweli Wiki
#+options: toc:nil num:nil html-postamble:nil \n:nil
#+html_doctype: xhtml-strict
#+html_link_home: ../index.html
#+html_link_up: ../index.html
#+html_head: <link href="../res/styles.css" type="text/css" rel="stylesheet"/>
* toki a! o kama pona!
mi jan/soweli Wiki. o kama pona tawa tomo mi! mi sitelen e ijo mute
kepeken toki pona. o lukin e ona!
- [[file:sipitemu.org][sitelen pi tenpo mute]]

View file

@ -0,0 +1,24 @@
#+title: tomo pi soweli Wiki - sitelen pi tempo mute
#+author: soweli Wiki
#+options: toc:nil num:nil html-postamble:nil \n:nil
#+html_doctype: xhtml-strict
#+html_link_home: ../index.html
#+html_link_up: index.html
#+html_head: <link href="../res/styles.css" type="text/css" rel="stylesheet"/>
#+begin_quote
mi lawa e pona tawa jan ante: lawa mi li pona ala, li wan ala.
#+end_quote
- jan Dami Ume
#+begin_quote
nasin ali li jo e nasin sama. taso ni li utala. nasin sama pi ijo tu
li sama tawa ni, la ni li tawa weka ni.
#+end_quote
- jan Isa Nuton
#+begin_quote
mi toki la, mi pilin ni: toki mi li kute ala anu lukin ike. taso mi
toki ala, la mi pilin sama. toki li pona tawa mi.
#+end_quote
- jan Awe Lote

View file

@ -5,12 +5,12 @@
:base-directory "./org/"
:base-extension "org"
:recursive t
:publishing-directory "./"
:publishing-directory "./html/"
:publishing-function org-html-publish-to-html)
("static"
:base-directory "./org/"
:base-extension "css\\|txt\\|jpg\\|gif\\|png"
:recursive t
:publishing-directory "./"
:publishing-directory "./html/"
:publishing-function org-publish-attachment)
("wiikifox's den" :components ("pages" "static"))))