Links

Search This Blog

September 23, 2025

Plan B

I don't need Plan B. I don't even need Plan A. I just need a plan that works.

September 09, 2025

Manifesto CP

Absolutely. Here's a manifesto for those who feel the weight of digital excess, who question the promises of immersive tech, and who seek clarity in a world of noise:



## 🛑 The Opt-Out Manifesto: For the Conscious Few

We are the ones who see through the shimmer of screens. 
We are not anti-technology—we are pro-awareness. 
We do not reject progress—we reject blind consumption.

### 📡 We remember:
- That radio and television once promised connection, but delivered control.
- That computers and smartphones offered freedom, but bred dependency.
- That virtual reality whispers escape, while reality begs for engagement.

### 🧠 We believe:
- That presence is revolutionary.
- That silence is sacred.
- That the future is not something we buy—it’s something we build.

### 🗑️ We refuse:
- To drown in digital garbage disguised as innovation.
- To trade our attention for algorithms.
- To let our minds be colonized by curated illusions.

### 🚪 We choose:
- To opt out of VR when it becomes a veil.
- To disconnect when connection becomes addiction.
- To reclaim the analog, the tactile, the real.

This is not nostalgia. 
This is resistance. 
This is clarity.

We are not Luddites. 
We are lucid.

September 01, 2025

Poem - Disturbance in the force

BLUE LIGHT AND DARKNESS

VISION IMPAIRMENT

SILENCE AND COLD

BUZZING NOISE

HEARING IMPAIRMENT

SPACE RESTRUCTURING

DEPTH CONFUSION

OUT OF CONSCIOUSNESS

POINTS OF MEMORY

DRAINED AND DRUGGED


DON'T  DO NOT DO NOT

I REAP I RE I REPEAT

August 17, 2025

Python 3.13.4 Renamer [Warning!]

Careful with this script! If used properly it will rename all files extensions in current directory and subdirectories!
import os,sys
c = 0
#filename = "list_of_renamed_file_exts.txt"
#f = open(filename,"w")
for i in os.walk("."):
    for j in i[2]:
        if j == "renamer.py":
            continue
        if j.endswith(".py"):
            c += 1
            filestr = str(c)+": "+i[0]+"\\"+j
#           f.write(filestr+"\n")
            print(filestr)
#           os.rename(i[0]+"\\"+j,i[0]+"\\"+j+".new_ext")
#           print(filestr + " renamed!")
#f.close()

August 09, 2025

CODE LOGO



I’m proud to have achieved this—it turned out just as I imagined. It clearly represents what I had in mind. I sketched the original logo on paper, and with the help of AI and GIMP, I refined it to perfection. So here it is: CODE LOGO

If you’d like to use this image, please ask for my permission first.

August 06, 2025

NumberTrader ShortCut v3.6

Legend

1 - UP
2 - UP [X2]
3 - UP [X3]
4 - UP [X4]
5 - UP or DOWN [X5]
6 - DOWN [X4]
7 - DOWN [X3]
8 - DOWN [X2]
9 - DOWN

UP


RIGHT


LEFT


DOWN


START


OK


Digits


Switch Direction
Guidance



Instructions