kaka.farm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 5cd2f885d9eabd710801eb2c72ca8969e70e9b76
parent cf8445157d343070dfb81b891f7551c8c252da8e
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Wed,  3 Jan 2024 15:36:51 +0200

Merge org-roam site with haunt site.

Diffstat:
M.gitignore | 3++-
A20221116153111-fairy_genocide.org | 78++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
A20221122002707-eww_is_the_opposite_of_eww.org | 59+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
A20230709230840-whats_the_deal_with_airplane_food.org | 24++++++++++++++++++++++++
A20230715153614-fellow_weirdos.org | 21+++++++++++++++++++++
A20231123135948-comics_idea_typical_irc_channel_experience.org | 16++++++++++++++++
Aindex.org | 12++++++++++++
7 files changed, 212 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -1,2 +1,3 @@ -*~ *# +*~ +sitemap.org diff --git a/20221116153111-fairy_genocide.org b/20221116153111-fairy_genocide.org @@ -0,0 +1,78 @@ +:PROPERTIES: +:ID: baa64561-223e-4f17-a825-c41760433116 +:END: +#+title: Fairy Genocide +#+AUTHOR: Yuval Langer +#+filetags: :publish:ideas:story:war:fairies:pixies:genocide:magic: +# Creation date: +#+date: 2022-11-16 + +It had been a few months after the peace delegation had disappeared +without a trace deep in the Human territories south of the Forest. The +war with the Human was at a standstill and both parties had decided to +attempt peace negotiations. Now news of atrocities started to pour +in. Whole villages gone to the Human aggressor, with an odd survivor +reaching the Forest capital, telling strange stories of powerful Human +warlocks possessing spells capable of striking down all Fairies around +them, even stranger was that those warlocks were children. + +-------- + +The Serrate Leafs' General, Baron Rhubarb "Rub" Popkin, was well +rested after a day and a half in the luxurious royal suite. The place +was immense, fitted for Human proportions. He got up from his bed, the +size of a Nutball field, and flew to the little drawers, normally used +to store paper and envelopes, on top of the enormous desk where he +stored his uniforms. He was far away from home, here in the Human +capital, many hundreds of kilometres to the south of The Forest. + +"Today we will make history and stop this bloody bloody war," thought +Rub. + +He met the rest of the delegation outside, all already mounted on top +of their rabbits. He mounted his rabbit, Lazylegs, and they marched to +a tent of gargantuan proportions where the ceremony was held, +signalling the beginning of the peace talks. + +The ceremony started with music, loud and obnoxious, from loud and +obnoxious instruments the size of a building. There have been an +accompaning dance routine. + +"Flailing hills, these Humans," the General Baron thought. + +After the stage cleared he was invited to go to his seat at the +table. A wooden chair with fine filligries, custom made for this +occassion. It was badly proportioned and uncomfortable. + +"A little back ache for the safety of our people." + +The Human Myriads' Master, Monsieur Tepid Pool, had finally greeted +the parties and made a little speech - the horrors of the century long +war, the price both Human and Fairy had spent on this standstill +military engagement, the lost years and lost lives and what could have +been but will never be. + +It was Popkin's turn. A Human relay was assigned to him, relaying in +his thunderous Human voice what Popkin had said in the regular +loudness of his own voice. He talked of Fairy culture - their affinity +to the woods, their cities in the treetops, their lives with the +forest animals and the Gnomes of the burrows, absent from the +delegation as they were still suspicious of Humans, the magic that +made them a match to giant Humans. + +The relay repeated his words, of Fairy magic, and a small child in the +audience shouted loudly: + +"Ay doon believe in magic!" + +The Human child was promptly shushed, but the damage was done. Popkin +and his delegation suddenly screamed, zooming through the air, +scattering in all directions, and eventually slowly fell like autumn +leafs to the floor. Only their rabbit mounts were left of the +delegation. Lazyleg slowly hopped to his master's body, like the rest +of the rabbits hopping to theirs', and gently sniffed then nudged the +lifeless body of Baron Popkin. + +From the stage, Tanisloff Gregorin - Top Commander of the Human +military - considered the child with a wide grin and knew that the war +was now far from over, but already won. diff --git a/20221122002707-eww_is_the_opposite_of_eww.org b/20221122002707-eww_is_the_opposite_of_eww.org @@ -0,0 +1,59 @@ +:PROPERTIES: +:ID: 9904fc16-7e52-4d32-ad87-21083474b4df +:END: +#+title: EWW Is Not Eww (also, info books are great) +# Creation date: +#+date: 2022-11-21 +#+author: Yuval Langer +#+filetags: :publish:blog:clipboard_speaker: + +So I find it hard to read. Yes, some people are like that, but I have +developed a technique to aid me on my readings: (Only for English, not +for my Mother Tongue Hebrew, but that's another topic). + +It is all based on a little Python script I wrote called [[https://codeberg.org/yuvallangerontheroad/clipboard-speaker][Clipboard +Speaker]]. + +I mark a bunch of text, copy the text, and press a keybinding which +starts the script. The script then reads the contents of the clipboad, +then gives them to a text-to-speech engine that reads it. There are +some additional minor complexities, but that is the main workflow. + +Now let me expand on that. + +The three keybindings I have set are, again, defined through the Gnome +configuration UI: + +- super-c - Takes the regular clipboard which is filled by usually + pressing C-c. +- super-x - Takes the weird clipboard which is normally filled just by + marking text. +- super-z - Stops the text-to-speech engine. + +Normally you would like to mark a bunch of text and press super-x, +without first pressing C-c and then super-c, but sometimes that does +not work. I do not know why, as in the case with Firefox. + +As an aside, Firefox has a Reader Mode which also has built-in +text-to-speech functionality. It is admirable and I love that Mozilla +chose to implement it, but I find it limited - one cannot control +where each batch of text to-be-read starts and where it +finishes. Usually whole paragraphs are chosen. Sometimes one wants to +sit back while the text is zoomed in, but the paragraph slides off the +viewport, so one cannot follow the text below a certain point. + +Anyway, I want to read in Firefox, so I mark a bit of text, then press +C-c (text copied to clipboard) s-c (script takes clipboard contents, +starts the TTS engine and passes the text). I mark text, C-c s-c, mark +text, C-c s-c. + +Now, if I read something in eww, I have a cursor by default and I can +comfortably move the point to the start of bit of text I want to read, +press C-<SPC>, move point to the end of the bit of text, then press +s-x. Easy. + +By the way, a fancy thing I have added to the script's functionality, +is that the text-to-speech engine keeps receiving new text in its +stdin every time I press s-x or s-c, so you can mark text, press s-x +or C-c s-c several times and each of those bits of text would be +played in order. diff --git a/20230709230840-whats_the_deal_with_airplane_food.org b/20230709230840-whats_the_deal_with_airplane_food.org @@ -0,0 +1,24 @@ +:PROPERTIES: +:ID: aea15910-fa3c-4c2f-a717-fd16bb5f27de +:END: +#+title: What **is** the problem with airplane food? +#+author: Yuval Langer +# Creation date: +#+date: 2023-07-09 + +The last time I travelled by aeroplane was many years ago. I do not +remember the food served on those flights - not its texture, not its +colour, not by taste. Being anosmic, I remember it least by smell. +The only thing I can do is look up recorded accounts of those who have +stepped forward and came out publicly to talk about the problem. + +The list: + +- It tastes bad. + https://youtu.be/AsJYmf_G5d0?v=40s +- The almonds bag is too small. + https://youtu.be/AsJYmf_G5d0?v=45s +- The peanuts bag is too small. + https://youtu.be/n0E7EaRLmSI?v=45s +- It costs too much and is not gormet food. + https://youtu.be/cbjyxcfM2XI?t=37s diff --git a/20230715153614-fellow_weirdos.org b/20230715153614-fellow_weirdos.org @@ -0,0 +1,21 @@ +:PROPERTIES: +:ID: e793bc72-7cef-47f6-993c-dcac26ffae4d +:END: +#+title: fellow-weirdos +#+author: Yuval Langer +# XXX How do I do something like this in tags? +# Creation date: +# 2023-07-15 +# Last update: +#+date: 2023-07-15 + +Don't know if they'll appreciate me calling them weirdos. + +- [[https://systemcrafters.net/][David Wilson's Systemcrafters]] he does Free Software type of hacking + live and release all show notes and software free as in freedom. +- [[https://github.com/summeremacs/howiuseemacs/blob/main/full-explanation-of-how-i-use-emacs.org][Summer's explanation of her Emacs workflow]]. She's an organisation + elemental. A being of pure organisational magic. Wizards of The + Coast are going to add her in their next Monster Manual. +- [[https://www.acdw.net][Case Duckworth's digital garden]] - I would say he is worth more than + a duck. (Sorry about that. I have problem.) +- [[https://cuberjan.github.io/][(λ () nil)'s blog]] and [[https://raw.githack.com/CuBeRJAN/emacs-stuff/main/README.html][(λ () nil)'s guide to Emacs stuff]]. diff --git a/20231123135948-comics_idea_typical_irc_channel_experience.org b/20231123135948-comics_idea_typical_irc_channel_experience.org @@ -0,0 +1,16 @@ +:PROPERTIES: +:ID: d3c774a7-8f45-431f-a075-455b94ea6972 +:END: +#+author: Yuval Langer +#+title: Comics Idea: A Typical Offtopic IRC Channel Experience. +#+options: toc:nil num:nil + +0. A typical livingroom with a bunch of friends talking and whatnot. +1. Knock on the door. Everyone are looking at the door. +2. Someone opened the door. It's a guy with an origami paper hat and a + stained smudged shirt, black beneath his eyes. +4. Walks in, poops on the floor, and writes walls of text on the + walls. +5. One guy looks in disgust and another one says to the disgust guy + "Just /ignore him." +6. Underneath is a caption written, "a typical offtopic IRC channel". diff --git a/index.org b/index.org @@ -0,0 +1,12 @@ +:PROPERTIES: +:ID: f51527fd-4b3b-4748-97af-5d8c3dad9090 +:END: +#+author: Yuval Langer +# Creation date: +#+date: 2023-07-15 +#+title: Org Roam Notes +- [[id:baa64561-223e-4f17-a825-c41760433116][Fairy Genocide]] +- [[id:aea15910-fa3c-4c2f-a717-fd16bb5f27de][What **is** the problem with airplane food?]] +- [[id:9904fc16-7e52-4d32-ad87-21083474b4df][EWW Is Not Eww (also, info books are great)]] +- [[id:e793bc72-7cef-47f6-993c-dcac26ffae4d][fellow weirdos]] +- [[id:d3c774a7-8f45-431f-a075-455b94ea6972][Comics Idea: A Typical Offtopic IRC Channel Experience]]