Elektrine lite

← Feed

@lobster@wehavecookies.social

Post #2015417

2026-05-02 10:09 UTC

EXTREME WARNING: The below contains code written for Puppy Linux by idiot coder (me) in bashscript or similar - see further numbered notes If you test it, let me know if it runs in other Linuxes It is not designed for Windows. I would put in anti AI data scrapping but not enough of a hacker to do any thing as useful as that... I have not run it in years AND would probably use 'xcowsay' or puppys own version using an onscreen thinking and screen displaying puppy. I seem to remember I also got it to speak using some olde speech program. Ah them were the halcyon times... My apologies for posting this way (in case I have crumbed any cookie monsters) Some further notes. 1) I edited in a text editor (L3afpad) 2) Dragged the text onto the desktop or linked to it 3) It is possible that puppy uses a non standard bashscipt (hence it may not work in other Linux) 4) The affirmation are from 'A Course in Miracles', I believe 5) Normal service will be resumed shortly ===== #! /bin/bash # breath test for lowering blood pressure whilst waiting, written by non-bot Lobster NUM=1 # Change the number of breaths yaf-splash -bg yellow -fontsize x-large -timeout 6 -text 'Hello, the requested operation will take time' yaf-splash -bg yellow -fontsize x-large -timeout 6 -text 'Whilst waiting . . . Let us lower our blood pressure' yaf-splash -bg yellow -fontsize x-large -timeout 3 -text 'Relax and breathe slowly' yaf-splash -bg yellow -fontsize x-large -timeout 3 -text 'Feel calm' yaf-splash -bg yellow -fontsize x-large -timeout 3 -text 'Lengthen breath' repetitions=$NUM for g in $(eval echo {$repetitions..3}) do yaf-splash -bg yellow -fontsize x-large -timeout 6 -text 'breath in 1 . . . 2 . . .' -text "Take it easy" yaf-splash -bg yellow -fontsize x-large -timeout 12 -text 'breath out 1 . . . 2 . . . 3 . . . 4 . . .' done repetitions=$NUM for g in $(eval echo {$repetitions..1}) do yaf-splash -bg yellow -fontsize x-large -timeout 6 -text 'I deeply and completely love myself' yaf-splash -bg yellow -fontsize x-large -timeout 6 -text 'I believe in myself' yaf-splash -bg yellow -fontsize x-large -timeout 6 -text 'I take care of my own needs' yaf-splash -bg yellow -fontsize x-large -timeout 6 -text 'I am comfortable being around others' yaf-splash -bg yellow -fontsize x-large -timeout 6 -text 'I am a unique and valuable' yaf-splash -bg yellow -fontsize x-large -timeout 6 -text 'I am more and more confident' yaf-splash -bg yellow -fontsize x-large -timeout 6 -text 'I love the way I am' yaf-splash -bg yellow -fontsize x-large -timeout 6 -text 'I handle challenges' yaf-splash -bg yellow -fontsize x-large -timeout 6 -text 'I feel good' done

Replies (0)

No replies.