Links

Search This Blog

November 21, 2025

Friday the 13th Calculator v0.01

This is just a sketch code
Work in Progress...
It might not work as desired

[30.11.2025 script code can be edited for desire with special web browsers which have developer tools]

Start Year

End Year




November 15, 2025

1996 - 9991

Example of possible permutations

1996
1999
6166
6169
6196
6199
6616
6619
6691
6916
6919
6961
6991
9166
9169
9196
9199
9616
9619
9661
9691
9916
9919
9961
9991

Snippet of py code

import itertools

a = list("1996")
b = []

for i in itertools.permutations(a):

    ii = "".join(i)

    if 1996 > int(ii):
        continue

    if "6"*3 in ii:
      continue

    if ii in b:
        continue
    b.append(ii)
print("\n".join(sorted(b)))
print(len(b))
#beta version
#beginner friendly
#does not follows all given rules
#18.11.2025 by Skeleton3Skeletor33


November 11, 2025

Flattening list in Python by CoPilot

def flat_arr(li):

    result = []

    for item in li:

        if isinstance(item, list) or isistance(item, tuple):

            result.extend(flat_arr(item))

        else:

            result.append(item)

    return result

li = [[[0],1,["B","@"]], 6, 7, [1, 0.9]]

a = flat_arr(li)

print(a)

October 05, 2025

NumSystem v0.04


Default charset is set to base 16 (case sensitive).
Base X <=> Base 10.
Charset should not contain same characters/symbols because of "unpredicitve behaviour".


Charset:


Base X:


Base 10:


If you find any bugs or something isn't well explained, please contact me.

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