[ / / / / / / / / / / / / / ] [ r8k / ck / wooo / fit / random / doomer / f1 / foodism / harmony / lathe / lewd / warroom / wtp ]

/vqc/ - Virtual Quantum Computer

Name
Email
Subject
REC
STOP
Comment *
File
Password (Randomized for file and post deletion; you may also set your own.)
Archive
* = required field[▶Show post options & limits]
Confused? See the FAQ.
Embed
(replaces files and can be used instead)
Oekaki
Show oekaki applet
(replaces files and can be used instead)
Options

Allowed file types:jpg, jpeg, gif, png, webp,webm, mp4, mov, swf, pdf
Max filesize is16 MB.
Max image dimensions are15000 x15000.
You may upload5 per post.


File: a1d1f604ab3a3c0⋯.png (14.55 KB,268x201,4:3,elements_1.png)

File: d09982f0ad52d57⋯.png (37.35 KB,631x516,631:516,binary_chunks_2.png)

File: 21a714ecb7b159b⋯.png (10.26 KB,375x409,375:409,squares_3.png)

File: af8d1f77315c65f⋯.png (14.02 KB,2048x512,4:1,grid_9.png)

File: 6dde6d0ac19dead⋯.png (7.39 KB,631x384,631:384,triangles_4.png)

77656e No.12463 [View All]

The virtual quantum computer (VQC) is a grid made of constructably infinite elements that follow a known pattern. It is indexed using e, n, and t, where e is the column, n is the row, and t is the specific element in the cell.

The grid in its entirety serves as the superposition. The required input parameters to collapse the superposition are d and e, which are trivial to calculate for all c that is the difference of two squares. When the integers that are the difference of two squares are arranged into the grid and their corresponding properties are shown, a pattern emerges that shows a path to calculate the factors of c instead of searching for them. It can be understood using only the basic operations of arithmetic and sqrt. All currently-known patterns can be found within one thread here >>6506

C# VQC generator - pastebin.com/XFtcAcrz

Java VQC generator - pastebin.com/2MPYrJVe

Python VQC generator - pastebin.com/NZkjtnZL

Glossary

Look-up

A pattern used to calculate the factors of c, like a value look-up table.

Column

All cells for a given e

Row

All cells for a given n

Cell

All entries for a given e,n (not to be confused with an entry itself.)

Entry; record; element

A set of variables corresponding to a factorization for a given c. The legend to read entries is {e:n:d:x:a:b} (e, n, t) = c

Example: {1:5:12:7:5:29} (1, 5, 4) = 145

ab record; nontrivial factorization

The element that contains the factorization of c that is not 1*c, hence, nontrivial.

1c record; trivial factorization

The element generated from setting a=1 and b=c

Mirror element

The element in -f corresponding to an element in e, in the context of a given c.

Variables

a and b are, to reiterate, the factors of c. a is the smaller factor of c, and b is the larger one.

d is the integer square root of c.

e is the remainder of taking the integer square root of c. Unless c is a perfect square, a remainder will be left over.

i is the root of the large square. It is equal to (d+n).

j is the root of the small square. it is equal to (x+n).

n is what you add to d to be exactly halfway between a and b, and it is the root of the large square, so it takes you from d to the large square.

x is what you add to a to make d. When added to n it makes the root of the small square.

f is what you add to c to make a square. (e is what you subtract from c to make the square below it, f adds to make the square above c.)

t is the third coordinate in the VQC, it is a function of x.

q is a product created by multiplying successive primes until the product is above d.

u is the triangle base of (x+n)^2. 8 times the triangle number of u plus one is (x+n)^2 for c with odd x+n.

ab = c

dd + e = c

(d + n)(d + n)-(x + n)(x + n) = c

a + 2x + 2n = b

a = d - x

d = a + x

d = floor_sqrt(c)

e = c - (dd)

b = c / a

n = ((a + b) / 2) - d

d + n = i

x = d - a

x = (floor_sqrt(( (d+n)*(d+n) - c))) - n

x + n = j

j^2 = 8*T(u) + 1

f = e - 2d + 1

u = (x+n) / 2

if (e is even) t = (x + 2) / 2

if (e is odd) t = (x + 1) / 2

Past threads

RSA #0 - archive.fo/XmD7P

RSA #1 - archive.fo/RgVko

RSA #2 - archive.fo/fyzAu

RSA #3 - archive.fo/uEgOb

RSA #4 - archive.fo/eihrQ

RSA #5 - archive.fo/Lr9fP

RSA #6 - archive.fo/ykKYN

RSA #7 - archive.fo/v3aKD

RSA #8 - archive.fo/geYFp

RSA #9 - archive.fo/jog81

RSA #10 - archive.fo/xYpoQ

RSA #11 - archive.fo/ccZXU

RSA #12 - archive.fo/VqFge

RSA #13 - archive.fo/Fblcs

RSA #14 - archive.fo/HfxnM

RSA #15 - archive.vn/59GwR

RSA #16 - archive.vn/F49fw

RSA #17 - archive.vn/u2Tu6

RSA #18 - archive.is/FDVP9

RSA #19 - archive.is/6mJhe

420 posts and 223 image replies omitted. Click [Open Thread] to view. ____________________________
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

387534 No.12940

To Remember, is To Understand. To Understand is To Transform That Which Is.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

b89450 No.12941

File: d292c5c486ebab2⋯.png (148.23 KB,1826x520,913:260,Screenshot_2025_04_30_02.png)

>>12940

Hello Buddha!

I'm working on these crumbs.

>>6401

>>6420

Ok, so with all we've learned here is what I see.

"How do the patterns in row 1 relate and determine the solution?"

Every a[t] value in (-f,1) has the potential to solve.

Likewise, every a[t] value in (e,1) has the potential to solve.

In (-f,1) we're hunting for (n-1)

In (e,1) we're hunting for (n).

What I see is a lot of repeating (n-1) and (a) values in (-f,1)

What I also see is a lot of repeating (n) and (a) values in (e,1)

What if we used the actual a[t] values against each other for GCD analysis?

We would run the algorithm on (-f,1) and (n,1) simultaneously.

When we find two factors that are only one apart, we know we have (n-1) and (n)

I don't think we have tried this yet.

However, the search space may be too large for R sized numbers. Not sure on this yet.

New combination of ideas, though!

How many times does (n) occur in (e,1) ?

How many times does (n-1) occur in (-f,1)

a(n-1) and (an) pairing only occurs once for a given semiprime c

Likewise, the b(n-1) and (bn) pairing only occurs once for a given semiprime c.

BUT how many times do (n-1) and (n) appear as factors in their respective columns?

Since there are many other a[t] values in (-f, (n-1) ) and (e, n) it follows that there should be many a[t] values in row 1 that share (n-1) and (n) as factors.

So, an easy exploration.

Generate a list of a[t] values in (-f1) and (e,1)

at test them against GCD = (n-1) in (-f,1) and (n) in (e,1)

I wonder if (n) repeats every certain [t] values.

Have we studied this

PMA, any thoughts?

Not sure, it doesn't ring a bell.

Maybe the "wave function" is related to (n) instead of (a).

The key would be that (n) repeats in a way the keeps the search under O(log n)

I know that according to another crumb, "(n-1) and (n) change in such a way that a solution is possible"

Huh

The reason why (n) would repeat is that there are infinite a[t] values in the cell (e,n)

And likewise for (-n,1) in (-f, (n-1) )

So factoring a[t] values in (e,1) and (-f, 1) could find the recurring n theme.

I wonder how many valid (n) values there are for R100 between a[1] and a[N] ?

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

b89450 No.12942

File: 64c575c8dd07094⋯.png (256.25 KB,1820x654,910:327,Screenshot_2025_05_06_01.png)

Well, it's honestly too simple to be true lol.

The way I'm envisioning it is like a human spine / spinal cord.

Every few inches, there is another vertebrae bone.

Now imagine two spines next to each other.

In (e,1) we have vertebrae bone at every (n)

In (-f,1) we have vertebrae bone at every (n-1)

Factoring (e,1) a[t] values is pointless for R sized numbers. We could look forever.

Factoring (-f,1) a[t] values is likewise pointless for R sized numbers.

HOWEVER

If we put the two "Spines" side by side, perhaps the dual analysis may show where they line up.

There's a really sneaky crumb above ^^^

"Check (e,1) in the Grid. At (1,1) what are the values of a[t]?"

"There is a pattern of increasing (n) in (e,1) and (n-1) in (-f,1). This gives enough information to solve."

Again, a(n-1) and (an) only occur once as a pairing in (e,1)

And, b(n-1) and (bn) only occur once as a pairing in (-f,1)

HOWEVER

How many times does (n) pair with another a value in (e,1) ?

And how many times does (n-1) pair with another non-solution a value in (-f,1) ?

These vertebrae bones should show up many times in (-f,1) and (e,1)

A repeating flow of e(n)ergy

I'll get started on basic research, starting with a spreadsheet for some small c values.

If it can be shown that (n) repeats in (e,1) or (n-1) in (-f,1), then I'll move to code.

This crumb though ^^^

WTF lol

"Have you tried checking the patterns in (e,1)" ??

"What are the values of a?"

Well, they are all (an).

So every a[t] value and it's factors are both a and n at the same time.

When we analyze the "Spines" and order the list of factors, there would be only two that are 1 apart.

To summarize, we've been looking for (a) and (an) when I think we should be looking for (n) and (n-1) as repeating factors.

I'll get to work.

Also, this may not work for R sized numbers.

Just enjoying some work on the VQC Farm this fine evening.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

b89450 No.12943

File: 5ae658727f62498⋯.png (291.33 KB,1718x1326,859:663,Screenshot_2025_05_06_01.png)

Here's my work for our small c6107, looking for repeating values of (n-1) and (n) as factors in (-f,1 and (e,1).

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

b89450 No.12944

File: 28f112a12f03a4f⋯.png (359.4 KB,2008x1360,251:170,Screenshot_2025_05_06_03.png)

And here's some updated work based on PMA's request to see if (a) and (n) show up equally or not.

The ratio of n:a is 4:1 for this example.

The ratio of (n-1):a is 2:1 for this example c.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

b89450 No.12945

File: bc0743fa111e152⋯.png (321.71 KB,2008x1360,251:170,Screenshot_2025_05_06_04.png)

As we already know, here's where the two Spines meet up.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

b89450 No.12946

I think we need to factor a bunch of a[t] values in (-f,1) and (e,1)

It sounds foolish.

I'm aware.

I think the paradigm shift is that (n-1) and (n) may occur at repeating intervals.

Rather than hunting for the specific pairings of a(n-1) and (an), we are simply factoring and building a large table.

For the two Spines.

And where those factors match, we can solve.

Next step is to see if there is any decreasing or increasing pattern in the occurrences.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

33a5ff No.12947

ElectroPlasma, ElectroMagnetic, Cosmology. Not "new" Maths, there is Only One Math, It Never Changes. Never Has, Never Will.

Only One, All One.

And Where One Goes, All Go.

Blessings to All.

Always, in All Ways.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

aa6823 No.12948

File: a6c2a3039ea5ca3⋯.png (96.95 KB,1708x282,854:141,Screenshot_2025_07_16_01.png)

File: 654e98c225caf5c⋯.png (576.9 KB,4208x1090,2104:545,Screenshot_2025_07_16_02.png)

File: ac5228923f62d79⋯.png (236.91 KB,2530x694,1265:347,Screenshot_2025_07_16_03.png)

Hello lads, hope you all are well!

I had a good new paradigm shift idea, writing it down here.

Anyone who's interested is welcome to join for some work and bantz.

We explored the mantissa idea a while back pb >>11668, with AA and MM doing some excellent work and calculations, pb >>12178 to >>12187

>if we can find the ratio of 2d/x we can solve

>we're meant to be able to do that using a bunch of geometric concepts

>2d/x

>(x+2n) / (n-1)

Here's the new idea:

What if the mantissa is a recurring output of an internal wave function within the (-f) and/or (e) column?

And we run a list of sequential a[t] values in (-f,1) and (e,1) looking for our mantissa.

The formula I think we're supposed to use is x+2n / (n-1), but first we need to calculate our knowns for each a[t] value in order to use it.

Any a[t] value represents (an) and can be broken down several ways into its components.

This brings the offset into play.

(xx + e) / 2 = (an)

(an) - a(n-1) = a

(an) / a = n

a(n-1) / a = (n-1)

I think the mantissa should be a recurring pattern hidden with the (-f) and/or (e) column values.

If it does exist with enough precision, that would be a working solution.

Needs exploring, that's why I'm writing it down.

The ratio (x+2n)/(n-1) should be a value we can calculate for every a[t] value in (-f) and (e), looking for recurring values of our mantissa.

Interesting to note that x and n move inversely to each other, so I think that's why (x+2n)/(n-1) has to be used for the calculation.

The ratio 2d/x can also be explored with other values within the (-f) and (e) columns, maybe the mantissa recurs these as well.

I'll get to work on some test spreadsheets as IRL allows later today!

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

5a26cf No.12949

Sup?

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

10ded0 No.12950

>>12949

not much. Any inspiration?

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

5a26cf No.12951

File: 06c8177d4b2b2e7⋯.png (127.3 KB,608x807,608:807,function.png)

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

5a26cf No.12952

File: 9bbb37af3d0774f⋯.png (32.23 KB,544x350,272:175,image_1_.png)

I've been messing around with cycle finding algorithms. They're pretty fun but random

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

0042aa No.12953

File: 796cf4edcb46765⋯.png (115.07 KB,1808x352,113:22,One_Unit_Apart.png)

File: 6923243cdb5b3e3⋯.png (973.14 KB,994x1380,497:690,c145_1Diff_copy.png)

File: 6c86b0c5c4a9b56⋯.png (1.01 MB,958x1376,479:688,c6107_1diff.png)

File: 999e07c6bfa3d73⋯.png (2.14 MB,1266x788,633:394,Looking_glass.png)

Hello everyone!

Checking in for a little thinking and work.

I think there may be another transform, similar to the (na transform)

It's an intuitive hunch at this point, but it makes sense to me.

Check out the crumb attached.

So, we already have the e(na transform) and -f(na transform) where the a[t] values are a=(N-1) and a=N

Remember all the hints Chris gave about going into negative x?

Well, when we do, it seems there is another transform where we can find (-f,1) a[t] = -(n-1) and (e,1) a[t] = (n)

These are also 1 unit apart.

So for c145, we get a new transform 1 unit apart

So it seems we may have TWO transform locations. One for N and (N-1), and another for -(n-1) and (n).

Writing all this down as I work so I can find it later.

I worked on this in April this year, circling back to make sure I didn't miss anything.

Oooooh it would be a sexy solution.

"Through The Looking Glass"

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

d9e247 No.12955

>>12952

Hello Anon! Is this GA?

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

a3f470 No.12956

File: f92c2f534e16070⋯.jpg (1.46 MB,3024x2798,1512:1399,AlwaysAllWays.jpg)

File: ee83aca043d2c42⋯.jpg (842.45 KB,2304x1792,9:7,ddg_8920471.jpg)

File: d4ab5058cdc9b4b⋯.png (3.3 MB,1728x855,192:95,1717637512864435.png)

File: 021c33be627cad8⋯.jpg (49.9 KB,720x493,720:493,021c33be627cad870a5602722e….jpg)

Blessings to All the Bruddhas 🙏

Sheeeeeeit checking in for vibes. Praying errbody 'n they folks is doing aight.

Love all of (You), Always, in All Ways.

ThreeThreeFourEver.

We're gonna make it. And when we do, it will be Tiempo Perfecto.

Love.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

a3f470 No.12957

File: e11fa74310c84a7⋯.jpg (119.58 KB,896x704,14:11,cb263df55fa47188aed26e6fd7….jpg)

Sonoluminescent powered Desktop Quantum Computers, we're coming for it.

Also, guys, if you havent, check out Ashton Forbes and how the "missing Flight MH370" was a covert op using zero point energy/plasma orbs, etc.

The 2 videos that show the orbs & plane are verifiable wide area Gorgon Stare technology / FLIR equipped drone footage. What Ashton is describing/looking into really puts into context a lot of the remarks made by Trump administration folks over the last few months, especially the "we have technology that can annihilate distance & time" etc.

Shits going to get litty.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

d82066 No.12958

>>12941

>>12942

>>12953

Hi guise I am expecting a child so I won't be working on this too much until I can get out of my job once Chainlink moons but is there a place where I can look at all the VQC crumbs? I feel like I've learned so much since then it would be nice to get a fresh look at all of them again.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

80c7c1 No.12959

>>12958

Hello GA!

Congrats on the upcoming arrival of your first child.

Here's the maps I have.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

9e4cba No.12960

File: 7e5222af60119e2⋯.png (2.68 MB,7000x3780,50:27,VQC_Map_00.png)

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

9e4cba No.12961

File: b7f686e8db9e8b7⋯.png (2.17 MB,2994x10310,1497:5155,VQC_Map_01.png)

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

9e4cba No.12962

File: a1dd1f3f59ffd9e⋯.png (1.87 MB,1652x10050,826:5025,VQC_Map_02.png)

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

9e4cba No.12963

File: 84a215c31b9b22b⋯.png (1.57 MB,3192x6800,399:850,VQC_Map_03.png)

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

9e4cba No.12964

File: b454415089e14fb⋯.png (4.15 MB,3459x14355,1153:4785,VQC_Map_04.png)

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

9e4cba No.12965

File: b4448b0faea9fd5⋯.png (5.33 MB,7777x7777,1:1,VQC_Map_05.png)

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

9e4cba No.12966

File: 4ade50a4084195f⋯.png (2.92 MB,3878x6533,3878:6533,VQC_Map_06.png)

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

9e4cba No.12967

File: 6fff870518ea057⋯.png (1.01 MB,1962x1614,327:269,Screenshot_2025_08_18_01.png)

One half of the key is:

(xx + e) / 2 = na

The other half of the key is:

(xx - f) / 2 = na

The (na transform) occurs at:

((xx+e)/2) - ((xx-f)/2) - 1 = 0

The other (solution?) transform happens at:

((xx+e)/2) + ((xx-f)/2) - 1 = 0

Quaternions?

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

9e4cba No.12968

Correction:

The (na transform) occurs at:

((xx+e)/2) - ((x+1)(x+1)-f)/2) - 1 = 0

The other (solution?) transform happens at:

((xx+e)/2) + ((x+1)(x+1)-f)/2) - 1 = 0

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

eb199e No.12969

>>12968

Just saw this in the Q-research chat.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

eb199e No.12970

>>12967

When Maxwell's equations were translated from quaternions to normal math they left out completely the scalar component. This is the part that lets you do antigravity and make warp drives and teleportation and infinite energy. Interesting to see it here as well. I can put up a lot more info on the above but much of it seems unrelated other than the Quaternions and maxwell equations. I dont want to spam

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

334a50 No.12971

>>12970

Nah bruh spam away. The Aether enjoys the imprints. Its nice when we have some activity in here.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

481f84 No.12972

>>12969

>>12970

>Just saw this in the Q-research chat.

Hello! Glad you liked our bait, thanks for popping in.

>they left out completely the scalar component.

Would this be the 1 unit added to x, making it (x+1)?

>This is the part that lets you do antigravity and make warp drives and teleportation and infinite energy. Interesting to see it here as well.

That's interesting! Glad our research continues to turn up new ideas.

>I can put up a lot more info, I dont want to spam

Yes, please do. Our brains need a fun little side quest.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

481f84 No.12973

>>12971

And hello bruddah! Thanks for going fishing with me.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

eb199e No.12974

File: 2fd3818ee7429d1⋯.mp4 (1.15 MB,640x360,16:9,Sliding_mass_blocks_This_i….mp4)

Ok, I will post some good stuff. This one is very interesting. Its talking about negative mass

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

e863eb No.12975

>>12974

Following along! Interesting, 5/0 is "undefined" in normal math terms, but balanced positive and negative forces in this example.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

eb199e No.12976

File: 0f5ecd34a24a993⋯.pdf (337.67 KB,ZPE_and_Neg_energy.pdf)

File: d12968b12163b0d⋯.png (138.92 KB,604x615,604:615,Maxwell_equation_with_the_….png)

File: bbc3153336d9827⋯.png (813.57 KB,2577x908,2577:908,Screenshot_from_2024_10_04….png)

File: 3204d2167574a7f⋯.png (550 KB,1153x904,1153:904,Screenshot_from_2024_09_04….png)

I saved a lot of this Ashton guy's work as well as many others like Greenyear and Pias. Best I can tell much of it is real. I have tons of other stuff but its huge and IDK if any of it is sensitive so Im careful where I dump it. I poke around and look for interested people who may be interested.

All my stuff is from public sources. Im thinking of seeing if a paid version of Grok could design some energy device or similar that I could build relatively simply. I have all of the Keelynet documents and other weird stuff.

Let me know if you want to see any more of this type of stuff. There is a guy on TT who is doing a really good job of making a Sonoluminescense chamber as well. I have some of his stuff saved. Lots of this stuff seems similar to the early stuff that was talked about in this place when it first started up.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

eb199e No.12977

File: 98d136335e62e15⋯.png (135.8 KB,817x784,817:784,Screenshot_from_2024_10_05….png)

File: 7a7f28dc888f03f⋯.png (32.98 KB,555x578,555:578,Screenshot_from_2024_10_07….png)

Im building a workshop but when thats done Im going to make some of this stuff in it

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

41f678 No.12978

>>12976

We're you around when the /vqc first started up?

I've been following Ashton Forbes hella heavy the past few months. What hes been digging at is extremely interesting.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

eb199e No.12979

>>12978

I remember it and have some stuff in my archives from it. Im not a math guy so I mostly just lurked.

Yeah I have a ton of stuff saved. It is pretty freaky because it all lines up with all the old free energy stuff I have saved. I didnt understand much of it before because I didnt understand the math. Now though Im hearing the same math stuff over and over like the Quaternion thing. I dont even understand what that is.

Ashton is pretty solid. I caught his stuff VERY early. October 2023 or whatever. About a week into his first videos getting banned on reddit I think. Im really into building something with this stuff though. I would love to use it to gather or make some electricity. Im building a workshop right now so when my time and money is free from that … and I then have a workshop Im going to try to build these things. Do any of you guys understand how to to the Electrical engineering side of this?

I understand some of it but when one starts hooking up oscilliscopes up I get pretty lost. I finally have some of these plans with the values of the resisters and capacitors listed so that the system is tuned properly and works. You cant just use ANY components. They have to be tuned to eachother to get a harmonic to work properly, Not an easy task.

The stuff I posted here so far looks VERY buildable by me though. It took me a long time to figure out what a Bifilar Coil was. https://nitter.poast.org/MSTRIvo This guy built one and built a lot of other stuff too. Very interesthing then I think he got threatened or paid off of something. By last April he stopped posting

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

eb199e No.12980

File: 1cb1d6ddcc1a1d6⋯.png (412.5 KB,692x576,173:144,Screenshot_from_2025_08_20….png)

File: 541b6cbdfa47fa9⋯.png (405.13 KB,706x592,353:296,Screenshot_from_2025_08_20….png)

This thing he is building here actually pulls power FROM the earth ground using harmonics. How about that shit huh? Like a hammer-pump but for electricity. Blows my mind.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

7a3b5b No.12981

File: 0936437be08f360⋯.pdf (13.84 MB,Tesla_Free_Energy_copy.pdf)

>>12977

>>12978

>>12979

>>12980

Check this out my dudes.

I'll post some highlights from the PDF.

This is the best document I've ever read on Tesla and free energy.

Basically you need a spark, which spilts the Aether into positive and negative forces.

An expanding field, which can be captured

And a collapsing field, which can be captured.

Then you need two concentric copper tubes with diodes placed in opposite directions, one to capture the expansion field, one to capture the collapsing field.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

7a3b5b No.12982

File: 84a3a89c1559ac6⋯.png (1 MB,2518x1608,1259:804,Screenshot_2025_08_20_at_8….png)

File: 261df0568d527ab⋯.png (184.05 KB,1860x1162,930:581,Screenshot_2025_08_20_at_8….png)

File: 466d1e373cc66b1⋯.png (279.62 KB,1798x1426,29:23,Screenshot_2025_08_20_at_8….png)

File: 8eeb9cbfbea1c01⋯.png (905.26 KB,2564x1618,1282:809,Screenshot_2025_08_20_at_8….png)

Here's some cool screen caps from the PDF.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

eb199e No.12983

File: 2c3bffaf79fb52d⋯.png (27.06 KB,685x221,685:221,Screenshot_from_2025_08_22….png)

File: d11edd912a3f840⋯.pdf (2.36 MB,aa11_THE_BEST_Free_Energy_….pdf)

>>12981

>>12982

Iv never seen that book you posted. I added it to my collection. Mine are too big to post and catbox is broken… What is this world coming to.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

eb199e No.12984

>>12982

https://litter.catbox.moe/8ubyh7jpb6p4sgpo.pdf Litterbox link worked for the big one. It will last 3 days so get it while its hot

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

337473 No.12985

>>12980

As an engineer, "series parallel resonant system" is meaningless.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

87dd7c No.12986

File: a5ac3e64b612983⋯.png (326.3 KB,542x1040,271:520,Screenshot_2025_08_26_at_8….png)

>>12984

>>12983

Thanks Anon!

I'm reading both of them now.

>>12985

>As an engineer, "series parallel resonant system" is meaningless.

What about "series parallel resonance reception"?

Every AM and FM radio can receive frequencies that we enjoy listening to.

Are there frequencies that can send / receive energy?

That's a pretty cool question to consider.

Tesla thought it was possible, till JP Morgan shut down his Wardenclyffe Power Station.

https://en.wikisource.org/wiki/United_States_patent_1119732

The journey of a thousand miles begins with a single step.

Just using solar DC power to split H20 into HH0 is pretty cool.

I have solar at my place.

What if you can use some of the DC current to create HHO, and then burn it to run a generator?

Water plus baking soda, in the proper amount.

Positive and negative terminals providing current.

Simple.

That's another cool question.

For me, I just love discovering the truth, whatever it may be.

A true engineer can hold honest skepticism while remaining open to new data.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

032b2b No.12987

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

032b2b No.12988

Here's the summary on his power transmission and reception US Patent.

What I now claim is—

1. The method hereinbefore described of transmitting electrical energy through the natural media, which consists in producing at a generating-station a very high electrical pressure, causing thereby a propagation or flow of electrical energy, by conduction, through the earth and the air strata, and collecting or receiving at a distant point the electrical energy so propagated or caused to flow.

2. The method herinbefore described of the transmitting electrical pressure, conducting the current caused thereby to earth and to a terminal at an elevation at which the atmosphere serves as a conductor therefor, and collecting the current by a second elevated terminal at a distance from the first.

3. The method hereinbefore described of transmitting electrical energy through the natural media, which consists in producing between the earth and a generator-terminal elevated above the same, at a generating-station, a sufficiently high electromotive force to render elevated air strata conducting, causing thereby a propagation or flow of electrical energy, by conduction, through the air strata, and collecting or receiving at a point distant from the generating-station the electrical energy so propagated or caused to flow.

4. The method hereinbefore described of transmitting electrical energy through the natural media, which consists in producing between the earth and a generator-terminal elevated above the same, at a generating-station, a sufficiently high electromotive force to render the air strata at or near the elevated terminal conducting, causing thereby a propagation or flow of electrical energy, by conduction, through the air strata, and collecting or receiving at a point distant from the generating-station the electrical energy so propagated or caused to flow.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

032b2b No.12989

5. The method hereinbefore described of transmitting electrical energy through the natural media, which consists in producing between the earth and a generator-terminal elevated above the same, at a generating-station, electrical impulses of a sufficiently high electromotive force to render elevated air strata conducting, causing thereby current impulses to pass, by conduction, through the air strata, and collecting or receiving at a point distant from the generating-station, the energy of the current impulses by means of a circuit synchronized with the impulses.

6. The method hereinbefore described of transmitting electrical energy through the natural media, which consists in producing between the earth and a generator-terminal elevated above the same, at a generating-station, electrical impulses of a sufficiently-high electromotive force to render the air strata at or near the elevated terminal conducting, causing thereby current impulses to pass through the air strata, and collecting or receiving at a point distant from the generating-station the energy of the current impulses by means of a circuit synchronized with the impulses.

7. The method hereinbefore described of transmitting electrical energy through the natural media, which consists in producing between the earth and a generator-terminal elevated above the same, at a generating-station, electrical impulses of a wave length so related to the length of the generating circuit or conductor as to produce the maximum potential at the elevated air strata conducting, causing thereby a propagation of electrical impulses through the air strata, and collecting or receiving at a point distant from the generating-station the energy of such impulses by means of a receiving-circuit having a length of conductor similarly related to the wave length of the impulses.

8. The method herinbefore described of transmitting electrical energy through the natural media, which consists in producing between the earth and a generator-terminal elevated above the same, at a generating-station sufficiently high electromotive force to render elevated air strata conducting, causing thereby a propagation or flow of electrical energy through the air strata, by conduction, collecting or receiving the energy so transmitted by means of a receiving-circuit at a point distant from the generating station, using the receiving circuit to energize a secondary circuit, and operating translating devices by means of the energy so obtained in the secondary circuit.

9. The method hereinbefore described of transmitting electrical energy through the natural media, which consists in generating current impulses of relatively low electromotive force at a generating-station, utilizing such impulses to energize the primary of a transformer, generating by means of such primary circuit impulses in a secondary surrounding by the primary and connected to the earth and to an elevated terminal, of sufficiently high electromotive force to render the elevated air strata conducting, causing thereby impulses to be propagated through the air strata, collecting or receiving the energy of such impulses, at a point distant from the generating-station, by means of a receiving-circuit connected to the earth and to an elevated terminal, and utilizing the energy so received to energize a secondary circuit of low potential surrounding the receiving-circuit.

NIKOLA TESLA.

Witnesses:

M. Lawson Dyer,

G. W. Martling.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

7e0267 No.12990

BTW, we are still working and thinking on the Math(s).

Just taking a well earned respite to enjoy a little rest and a fun side quest.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.



[Return][Go to top][Catalog][Nerve Center][Random][Post a Reply]
Delete Post [ ]
[]
[ / / / / / / / / / / / / / ] [ r8k / ck / wooo / fit / random / doomer / f1 / foodism / harmony / lathe / lewd / warroom / wtp ]