<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>keyboardan's Phlog</title>
    <link rel="self" href="http://tilde.club/~keyboardan/phlog/feed.xml" type="application/atom+xml" />
    <link rel="alternate" href="gopher://tilde.club/1/~keyboardan/phlog/" type="text/plain" hreflang="en" />
    <id>gopher://tilde.club/1/~keyboardan/phlog/</id>
    <author>
        <name>keyboardan</name>
    </author>
    <updated>2026-08-24T12:50:58+00:00</updated>
    <entry>
        <title>Soul Mentality</title>
        <published>2026-08-24T00:00:00+00:00</published>
        <updated>2026-08-24T12:50:47+00:00</updated>
        <id>tag:tilde.club,2026-08-24:~keyboardan/phlog/Soul_Mentality</id>
        <link rel="alternate" href="gopher://tilde.club/0/~keyboardan/phlog/2026-08-24__Soul_Mentality.txt" />
        <content type="text">

Soul Mentality
==============


Having a soul mentality is a form of denial of owns human life.

A soul is the invention of a body's value, it is an ether body.  Believing and putting importance on soul, is a way of denial of body; a body that has feelings and has perceptions.

Also, fantasising a soul is the avoidance of the fact that life has a limit.  And that is better to proceed giving importance to being mundanely alive, and discarding value.  Be on *what* is, not be *with* is.


tags: #mindset #religion

---
keyboardan

gopher://tilde.club/1/~keyboardan/
http://tilde.club/~keyboardan/
        </content>
    </entry>
    <entry>
        <title>Lali Lambda: lhas</title>
        <published>2026-08-02T00:00:00+00:00</published>
        <updated>2026-08-02T12:41:18+00:00</updated>
        <id>tag:tilde.club,2026-08-02:~keyboardan/phlog/Lali_Lambda:_lhas</id>
        <link rel="alternate" href="gopher://tilde.club/0/~keyboardan/phlog/2026-08-02__Lali_Lambda:_lhas.txt" />
        <content type="text">

Lali Lambda: lhas
=================


After a while here is an article about simple Lali[0] snippets.

Now, the 'lhas' function, with the help of 'lhas-op'.  'lhas' is a "list has", and 'has' has already been presented.

'lhas' gives 't' if all elements of LST also belong in some elements of LST-WITH, 'n' if LST or LST-WITH is an empty list, 'f' otherwise.

```
(defun lhas-op (lst lst-with)
  (fill
   ((has (car lst) lst-with) 'f)
   ((space lst) (lhas-op (cdr lst) lst-with))
   ('f 't)))

(defun lhas (lst lst-with)
  (fill
   ((algo lst) 'n)
   ((algo lst-with) 'n)
   ('f (lhas-op lst lst-with))))
```

Here is at the Lali REPL:

```
lali&gt; (set 'numerals '(+0 +1 +2 +3 +4 +5 +6 +7 +8 +9))
(+0 +1 +2 +3 +4 +5 +6 +7 +8 +9)
lali&gt; (lhas () 'numerals)
n
lali&gt; (lhas '(+3) 'numerals)
t
lali&gt; (lhas '(+3 +0) 'numerals)
t
lali&gt; (lhas '(+3 a +9) 'numerals)
f
lali&gt; (lhas '(a b) 'numerals)
f
```

[0]  git clone http://tilde.club/~keyboardan/git/lali.git


tags: #lali #lalilambda #lambda #lhas

---
keyboardan

gopher://tilde.club/1/~keyboardan/
http://tilde.club/~keyboardan/
        </content>
    </entry>
    <entry>
        <title>Mindfulness Practice</title>
        <published>2026-07-03T00:00:00+00:00</published>
        <updated>2026-07-04T17:03:29+00:00</updated>
        <id>tag:tilde.club,2026-07-03:~keyboardan/phlog/Mindfulness_Practice</id>
        <link rel="alternate" href="gopher://tilde.club/0/~keyboardan/phlog/2026-07-03__Mindfulness_Practice.txt" />
        <content type="text">

Mindfulness Practice
====================


Mindfulness practice has two (three) aspects: wú wéi, breathing, thinking.

Firstly, *Wú wéi*, is to be kept as the basis[0].  Wú wéi means going easy, not forcing (this practice).  So, whenever this practice, of this article, becomes uneasy, you stop doing this mindfulness practice.

Then, *Breathing*, is to try to keep breathing openly, continuously, during this practice.  Continuous breathing.  Sometimes, in every day life, modern humans stop breathing for doing some actions...  Don't do it, keep breathing.

Lastly, *Thinking*, is thinking about *full*, about *all*, about *group*, about *difference*.  Pick a word, that connects to these concepts, and say this word to yourself -- without speaking it -- once in a while while practicing this Mindfulness.

This concludes this practice's theory.

It is now up to ownself, to try this Mindfulness, and conclude for yourself, if it helps your ownself.


[0]  gopher://tilde.club/0/~keyboardan/phlog/2026-06-24__Wu_Wei.txt


tags: #conscious-breathing #siddhartha-gautama #shakyamuni-tribe

---
keyboardan

gopher://tilde.club/1/~keyboardan/
http://tilde.club/~keyboardan/
        </content>
    </entry>
    <entry>
        <title>This Is About Nothingness</title>
        <published>2026-07-01T00:00:00+00:00</published>
        <updated>2026-07-01T08:34:21+00:00</updated>
        <id>tag:tilde.club,2026-07-01:~keyboardan/phlog/This_Is_About_Nothingness</id>
        <link rel="alternate" href="gopher://tilde.club/0/~keyboardan/phlog/2026-07-01__This_Is_About_Nothingness.txt" />
        <content type="text">

This Is About Nothingness
=========================





tags: #nothing #buddha #dao #wiseness #nothingness #empty

---
keyboardan

gopher://tilde.club/1/~keyboardan/
http://tilde.club/~keyboardan/
        </content>
    </entry>
    <entry>
        <title>Unix-like People</title>
        <published>2026-06-25T00:00:00+00:00</published>
        <updated>2026-06-28T10:19:00+00:00</updated>
        <id>tag:tilde.club,2026-06-25:~keyboardan/phlog/Unix-like_People</id>
        <link rel="alternate" href="gopher://tilde.club/0/~keyboardan/phlog/2026-06-25__Unix-like_People.txt" />
        <content type="text">

Unix-like People
================


People of Unix-like environments can be summarized into two (three) categories: users, writers, developers.  If you want to make part of this software society you need to have a bit of merit on software.

Below is the education path of software that each of these persons need to know about, each from the beginning to the end, to be a Unix-like person:


[power-user]
man info grep cut find tr sed bash awk

[lambda-user]
man info lisp emacs


[translation-writer]
man info git emacs/vim gettext

[document-writer]
man info emacs/vim git texinfo


[c-developer]
man info intro-to-gcc make autoconf+automake+autoheader+libtool c

[wizard-developer]
man info forth


Choose which Unix person you want to be, and welcome :-) .  I am sure you will have a good time.


tags: #gnu #bsd #solaris #posix #free-software

---
keyboardan

gopher://tilde.club/1/~keyboardan/
http://tilde.club/~keyboardan/
        </content>
    </entry>
    <entry>
        <title>Wu Wei</title>
        <published>2026-06-24T00:00:00+00:00</published>
        <updated>2026-07-16T16:06:29+00:00</updated>
        <id>tag:tilde.club,2026-06-24:~keyboardan/phlog/Wu_Wei</id>
        <link rel="alternate" href="gopher://tilde.club/0/~keyboardan/phlog/2026-06-24__Wu_Wei.txt" />
        <content type="text">

Wu Wei
======


Wú Wéi is a Daoist notion often translated as "inaction", but this is not strictly accurate.

It is instead "effortless action" or "unforced action".  It's not as passive as "inaction" would communicate; it's more aligning with the flow of things, acting spontaneously without forced intention and without struggle.


tags: #daoism #definition

---
keyboardan

gopher://tilde.club/1/~keyboardan/
http://tilde.club/~keyboardan/
        </content>
    </entry>
    <entry>
        <title>What Is A Programming Language</title>
        <published>2026-06-20T00:00:00+00:00</published>
        <updated>2026-06-20T18:48:44+00:00</updated>
        <id>tag:tilde.club,2026-06-20:~keyboardan/phlog/What_Is_A_Programming_Language</id>
        <link rel="alternate" href="gopher://tilde.club/0/~keyboardan/phlog/2026-06-20__What_Is_A_Programming_Language.txt" />
        <content type="text">

What Is A Programming Language
==============================


A programming language is a way to control calculation through a text language.  In a way, is similar to what writing Math expressions is, although writing Math expressions is focused on Math results.  A programming language is focused on "output" which is a broader concept than "Math results".

A computer can be considered an electronic abacus, at its core, and an abacus is a tool and for calculation and for easing human memory when making calculations.  So, it is okay to say that computers do ease human mind, and human memory in some way.  Also, computers can make big calculations fast, which letting the computer do that calculation is easier than the effort of a human mind doing that big calculation.

Programming is the work of making the user (of a computer) mind easier.

This may not be considered true when a user has to learn about many computer programs, although what the use of programs is making the user capable to achieve, can be far greater than trying to achieve this same thing without a computer.  Without a computer, achieving what a computer is able to easily achieve is a very very very so very much painful effort for the human.

Congrats to many societies, especially and Europe and United Kingdom and United States of America, for giving computers to the world.


tags: #programming-language #language #abacus #humans #world

---
keyboardan

gopher://tilde.club/1/~keyboardan/
http://tilde.club/~keyboardan/
        </content>
    </entry>
    <entry>
        <title>Education</title>
        <published>2026-06-18T00:00:00+00:00</published>
        <updated>2026-06-18T14:38:17+00:00</updated>
        <id>tag:tilde.club,2026-06-18:~keyboardan/phlog/Education</id>
        <link rel="alternate" href="gopher://tilde.club/0/~keyboardan/phlog/2026-06-18__Education.txt" />
        <content type="text">

Education
=========


To have a child, people only need to have a sex organ and have some sort of intercourse.  But, for a child to be an educated person, parent(s) need to have intelligence...  Much more than only an action (like having intercourse).  Intelligence is a virtue.

Society needs to spread the message that it doesn't take much to be a parent, and that it takes much more than an action of sex to make a (proper civilized) person.

Parent(s) putting children in a school system, only says to the child that parent(s) don't care about how the child will grow up.  It is in the hand of others, it is in the hands of the school system's teachers...

Parent(s) only had sexy time.


tags: #humanity #stupidity #modern-society

---
keyboardan

gopher://tilde.club/1/~keyboardan/
http://tilde.club/~keyboardan/
        </content>
    </entry>
    <entry>
        <title>Space, Symbol, Value</title>
        <published>2026-06-17T00:00:00+00:00</published>
        <updated>2026-06-18T14:44:12+00:00</updated>
        <id>tag:tilde.club,2026-06-17:~keyboardan/phlog/Space,_Symbol,_Value</id>
        <link rel="alternate" href="gopher://tilde.club/0/~keyboardan/phlog/2026-06-17__Space,_Symbol,_Value.txt" />
        <content type="text">

Space, Symbol, Value
====================


Language teachers should begin by explain this...

Language is composed by space, by symbol (without a value), and by (symbol with a) value.  This is the foundations to a language.

In speech, space can be silence, or (not *xor*) it can also be the pauses in-between words.  In writing, spaces can be, a space, a newline, an end of a file, etc..

Symbol is the entity; which in languages is "word".  A symbol/word can either have no value (for example, the zero of the decimal numerical system), xor have a value (have a meaning), like the big majority of words in a language's dictionary.  The act of getting the value (the meaning) from a symbol/word, is called "interpretation".  (The act of putting value (meaning) to a symbol/word, is called "naming association".)

Most human languages I am aware of are *implicitly* interpreted.  This is not told by (poor) (most) language teachers.  For example, in such languages, when a person says "nothing" it is communicating the meaning of nothing (which, in Portuguese, its meaning is space), not **the** "nothing" (quoted; the symbol, the concept).

In fact, I should have had title this as "Space, Quote, Value" to have been more precise, since the English language is implicitly interpreted, since the English language is value-based.

Hope this has been informative enough as a new introduction to languages.


tags: #languages #portuguese #english

---
keyboardan

gopher://tilde.club/1/~keyboardan/
http://tilde.club/~keyboardan/
        </content>
    </entry>
    <entry>
        <title>Nazi Law of Mental Abuse</title>
        <published>2026-06-15T00:00:00+00:00</published>
        <updated>2026-08-21T13:05:52+00:00</updated>
        <id>tag:tilde.club,2026-06-15:~keyboardan/phlog/Nazi_Law_of_Mental_Abuse</id>
        <link rel="alternate" href="gopher://tilde.club/0/~keyboardan/phlog/2026-06-15__Nazi_Law_of_Mental_Abuse.txt" />
        <content type="text">

Nazi Law of Mental Abuse
========================


Here is the story of how Medics have given me the diagnosis of Schizophrenia Paranoid.

Many years ago, I was hospitalized, against my will, into a Mental Health Hospital (big letters because those Medics don't stand to descend to the human level).  It was, and still is, all a very very very unfair event.

Then, in the Hospital, they couldn't fit me into a category, so I defaulted to their ELSE clause.  Which is being diagnosed with Schizophrenia.  And yes, when I went to the Psychiatric Hospital, a person not fitting into a mental health patient profile doesn't mean this person is free of a mental disease, it means it has Schizophrenia.  So, in their profession, these Portuguese Medics actually believe that each person is a mental patient waiting to be discovered.

So there is that.

Time after time, after my first hospitalization, Portuguese Mental Health Nurses set me up in and lies and deception and traps for they to re-hospitalize me when they want it to.  Either is because of something innocent that I say, other time was because I was not (!) having a visual hallucination (and they said to me that I was), I believe that they had lied with stating that I have mistreated some of their staff, etc..  All the hospitalizations was made by them using brute force on me, or with me consenting to take a pill that made me crazy and forgetful and unconscious (I have seen other people in that state afterwards).

This time, during this week, I have called the removal of a person's right to self-determination, written in the Portuguese Mental Health Law, as a Nazi Law.  Which is more true than more false.  Let's see how this unfolds, although they seem to be weaving yet another trap now.

During each hospitalization, nurses have scissored my shoes in front of me, made me unconsciously write something (which until today I don't know what it was) on paper using my name (but you can see it is not my handwriting), taking showers that had vapours that made me pass out, put me in a room without flowing air that made me pass out by the lack of air, spending days without seeing Sunlight...  All of these while putting the blame of this things on me.  Mental Health Nurses expect patients to get out of the Hospital with mental traumas, and so did I.

While my life now in the outside has become a stream of pain, due to the requirement of me taking pain-inducing medication (an injection) each month, for the REST OF MY LIFE!!!

This is all I can say now.

All this treatment makes me actually be more inclined into having a final death rest than to continue living with this required-to-take-medication circumstance, and law!


tags: #mental-health #hospital #nurses #traumatization #death

---
keyboardan

gopher://tilde.club/1/~keyboardan/
http://tilde.club/~keyboardan/
        </content>
    </entry>
    <entry>
        <title>Happy 0th Year</title>
        <published>2026-06-14T00:00:00+00:00</published>
        <updated>2026-06-14T10:01:37+00:00</updated>
        <id>tag:tilde.club,2026-06-14:~keyboardan/phlog/Happy_0th_Year</id>
        <link rel="alternate" href="gopher://tilde.club/0/~keyboardan/phlog/2026-06-14__Happy_0th_Year.txt" />
        <content type="text">

Happy 0th Year
==============


Today, is my zeroth birthday of Phlogging.  What an improvement, Phlogging is...!  I am enjoying writing to my Phlog, while I also have a personal Blog.

Regarding my personal Blog, what I dislike, is that I have to find an image on the Web to create a post.  I dislike using the Web, more and more, so this is a sharp, un-smooth, interaction that my Blogging creates.

Furthermore, with Phlogging, I am much more productive in creating posts.  Because for me, there is less friction in the process.  Here are some numbers to back this information up...

-----------------
| month | posts |
|-------|-------|
| 01    | 1     |
| 02    | 4     |
| 03    | 3     |
| 04    | 2     |
| 05    | 7     |
| 06    | 9     |
| 07    | 5     |
| 08    | 2     |
| 09    | 0     |
| 10    | 1     |
| 11    | 5     |
| 12    | 0     |
|=======|=======|
| total | 39    |
-----------------

(note: numbering starts counting on the number 1)

So far, in a year-round time-frame, I have created 39 (including this article) articles, a way way above average of my publication per year on my personal blog.

I also felt the cosiness of the Gopher community, with nice people, and interesting point of views.  Really really awesome...

I am loving Gopher, and today I will commemorate this anniversary with some tea for myself.  Cheers!


tags: #anniversary #phlogging

---
keyboardan

gopher://tilde.club/1/~keyboardan/
http://tilde.club/~keyboardan/
        </content>
    </entry>
    <entry>
        <title>Pleasure</title>
        <published>2026-06-12T00:00:00+00:00</published>
        <updated>2026-06-07T17:09:07+00:00</updated>
        <id>tag:tilde.club,2026-06-12:~keyboardan/phlog/Pleasure</id>
        <link rel="alternate" href="gopher://tilde.club/0/~keyboardan/phlog/2026-06-12__Pleasure.txt" />
        <content type="text">

Pleasure
========


"Nobody knows how to make me happy, like I do".

This truth, somehow, gives me happiness and pleasure.  Maybe because when I want to be happy, I only need me :-) .


tags: #ownself #I-love-me

---
keyboardan

gopher://tilde.club/1/~keyboardan/
http://tilde.club/~keyboardan/
        </content>
    </entry>
    <entry>
        <title>Silence</title>
        <published>2026-06-09T00:00:00+00:00</published>
        <updated>2026-06-09T08:55:50+00:00</updated>
        <id>tag:tilde.club,2026-06-09:~keyboardan/phlog/Silence</id>
        <link rel="alternate" href="gopher://tilde.club/0/~keyboardan/phlog/2026-06-09__Silence.txt" />
        <content type="text">

Silence
=======


Silence is a bliss to others.  And, maybe, to ownself too.


tags: #blessing

---
keyboardan

gopher://tilde.club/1/~keyboardan/
http://tilde.club/~keyboardan/
        </content>
    </entry>
    <entry>
        <title>The Question That Drives</title>
        <published>2026-06-07T00:00:00+00:00</published>
        <updated>2026-06-09T08:58:09+00:00</updated>
        <id>tag:tilde.club,2026-06-07:~keyboardan/phlog/The_Question_That_Drives</id>
        <link rel="alternate" href="gopher://tilde.club/0/~keyboardan/phlog/2026-06-07__The_Question_That_Drives.txt" />
        <content type="text">

The Question That Drives
========================


Trinity:  I know why you're here, Deo.  I know what you've been doing...  why you hardly sleep, why you live alone, and why night after night, you sit by your computer.  You're looking at me.  I know because I was once looking at the same thing.  And when I found me, I told me I wasn't really looking for myself.  I was looking for an answer.  It's the question that drives us, Deo.  It's the question that brought you here.  You know the question, just as I did.

Deo:  What does "Not" actually mean?

Trinity:  The answer is out there, Deo.  It's looking for you, and it will find you if you want it to.


tags: #matrix #quotes-modified #movie

---
keyboardan

gopher://tilde.club/1/~keyboardan/
http://tilde.club/~keyboardan/
        </content>
    </entry>
    <entry>
        <title>Winnie-the-Pooh</title>
        <published>2026-06-06T00:00:00+00:00</published>
        <updated>2026-06-06T11:14:38+00:00</updated>
        <id>tag:tilde.club,2026-06-06:~keyboardan/phlog/Winnie-the-Pooh</id>
        <link rel="alternate" href="gopher://tilde.club/0/~keyboardan/phlog/2026-06-06__Winnie-the-Pooh.txt" />
        <content type="text">

Winnie-the-Pooh
===============


I have finished reading the book "Winnie-the-Pooh", which features Winnie-the-Pooh, Christopher Robin, and other characters.  This book is in the children's genre, although it is not a book with illustrations.  It is meant for adult reading.

I am, let me exaggerate a bit, in love with the writing of Winnie-the-Pooh's author.  Alan Alexander Milne.  What a **wonderful** writer.  In reading this book, I could feel the love of A. A. Milne, towards the reader (and towards Christopher Robin).  It is magnificent.

Since this book is in the public domain, I am sharing with all of you, the two books I have from the Winnie-the-Pooh series.  They came from the awesome work being done at https://standardebooks.org/ (donate to them if possible).  You can download, and share, the EPUB books from:

http://tilde.club/~keyboardan/files/winnie-the-pooh/


tags: #winnie-the-pooh #epub #public-domain #children

---
keyboardan

gopher://tilde.club/1/~keyboardan/
http://tilde.club/~keyboardan/
        </content>
    </entry>
</feed>
