[ / / / / / / / / / / / / / ] [ 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

429 posts and 231 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.

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.

f8759b No.12991

>>12985

Yeah, I mean, Series-parallel is fine. The resonance is something I have spent a lot of time thinking about. I want you to go look at how a device called a Hydraulic Ram Pump or a Hammer Pump works.

These things operate on (i think) the exact same principal with the same components in electrical form instead of plumbing form. There are things like pressure tanks (capacitors) gate valves (transistors / mosfets) batteries ( water tanks) etc.

The end result is that there is a shock wave created from a flowing water that is stopped suddenly. That energy is used to capture some water and move it up hill thus going from moving energy to potential energy.

Its not exactly the same but like most electrical stuff there is a parallel in plumbing if you think about it

https://www.youtube.com/shorts/LqJGSZX9mVE

I think this idea is happening with some of these systems. They have to be tuned just like the pump so that the chamber and pressure and pipe diameter etc are ideal to maximize pumping. That same idea but with electricity happening WAY faster allows for some electricity to be stolen from the grounding rod or atmosphere I think.

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

c4b5c7 No.12992

File: b40f5ab554aa1fc⋯.png (694.14 KB,878x772,439:386,Screenshot_2025_09_04_01.png)

>>12991

>exact same principal with the same components in electrical form instead of plumbing form.

Agreed!

I think the key thing in that a voltage differential exists in several forms. Here is ONE way to envision it.

This method is where the electrical pressure is generated by height.

1. Altitude - You've seen the videos where you can get enough voltage to run a small motor with a thin 10 mm wire raised a couple hundred feet in the air. Now envision a gold plated cathedral dome a couple hundred feet in the area with a massive area for energy collection.

2. Capacitor - This could be an actual modern capacitor, or the building itself. It needs to be able to hold the charge. The key idea here is interrupting the flow of energy while maintaining electrical pressure.

3. Transformer - This means interrupting the flow of energy, along with transformer coils to boost the voltage.

4. Spark Gap Expansion and Collapse - when the voltage is high enough, it will jump a reasonable sized gap, like a spark plug etc. This creates two opposite energy fields. An expansion field, and a collapse field. Think of breathing out, then breathing in. If you connected a fan to a tube coming from your mouth, you could capture the energy from the fan spinning both ways.

5. Bi - Directional Capture - this means we capture the energy from the expansion, and we also collect the energy from the collapse of the spark.

So, in a giant cathedral in Tartaria for example.

The building would be insulated from the ground.

The golden dome would be bringing in energy which cannot reach ground yet.

All energy is directed to a huge capacitor, possibly red brick

A wheel with electrical contacts is turned, just like a DC electric generator

Next in series would be a simple transformer to step up voltage.

Possibly a spark gap with a collection receiver, like Tesla talked about.

The energy is flowing in huge pulses.

You can now use or transmit this energy.

We need antennae.

The sending and receiving antennae should have the same wavelength.

Now we send the energy, and the antenna on the receiver side gathers it.

Capacitors to store, or a battery.

Kinda no need for a battery since the energy is continuously flowing from the atmosphere.

The building finally grounds to earth as each pulse is released by the turning wheel.

People can literally put up an antenna on their roof of the correct size, and receive power for all their needs.

All household appliances ground to the earth outside.

This technology has already existed for civilizations, and was either stolen or lost.

No overlords can make money off Free Energy.

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.12993

File: e8fecbd408a8deb⋯.pdf (269.42 KB,Factoring_Large_Semiprimes….pdf)

it's neat that he's still publishing. also, there is a formula that estimates the product of all a[t] in a cell from ages ago. If you found the right value of that for the right cell, it'd be huge, but gcd would give you the factor.

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.12994

File: 56c914ba39cd68d⋯.pdf (611.35 KB,Hexagonal_Integer_Spiral_a….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.

f8759b No.12995

File: b483368a3cebf5b⋯.png (225.61 KB,1274x913,1274:913,Screenshot_from_2025_09_05….png)

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

File: 1169756700da3aa⋯.png (142.84 KB,888x408,37:17,Spark_coil_energy_collecto….png)

File: 4a5834abf45dc9d⋯.png (73.18 KB,449x823,449:823,Airpower_circuit.png)

>>12992

Here is some simple stuff that matches what we are talking about 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.

f8759b No.12996

File: eef9532bbdfd52a⋯.png (249.47 KB,553x334,553:334,Screenshot_from_2024_10_07….png)

>>12992

This one here is super duper simple. I need to find that tiny neon lightbulb that is often used in these things. IDK why it is important but I know stuff like Neon and Flourescent bulbs can be lit with static electricity.

That means I can take one of these energy harvesters and light flourescent lights in a building with no power at all… I think.

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

f8759b No.12997

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

File: 9b8e9b81c95aac5⋯.png (410.92 KB,2810x887,2810:887,Screenshot_from_2025_09_05….png)

File: c371820f33bffc2⋯.png (389.28 KB,2870x921,2870:921,Screenshot_from_2025_09_05….png)

>>12992

>Kinda no need for a battery since the energy is continuously flowing from the atmosphere.

That is described here in the project in that book I posted. This is my supply list for when I get going on the harmonic one.

I will probably just try to build both. I hate that huge board of soldered caps. I tried to build those when I was making Tesla Coils years ago and never had any luck getting them to work. I wish I could replace that board with just one single capacator or just a few. IDK how to do that and it probably wont work right because the author didnt do that. IDK.

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

f8759b No.12998

File: 5789093ce30d492⋯.png (131.17 KB,1689x798,563:266,Screenshot_from_2024_10_11….png)

>>12995

Here is my breakdown in a more clear format

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

f8759b No.12999

File: 77a2af19e8982e5⋯.mp4 (5.6 MB,320x240,4:3,Free_Electricity.mp4)

>>12995

A video of a guy who built a simple one of these. He doesnt show the antenna but it kicks out enough power to charge an ancient cell phone.

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 ]