[ / / / / / / / / / / / / / ] [ dir / random / 93 / biohzrd / hkacade / hkpnd / tct / utd / uy / yebalnia ]

/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: 8eaf338ab376a88⋯.png (136 KB,1308x1017,436:339,binary_pattern_from_last_t….png)

File: 47dbb8d95855ec8⋯.png (1.99 MB,5228x4205,5228:4205,1_1.png)

File: e16247e93be1bbe⋯.png (55.21 KB,1456x1023,1456:1023,1_2.png)

File: ebe4ae01ead5515⋯.gif (1.61 MB,1024x1024,1:1,1_3.gif)

38a251 No.10952 [Last50 Posts]

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

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

594626 No.10962

>>10959 (last thread)

>Was it the binary patterns that revealed the (n-1) and (na) values? Your post is vague about how you arrived at your results.

Same thing we were both doing before with the binary chunks except specifically looking for na or n-1 and looking in all elements in (e,1) and (f,1).

>I have questions about how the sorting occurs for a binary search.

It's just (e,1) and (f,1), what do you mean?

>Please post all your results for each test, and I'll take the time to analyze them in binary to look for matching chunks. M's breakdown needs to be analyzed in binary too.

There were two there in the last thread. The others were the same thing. I found either n-1 or na in binary as a chunk at the end of one of the a[t]s some number below a[t]=c*BigN (which would explain that old clue, potentially). It's probably not the sort of thing you'd be able to do by hand since you'd have to write out hundreds of thousands of elements.

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

80ea4c No.10963

File: c0593968c40ed38⋯.png (207.16 KB,464x500,116:125,DisNiggaGitsIt.png)

>>10952

Congrats, lads! We're finally of age!

HERE'S TORSA 18!

May we reach point of significance wit' it!

¡AMEME!

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

fc0a00 No.10964

Hello AA. Lots of love. Regarding your post about the endings of squares. The base-10 endings of squares are the values of their roots mod 10 squared.

1^2 -> 1

2^2 -> 4

3^2 -> 9

4^2 -> 6

5^2 -> 5

6^2 -> 6

7^2 -> 9

8^2 -> 6

9^1 -> 1

0^2 -> 0

When you restrict to the base of the square having opposite parity, you get an odd ending - 1, 5, or 9. Bases of matching parity are always en even ending - 0, 4, or 6. Determining what a variable will end in, just run the equations or possibilities of equations based on what's excluded by the parities and endings that you know. The number six rule from 10935 is just possibilities being excluded by evaluating the endings that are known under the equation (x+n)^2 + c = (d+n)^2 (mod 10). It only excludes 2, 3, 7, and 8 from being squares deterministically. You still don't know whether a number ending in a square mod 10 is a square without testing it, from an algorithmic standpoint.

10956, 10957:

How did you factorise the 3 values?

10958:

AA, I have to address your approach. You are focusing too much on the numbers themselves instead of the relationships between them. All the useful things we can say of a number, such as its primality, factorisation, length, square root, remainder, are relations between it and other numbers or concepts. The binary ending of a number is the number itself. We can generate many numbers that end in their own factor (I've tested this), but it results in different families of numbers that aren't the RSA numbers, and it's going to take 2 to the bit length operations times the unknowns you test it against times the amount of elements you do this process for. It's a bit like saying the value 5 contains more information than the amount of bytes used to hold it in your computer. Even if you generate a lot of elements based on that number, if you aren't generating those elements for a reason in terms of numbers that have relationships, whether they be algebraic or numerical, the only information contained here is the bytes used to store it. I'm not saying the hint is wrong or that sort of thing. This: The hint references an algorithm with the number as an input - how can any algorithm be deduced from only its input?

VA, I don't think there is much to study in the binary of those factors I posted. Think about it this way - any sequence of digits you type on your keyboard is a number. Do you really think that contains much more information than just its own value?

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

fc0a00 No.10965

Now, I understand that the idea is that there is something about the number's factors in its own value. But I can disprove that. Consider 21. 1 + 1 + 1 … 21 times, or, in binary, 2^0 + 2^2 + 2^4. It's just bits. Any kind of transformation you apply to it is something that took that number as an input which you didn't deduce from the number itself. (e.g if I see that a number ends in another number and decide to use that information, that didn't come from the number itself - it came from the base I use to view it). If you're looking to show numbers as a family or that sort of thing, you have to propose families of numbers yourself and see which arrangement is useful because otherwise there are an infinite amount of ways you could arrange numbers.

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

3f20a3 No.10966

>>10964

>All the useful things we can say of a number, such as its primality, factorisation, length, square root, remainder, are relations between it and other numbers or concepts. The binary ending of a number is the number itself.

No, it's an unknown appearing at the end of a known. It's two separate numbers.

>We can generate many numbers that end in their own factor

Many but not for all numbers. If we find a specific a[t] that this always works for then we have it for all numbers.

>it's going to take 2 to the bit length operations times the unknowns you test it against times the amount of elements you do this process for

If we know which a[t] is the right one (assuming there is one) then it's going to take at most n steps where n is the number of bits in d (which is exactly what Chris said).

>It's a bit like saying the value 5 contains more information than the amount of bytes used to hold it in your computer

It's more like saying it could potentially hold some information about numbers that are at most one less bit in length than 5 in specific contexts, so that's completely wrong.

Everything you've just said about the pattern VA and I have been working on is incorrect. If you don't think it's going to go anywhere then that's fine. We don't have to agree or all work on the same ideas. But this just makes it seem like you haven't even read everything properly.

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

1d249e No.10967

>>10966

My argument still applies to your method, even more so if I tailor it further to what you are doing. You are trying to deduce an algorithm, one that factorises integers, from the integers that it factorises. Consider the infinite for a moment, the infinity of how many functions/algorithms exist (it is perfectly valid to represent an algorithm as a function mathematically) that can be composed by a human mind. This is an uncountable, unfathomable infinity. With the same weight that you can say c contains its factors, I can say that c contains the output of that uncountable infinity of functions that can operate on it. Regardless of whether it's just c or some amount of numbers (in elements) you derived from c, the same statement applies because you didn't derive those elements in relation to an algorithm or process that gives them meaning, they are just more and more numbers that are a predefined distance away from c. Now, I am aware that the elements in the grid are derived from VQC's factorisation algorithm, but this is an unknown to you, and it is impossible for the values of those variables to tell you about VQC's factorisation algorithm because, as I am showing philosophically, as much as they can tell you about VQC's factorisation algorithm, they will also tell you about the infinite amount of algorithms that are not VQC's factorisation algorithm. Considering that that infinity exists in these numbers just as much as the algorithm you are looking for does, do you really see information in numbers or just numbers?

I hope you will reconsider your approach. All approaches that are capable of producing progress start from the most basic trial division approach and improve upon that. Fermat's method started from that and improved it by changing the search to squares around the square root, sieves improved that square search by making it a search of the building blocks of square congruences mod c, the modulo group algorithms p-1 and ECM improved upon the trial division approach by combining it with Fermat's little theorem and then using elliptic curves to run p-1 in infinite groups. If you don't have a foundation, you'll never finish the building. Trying to find insight in numbers instead of operations on them is a black hole. If you still refuse to see it, take it from the hint-giver himself:

Post no. 5413:

You are closer than you think.

It is efficiencies.

From O(EXP) to O(log t).

From exponential complexity class (well, sub exponential with the general number field sieve) to the natural log of the length of the integer c in bits.

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

707d15 No.10968

>>10967

None of this addresses any of what I said last time we had this conversation or anything I just said. I'm not going to waste my time discussing this with you if your entire argument boils down to "I think that idea isn't going to work because you're not doing enough of what I think you should be doing with the numbers".

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

80ea4c No.10969

File: 01899633e95800d⋯.png (1.05 MB,1006x1204,503:602,IveGotMeinEyeOnYou.png)

>>10968

Wasn't that the entirety of your arguments last bread, tho?

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

389648 No.10970

>>10969

"Your arguments" as in both of us discussing the pattern, or "your arguments" as in me posting the math and clues that I just mentioned M isn't addressing? In both cases the answer is no.

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

389648 No.10971

>>10969

I think I just got what you mean. That was a completely different situation and I actually addressed the points he raised.

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

80ea4c No.10972

File: 7aa4ae32e75e8cd⋯.png (2.65 MB,1776x1269,592:423,TrumpercolerWEB.png)

>>10970

>>10971

The part where your, AA's, argument boiled down to ""I think that idea isn't going to work because you're not doing enough of what I think you should be doing with the numbers" when they showed up and then everyone had to step in so that you didn't drive 'eM off.

Silly.

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

389648 No.10973

>>10972

My point was based on things Chris had said, and the whole time I continually told him I wasn't trying to stop him from doing what he was doing, just make him aware of things he might not have been aware of. His right now is that he thinks I should stop working on this clue altogether because he doesn't think there's any information in a chunk of the binary of one number that would be relevant to another number, even though that's literally the entirety of the pattern VA and I have been working on and I proved it mathematically up to at least three million last thread (the only thing missing being a specific element and a specific unknown, which seems fairly likely to exist based on a bunch of what Chris said), which, putting these last couple posts into context, would mean that his argument is "I don't think this works because you're not doing enough equations."

For the last month every time I post something it seems like you just feel the need to tell me I'm doing something wrong. This situation is blatantly obviously different to the one you're bringing up. Every time I try to be neutral you tell me I'm being passive-aggressive. Every time I say anything in any other tone you tell me I'm being an emotional asshole. What is your problem with me? Why are you constantly causing arguments over nothing?

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

80ea4c No.10974

File: 895fdda80f93a1e⋯.png (547.38 KB,960x664,120:83,ClipboardImage.png)

>>10973

It's mostly just that I'm one of the few left to try and keep you from running the rest off.

You worry about the math, and I'll concern myself with cohesion.

Yer good.

*ahem*

>>10967

M: AA's a stubborn one, so please have a lil' more finesse. Also, colorful memes help. Maybe include nazi ponies or something, as they always help every situation.

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

80ea4c No.10975

File: 21e9eac2c7c2dde⋯.gif (345.13 KB,500x386,250:193,RarityNaziBat.gif)

>>10973

I know you can't/won't/refuse to see it cuz it happens on the discord, but I punch Jan in his faggoty cockhole of a mouth when he attempts to shit on you… as if that homo's in any position to try and shit on anyone, but still.

Hope that helps.

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

fd499b No.10976

>>10966

Hello AA! My question about the sorting for a binary search was for this reason:

Remember Chris' clue about (e,1) and (f,1) being a wave function of sorts?

What if we have matching binary chunks in (e,1) at [t+n] or in (-f,1) at [t+n-1] ?

The question in regards to sorting was this: when all the binary a[t] values are sorted prior to the search, do we get groups of matching chunks? Or am I still not understanding the sorting process for a binary search?

If matching groups (or even pairs) of chunks do exist, then maybe the [t] distance between matching chunks gives us n or (n-1). Just thinking out loud over 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.

fd499b No.10977

>>10966

Or maybe starting with our 6 knowns, we just search for binary chunk matches < d and measure the [t] distance between them looking for n or (n-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.

ec39e6 No.10978

>>10973

Didn't think I was going to be posting again but this is painful to watch. I've seen several different people analyze your binary idea from several different approaches and all of them proved it's a cleverly disguised exponential search. The first guy who analyzed (who you dismissed as having not properly read your amazing and brilliant ideas) your idea calculated how many operations you run for each c and compared it to testing that many values in the search space and found it to be equivalent for the size of the numbers you're testing. Then M shows from a logical analysis perspective that what you're doing is just as likely to result in a factorization algorithm as every algorithm in existence and you still dismiss his criticism of your shitfest. All you are doing is building an infinite intersection between the sets of numbers that have their own solution values in one of several elements based on knowns in (e, 1). You aren't doing any mathematical induction or algorithm building at all and frankly are wasting the time of several people here who could be working on things that aren't veiled delusion. There's no magical binary pattern. All binary is is base 2 and base 2 is not based on multiplication in any way. Base 2 is literally how many 2s and a 1 you need to make a number.

And then you tell them they need to read your posts over and over again because they're too stupid to understand your idea??? What a massive irony it is that the person treating people like idiots is the one that can't do any advanced math.

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

ec39e6 No.10979

>>10967

Please don't waste your time on this nonsense any more. There are more people who read the board than respond and they appreciated your analysis equations.

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

80ea4c No.10980

YouTube embed. Click thumbnail to play.

>>10979

>>10967

And by "this nonsense" they mean butting heads with AA.

There's lots to work on, and the more ground we cover, the better!

I personally don't think the binary search is pointless because there has to be a pattern in what is and isn't prime and how they're related. Lots of high level nerds are likewise searching for that. Gotta be a way to accurately predict the nth prime out of the blue.

I honestly wouldn't be surprised if multiple angles are needed, with recognition of primes from binary being a "simple" yet integral part.

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

80ea4c No.10981

YouTube embed. Click thumbnail to play.

And now that the bread's broken in, I hereby christen it with a pound of sodium being thrown into a river.

Put on your work hats!WE'VE GOT NERD SHIT TO DO!

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

ec39e6 No.10982

>>10980

When people put 10 times the work considering your own idea than you and conclude it's not fruitful, it's time to stop. In a team people should work on things together. Not stick with their own idea and keep going even if it's disproven 20 times, not ignore someone else's idea just because it includes some scary math symbols you can find the definition of how to compute in 15 seconds. Work together and agree on a good idea instead of sticking with a bad one just because you came up with it. There are people here that understand calculus, modular arithmetic, sieves, quantum mechanics even and he chooses to stare at binary numbers until the binaural audio god or VQC spoonfeeds him the solution?

I'm not just picking on AA. But VA and others are following along with what he's doing so he could, you know, not lead them into integer insanity.

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

80ea4c No.10983

File: f23f0787fa29741⋯.png (348.44 KB,474x596,237:298,ClipboardImage.png)

>>10982

>When people put 10 times the work considering your own idea than you

It's a voluntary effort, but I'll give you a cookie when we all meet up at the end.

>and conclude it's not fruitful, it's time to stop.

Sure, but you're not going to denounce Christ, let's be honest.

That is what you were talking about, right?

>In a team people should work on things together.

How have you been here this long and yet the concept of sets and groups is still such a mystery to you?

Imagine this is a car.

Your installation of the windows and seats has fuck all to do with the engine being worked on.

==IT'S OKAY TO WORK ON DIFFERENT AND RELATED THINGS!

>Not stick with their own idea and keep going even if it's disproven 20 times, not ignore someone else's idea just because it includes some scary math symbols you can find the definition of how to compute in 15 seconds.

And what's stopping you from running with something? Beyond feedback, what do you need from him? Dear christ you're a cockup.

>Work together and agree on a good idea

Why is everything so fucking binary for you?

>instead of sticking with a bad one just because you came up with it.

Says the fucknuts who in whatever direction decided to lie to everyone but sure, you can totally hand out that advice.

>There are people here that understand calculus, modular arithmetic, sieves, quantum mechanics even

Sounds like that's your strong point!

Like a goalie and a striker, both are on the same team working on different parts of the problem that is winning the game and ultimately the world championship.

>and he chooses to stare at binary numbers until the binaural audio god or VQC spoonfeeds him the solution?

If he's don't one, then he's not exactly doing the other, now is he?

>I'm not just picking on AA.

Oh yes you are. Fuck off with that noise.

>But…

Thanks, Kanye.

>VA and others are following along with what he's doing so he could, you know, not lead them into integer insanity.

Or… now hear me out… AA and VA can work on that aspect of what's going on here…

And you and others can simultaneously work on a different aspect, as a group…

And then maybe others dig those things or dig on another something…

And then maybe like… the groups could share their findings or form other little focus cores…

It's fuckin' crazy how this shit works, y'know?

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

ec39e6 No.10984

>>10983

I apologize for lying.

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

389648 No.10985

File: 7005ff412aa5f9e⋯.png (15.81 KB,728x273,8:3,logarithmic_graph_1.png)

File: 21c4c56d707dfaf⋯.png (19.73 KB,785x190,157:38,logarithmic_graph_2.png)

>>10978

>I've seen several different people analyze your binary idea

VA's binary idea

>from several different approaches and all of them proved it's a cleverly disguised exponential search.

If anyone proved that, I missed it, so would you mind pointing those posts out? So far the only person I can think of who tried to say this wasn't going to work was M, and like I said earlier, he didn't address any of the counter-arguments I made, so I don't see how he's disproven anything. Here, I'll prove that it isn't a cleverly-disguised exponential search. If the maximum number of steps is the length of d in bits (which it is for this algorithm and which Chris said in the last thread is the final algorithm's time complexity) then pics related are a graph of the time complexity. This graph is logarithmic, not exponential.

>(who you dismissed as having not properly read your amazing and brilliant ideas)

First of all, he can't have read them properly, because otherwise he wouldn't have gotten all of those details wrong. Secondly, why do you perceive me as narcissistic? When have I ever tried to tell people my way is the only correct way and that I'm better than everyone else? A big reason Topol keeps calling me passive-aggressive is because of how often I try not to step on people's toes. I really don't have see how you could perceive me like I'm this horrible narcissistic asshole. If I really am acting like one then I would appreciate you spelling it out to me with quotes of things I've said so I can stop disrupting the board, if that's really what I'm doing. But right now I perceive you as doing this thing you're projecting onto me given how angry you come across.

>calculated how many operations you run for each c and compared it to testing that many values in the search space and found it to be equivalent for the size of the numbers you're testing.

Show me the calculations because I never saw anyone doing that. Pic related is my calculations.

>Then M shows from a logical analysis perspective that what you're doing is just as likely to result in a factorization algorithm as every algorithm in existence and you still dismiss his criticism of your shitfest.

He didn't address any of the math I did. I think the math backs up the potential of the idea, so if he doesn't address any of it, I'm still going to think the idea works. Him saying that this idea is just deriving numbers further away from c not only doesn't disprove any of the math, but the entire idea is that deriving these numbers is going to lead to one of the factors.

>You aren't doing any mathematical induction or algorithm building at all

Here's what the algorithm would be if this idea is right:

<calculate all knowns from c

<find the specific element in (e,1) or (f,1) where the unknown appears as a chunk at the end of a[t] in binary, assuming one exists and can be found in O(1) or O(log n)

<iterate through bits from right to left until you get to the length of d in bits (since that's going to be the longest the unknown can be), checking each time whether the binary chunk is equal to the unknown

<if it isn't, the number's prime, and if it is, you've factored the number

VA and I already discussed this plenty last thread, so yes, we did build an algorithm.

>and frankly are wasting the time of several people here who could be working on things that aren't veiled delusion

How many times have I said that we don't all have to work on the same thing? I've presented ideas and everyone's telling me they're wrong without addressing the math. If anything, I'm the only one in this conversation not doing what you're accusing me of. You're wasting my time right now.

>There's no magical binary pattern. All binary is is base 2 and base 2 is not based on multiplication in any way. Base 2 is literally how many 2s and a 1 you need to make a number.

Then disprove my math. Here's another post that doesn't address any of the math.

Why are you so fucking angry at me? This is insane. You're telling me I'm disrupting the board and getting super angry with me when at no point have I ever told anyone they have to work on this, and, ironically, your whole point right now is telling me to stop working on an idea. What the fuck is happening right now

>>10975

It's more that I don't think me going there would accomplish anything. Jan having a VQC-related space where the argument from last thread isn't perpetuated allows him to stay involved too.

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

389648 No.10986

>>10976

I do remember the wave form thing. The only wave-like pattern I remember ever seeing in binary was the triangles that were formed from zeros. I remember making screenshots. I think they're in grid patterns somewhere. But I don't think the binary numbers I was looking at for that had anything to do with this (not that I remember, it would have been over a year ago).

>when all the binary a[t] values are sorted prior to the search

When you say all do you mean from the six known elements? Everything in (e,1) and (f,1) is already smallest to largest, unless you mean you take the chunks out and sort those separately.

>Or am I still not understanding the sorting process for a binary search?

I'm still not quite sure what you mean but what we've been working on is literally searching for binary (which is the same as any other search except you happen to be looking for binary). If you're talking about the binary search algorithm (which isn't super related but came up in a discussion last thread), I posted a video about that last thread.

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

ec39e6 No.10987

>>10985

Except that's not what you're doing. Generating 8+ elements in (e, 1) and inputting them in a hundred different ways into the c equation as solution values has nothing to do with induction to an algorithm. It's just a ton of data collection. If you were working on building an algorithm you would be asking how does the loop step use x hint or observation, not that. And the reason why it's angering to see is because people don't post their work here so people can ignore it and work on their own thing. That's why it's angering to see people trying to collaborate but not being able to because the people they want to collaborate are doing Java integer data collection instead of math. And yes, someone did calculate how many iterations your program does and compare it to random distribution: >>10682

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

389648 No.10988

>>10987

>Generating 8+ elements in (e, 1) and inputting them in a hundred different ways into the c equation as solution values has nothing to do with induction to an algorithm. It's just a ton of data collection.

That was when I was trying to see if there was a specific unknown and a specific known, and I didn't find one. There are still plenty of other places to look. That wasn't the actual algorithm.

>If you were working on building an algorithm you would be asking how does the loop step use x hint or observation, not that.

How is what I described in my last post not an algorithm? It takes input, completes operations, and then produces output. That's what an algorithm is. What Chris described last thread contained a loop, and nobody, to my knowledge, had any ideas related to loops as a result. All that means is, if this idea is relevant (which it could be, given the clues it's based on were presented at the same time as he talked about a loop that reduces search space by at least half each time), we haven't figured out everything about it yet.

>And the reason why it's angering to see is because people don't post their work here so people can ignore it and work on their own thing.

Everyone has constantly ignored each other and worked on their own thing since the start. I can point to several people other than myself who complained about that. Also I was helping VA with an idea he had. Should I just keep that to myself and not post it on the board? Then VA doesn't know if his idea is worth exploring.

>And yes, someone did calculate how many iterations your program does and compare it to random distribution

See point one. That wasn't the algorithm. That was me trying to figure out what inputs the algorithm would take by trying every known against every unknown (fucking obviously you wouldn't do that in the final algorithm).

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

ec39e6 No.10989

>>10988

You keep miscontruing what you're doing with the algorithm it's supposed to help make. The missing step in what you're doing is the entirety of the problem itself. I'm willing to work with someone on this without an attitude from now on but what you're doing is literally data collection. (e, 1) by itself isn't transformed to be specific to c, and binary isn't either. Math isn't weather pattern collection. Even if that pattern was there you would find 10x more insight and save many hours of confusion from putting the steps to generate an element next to what would make that end in a or something in binary, not trying to make a computer replace theoretical examination.

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

389648 No.10990

>>10989

>You keep miscontruing what you're doing with the algorithm it's supposed to help make.

I've said the exact same thing a million times because (and, believe it or not, this isn't narcissistic delusion, since I can back it up with facts) >>10682 is based on a completely different algorithm I was using to figure out the algorithm I'm actually working on, >>10964 and >>10967 contain a bunch of statements that aren't true of the algorithm I've been working on, and >>10978 bases its argument on both of those incorrect arguments. Here it is in as plain language as I can make it. If this argument keeps going then this is the post I'm going to refer back to. These are the exact steps of the algorithm idea VA and I have been working on:

<take c (O(1))

<calculate all of c's knowns (a bunch of O(1)s and one O(sqrt))

<assuming one exists, find the one specific element in (e,1) or (f,1) where we have a relevant a[t] value and where the lookup process is the same for every c but unique to every c (it's either going to be O(1) or O(log n) if it exists)

<count through a[t]'s bits from right to left until you find either the unknown represented in binary or you reach d's length, meaning c is prime (O(n) where n is the length of d in bits, which scales logarithmically)

All that's missing is the one element and knowing which one unknown we'd be looking for. Disregard every other post I or VA have made about any of this (aside from the ones where we show that this binary pattern does exist, which I can refer back to if you don't believe me) and focus on the four lines of greentext above. Are there any issues with this algorithm? This specific algorithm within this post I'm typing right now? No more of what you perceive as misconstruing what I'm doing. This is the fucking algorithm.

>I'm willing to work with someone on this without an attitude from now on

Wow, what a heartfelt apology

>what you're doing is literally data collection

No it literally is not holy shit how many times do I have to explain this I was trying to figure out what inputs the algorithm would take, that is not the algorithm itself

>(e, 1) by itself isn't transformed to be specific to c

So an and a(n-1) also aren't specific to 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.

ec39e6 No.10991

>>10990

You are taking my statements obstinately literally. I was referring to the fact that (e, 1) isn't organized in any way that allows you to query the c-specific information in it, namely t and t of nb. Secondly, why would that element exist at all? The existence of it follows from your interpretation of the wave function hint and nothing else in grid patterns. Every VQC hint I can think of would tell you to put information together in an algorithm, not reduce the problem to an intractable "find the lookup element." How is that progress? I would rather make small improvements over an exponential search like "I can skip every so and so t" than have an integer factorization problem within an integer factorization problem of trying to find a divine lookup element. The way you are posing this problem makes it impossible because to complete the algorithm you're proposing in those steps requires everything nontrivial to be solved at once in one step. It's the exact same thing as writing the grid equations and trying to find the missing one between n and c. It doesn't "break the problem down" it literally shoves it into one element.

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

389648 No.10992

>>10991

>I was referring to the fact that (e, 1) isn't organized in any way that allows you to query the c-specific information in it, namely t and t of nb.

That's irrelevant if that's not the element we're looking for.

>Secondly, why would that element exist at all?

If you look here >>10689 99% of all numbers up to 350k were factored based on 18 elements and I think 9 unknowns. There are significantly more unknowns than that and exponentially more elements to look at. Why would it not exist?

>The existence of it follows from your interpretation of the wave function hint

Is this whole discussion just a wind up? The only time anyone's mentioned the hint about wave functions was VA a couple hours ago. We've been working on this idea for months. I am trying very hard right now not to type anything angry, but this statement could not possibly be further from the truth, to the point where I am genuinely starting to question if your entire deal here is to just make me angry and waste my time. How in the everliving fuck did you come to the conclusion that this idea is based on the wave function hint? Please tell me.

>The way you are posing this problem makes it impossible because to complete the algorithm you're proposing in those steps requires everything nontrivial to be solved at once in one step

Not if it's the element found from the loop Chris mentioned last thread it isn't. O(log n) followed by O(log n) is O(log n). That's why I said O(1) or O(log n), because I don't know.

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

ec39e6 No.10993

>>10992

To what place are you checking the ending of each a[t]? Up to the bit length of d?

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

389648 No.10994

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

ec39e6 No.10995

>>10994

>>10992

c = 499 * 701 = 591^2 + 518 = 349799

T = 296

Now I'm taking the average bit length of a[t] to calculate the amount of calculations in total

a_sum(296) = 17454195

a_sum(296) / T = 58966

(log2(58966)+1) = 16

16 * 18 * 9 = 2592

The search space in a is 590 = d-1. If every a[t] has a different value more often than not for those 2592 calculations, between 5 and 4 times the search space of a, then this is a disordered but complete search of the whole search space between a and d.

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

f69135 No.10996

Hello all.

>>10990

>Thanks for explaining more clearly, it was hard to get what you were trying to do.

I think the best explanation of anon's criticism is that the problem isn't being broken down. There are many simple formulas in maths that have very complex derivations, integer factorisation is definitely one of those. If you are trying to arrive at that formula by only looking at the place where that formula would fit in instead of the complex derivation (in this case the many different patterns compiled by AA in GP and the many different concepts mentioned by VQC), you confine finding the solution to an accident at least in terms of insight. Sieves make progress by breaking the problem down into smaller and smaller steps. Taking the equations that form the grid and defining formulas to shortcut certain processes or give a certain quantity faster than searching is what I'm good at. I don't see myself providing anything useful by trying to find a relationship between an uncertain element and c which may not even be algebraic (it could take more than one step to isolate, which is something that is very hard to identify working backwards with such little information). That is why I focused on showing there may be a better route than what were you doing, AA.

>>10995

Surprised but enthused the a_sum(t) formula was useful for your point!

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

389648 No.10997

>>10995

>Now I'm taking the average bit length of a[t] to calculate the amount of calculations in total

Why are you doing that? sqrt(349799) is 591, which is 1001001111 in binary, which means a maximum of ten steps. Why is this so hard for you to understand?

>>10996

Most of what you said is true but if that's what this anon is saying then it's obscured by them constantly being incorrect about the idea.

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

ec39e6 No.10998

>>10997

The amount of unknowns and elements you are checking combined with the bit length of d (that should be 18 * 10 * 9, you're right) is the entirety of the search space. Here it's between 2 and 3 times the search space so if there's a different value at each point of the binary check at least a third of the time then you're literally checking every possible odd number below d. I don't know why you keep equating your approach with the length of the final solution but it's getting disingenuous at this point, your approach does ~2.7 times the amount of calculations of trial division yet you're using it as proof that it's approaching the solution.

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

ec39e6 No.10999

This is one number but it generalizes for the following reason: the length of a is around the largest possible length of a as any larger than sqrt(350k) would just become b and a would be small again. The total calculations before being multiplied over the bitlength is 18 * 9 which is going to be a multiplicative order higher than the amount of a for any semiprime below. If your cognitive dissonance forbids you from believing me then put a counter in the program and calculate it yourself but you're going to find the same thing.

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

389648 No.11000

>>10998

>>10999

After having spent all of this time repeatedly telling you that what I'm looking for is one unknown that appears within one known and that the algorithm I wrote to check all unknowns against all knowns was an attempt to figure out which of each to use, if you really still don't understand then I give up. I just cannot possibly comprehend how you still don't understand what I'm saying.

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

389648 No.11001

>>10999

I should have fucking guessed who you were from the start lmao

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

ec39e6 No.11002

>>11001

Yeah it is me. Does that invalidate my point? What don't I understand about your brilliant idea? You've searched every possible value of a (literally) over 350k and then used it as proof there's an element that does it in d-bitlength steps.

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

389648 No.11003

>>11002

>Does that invalidate my point?

It explains why this argument started off with you misrepresenting the idea, getting unnecessarily emotional and insulting me. I would recommend not doing that if you want to have a productive discussion (although last time I said that it made you angrier and then you left the board).

>You've searched every possible value of a

c

>(literally) over 350k and then used it as proof

Evidence. I've never claimed to be right but when this works 99% of the time without even looking at all of the elements then I would consider that worth looking into (whereas you really seem to want me to stop looking into it apparently, even though what I do with my time is irrelevant to what you do with your time).

>What don't I understand about your brilliant idea?

Fucked if I know. But now that I know who you are I actually am going to stop replying because I know you're going to think I'm an asshole and that I'm full of shit no matter what I say.

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

ec39e6 No.11004

>>11003

> I've never claimed to be right but when this works 99% of the time without even looking at all of the elements

Because you're looking at 18 * 9 * bitlength(d) different binary numbers and it remakes the entire search space between a and d normally.

> But now that I know who you are I actually am going to stop replying because I know you're going to think I'm an asshole and that I'm full of shit no matter what I say.

Stop projecting. I came in angry because you kept perpetuating your idea that has been proven backwards and forwards as an exponential search rewritten to be in constant time over the interval up to 350,000. You analyze VA's ideas and show they're exponential search all the time yet can't handle when other people do it to yours.

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

389648 No.11005

>>11004

>Stop projecting. I came in angry because you kept perpetuating your idea that has been proven backwards and forwards as an exponential search rewritten to be in constant time over the interval up to 350,000. You analyze VA's ideas and show they're exponential search all the time yet can't handle when other people do it to yours.

Cool. Explain this graph >>10985

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

ec39e6 No.11006

>>11005

It's a picture of the time complexity of what you want to get to, not the program in question we are discussing that you claimed is evidence your approach is right. It's purposefully disingenuous to equate your approach to the solution. Post a graph of how many calculations your program does over the whole interval.

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

389648 No.11007

>>11006

It's a graph of how many calculations the idea would do over the whole interval assuming there's an element this works for. I don't know how many times I've said that throughout this thread but I'm not going to sit here for another four hours explaining the same thing over and over again for someone who refuses to listen and who I know isn't interested in working on other people's ideas anyway. Eat shit.

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

f69135 No.11008

>>11006

Anon, you've made your point, let's let only the quality of ideas and not spite nor who someone is decide arguments here. AA has not addressed your calculation based on the specifics he gave, you don't need to keep escalating things or accuse him of being disingenuous.

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

ec39e6 No.11009

>>11007

I am, your idea has literally been dominating the board aside from M's and (it's probably one other person) someone being deranged thinking he was me (saying sigma notation was too advanced for the board to understand was hilarious btw to whoever that is). I know I gave off the vibe before that I was quick to dismiss other people's ideas but most of the time it was VA not understanding that small examples are deceitful. It wasn't right of me to treat him that way even if he kept ignoring that analyzing small numbers doesn't show anything and I am sorry for acting that way.

I don't have anything against you, why would I come back if I hated you? You and VA have basically been the only people who post their work until recently.

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

707d15 No.11010

>>11008

This is Jan by the way, I guess you two haven't interacted yet. I did address the calculations by the way, they were irrelevant to what I was talking about.

>>11009

>your idea has literally been dominating the board

For the millionth time this is VA's idea. It's been dominating the board because nobody else has been here aside from M. It's not my fault not much else is being talked about. Go find out where everyone else went.

>I know I gave off the vibe before that I was quick to dismiss other people's ideas

You spent a significant portion of last thread calling us all idiots.

You still haven't posted the factors of RSA2048, by the way.

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

80ea4c No.11011

File: be3c3d0e42ea013⋯.png (1.54 MB,1024x1024,1:1,TrumpBreakfast.png)

>>10984

It's not me you have to convince.

Put in the work.

Earn your name back.

I'm just the muse of the group.

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

f69135 No.11012

>>11009

Thank you for not escalating things any further. Yes I am familiar with that post, I'm glad that person didn't poison higher maths (calculating the amount of operations a program does is an application of computer science which can find application of some very complicated formulas as well).

>>11010

What disproves it? Is his calculation wrong? What's the evidence that the special element exists?

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

707d15 No.11013

>>11012

>What disproves it? Is his calculation wrong?

It's not the correct calculation. Assuming the element exists, the number of steps is the number of bits in d. I've said this so many times today it's starting to lose meaning. His calculation was based on an algorithm I wrote in an attempt to find the element this idea relies on, which had a completely different time complexity and search space.

>What's the evidence that the special element exists?

The evidence is in all of the posts from right before you found the board, one of the relevant posts being >>10689 this one. I looked in a very small constant set of elements in an exponentially-growing set (c*BigN is exponential right? I forget) and it worked for 100% of the numbers I tested when checking all unknowns, so does it not seem plausible that there could be one element within the exponentially-growing set that contains the same unknown for all cs? It's just an idea.

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

f69135 No.11014

>>11013

It would be an elegant solution. Personally I do think it is an elegant solution (and also that it would give the missing piece in the proof that Zeta's zeroes lie on the critical strip), but I don't see any way for myself to make any progress to the answer in the way you've formulated. I think a common idea that everyone can work on would bring peace and direction to the board as well as give Jan a chance to prove he's changed. He said he would post the solution first - find the solution first and you shoot back better than words can.

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

707d15 No.11015

>>11014

If you understand it now then thank you for bearing with me, whether you decide to work on it or not. I don't know how to progress with it at the moment either though. As for Jan, it's a nice sentiment, and it'd be great if we all got along, but I think this argument has been a pretty clear indicator that he hasn't changed, personally.

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

fd499b No.11016

File: 435eb2681b77d29⋯.jpg (47.36 KB,500x393,500:393,This_Is_Sparta.jpg)

Holy Shit! Lol. Just got off work.

Topol, thanks for doing your best to maintain a good working environment.

AA let's work man. Thanks for sticking up for the FACTUAL results of our tests. Spend no more time debating, please. The facts of what we found are there for all anons to read and study. The binary patterns are real.

AA. You took a lot of abuse today. And basically on my behalf. Thank you for sticking to your guns.

And I'm sayin' FUCK THAT.

What we found is legit.

All you Scholars who can't understand the idea are missing all of RSA #17 and the hints provided by Chris.

"Let's work on something together" - Jan

K. How about this:

>>10389

"muh binary is 2's and 0's"

No faggots, it's powers of 2.

and the part that can't be included is the prime portion of the number.

Maybe if you could actually showed that you read and understood the idea we'd take you seriously.

Jan. You are causing Discord as usual. Post an original idea that provides a path towards the solution, instead of insulting and mocking as usual. This is why nobody take you seriously. Best case, autist who can't communicate nicely. Worst case: Shill Extraordinaire.

Let's get back to work.

Anyone can post any idea. Ideas that have merit will be worked on in the group setting. If your idea has no merit, it won't be worked on in the group. Show some clear results like AA and I have, and don't lie and pretend to have the answer.

This is a Forum where ideas are tested. Bring your best ideas to the table and be willing to fight to defend them. Enough of this pussy shit already. Fags. Are we on the chans or on Oprah??

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

ec39e6 No.11017

>>11016

I'm going to pull an AA here: did you even read my posts? I calculated the O notation instead of just saying it isn't valid evidence.

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

ec39e6 No.11018

The full value of N-n can be calculated by finding a sequence of factors of (N-n) which when multiplied together are above d.

It does seem pretty hard to get any factors above 7, but it's a hint so >>7155

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

ec39e6 No.11019

I'm not just posting my idea to post my idea someone asked me to

Example

c89174982716987

N-n = 552991 x 80629668

(-f, 552991, T+1).a = (80629670)

Let me break this down to show it's not arbitrary.

I'm saying if you only find a large enough part of (N-n) (in this case 552991), then a[(e, part, T)] gives you the other part of N-n. If you get a part of N-n that's too small you'll get a number that when multiplied by your number gives you N or N - a small number. It goes like this as you increase factors of N-n as the row with t = T

an =

N-1.. N-4.. N- some other small numbers.. (after reaching above d size) an = N-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.

707d15 No.11020

>>11018

>>11019

Are we really doing this again? If you have the solution, post the factors of RSA2048. If you don't have the solution, stop saying you have the solution.

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

ec39e6 No.11021

>>11020

Did you just not read what I wrote or something? All I posted is an identity which can be tested for known numbers. It can be combined with the hints saying to factorize other variables, and PMA has done a lot of work on that. It's better than iterating additively because you can improve multiplicatively. (N-n) will always have some factors because it'll always be even.

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

707d15 No.11022

>>11021

It's the same pattern you explained last thread when you said you had the solution.

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

ec39e6 No.11023

>>11022

He asked for an original idea, I posted an original idea, if you don't like the idea you can calculate why you don't like it just like I did for yours

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

707d15 No.11024

>>11023

I just want to know if you're going to take back what you said about having the solution or not.

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

ec39e6 No.11025

>>11024

I take it back.

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

fd499b No.11026

>>11025

Aaaaand no work is getting done. Just arguing. This is the influence of Jan on our board for everyone to see.

SHOW A SOLUTION FOR A C VALUE > 3M USING YOUR METHOD.

The process. In steps. Like AA did.

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

fd499b No.11027

>>11026

And you have 10 Minutes lol

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

ec39e6 No.11028

>>11026

You know the example I posted has 15 digits right? If you post a different number I can show you

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

fd499b No.11029

>>11028

K. Show the steps. Nobody is doubting your skill. Show how it would work for RSA 2048, even if it can't factor the number.

N is known. n is not known.

So how do you arrive at N-n?

Explain the theory in detail. And please provide the conceptual steps, one by one.

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

ec39e6 No.11030

>>11029

Start at a[t] = N in (e, 1)

Move to (e, 2) because 2 will always be a factor of (N-n)

Choose small primes from the factorization of f-1, d+1 or another variable that often shares a prime factor with N-1

If you're right or close enough (it's an integer division so you could be off by a little bit but that's unlikely to be useful) until n > d, a[t]*n = N-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.

ec39e6 No.11031

Sorry: after choosing small primes set current n to current n * small prime

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

707d15 No.11032

>>11025

Thank you for finally being honest. I know you posted this because of what VA said so it doesn't necessarily have anything to do with me but for the record, if you do keep talking about it in this thread, I might have a look tomorrow (I'm burned out right now from arguing with you all day).

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

fd499b No.11033

>>11030

Ok. So you're iterating low primes. Until n > d, a[t]*n = N-n

You made fun of me for iterating multiples of (f-1)/8 to solve the (x+n)^2 area for c6107.

Would you like to apologize for being a dick?

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

fd499b No.11034

>>11030

If you're willing to apologize, I'd be willing to work with you again Jan.

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

ec39e6 No.11035

I can show the idea with tattoo number but the primes are deceivingly small with it, for RSA100 they are way farther (beyond the capability of iterating). Also, for RSA size the value that a[t] * n_cur gets very far away from N, it's only the same as N in this example because N also divides these factors.

N-n = 2940

a[(e, 2, T)] = 1488, 1488 * 2 = N

a[e, 2^2, T)] = 744, 744 * 4 = N

a[(e, 2^2*3, T)] = 248, 248 * 12 = N

a[(e, 2^2*3*5, T)] = 49, 49 * 60 = 2940

a[(e, 2^2*3*5*7, T)] = 7, 7 * 420 = 2940

>>11033

Yeah I'm sorry for making fun of you. You're not iterating these primes, you have to find them in some other distribution that shares them like the factorization of the numbers in VQC's newest post (but those don't give enough common primes, it only gives you 5 and 41 for RSA100's N-n). Normally there wouldn't really be a reason to believe there's any distribution that shares some primes of N-n but that is one potential implication of his post saying to factorize d+1 and f-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.

fd499b No.11036

>>11035

Thanks Jan. Apology accepted.

Kinda weak lol.

I guess that's the best I'll get, but I'll take it.

Let's get to work faggots.

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

fd499b No.11037

>>11035

Aaaand I'll actually study your idea instead of hating your guts lol. Working now.

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

fd499b No.11038

File: 3cfbdac12c09ba1⋯.jpg (114.04 KB,500x743,500:743,Tesla_Smart.jpg)

>>11032

Holy shit dude. Maybe Jan can make a comeback? Remains to be proven, but I'm willing to accept his apology. We're all a bit nuts 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.

fd499b No.11039

File: f1bc9df22506252⋯.jpg (26.78 KB,500x278,250:139,Go_to_jail.jpg)

AA. Here's my current thinking.

Let's run a backwards search using the binary chunks.

What I mean by that is this:

Take RSA 100. VQC asked us to do this, so I know you're in on the Mission.

Calc the knowns. And we already have (a) (b) (n) (n-1) etc.

So having everything we need, we break it down.

So then we look for where the binary chunks match.

Let's run an analysis on RSA 100.

Find all the matching binary chunks. Let's take a big number where we have all the solution elements and break it down as a team.

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

80ea4c No.11040

>>11039

Legiterally, there has to be a pattern.

Everything else has a pattern.

Do primes think they're a one off or some shit?

Fucking egos.

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

707d15 No.11041

>>11039

I think I already did that but maybe I didn't do it with RSA100. I do already have an algorithm for that so I'll have a look but I feel like if unknowns appear as chunks in knowns for RSA100 it's probably not going to be one of the main 6/18 elements we've been looking at, just based on how it seemed to scale.

>>11038

Yeah, look, I really fucking doubt it given everything he said today (like holy shit how can it possibly be that difficult to understand the pattern that everyone else understands, part of me thinks he did that on purpose to fuck with me) but I've never been the sort to write people off completely.

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

707d15 No.11042

>>11039

Tried 18 elements and 15 unknowns and didn't find anything for RSA100. If it's in there somewhere it'll be another element further down. It would take 1.6 dodecillion years to check the entire search space though.

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

ec39e6 No.11043

>>11042

I noticed you mentioned T-t somewhere. The factors of N-n come from (a-1)(b-1) which is 2(N-n). Since (X-x) is (a-1) and half that is T-t, the primes in T-t are the factors of (a-1). Pretty sure an equivalent distance for bn would have the factors of (b-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.

389648 No.11044

>>11043

I never mentioned that anywhere what are you talking about

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

d3b0e0 No.11045

>>10935

>>10936

>>10937

>>10938

>>10939

Hello everyone. Let's refocus.

>Why is it obvious that for RSA_100 that d+1, n-1, f-1, x and (x+n)-1 are divisible by 5?

>Why is it obvious that for RSA_100 that (x+n)(x+n) - 1 is divisible by 40 (8T + 1)?

>Why is it obvious that for RAS_100 that (d+n) mod 100 = 0?

>>11041

>>11042

Thanks for checking again, AA.

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

d3b0e0 No.11046

>>11045

Ok, here's an idea. Thinking out loud, just brainstorming over here.

Take d+1 and f-1

Key idea: check the binary endings of both for a match.

for RSA 100 it's 5?

For other numbers maybe it's different?

What can we do with (d+1)/5 and (f-1)/5 ?

Do these new knowns provide additional information towards solving the unknowns (n-1), x, and (x+n)-1 ?

Working backwards from the RSA 100 solution, what about (x+n)(x+n)-1 / 40 ?

(d+n) mod 100 = 0, so (d+n)/100 = ?

We can make everything for RSA 100 a known.

Interesting choice of words:

>Why is it obvious that for RSA_100 that d+1, n-1, f-1, x and (x+n)-1 are divisible by 5?

Maybe because something is visible in binary, like 5 = 101 as the ending chunk. If we can analyze our knowns using the binary method, create the unknowns, find a common multiple, etc. then maybe that's the "lock and key" Chris was describing.

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

ec39e6 No.11047

>>11046

You're overcomplicating that part. Our decimal system makes it obvious they're divisible by 5 because they end in 5 visually.

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

c1c29d No.11048

File: 478eea06048a4d4⋯.png (290.49 KB,2246x824,1123:412,c7049767_ecmg_debug.png)

Hi guys.

Have been studying elliptic curve factorization methods and wanted to see if there was some way to implement a similar process using the grid.

Example attached for c7049767 shows debug output for an algortihm similar to Lenstra's phase 1 method.

It works as follows:

1. Choose a random starting element (G) in (e,1) where a[t] is between e and c-1.

2. Iterate q primes, multiplying each previous a[t] by m; where m is q raised to some power and less than max(q) if q is less than the root of max(q), otherwise m is q. (i.e. 2^3, 3^3, 5, 7, etc. where max q is 13)

3. for each new element (kQ), check for a factor with gcd( a[t] % c, c ) > 1.

4. repeat

Elements created in steps 1 and 2 use the getElementBelowPrimeFactor method >>10465 to ensure validity.

Results here are highly dependent on the random starting element, but do show a modular way of finding factors in otherwise non-related elements.

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

aee092 No.11049

>>11046

>Maybe because something is visible in binary, like 5 = 101 as the ending chunk

If you look >>10956 here, d+1, n-1 and f-1 all have different endings in binary, so that's not it.

>>11047

You're missing the point. Several of those numbers are unknown. How are we supposed to know they're divisible by 5?

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

3839ed No.11050

>>11048

You should learn how this works AA.

There’s much nontrivial to find group operations (p-1, ECM, this idea).

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

aee092 No.11051

>>11050

And you should learn the thing me and VA are looking at instead of being combative.

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

80ea4c No.11052

File: 0083bc30d73ec3c⋯.png (924.36 KB,1000x1317,1000:1317,BuddhaQalmYourEgo.png)

>>11051

>>11050

You should both swallow your fucking pride and look into each other's thing.

FFS Y'ALL!

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

352851 No.11053

>>11048

This is amazing! This is what algorithm building looks like. I will be implementing this and seeing what makes it tick, please post more.

Different question: who came up with the formula for getElementBelowRoot and getElementBelowPrimeFactor?

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

c1c29d No.11054

>>11053

Thanks, M.

ECM is quite fascinating.

Have been able to piece together a Montgomery curve version implementing both phase 1 and 2 that enables factorization of numbers with 50-60 bit primes with reasonable performance. There is a good c++ example at github.com/onechip/ecm that you may find interesting.

Not entirely sure how to adapt phase 2 to the grid yet.

Regarding the formulas, an attachment in RSA #15 >>9102 included getElementBelowRoot as part of an algorithm introducing D, D2, and related elements. The getElementBelowPrimeFactor formula was posted originally to qresearch and subsequently in RSA #16 >>10064.

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

3839ed No.11055

>>11053

>>11054

I originally thought of those as the answer to the question "what are the elements that d is between in row one?" To reach the formula, suppose n=1 for c, then (x+n)^2 would be (d+1)^2-c = f. Take the square root of that and one away and it's the x of D. The formula for the closest value in a[t] is similar, xx+e = 2na -> sqrt(2na-e) = x where a is the input.

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

aa75cb No.11056

File: 6b62a9abe6b7ede⋯.jpg (2 MB,1920x1200,8:5,Ponies.jpg)

>>11052

Exactly. Thanks Topol! I love that a greater level of peace is prevailing here on the board. Things have calmed down, especially with Jan apologizing, and his apology being accepted. As you pointed out here:

>>10983

>Imagine this is a car.

>Installation of the windows and seats has fuck all to do with the engine being worked on.

>IT'S OKAY TO WORK ON DIFFERENT AND RELATED THINGS!

>>11049

Thanks AA. We have some exploring to do, looking for our key element. Perhaps approaching it from that angle would be more productive. Let's brainstorm some new ideas to check out. I keep thinking of the clue "once you c i[t] you can't un c it". Lol. what happens at a[c]? Might be worth looking into.

It's nice to see multiple ideas being worked on and discussed again! Wow, a working board, whaddya know! It's a healthy sign to have different theories and work being presented. And healthy to acknowledge that none of us have this figured out yet.

>>11055

This is correct thinking, based on many clues VQC has given us way back to the start. The underlying ideas match everything we've been given.

It's also very healthy to see PMA saying this on Discord:

>This process is hit and miss, though. Very rough and highly dependent on the random starting element.

Overall Anons, I'm very happy to check in and see us getting along again, and to see PMA, Jan, and M excited to work on their theories and work too. I'm glad we fought, now everything is out in the open and resolved.

AA and I have invested a lot of work on our ideas, and will continue to look for the a[t] value(s) where (a) or (n) or (n-1) show up in binary.

As M pointed out here

>>11014

>It would be an elegant solution.

Let's keep thinking and working.

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

aa75cb No.11057

>>11048

Hey PMA! Great work as always. Glad you're posting your work 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.

80ea4c No.11058

Hey AA… Is that you derping around on the Q boards with mathspazz?

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

3f20a3 No.11059

>>11058

No, I only ever post on /qresearch/ when I'm fishing for Chris. I've also been quite busy with IRL stuff.

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

9c6e68 No.11060

>>11059

Hello AA. I've got an idea for a backwards search that is looking for a pattern in a[t].

Bid idea: at what [t] value(s) does the prime (a) show up?

Pick 10-20 c values that we have all knows for, or quickly calc them.

Semiprimes would be best, since they seem to have the highest fail rate with our theory.

Scan all values between a[1] and a[c*N] in (e,1) and (-f,1) looking for (a) in binary.

Look for similarities in WHERE matches show up.

We've proved that they DO show up.

Now let's explore Where.

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

9c6e68 No.11061

>>11060

Lol. Typos. Whatever.

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

3f20a3 No.11062

>>11060

>We've proved that they DO show up.

80% of the time for a, go look at all the terminal output pictures I posted last thread 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.

7cc554 No.11063

File: 5fb50d40bb8d29a⋯.png (578.33 KB,1888x1666,944:833,c21059917_ecmg_stage2_debu….png)

>>11048

Continuing with ECM and the grid.

Have made an initial attempt to implement stage 2 as follows:

1. Extend the original q prime range (B1) to an upper bound (B2) calculated as 2 * ln(c)^2.

2. Starting with the last element kQ from stage 1, iterate q primes between B1 and B2, multiplying each previous a[t] by q.

3. For each element Q, calculate g = (g * Q.a) % c.

4. Finally, check for a factor with gcd(g, c) > 1.

An example for c21059917 is attached showing debug output for both stage 1 and stage 2. Primes have been filtered to those ending in 01 binary, Q elements are formatted as (e,n,t), and gcd(g,c) calculations have been added at each step to show that once a factor is found, it remains in subsequent iterations.

With the addition of stage 2, and without filtering primes by binary ending, this ecm/grid algorithm is able to successfully factor small semiprimes up to 9 digits with few iterations.

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

80ea4c No.11064

>>11062

so hooooow do we get to more than 80%?

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

3a7f82 No.11065

>>11048

>Choose a random starting element (G) in (e,1) where a[t] is between e and c-1.

Minor change here.

A random starting element (G) in (e,1) where a[t] is between a[D] and a[C].

D is the element below the root of c and C is the element below c using the getElementBelowRoot method.

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

2094ff No.11066

>>11064

Looks like you also need to go read my posts from last thread again because I already talked about that a bunch

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

80ea4c No.11067

>>11066

Have you gotten any further since then?

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

2094ff No.11068

>>11067

If I had I would have posted about 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.

80ea4c No.11069

YouTube embed. Click thumbnail to play.

>>11068

But then, like… why are you so condescending about it when even you haven't elaborated???

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

2094ff No.11070

>>11069

How am I being condescending?

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

80ea4c No.11071

>>11070

OMG JUST READ THE PREVIOUS THREADS, WHY SHOULD I TYPE IT OUT?!

😘

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

2094ff No.11072

>>11071

>omg just type the same thing fifty times because I'm too lazy to open the previous thread

I am one more of these conversations with you away from just filtering you and pretending you don't exist because I am sick to fucking death of having to justify menial bullshit to you. I explained to VA last thread when I was working on the pattern that a and a+1 show up at the end of a[t]s in (e,1) and (f,1) 80% of the time. I went into detail and spent hours studying it, making terminal output and typing it out so that it could be referred back to later or even expanded upon (two examples of posts about this are >>10644 and >>10645 which are both towards the start of the explanation). Later on in that thread, despite having told VA a bunch of times, he kept telling me to look into it again, insinuating that they might actually always turn up (even though I proved that they don't) and I explained it to him again, with another person turning up asking me to explain myself again when they could have easily referred back to the original posts I'd made (see >>10755 >>10756 >>10767 >>10768 >>10770 >>10772 >>10790 among others). Having reread VA's post in this thread that I originally replied to (and he hasn't been here since so he couldn't have pointed it out), I didn't understand his latest idea right, and the frequency of them showing up is irrelevant to the idea (so none of what I'm typing out now is directed towards VA). But then you came in and asked me a question I talked about a great deal last thread, repeating the same situation I just outlined. Think about if in all of those posts I linked I had explained the same thing in detail again and again and ask yourself (a) how much thread space that would have taken up, (b) how much disruption that would have potentially caused when anyone else wanted to talk about something different, (c) how much of my time that would have taken, and (d) how meaningless it all would have been given anyone at any time can refer back to the original posts I already made explaining it.

I am not going to waste hours of my time going into detail about a pattern I already went into detail about several times. The information is still easily accessible. Not only would it be a giant waste of my time to explain everything again, it would also be a waste of the space within this thread. I'm not being condescending, you're being a fucking twat. Suck my dick.

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

80ea4c No.11073

File: 8d06f0b05190d05⋯.jpg (98.12 KB,500x500,1:1,Cornholio.jpg)

>>11072

>I'm not being condescending, you're being a fucking twat. Suck my dick.

<slow clap

Just a simple request to reference the posts you're talking about, like you finally did. Wasn't asking for a verbatim.

You know where the posts you're talking about are, which makes finding them easier for you than it is for others to go back and sift.

No need to bite my (nor anyone else's) head off.

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

80ea4c No.11074

>>11053

HeyM!

Are you still around and do you use Discord?

I can bring you to the Nerd bunker, if you're interested.

It's where a solid chunk of the work gets done.

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

955efa No.11075

>>11073

>No need to bite my (nor anyone else's) head off.

You've been doing this unwarranted behaviour police bullshit for months and it's fucking irritating, especially when every time you do it you're incorrect. Like right now. In your sarcastic redtext you said you wanted me to type it out again, and now you're saying you wanted me to link to a post. At no point in this conversation did you ask me to link to a post. Please stop attacking me every time I post something.

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

80ea4c No.11076

YouTube embed. Click thumbnail to play.

>>11075

Ignoring that links don't manifest themselves, fine.

You got anything new to show/discuss/talk about?

Any interesting coding you've been working with?

Any recent insight?

How've you been?

You doin' aight?

Times are stressful and shit.

Stay hydrated!

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

3839ed No.11077

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

955efa No.11078

File: 96b72dd80611c2b⋯.png (12.81 KB,1200x292,300:73,a_success_pattern_search.png)

File: 7e00f217590d1a7⋯.png (9.12 KB,1200x292,300:73,n_success_pattern_search.png)

File: f86744d812000fb⋯.png (16.97 KB,1200x292,300:73,an_d_success_pattern_searc….png)

File: 699e8f2f3b07214⋯.png (6.05 KB,1200x292,300:73,all_vars_success_pattern_s….png)

File: c15c94cebcb78de⋯.png (35.66 KB,1762x760,881:380,bit_chunk_success_percent_….png)

>>11060

First four pictures are c as the x axis (from the middle going forwards for e, from the middle going backwards for f, so it's symmetrical about c) and the y axis as the t where a[t] has the unknown as a chunk at the end of its binary (only testing up to c=299). Hope that's what you meant. You only mentioned a but I checked a couple others too, as well as a check for all unknowns. I can't see any useful patterns here unfortunately. The last image is just a graph showing how often each of the unknowns I've been testing shows up in general (up to c=999).

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

955efa No.11079

>>11078

The image server appears to be down so if when it comes back up those images don't load properly I'll come back and post them again later. You haven't been here for a week and none of this is likely to advance us further anyway so it isn't exactly urgent.

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

4ac8b6 No.11080

File: fd397561888215f⋯.png (5.06 KB,903x438,301:146,all_vars_success_pattern_s….png)

File: 941ee2e2e4db6bf⋯.png (70.18 KB,3003x1467,1001:489,all_vars_success_pattern_s….png)

>>11078

>>11079

In these two images I did the same thing as the fourth image from the first post I'm replying to (checking for all unknowns in the list) except this time I've overlapped (e,1) and (f,1). Red lines denote primes since they don't work. The x axis is c values and the y axis is t values in (e,1) and (f,1) (overlapped). The first one is c 3 to 299 and the second one is c 3 to 999. Black means one of the unknowns was found for that c as a chunk at the end of a[t] in binary, white means nothing was found at that t for either (e,1) or (f,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.

696807 No.11081

OK, so by now, you know why BTC was created.

You know why it spiked after the beginning of Nov 17.

Trafficking.

Banking.

Shadow banking+.

Metals.

Information.

INTENTIONS.

Every [bit] of d and e tells you everything.

It's the OR(DE)R.

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

696807 No.11082

>>11080

Beautiful.

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

696807 No.11083

Patterns you expected quite rightly and patterns you will see, at greater magnitude.

Cloaked if you like.

I am going to show you what you're capable of.

Donald J Trump's best advice.

Think BIGGER.

Over and over.

The Construction of Triangle Numbers.

Golden.

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

696807 No.11084

President Trump.

Gen Flynn.

The bar is Set. It won't be set lower.

Great suffering against inclusion.

Many of the 6-4% do not meet Judgement.

You know the Art of the Deal.

God Bless America.

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

93e5ff No.11085

File: fd88c8ce9ed11c4⋯.png (1020.03 KB,1015x768,1015:768,Screenshot_from_2020_07_21….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.

19fe49 No.11086

>>11074

I'm still here. I've been working on some of my own projects. I don't have DIscord, I prefer to keep my interactions that started in public in public.

>>11084

I kept my mouth shut for a while in the hopes that you all would realize it on my own if I went through some hints with you all. Maybe some of you do see it but haven't accepted it. I will say it now: This is a pure unadulterated LARP. Coming back to rehash the same thing over and over again when it dies, never responding to criticism/questions, hints becoming vaguer and vaguer to the point of impossibility of falsification, and, most notably baking it in with the news of the day/week/month to maintain the appearance of relevance.

The grid is a good idea. You've gotten far with it. Maybe you're just missing a piece. The fact is, hint-based research cripples critical thinking. It would be better for your soul and the souls whose foundation and approach to the study of mathematics you've crippled if you admitted 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.

553905 No.11087

>>11083

>Patterns you expected quite rightly and patterns you will see, at greater magnitude.

If you're talking about the binary thing, we (or at least I) tried that with RSA100 and didn't find anything. And if you aren't talking about the binary thing then I have no idea what you're referring to. Why did you stop using your trip?

>>11086

You're entitled to your opinion as long as you don't spam it endlessly and you accept that some of us are convinced that this might be more than a LARP. There was a guy around when this started who started spamming the board about it and the only way to get him to stop was with a ban.

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

80ea4c No.11088

File: 21d6e2bf3fbe9f6⋯.png (875.66 KB,639x960,213:320,FalconFlynnOmaeWa.png)

>>11084

Howdy!

>>11086

1. I feel ya. There's just been some site-related-fuckery over the years and a bunker was a necessity.

2. You're showing your hand after the first Christ-post you're here for?

And you sound like Jan?

Crazy.

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

3839ed No.11089

>>11085

That's like 1 month of QC research

They're extremely expensive to operate and build

>>11086

The damage that has been done is already done. It's been like one year of never responding to questions and then there was that one post saying he was just waiting for "the time." Just retroactively justifying bullshit. We haven't been discouraged from studying other maths and your posts have only encouraged us, so don't worry about 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.

3839ed No.11090

It takes one to know one

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

80ea4c No.11091

File: f25b744e09365ee⋯.png (439.64 KB,800x778,400:389,BornWithAutism.png)

>>11089

>The damage that has been done is already done.

ahem

>It's been like one year of never responding to questions

Takes a dedicated person to stick around long enough to know that.

>and then there was that one post saying he was just waiting for "the time."

It's a sensitive subject, to say the least.

>Just retroactively justifying bullshit.

"Future proves Past", or so they say.

>We haven't been discouraged from studying other maths

Wasn't the point to encourage that?

AM I DOING THIS WRONG?!

>and your posts have only encouraged us,

You son of a bitch.

I'm in.

>so don't worry about it.

This read a lot differently when I broke it up.

Neat!

>>11090

<pic related

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

553905 No.11092

>>11089

>and then there was that one post saying he was just waiting for "the time."

In all fairness, disregarding the validity of anything else Chris has said that might be grounds for calling this a LARP, if you knew something that would cause all of the changes that this will cause, would you put it out publicly now when there's still the potential for the deep state people to find you and make you commit suicide with two shots to the back of the head?

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

80ea4c No.11093

YouTube embed. Click thumbnail to play.

>>11092

Good thing he's no longer an alcoholic!

You know how much they like double shots.

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

3839ed No.11094

>>11092

If I convinced you that I had the solution then I convinced them

Yet I'm fine and I don't have viruses and I'm not running from assassins, etc. I even posted password encrypted archives with no context right before 8chan died just to see what would happen. Nothing happened. So if you don't choose to believe they meticulous hacked into my computer with NSA software and examined all of my 400 Java source code files to examine whether or not I solved it (I don't), then the only other alternative is that following hints doesn't lead to a solution.

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

80ea4c No.11095

>>11094

dat 47 tho…

Also, that could make some fun Navy Seal copypasta…

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

3839ed No.11096

Here's my logic: if following hints leads to a solution, why am I fine for convincingly larping that I had one?

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

80ea4c No.11097

>>11096

because you're an insignificant faggot and no one cares?

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

80ea4c No.11098

YouTube embed. Click thumbnail to play.

>>11097

>>11096

Maybe?

I'm just throwing that out that.

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

80ea4c No.11099

YouTube embed. Click thumbnail to play.

>>11098

*out there

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

553905 No.11100

>>11094

>If I convinced you that I had the solution then I convinced them

Maybe that's why he hasn't put out any 100% conclusive proof.

>>11096

You convinced us in the same way that Chris convinced us, and you think Chris is full of shit, so if the feds think Chris is full of shit, naturally they would also think you were full of shit.

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

553905 No.11101

>>11100

I kinda minced up the quotes but hopefully you get the point. You've thought Chris was full of shit forever anyway so I'm not going to try to convince you of anything.

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

82c96a No.11102

Hello Anons!

>>11078

>>11080

Thanks AA. Those are pretty fucking cool graphs!! I've looked them over for patterns, and nothing is apparent at the moment as far as a consistent [t] location.

>>11081

>Every [bit] of d and e tells you everything.

>It's the OR(DE)R.

>>11083

>The Construction of Triangle Numbers.

>Golden.

Hmm. Interesting clues. Clearly related to the branching tree ideas, of course. d, e, and f all share binary data?

I've been turning everything over in my mind again, and I have one worthwhile idea.

Here it is.

The simple formulas from the beginning could also have hidden binary data.

For example, d-x=a

If a is prime, does it clearly show up as a binary tag embedded within d?

because as simple as it is, d-a = x and Chris kept reminding us that this is a lookup for x.

Also, f=2d+1-e and that includes all the pieces in the new hint. d, e, and f which is created using both. In row 1, sqrt(f) solves for x.

xx+e=2na keeps popping into my head too.

Anyhow, just thinking things over and looking for new paths to explore. I'll have time tomorrow to start crunching numbers.

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

3839ed No.11103

>>11100

>>11101

Aren't you exposing a contradiction?

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

edf8bd No.11104

>>11103

Not that I'm aware of. You think Chris is LARPing. I don't. You said you convinced us that you had the solution but that you were LARPing I like how you used to find that insulting and now you're using it to describe yourself. If you were in our position, you probably wouldn't have been convinced, for the same reasons you think Chris is LARPing. So logically if the feds think Chris is full of shit, they would have also thought that you were full of shit and not looked into anything you did. Where's the contradiction?

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

3839ed No.11105

>>11104

If there's substance here, why did you think there was substance there?

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

7044a4 No.11106

>>11105

I guess I'm just gullible, I dunno. Doesn't really change anything.

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

80ea4c No.11107

>>11106

If the maths didn't do anything, then we wouldn't be here.

(Or, in other words, I must be gullible, too.)

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

ade026 No.11108

>>11106

>I guess I'm just gullible, I dunno. Doesn't really change anything.

The problem is, if you fell for one LARP wrapped in the same verbage as the initial putative "truth", how do you know there's any substance to the initial one?

Did you consider perhaps Chris was just like Jan, in the sense that he wanted people to work on his idea but unlike Jan he didn't stop the LARP when it showed its value but continued it for his own amusement?

The journey is more important than the destination. Would you not say you know more math now than before?

Sometimes the bravest thing you can do is admit you were wrong, it's also when the healing can begin. God bless you all.

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

6791bd No.11109

>>11108

Oh yeah totally, I guess we should all leave the board and move on with our lives, you first

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

80ea4c No.11110

File: 433339adc8cadf4⋯.png (395.01 KB,640x640,1:1,433339adc8cadf4d3671ef87c1….png)

>>11108

>be me

>fuck off

Yeah, okay.

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

80ea4c No.11111

Just for fun, 31

:D

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

67d060 No.11112

>>11109

>>11110

Suppose outside of whether it is true, that the hints don’t lead anywhere, just to consider your own ability for a moment. Could you develop an algorithm/progress just by your own idea? I ask this because you said it best yourself in . If the fruit VQC produces are people that only know how to follow him, I don’t want to be one of them. None of my professors were like that. They were there to teach, they weren’t there on an ego-driven mission to fix people’s character. What kind of teacher produces students that can’t do anything without him? Truly good teachers make leaders, not followers.

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

67d060 No.11113

Meant to link >>10628.

> We need Chris to tell us the answer.

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

80ea4c No.11114

>>11113

>>11112

I don't make algorithms. Dass not my yob here.

As for Chris being a teacher… that's never how this worked.

Think of it like this:

The nerds were in a classroom and I wandered by and started drawing on the board.

Then this Chris guy walked in, lit a doobie laced with DMT, and threw a problem onto the floor.

We all looked at it, saw what it looked like it be, and couldn't help but get to work on it.

Does Chris work here? Is he a TA? Does he have credentials?

Doesn't matter.

There's a problem that he claims is doable.

And so far, it seems like he's right.

You wanna talk shit? Disproof 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.

67d060 No.11115

>>11114

I abhor spending my time talking about other people in the third person. However, it proves necessary when LARPs become an obstacle to true maths.

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

80ea4c No.11116

>>11115

But that's how english works…

If I just stuck to "he", then you wouldn't know who the subject was.

Silly.

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

ada60f No.11117

>>11115

>when LARPs become an obstacle to true maths

The vast majority of this thread is you and Jan trying to stop me and VA from looking into a specific idea. The only obstacle to math right now is you two refusing to accept a difference in opinion and filling this thread with irrelevant posts. If you care so much about math, stop bugging me and post some math.

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

80ea4c No.11118

>>11117

>stop bugging [niggaz] and post some math.

I concur.

Trying to make a case against a specific approach is one thing.

Shitting on Chris for the sake of doing so doesn't benefit anyone.

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

176a4e No.11119

File: c9f4c350e534281⋯.png (33.17 KB,961x294,961:294,Inconnu.png)

Since I never posted the full derivation of a global a_sum formula:

I am working on a formula for n > 1 which takes into account valid elements, however it will most likely require the divisors of 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.

6d41f3 No.11120

>>11111

Chek'd!!!!!

If 41,

Could have replied with 271 and done (a*b).

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

3839ed No.11121

File: 1fd362bf173c24f⋯.jpg (103.89 KB,919x688,919:688,e9ab7787f4de83d6e9aa2e5973….jpg)

>>11117

I think it's clear there's a lot of people lurking who want to see if Chris is real or not. You're like the only person doing math who he's acknowledged for ages so it matters a lot if you're convinced. If you're not any more then he has nobody to keep replying to pretending the rest don't exist. You have the power to force him to drop the act.

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

7044a4 No.11122

>>11121

Jan. Get it through your thick head already. I don't care what you think about Chris. Post math or stop 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.

3839ed No.11123

>>11119

Your line of formulas actually motivated me to update my ancient real-time grid generator. I added a smarter form of element validation and more forms of viewing the cell. Haven't written the formula but I think there should be a t that will always be valid based on the 1*n factorization, since moving to lower rows is dividing a[t] by 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.

80ea4c No.11124

YouTube embed. Click thumbnail to play.

How to Be Correct About Everything All the Time

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

40d029 No.11125

>>11117

>>11122

>stop bugging me and post some math.

>Post math or stop posting.

YUP.

On /qr/ this type of behavior is an easy way to spot a Shill.

Distraction, misdirection, etc.

Why is it a problem if AA and I work on our idea?

We're skeptical too, but Love this problem and have invested thousands of hours on it. You should work your own angles or STFU and KYS Faggot(s).

>>11114

>Then this Chris guy walked in, lit a doobie laced with DMT, and threw a problem onto the floor.

Bahahahaha

Pretty much Topol!

K. Thinking over a bunch of possible ideas. Here's an interesting one that I worked trough mentally smoking a cig outside just now. Small c, and a classic, so it may have no bearing on actual truth, but it found (n-1) lol.

c6107

e=23

in binary is 10111

which is 16 + 7= 23

(f-1) = 134-1

133 in binary is 10000101

which is 128 + 5 = 133

binary chunks are 7 and 5

7 * 5 = 35 = (n-1)

There's some math for you faggots, even if it only works for c6107. Did that smoking my cig from memory.

Jan and M, post some work showing a path to a solution, like that.

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

40d029 No.11126

Also, this is a new solution method that has never been proposed on this board. We need creative outside the box thinking if we're going to figure this out lads. Anyone got ideas they're willing to post?

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

40d029 No.11127

>>11126

Lurker Anons? Step 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.

80ea4c No.11128

File: 4b2dd0557a2b2b4⋯.mp4 (656.32 KB,320x426,160:213,ElHijoDelSanto_WiggyWigga.mp4)

>>11127

Remember, Lurkers…

NUMBERS AND CONCEPTS TRANSCEND LANGUAGES!!!

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

6e5b5e No.11129

>>11128

Love you Topol <3

Thanks.

Let's get some ideas flowing.

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

4e836d No.11130

>>11126

GAnon here, I've been working on starting my own business because I figured I can't just do math all the time. I work on this stuff sometimes but I find it hard to find time now. Here are some of my biggest points that I never really fully explored in order of my belief of priority

1) I noticed with my console application (which you should use if you want to get what I'm saying) is that all the patterns looked cool. Moreover they all could be calculated. For instance, with the A grid, there were patterns all over the place. There were some places where you could only connect to points with the same A on 3 other axes, but there were some where you could go on 6 axes. The D grid always looked the same with a different offset centered at (e,n)=(-d^2, -d). Basically my idea with the grids (a, x, d, (x+n), (d+n), f) was that you could look at your current records values and know immediately where other records are. For example (and this is made up formula) "Oh I'm at (e=23,n=50,x=15)? Well I know there is a record at (23+2*15, n-15, x-1)" I have found many patterns so for a given point you could "travel" to and I had them in graphics I just can't find them right now. Basically the grids are the paths you can take. You start at (e, N), and your destination is at (e, less than N). The "algorithm" would be to look at those patterns and basically try to stay along the same e value as you travel up to decrease N and increase A/decrease X. However what was most interesting was the f grid. (or -f grid). Every other pattern (d, a, x) had designs but they were all almost entirely composed of horizontally facing parabolas. Theoretically if you could "follow" these grids up to the correct value, it would be mostly composed of leaps on horizontal parabolas and the main direction we want to go for this is vertical. Now there would be two ways to solve this. Either you find a way to reduce the problem to simpler terms repeatedly, which seems hard, or you use the F grid. With the f grid, there were parabolas facing downward. This was an interesting pattern to me. I thought maybe if I could start at your starting value and jump to the F grid, you could make your way directly up towards n=0 without having to bounce horizontally a million times on the other grids. Especially for high values, you'd have a horizontal shift of 2*H+1 for a vertical shift of 1 versus the opposite which you'd have with the f grid. I haven't really gone further into this but this is what I want to do when I have the free time. I want to enumerate all these patterns and make a console application where it shows you your location and potential "grids" you can travel to and then different keypresses will "move" you to a different record. I'd be happy to dig up those pics and elaborate if ppl are interested

2) Another thing is VQC said something about "going negative" or something along those lines. I had "independently discovered" (unsure if you guys did too) a way to generate another record from within the same (e,n). If you looked at the original pic VQC posted it would generate a record but it would always skip a record (like t=1, 3, 5, 7). I then figured out if you reverse the algorithm and go backwards until you are negative, then reverse the algorithm again to go positive, it gives you the records you would have been skipping. That blew my mind still haven't really dug into why it happens. This also leads me to believe for each "e,n" there are like two strands of numbers intertwined as it goes and perhaps that looking at every record in a cell is misleading and we should be looking at every other record and we may find more patterns.

3) Another thing I had always wondered was if there were any properties over the records. For instance you take a record at (1,3) and add it to a record at (3, 5) and get some new record. I always thought this would be kind of a leap though

4) I think we also might want to look at continued fractions. I think this algorithm relies on the fact that we can get the integer square root so fast we can spend other time calculating other shit. Enter ancient babylon, they had written continued fractions on the walls. Why? idk. My number theory professor brought them up and I was doing some and I noticed that the final term in the repeated continued fraction was always twice a factor of the original number. I showed my teacher and he said he didn't know about it. I'm not sure how nobody had noticed that so I think either he was hiding something or he was just a complete normie who was just good at regurgitating math

5) I also think another thing we could look at is the pythagorean theorem. aa + bb = cc or also cc - bb = aa. What if we squared our c? Could we then find the differences of squares? If we do that, there are actually 4 pairs of squares that could solve it. Again 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.

80ea4c No.11131

File: cc8b6468a72dae7⋯.png (796.21 KB,960x730,96:73,RemoveWithBiden.png)

>>11130

'Ey, buddy.

Sounds like you been good!

And you returned with gifts!

May Kek bless you, GAnon.

May Kek bless you.

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

80ea4c No.11132

YouTube embed. Click thumbnail to play.

Sweet sweet hyperbolic geometry.

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

ade026 No.11133

>>11130

Look I'm here to encourage you guys to continue but I have to step in and criticize you for something:

>Another thing is VQC said something about "going negative" or something along those lines

> I then figured out if you reverse the algorithm and go backwards until you are negative, then reverse the algorithm again to go positive, it gives you the records you would have been skipping. That blew my mind still haven't really dug into why it happens

I have no idea what you're saying. I can't reproduce your hypothesis. I don't know where to build up on it.

It's literally so vague that I can't prove or disprove it.

It's no different from me saying "when I express the digits backwards, the orange and blue numbers are the representative figures that can reconstruct the two prime factors of a semiprime number". It's got math in it, but it's entirely nonsensical.

Up the game a little bit. Produce either a program or a mathematical expression to actually write what you're saying. Don't waste everyone's time over 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.

000000 No.11134

>>11130

>>11133

Regarding point 2. I think he is referring to what we've called "chains" or "sequences". Take (3, 6). It consists of, what appears to be, two independent "chains" / "sequences". Specifically (3:6:4:3:1:19) and (3:6:16:9:7:37).

I'm unsure exactly of what he is referring to, in terms of algorithm, but I think it boils down to, move "backwards" by subtracting 2n from x, if you then invert the sign of x, you'll "swap" sequence. I believe this was covered in some of the earlier threads.

Example:

(3:6:16:9:7:37) - Move "back" by: x = 9 - 2*6 = -3

(3:6:-2:-3:1:7) - Flip -3 to 3

(3:6:4:3:1:19)

(DON'T TRUST THIS!)

As a side note, all valid x-values in (e, n) are the equations where (yy + e) = 0 (mod n) for some y where y % 2 == e % 2 (Case when y % 2 != e % 2 => y is a d in terms of e). Don't take what I'm saying for granted, I haven't double checked my notes, might be the other way around.

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

50ad2e No.11135

>>11133

>I'm here to encourage you guys to continue

>only other post is >>11108

>can't even into basic grid terminology

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

3839ed No.11136

>>11134

>>11135

Lmao how are you defending the need to imagine what someone meant

Oh wait.

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

ade026 No.11137

>>11134

>I'm unsure exactly of what he is referring to, in terms of algorithm

And that's all that needs to be said. Press him for more information, if he can't be clear about his idea he shouldn't be wasting your time. Don't try to make his point for him.

>>11135

It's called tough love. Otherwise you'll go loose with your words and end up god knows where.

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

000000 No.11138

>>11136

>>11137

So much toxicity and hostility on this board.

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

8eaaac No.11139

>>11138

Another perpetual victim mentality

You fit right in here, take a seat.

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

80ea4c No.11140

File: 58367c1b812fdc5⋯.png (302.92 KB,480x864,5:9,ClipboardImage.png)

>>11137

Loose words are how you get the herpe.

>>11138

Math is one of the most egotistical adventures possible.

Everyone knows that.

>>11139

"Perpetual victim mentality"…

Soooooo….

I'm not the only Jew, anymore?

MAZOL TOV!

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

80ea4c No.11141

YouTube embed. Click thumbnail to play.

Dungeon Numbers (extra) - Numberphile

kinky.

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

80ea4c No.11142

YouTube embed. Click thumbnail to play.

What does this prove? Some of the most gorgeous visual "shrink" proofs ever invented

Turning property… shifting property… hey! We work with a The Grid!

I wonder if there's anything applicable 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.

7c455d No.11143

>>11138

You'd almost wonder if this board is even about math anymore.

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

bfc369 No.11144

Vagueness is deceit. Mathematics is clear. Remove this obstacle or you will go nowhere and are a waste of my time. I’m willing to bet anything this board will be nowhere in a years time under VQC’s care. Jan, PMA, those who can see the truth, I’m working on something for you all. Contending with incoherent rambling is not my cup of tea. Get as butthurt as you want and pretend it’s going somewhere, I’ll just set my calendar.

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

517329 No.11145

>>11144

You're the one who's butthurt, otherwise you wouldn't feel the need to make a post like this and you'd just post the math when it's ready.

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

059044 No.11146

File: 3b6b77e35a7a24b⋯.png (69.11 KB,861x165,287:55,Screen_Shot_2020_08_02_01.png)

File: 9ce0aaed40a47f6⋯.png (76.57 KB,1151x173,1151:173,Screen_Shot_2020_08_02_02.png)

File: 859c3a925389698⋯.png (252.23 KB,1374x331,1374:331,Screen_Shot_2020_08_02_04.png)

File: bbe0f3a1909de43⋯.png (80.28 KB,915x164,915:164,Screen_Shot_2020_08_02_05.png)

File: 564c7e4db9c69ee⋯.png (167.93 KB,914x300,457:150,Screen_Shot_2020_08_02_06.png)

>>11143

Hello Anons. I'm going to ignore all the drama for now. I've been studying instead.

Just spent a couple hours reviewing all the VQC maps, looking for good ideas.

Math is alive and well here, everyone.

Here's the crumbs that caught my interest. The first one is a Twatter DM from WAYYYY back.

Interesting to note that the Trees VQC has been talking about seems to be viewable only in binary based on this old crumb. Who knows!

I'm going to revisit all these concepts looking for binary chunks, family relationships, and some way to implement the idea VQC expressed here:

>>5887

>(n-1)/8 (f-1)/8 (x+n)/8

>properties of 2d and f limit factors that will lock these values together

Here's an Idea: Everyone can post their ideas, without trying to stop anyone else from following their own mental path or talking shit. It's like Federal vs. State's Rights lol. We can have 50 potential ideas being worked on instead of just one. I can look over at your state and think you're crazy, and you can do the same to me. However, here on the board, post your work, ideas, and questions. Don't try to stop or discourage people from doing their own work.

We've all been working together so long we might as declare a cease fire. AA and I are going to work on our ideas, and please work on yours as well. Competition of ideas is key to the Free Market lol.

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

059044 No.11147

>>11146

Hmmm. Is the image server down 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.

517329 No.11148

>>11147

Appears so

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

059044 No.11149

>>11148

Hey AA, I have some ideas.

Integrating the triangle ideas with the binary chunks.

The Lock and Key method must have binary factors/chunks as well.

Interesting that a triangle method mods analysis of c6107 turns out similar results to what I posted a few days ago.

(f-1)/8 = 133/8 = 16 mod 5 — and binary chunk is 101 = 5

e/8 = 23/8 = 2 mod 7 — binary chunk is 111 = 7

(2d+1)/8 = (78 *2 +1)/8 = 19 mod 5 — binary chunk is 5

So the binary chunks for this smaller example match the mods. This won't work for larger examples clearly, but it's still very interesting to 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.

059044 No.11150

>>11149

PMA did more work on the triangle method than anyone else.

PMA, you got any thoughts on this? Maybe time to revisit the triangles with a fresh perspective? Any insight you have would be appreciated man.

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

517329 No.11151

>>11149

I tried putting a few triangle-related variables into the work I've been doing and they all seemed to have the same significance as the other variables (I would point to that graph but obviously the image server's acting up). But then that never took into account the actual triangle algorithm (which he never really explained). It's as good of a lead as anything else at the moment but I don't know that I'd be much help with 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.

059044 No.11152

>>11151

Ok, well I have some ideas that I'm exploring.

They could use your expertise.

However, the concepts haven't been tested on enough c values.

No requests for work, just laying out a plan here.

I'm thinking that it would be helpful to be able to see a breakdown for any given c of every key piece of data, in decimal and binary, side by side.

This is what I'm building on Excel. Lol. Got my Java books in the mail today!

Especially given the crumbs I posted earlier today (server wtf!!) and the recent hints here: >>11081

More like a key values calculator for decimal and binary. Provide c, a, b. Everything laid out clearly to search for patterns. It would be even more dope if PMA could help us generate triangle breakdowns.

Look.

d, e, and f contain the key to solving the (x+n)^2 area. I'm sure of it. We came SO close. Maybe what we were missing is an understanding of the mods and their relation to the binary chunks in each variable.

Food for thought.

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

80ea4c No.11153

>>11146

I CLAIM TEXAS AND HAWAII!

(The latter as my vacation home/dependent.)

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

80ea4c No.11154

YouTube embed. Click thumbnail to play.

>>11153

Shit.

We gotta save Hawaii for Chris cuz he likes to surf.

I'll claim Texas and Puerto Rico, then.

I won't have to give as many shits about Puerto Rico, anyway.

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

89bdbe No.11155

File: 43a4294fb6f59e6⋯.png (106.34 KB,1396x486,698:243,ecm_grid_ct.png)

>>11048

>>11063

Found a slight performance improvement in the ecm/grid algorithm by substituting c[t] for a[t] in the gcd and prime order calculations.

stage 1 factor check becomes gcd(c[t] % c, c).

stage 2 prime order calculation becomes g = (g * Q.c) % c.

Pic attached shows the maximum number of random starting elements (curves) and total elapsed time required to factor semi primes between 3,000,000 and 4,000,000 comparing the original and revised formulas.

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

359514 No.11156

File: cd3af35ce046284⋯.pdf (9.25 MB,QuantumWkshpRpt20FINAL_Nav….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.

151d2c No.11157

>>11133

Didn't have to write a paragraph for "please expand". I'm not trying to waste anyone's time. I was trying to give a little exposition on why I haven't been posting and responding to the other guy.

Here are some other posts of mine that didn't get much response:

This is what I was talking about with the grid patterns.

>>1762 (Grid Patterns. Definitely worth looking into for visualization of all grids. Skip to 7777 for F (-F is the parabolas))

>>9018 (Found the square pyramidal numbers here in e,1)

>>10437 (Code I made to look at binary representation of numbers in grid (helpful))

>>8988 (Proof that (xx - aa) is divisible by d) (>>8993 alg idea)

>>6925 >>6920 Maybe use this to predict divisibility patterns??

As for your sticking point. This (>>11134) is what I thought I meant but it seems like that was incorrect. I could have sworn I had something that worked like that but it seems I was wrong.

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

151d2c No.11158

>>11157

The last two posts if >>1762 thread are sort of what I was thinking by enumerating patterns and trying to reduce

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

3839ed No.11159

File: 6a99e97f2622c29⋯.pdf (2.98 MB,RTVQC_7z.pdf)

File: 984ecce52568cfe⋯.png (103.53 KB,955x610,191:122,1.png)

File: d934ef7287d69a2⋯.png (15.59 KB,306x343,306:343,2.png)

File: e854e3ff9dd34a1⋯.png (25.45 KB,1268x112,317:28,3.png)

I've made a conclusive update of my real-time VQC program. I've added side-by-side cell comparisons, cell scrolling, support for different fonts and the ability to see which elements are valid now. The source code is included. If someone actually uses it I'll add ECM and the ability to jump to valid elements in n>1 by factorizing 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.

e3f6a4 No.11160

File: 06abf7ac79116b4⋯.jpg (5.17 MB,4032x3024,4:3,IMG_20200805_002047611.jpg)

Evening all.

This is the first frame and first pre-auth of the Deadman Switch from VQC.

And I quote further down. I have his notes memorised for this bit.

The difference of two squares is a problem of Area.

Units different to magnitude may be useful, so they should be PRESERVED and expressed appropriately. This includes expressing in different units to preserve information. Apparently this is basic maths DISCIPLINE. VQC can be a sanctimonious prick, also a pleasant alcoholic, and he always means well. Continuing…

The units of Area must NOT be odd, this otherwise creates an inefficiency immediately.

By removing integers that are two mod four, and then removing all the odd numbers from the domain of the solution, that domain is now half the size it would be when odd numbers only are used to approach the integer factorisation.

The other inefficiency of odd numbers with Areas is information loss.

The product of two odd numbers is the sole method to produce an odd product.

Once units are defined as one square unit, any product will bleed information. This may not be immediately clear, this is because it helps to brush up on this basic discipline to maintain critical thinking, the integer factorisation problem only SEEMS difficult because you have to SEARCH for it. That is a consequence of sloppy discipline, sloppy analytic discipline and sloppy academic discipline. VQC notes that during his life, these are fundamental areas that were lacking across his life too, in all functional domains (spoken like a massive math faggot).

The solution to the integer factorisation immediately takes out BTC and every cryptocurrency that uses modular exponentian in its MINING infrastructure and there is a race to bottom as MINERS implement the code release that gives them immediate prescedence in every transaction by enough orders of magnitude to Matter, since the bits of the algos burning ALL the electricity amongst the absolute confidence centre of mass in crypto, for those everything just become less floating point calcs than your mother's first laptop can do in a HEARTBEAT. The entire network is compromised for BTC with the first node to improve the search to a O(log q) calculation from a sub factorial.

The statement from VQC.

"To make this as clear as is possible. If any slight perception of any further harm to my closest or those I hold dear (including those here) the next image will be released.

There is a single slide required to show what is needed. Keeping this slide's values as defined in pic related and multiplying c by four, a', b', c', d', e', f', x', n' where c' = 4c, all variables become even but NOT necessarily units of four.

Some may even see now where we're going. What units increment values at [e,1] and [-f,1] in the grid?

In some ways you can blame Michelle Obama. And I have an answer to her question.

Yes. All this for that flag. And so much more. An old friend has a message. He said he had SUCH sights to show you.

If anyone loses any money in cryptocurrency it will pay to square your blame on Michelle and that other Godless and Childless parasite in her orbit. Not forgetting that all online banking transactions, financial transactions and ALL lockdown ONLINE transactions will not work. The Obamas broke almost every single deal they made in three years. They not only sold everyone out, they didn't even hesitate.

Reverse the actions local and domestic or lose everything you require to make your run and every protection organised (thanks Obamas).

Have a nice day.

Love always.

VQC.

Auth 2:

4-6% of people will not except President Trump as the planned ambassador (called the Messiah previously) to the political and physical delegation and presence of our Creator. They are already here and were to be presented to the peoples after the election."

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

48e17b No.11161

>>11160

Make him post confirmation with his remaining unburned trip or nobody is going to take this seriously. You obviously know what you're talking about but we've been duped before.

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

059044 No.11162

>>11160

>There is a single slide required to show what is needed. Keeping this slide's values as defined in pic related and multiplying c by four, a', b', c', d', e', f', x', n' where c' = 4c, all variables become even but NOT necessarily units of four.

>Some may even see now where we're going. What units increment values at [e,1] and [-f,1] in the grid?

x or [t] increment values in (e,1) and (-f,1)

4(d+n)^2 - 4(x+n)^2 = 4 * c

new triangle base is 2(x+n) and other side is 2(x+n)-1

This removes the need for a center unit (8Tu +1) in the (x+n)^2 area. And makes 4 equal squares, with equal sides, simplifying the problem.

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

059044 No.11163

>>11162

>new triangle base is 2(x+n) and other side is 2(x+n)-1

On second thought: This is not correct. 4c makes the problem simpler. Each of the 8Tu has sides of 2(x+n). No middle unit.

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

6e4698 No.11164

File: 4909969febb5170⋯.jpg (4.6 MB,4032x3024,4:3,IMG_20200805_072012410.jpg)

>>11161

>>11161

>>11161

Maths is beautiful.

The Riemann Zeta functional equation for analytic continuation to the rest of the complex plane suffers a similar fate where blindness to units fogs an obvious reason for the inability to understand or prove a property. The Riemann Hypothesis. This chews you up in the beginning.

The main reason problem sends you insane and it is that five orbital components are not being expressed in the correct number of dimensions or using the correct scale.

It should be intuitive that an infinite number of points or zeros on the critical line would be a circle that's been spread out over the wrong scale. If you look at the tracing of the real and imaginary parts of the critical line separately, it is very clear these are stable and only look drunk due to clssfud

For the Riemann Hypothesis, this conjecture goes away when the fractional or irrational component of the units of the equation are corrected. The sum of the boundaries of every zero then becomes equal to the single pole at (1,0).

The shape is missing the dimensions too. The func equation defines the surface of an egg shape. The non-trivial zeros slot together with the pole.

Make a correction to the units and the non-trivial zeros form continuous circle.

Again, as a symbolic representative language for mathematics, our current model is not fit for purpose. Put together over thousands of years in different languages typically with meaningless symbol that give no context. This all needs to be challenged.

The Liar's Paradox is nonsense. Just the confusion of calling two different things the same name. In computer science this is called variable declaration and assignment.

The Paradox…

This statement is false.

Is really this in C#…

bool stmnt = false;

Not a single sausage of Shrodinger's statement needed to have existed.

Due to the lack of rigorace enforcement of context free grammar to maths, you MISS A WHOLE SECTION OF NUMBER THEORY. The Incompleteness Theorem is the biggest failure in the history of rigor with the exception of the Steele Dossier.

Math as a language should be a context free grammar that can be put through a compiler by bootstrap to test that the language is consistent.

Thanks AA. Have a look at the advantage having the variables a and b be in units of two.

I've also got a surprise for you AA.

Are you ready?

There's a lot more information in normal numbers than we've discussed.

I've drawn a few examples from a random long number I picked. The longest the number, the information in combinations grows expoentially. If we GAIN information exponentially we like that a lot. I'll try a few different versions to get brevity and clarity. In this first pic, you see that the number of tens of millions is 19. We know that this is a sum and not a product. We know the sum must have certain properties, etc.

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

6e4698 No.11165

Its not that one you mean then.

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

d99493 No.11166

>>11165

No idea what this post is about but if it's about the trip I'm talking about either the one he used here >>10446 or the one he used here >>10276

I see no reason why you wouldn't make a post with this trip to prove that you're Chris or someone who knows him. Both these big posts haven't presented anything new that would bring us closer to the solution other than "multiply c by 4" and "sums have properties". If you had any intention of helping us figure this out, you'd give us substantially more than that, and you wouldn't even need a dead man's switch because you'd just show us the solution and defeat the purpose of having one. So if your intention isn't to show us the solution, given what you said about a dead man's switch, the main reason for these posts must be that you're identifying yourself. If your intent is to identify yourself, not using your trip makes zero sense. What are you trying to accomplish right now and why are you not posting with the trip?

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

3839ed No.11167

>>11164

>>11160

> Trump is the Messiah

You're literally insane.

You're nothing but a slimy Jew showing his true colors declaring his fake messiah.

Also, nothing you provided here amounts to anything else except new variables with no derivation. Also, factorizing integers doesn't knock out bitcoin or even SSL because they both use ECC, a completely different problem. Even assuming the derivation of a quick factorization algorithm can be extended relatively easily to ECC, nobody here except the people who studied real math would be capable of doing that because ECC is defined using traditional math and you told them traditional math was garbage the entire time.

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

80ea4c No.11168

>>11160

Well, I'm erect.

TELL US M0AR!

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

bca2d8 No.11169

>>11164

Paradoxes are actually a beautiful and valid part of maths. The Banach-Tarski paradox of duplicating an object for example. Supposing a set that contains all subsets, as well, then follows that that set is smaller than its own powerset. As far as replacing all of maths goes, it’s odd that someone who can’t form a coherent idea would try to replace maths. It’s almost as if they want to make maths worse. Picking on symbols in maths is surface level and is the footprint of a failure in the subject.

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

bca2d8 No.11170

Maths would be exactly the same if you replaced all of the Greek symbols with words that describe the concept (albeit more convoluted). VQC’s attack on maths is a strawman and, as is abundantly clear, is not backed up by any ability to make maths clearer.

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

80ea4c No.11171

>>11166

Didn't 8kun reset all the trips?

Are the ones you're asking for before or after that habbened?

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

20ee6a No.11172

>>11171

After

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

80ea4c No.11173

File: 2b14613bf61c490⋯.png (1.75 MB,728x1024,91:128,ClipboardImage.png)

>>11172

niccccccce

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

e82abe No.11174

File: 57ce5efd0693a63⋯.jpg (4.42 MB,4032x3024,4:3,IMG_20200806_102301045.jpg)

File: 92e3aec9ad9fa25⋯.jpg (4.08 MB,4032x3024,4:3,IMG_20200806_102310142.jpg)

Broke the very slide down a bit.

I'm showing the working here of how you express a in terms OF ONLY c, d, and e.

The bottom of the first of these pics has THE HOLY GRAIL. I.e. we have three variables. We need THREE DISTINCT EQUATIONS.

I dont give a fuck about BTC.

I dont give a fuck about the banks.

I dont give a fuck about anything but you. Juuuuust youuuuuuu.

I've left it (tested with randomly picked 65 = 5 x 13) with the sixth power of d and the cube of a.

Pretty sure anons can do the rest. I'll be back later today to see how you're getting on.

God Bless you All

VQC

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

e82abe No.11175

>>11171

"You never close your eyes anymore when I kisssssss your lippppppps"

Top of the morning to you Tops :)

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

e82abe No.11176

>>11174

enough fooling around from me.

Bottom left first board… three identities that show three equations that hold true… showing either three expressions that are always divisible by a or three expressions that are always divisible by x (0 mod a and 0 mod x). Notice that sneaky bustard remainder is involved in exactly the same way each time.

Then, take that and create an expression for n, x, ONLY in terms of a and KNOWN VALUES.

With the three identities you have what you need. I was going to auth 3,4, and 5, but I think someone will get there soon.

Happy hunting you absolutely outstanding faggots of the highest order.

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

e82abe No.11177

>>11176

Remember.

All you need is the "a"s all on one side and not to cancel out. That’s why you need all THREE identities

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

e82abe No.11178

Where we're going, we don't need trips.

>>11172

>>11171

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

ade026 No.11179

>>11160

>Deadman Switch

Even if you crack factorization, the NSA has already moved on its recommendation to ECC, which you will not have cracked. So there's no need for concern. Your life is safe.

>The c/d/e/f again

Is there a new thing here, or is it the same equations with the redundant number of variables in them?

>F" reduction "v"

Can you actually state what you mean?

>Units different to magnitude may be useful, so they should be PRESERVED and expressed appropriately

This is absolute nonsense. Units have nothing to do with arithmetic/algebra etc. please cut the flowery words and start respecting the time of the people on here.

>the integer factorisation problem only SEEMS difficult because you have to SEARCH for it

Yes and space travel SEEMS difficult because you have to reach ESCAPE VELOCITY. What are you saying here?

>The solution to the integer factorisation immediately takes out BTC and every cryptocurrency that uses modular exponentian [sic] in its MINING infrastructure

Except BTC uses SSH, *not* modular exponentiation. Do you understand the difference between signing and the proof of work algorithm?

>4-6% of people will not except President Trump as the planned ambassador (called the Messiah previously) to the political and physical delegation and presence of our Creator

OK now you've lost me forever. This is outright anti-christ level satanism. Jesus is not "God's ambassador", he hold God's spirit in our physical world. Go to hell and take VQC with you.

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

e82abe No.11180

For ALL c, where c is an integer and also the difference of two squares.

>>11179

c=ab, d is the root, e is the remainder, the sum of f and c is the square with sides d+1.

The sum of a and x is d.

The value n is what is added to the root of c, d, to make the side of the larger square, the square of the sum of x and n is what is added to c, to make the larger square.

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

Also, learning about mining. For BTC and others, mining difficulty is determined by essentially how long a product is that must be factorised, and this problem also allocates transactions using the problem to ensure the overall network is not controlled by the same parties. So, yes, this solution means BTC mining needs a rewrite because this will put that network offline or allow a criminal enterprise to entirely subvert the network on day 1.

If you don't know the relationship between this, discrete logarithms and eliptic curves, then you don't see then you won't see your error.

The 4-6% statement was authentication, for anons who know the previous background, to filter out some, and finally with a message to shit up Barry and Michelle so much that Michelle put out a statement yesterday. Which you clearly missed.

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

e82abe No.11181

>>11180

There should be a plus sign where the minus is for the difference of two square equation. (d+n)(d+n)-(x+n)(x+n) = 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.

e82abe No.11182

>>Units different to magnitude may be useful, so they should be PRESERVED and expressed appropriately

>This is absolute nonsense. Units have nothing to do with arithmetic/algebra etc. please cut the flowery words and start respecting the time of the people on here.

What are units that use irrational constants in quantum mechanical probability distributions?

What does the constructability of irrational constants have to do with dimensions?

What is dimensional analysis?

What are partial dimensions with respect to fractals?

What is the golden ratio unit and why does it have magical properties? How can I add one to a number and create it's square. How can I subtract one from a number to create it's reciprocal?

What is the result of finding the derivative of e to the x with respect to x?

Why does it matter that there are numbers that are constructed and act as virtual quantum computers for tasks, such as irrational constants that make integration trvial or solve engineering challenges.

>Plasma rifle in the 50 watt range.

Only what you see pal. For now.

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

80ea4c No.11183

>>11175

>waves tangentially

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

e82abe No.11184

>>11183

Waits for a good timestamp…

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

80ea4c No.11185

>>11179

<the integer factorisation problem only SEEMS difficult because you have to SEARCH for it

>Yes and space travel SEEMS difficult because you have to reach ESCAPE VELOCITY. What are you saying here?

Means you gotta jump.

No need to worry about escape velocity if your motion isn't based on the time to get there.

It's like interstellar travel… the aliens aren't coming here via 3/4D methods, and basic travel would be based on magnetics instead of combustion-propulsion.

One way fights, one way goes with the flow.

Go with the flow and just get there instead of inefficiently sorta pulling something off.

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

f5d883 No.11186

>>11178

I disagree. Do you not remember the password? It's entirely effortless to type a thing into a bloody text box dude.

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

a3e009 No.11187

>>11179

> Except BTC uses SSH

You mean SHA, right? 'cause if you're going to shit on someone and their post, you better be right when you shitpost. SSH is a secure communication protocol and is not related to bitcoin or any other shit coin. You knew that, right?

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

a3e009 No.11188

>>11187

>SSH is a secure communication protocol

right now I'm the idiot, it's a secure network protocol

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

a3e009 No.11189

>>11176

So my take on this is that we have ONE set of "unique" equations, but we're still missing two?

So for our goal, the grid isn't necessary, just the discovery of the variables and (or) somehow use it to determine the other missing equations?

Then once we have the equations, we can just solve them together and bam we have a?

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

f5d883 No.11190

>>11176

>I think someone will get there soon

He says for the millionth time almost three years in

>>11164

I get that the number on the whiteboard is divisible by 19, and that's one of the clues that led to the binary chunk thing VA and I have been working on, but I've asked you about that pattern (first picture in the OP) and whether or not it's useful a couple times and you've ignored my questions, so how are we supposed to know what to do with it?

>>11174

>>11176

That sure is a whole lot of algebra but none of it involves using t=1 to x=c-d in (e,1) and (f,1) as a search space where at least half the area is removed each iteration over O(log q) where q is the length of d in bits, or anything else we've done.

>Pretty sure anons can do the rest.

>you have what you need

What is the rest? Have what we need for what purpose? You've expressed x and n in terms of c, d, e and a for what is to us currently an unknown reason.

Just being honest here but it kinda seems like you're doing your usual thing where you turn up after a couple months just to show you haven't forgotten that we exist but you're still stalling waiting for something Q-related to happen. If you want us to figure it out, you know this isn't the way to do it. If you are stalling, why not cut the shit and tell us that in plain English?

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

3839ed No.11192

>>11190

Kindly let go of the Q-timeline coping method for a larp not delivering.

>>11182

>>11180

>>11189

None of this is an answer to his criticism and is only designed to impress the typical reader who does not have the intuition for true math necessary to see it for what it is. Continuing to, as deceptively as possible, attempt to gaslight the board into believing you’ve posted progress when you’ve posted nothing but unsolvable identities and smorgasboards of variables which have unknowns on all sides is something I can no longer stand to not say a spade is a spade. You are astronomical units away from posting anything that factors an integer yet are trying to pretend you can rewrite math. Stop LARPing and come clean.

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

e82abe No.11193

File: 72d9a456aef4c91⋯.jpg (5.33 MB,4032x3024,4:3,IMG_20200806_185353594.jpg)

>>11192

Here is the expansion before any simplification on the RHS.

The left is in terms of c,d, and e. These are all known.

The right is in terms of c,d,e and each includes a.

There is one unknown. Just a value c, calculate d and e. What do you notice about the LHS? Putting c,d,e into the right hand side with a known value for a, what do you notice?

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

e82abe No.11194

>>11193

"Choose" a value c (correction)

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

e82abe No.11195

>>11193

Spoiler alert.

The left hand side sums to zero.

When the right hand side is factored, those are the possible roots. One of those roots is obviously a, when a is zero, both sides are zero.

Funny, we were just talking about ensuring information is not lost.

There's your algebraic version. Counter-intuitive at first glance as the very last page doesn't appear to equate until you remember how to factor quadratic and things like values for roots that include (perhaps always) a=0, a=1, a=-1, etc

Hmm, almost makes sense that its a sixth degree polynomial in The End.

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

e82abe No.11196

>>11192

Notice the bottom left of the last image. As discussed earlier, three unknowns (a,x,n), three equations for these supplied. Expansion supplied.

You want me to factor the roots on the RHS beside the constants (a=0,..)?

It sounds like you want to have a try first, right?

By-the-way, it has sounded like a LARP. However, something was different. And here we are, demonstrating a sixth degree polynomial for factoring by calculation that includes the constant values we didnt talk about before. Maybe they magically showed up. Guess you get lucky sometimes, right?

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

614a86 No.11197

File: 4106e42c83b83c1⋯.png (46.45 KB,1370x308,685:154,Screen_Shot_2020_08_07_at_….png)

>>11196

No, I don't actually believe you hold anything of value; this equation is long and confusing for quite literally no reason. Also, he proved it when he posted nonsense in place of your posts and nobody could tell the difference.

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

e82abe No.11198

>>11197

Just to absolutely clear, I am not posting as another person who I am replying to. Its going to look like it in a bit.

Take the LHS first. Try 8, 1 and 65 for d, e and c. Then try other values from a c of your choice and calculated d and e, where the sum of the square of d and e equals 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.

614a86 No.11199

File: 306f83f65d18c9c⋯.jpg (52.61 KB,1000x665,200:133,vide_burger.jpg)

>>11198

Provide an equation where the right-hand side equals the left-hand side.

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

e82abe No.11200

>>11199

Look at the earlier ones BEFORE the very last. All of them were balanced

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

e82abe No.11201

File: be01902dbf293f5⋯.jpg (5.04 MB,4032x3024,4:3,IMG_20200806_194228405.jpg)

>>11199

There are five balanced equations here.

I've added blue boxes and some arrows for the bottom one where I expanded out the term that is the cube of (c-ad-e)

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

f5d883 No.11202

>>11192

Kindly stop replying to my posts, he's the one who mentions Q shit, not me

>>11200

I like how I'm the one person out of those who did anything with your whiteboard pictures who doesn't think 100% of what you say is bullshit and you ignored my post

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

614a86 No.11203

>>11201

Insanity is doing the same thing over and over expecting a different result. I'm not going to waste my time transcribing this, post it here where I can put it into Mathematica and show it for what it 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.

3839ed No.11204

>>11202

So if I said I was waiting for the Q drop you’d give me the time of day too, even if I posted equations that don’t even work?

There’s nothing special about roots related to integer factorization here. Those are already well described in the relevant material on roots of unity and square roots mod N and are a discrete search problem. Even if this arrived at equations which describe the roots it would still be a discrete search problem. Chris is shoving the whole problem into a smaller looking subset over and over 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.

e82abe No.11205

>>11202

Thanks AA.

I'm getting there.

These expansions are an absolute arse to get right when you want to keep all the info, so I've been on my feet at this office since yesterday afternoon. There's no furniture except a couple of counter/bar chairs so EVERY joint and muscle aches from standing.

I will get to every question AA for what that assurance is worth.

What I would like to get across is WHY this has appeared intractable and to show ALL the working.

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

f5d883 No.11206

>>11204

You're the only one who replied to my post so you should already know I think this algebra thing is him stalling. Direct this towards him, not 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.

f5d883 No.11207

>>11205

But why are you even doing it? Is it going to lead to a solution? Because every other time you've done something like this with the implied intent being bringing us to a solution, you get to a point, you disappear for several months, and then you come back with something completely different. Are you or are you not stalling for time?

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

e82abe No.11208

File: b331fef3a238143⋯.jpg (6.43 MB,4032x3024,4:3,IMG_20200806_200517969.jpg)

>>11206

It's been frustrating hasn't it.

One question. When did you see these three equations together before?

C'mon you knew it would be like this. Just as you're packing up to go home.

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

3839ed No.11209

>>11206

The 2020 election is already right around the corner. Imagine if we started with what exists already in 2017 and worked to improve it instead of this and the progress that could have been made.

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

f5d883 No.11210

>>11208

I don't remember ever having seen those equations, and I couldn't find them in the grid patterns thread.

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

3839ed No.11211

The guy that is telling you existing math sucks can’t even write an equation properly or express an idea coherently without condescension. Does anyone remember when M joined and VA wrote that professors are arrogant faggots who can’t math or whatever it was? God that was cringy. I want to share real math with the people who are following who don’t have the time like you or I do to contend with whether these hints are made up or not.

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

e82abe No.11212

>>11210

Yet they are very simple.

You have seen the middle one over and over, half its value is in every entry for a at [e,1]

The second equation is usually x^2 + e = 2na

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

e82abe No.11213

>>11211

How many equations do you need for three unknowns?

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

f5d883 No.11214

>>11213

At least two?

>>11212

I answered your questions, can you answer one of mine now? We've been in this situation a ton of times now where you introduce a new concept implying that it will bring us closer to a solution and then you take off for months before doing it again with a completely different concept. Is this because you're stalling or do you actually think a method of attempting to show us the solution that has been shown many times to not work is suddenly going to work?

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

614a86 No.11215

>>11214

We can't get to the maths before we get to the lies in the way. He's not even defending his broken equation or replying to me and you know why. Please pull the switch on this LARP; what you share people read.

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

e82abe No.11216

>>11210

AA, if you take those three equations. Use the bottom one for x. The middle one for n.

Then, put your new expressions in the top one and see where it takes you. I will be here.

Do you remember AA? I said it would be you. Must be a gut feel ;) Last man standing is the King.

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

614a86 No.11217

File: dbc15ca27007749⋯.png (26.08 KB,1327x191,1327:191,Inconnu.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.

e82abe No.11218

>>11214

You need three generally.

If you start with those three equations and check your working at each stage with a worked example, you will start seeing it.

I've got the pictures up, there may mistakes in the RHS of the final one where the LHS with only c,d,e in is zero, I'm checking it now manually which as you know, is a giant ballache

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

f5d883 No.11219

>>11216

>Use the bottom one for x. The middle one for n.

Use them how? Redefine them in terms of x and n? Or something else?

>Then, put your new expressions in the top one

Which one is "the top one"?

>>11218

Why do you refuse to answer a simple question? Like I said, I'm the one person currently here who doesn't think everything you say is a lie. Dancing around my questions isn't helping.

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

e82abe No.11220

>>11217

>>11217

Can you please categorically state we're not working together. This is priceless.

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

614a86 No.11221

>>11220

3 years, forever on stage 1, always waiting to see it, never quite there; always one more step.

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

614a86 No.11222

>>11220

7 times you said you would provide the solution in the coming days, 7 times it didn't happen, 18 threads of coming back to rehash the maths you failed to finish for 10 years.

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

e82abe No.11223

>>11219

Use the bottom one to define x. -> you are here

Use the middle one to define n

Substitute x and n into the top one with your expressions.

Methodically expand until you have anything with a on the right and no terms with a but only c,d, and e on the left. -> my demos are up to here

Can't work out the problem is with the very last stage -> Sir Numnuts shill is here

Realise what the problem is (I've literally just said it)

Understand why the problem hid itself.

Wonder what else is like this -> you are going to be here

Discover almost everything is.

Turn autopilot off.

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

f5d883 No.11224

>>11223

I will do all of that as soon as you answer the question I've asked you like three times now

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

e82abe No.11225

>>11222

7 deadly sins.

7 ways to win.

7 are your burning fires.

7 your desires.

I lived alone. My mind was blank.

I needed time to think to get the memories from me mind.

What did I c? Can I believe? Just what I saw that night was real and not just fantasy.

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

614a86 No.11226

>>11225

There was someone else who stared at nothing until "God" started speaking, he started a rather success religion.

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

e82abe No.11227

>>11224

Sure.

Every time previously I was overwhelmed with a desire to take the power, torture our enemies, destroy all competitors or lose myself in orgies of hookers and cocaine. Every time I was overtaken with ego and physically couldn't get myself to post. When my motive was purer the fog lifted only eventually to repeat that cycle. The power, the sheer power in this and what else there is, it is extremely seductive.

Now, had i told the reasons, it would have sounded crazy. I did know the day would come and it must mean my time is nearly up. I've no desire for any more money, cocaine or hookers, my liver is failing, this pic is from the office I've hired. I'm the only here and this is from a few days.

It sounds pretty tragic but I am happy, I've had a good life and no longer have anything "I want". I also discovered as an autist of my type, have a fully dressed sex doll just to lie next to at night might be a treatment for loneliness. I was lucky with the way I look but apart from putting on an act to fit in, well, no one makes sense to me really.

I'm sorry we couldn't complete earlier. My honest view is that this a Higher Power thing and that we're getting there now because I don't have time to thoroughly abuse the power and do more harm than good.

I hope I answered the right question.

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

e82abe No.11228

File: 260868b2a60706a⋯.jpg (7.07 MB,4032x3024,4:3,IMG_20200806_210139226.jpg)

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

e82abe No.11229

File: 7fd0d9bcbef2a69⋯.jpg (4.62 MB,4032x3024,4:3,IMG_20200806_210312738.jpg)

>>11228

If the pain gets too much.

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

ade026 No.11230

>>11229

STOP.

I forgive you.

Please for god's sake, stop.

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

f5d883 No.11231

>>11227

You answered part of the right question. If you actually think things are different now, wouldn't it make sense to try a different method of bringing us to the solution than one you've tried over and over? By that I mean instead of presenting us with a concept and some vague hints you could try something more to the point.

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

e82abe No.11232

>>11230

Stop what.

I said I'm happy now.

Don't be a drama queen.

This is why I dont answer many questions.

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

3839ed No.11233

>>11229

There is still a chance of God’s forgiveness. Recant the false claims. Recant claiming Trump is the Messiah. You can be an anon again but only if it’s sincere.

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

e82abe No.11234

>>11231

You're describing today, I think you just don't know it yet. Those three equations.

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

f5d883 No.11235

>>11234

You've said the exact same thing about several other concepts. I'll go through the algebra in a sec but do you at least understand where I'm coming from? This is pretty much the exact same situation you presented us with in February except this algebra doesn't even have an O(log n) algorithm included within it somewhere.

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

3839ed No.11236

File: 07ab01ccbbecb04⋯.png (74.49 KB,1001x337,1001:337,7E0E3EE0_F45F_4183_B181_72….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.

e82abe No.11237

>>11235

Totally get it. On the surface it looked like total schizo, take yours meds, have a lie down etc.

Fortunately mental people cant see the delusion like that. I'm surprised anyone is still here.

I am not surprised this is how it is now, though.

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

3839ed No.11238

File: 1e3be268b9672a4⋯.png (142.38 KB,1013x563,1013:563,20DD1CE2_99E0_41F6_AAB1_99….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.

e82abe No.11239

>>11235

Watch what happens the MOMENT you actually get 100% what you want. Everything went offline the moment I posted first photo.

We'll do it. But then that WILL it.

Everybody will be offline.

Everybody.

Cash will be King again for a time.

Pay on delivery etc.

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

f5d883 No.11240

>>11237

So when you say put those three equations into the "top one", is the solution supposed to be the equation in this picture? >>11193

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

e82abe No.11241

>>11240

The left hand side is good.

I haven't finished the right hand side because we've been chatting :)

But yeah, the non-trivial roots are on the right, just need to be simplified and factorised for the final general solution.

Funny how anti-climatic it feels! Its a hot evening here, I'm alone, I feel sick and I just shit blood. I've got booze, speed, weed and coke though so I'll push on through with checking the RHS.

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

f5d883 No.11242

>>11241

So once the right side is correct are you suggesting that the next step to define a in terms of c, d and e?

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

a50703 No.11243

>>11223

>>11234

>>11237

>>11239

Hello VQC! I'll get to work on the equations once my work day is finished. Nice to see some algebra equations back in play. Still here, still working to understand.

Are you willing to let us know if we were on the right track with the binary hints? Do they come into play with the algebraic solution?

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

e82abe No.11244

>>11242

Correct.

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

e82abe No.11245

>>11243

So good to see you.

I'll do what I can in the time left to be of any service.

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

f5d883 No.11246

>>11244

Well I don't have a whole lot else to do today so I'll be around whenever you've figured out your errors to see if it actually works with examples if you want.

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

e82abe No.11247

>>11246

Great.

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

80ea4c No.11248

File: ad73f4c79cb96e0⋯.png (738.62 KB,569x768,569:768,ClipboardImage.png)

>>11216

I'm fine with being the Jester. :D

>cartwheels 137 times, explicitly, into the distance

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

ea2334 No.11249

>>11247

How's it coming along?

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

80ea4c No.11250

>>11241

Non-trivial, you say…

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

e82abe No.11251

>>11249

Good. It's quarter to 3am. Bacon is cooling down.

The most concise equation is the fourth one down with the blue boxes.

It shows us that regardless of the "a" we are after (the largest "a" nearest the square root but smaller), a can be zero, one, etc.

I'm going to bed as the bacon is eaten. Good to see you this week.

>>11250

Finally. Tops, if anyone was going to get that… it's not about the money, it's about sending a message.

I think you're going to like this.

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

3816a5 No.11252

>>11251

When are you going to be back? I was just starting to go through the algebra in the pictures you've posted to see if anything doesn't work. Also what relevance does O(log n) have with this algebra stuff?

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

a50703 No.11253

>>11223

>>11251

VQC Bacon Eating Faggot lol.

> it's not about the money, it's about sending a message.

That's why I'm still here. Let's throw that fucking ring into Mount Doom.

Working on the algebra now.

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

a50703 No.11254

File: 85338e53074ad85⋯.png (22.88 KB,807x192,269:64,Screen_Shot_2020_08_06_02.png)

>>11251

LH side verified.

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

3816a5 No.11255

File: fd4f4c02a28d3d0⋯.png (167.73 KB,821x648,821:648,bungled_algebra_1.png)

>>11254

Can confirm right isn't correct. I'm going to see if it's just a plus that's meant to be a minus or something, and if it isn't then it just means figuring out how he got to that point with the substitutions.

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

3816a5 No.11256

File: b4be6c3a26f15e9⋯.png (6.47 KB,363x609,121:203,bungled_algebra_2.png)

>>11254

>>11255

Pretty sure I figured out what the problem was. Let me just figure out specifically what I changed and I'll edit that whiteboard picture with the big equation on 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.

a50703 No.11257

>>11256

All your examples are c=65? Let's keep it simple.

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

3816a5 No.11258

>>11257

Every odd e even d up to i=100. I'll have to finish the thing in a few hours.

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

a50703 No.11259

>>11201

This level of Algebra complexity is so fun to see and work to simplify. What a fun challenge for the evening.

>Definitely no Maths habbening here losers.

>All for a LARP.

>VQC is a poser.

>Equations don't balance.

>Muh Professor(z) sez VQC is fake.

>Pay no attention to how to deal with shills on /qr/.

>Post no proof.

>Show no disproof.

>Distract and misdirect.

>talk shit all day instead of helping

>muh Math(s)

>Muh pussy

>Muh hurt feelz cuz I can't handle next steps being found by AA and VA.

>Grab muh dick.

Let's have fun and tackle the challenge at hand. When Q posts, Anons get to work studying. Same here.

VQC said that this level of Math(s) is not currently in the public domain. So let's open source it. Next level.

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

3839ed No.11260

>>11259

I'm gonna sit back and enjoy reading this for the next 4 years

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

a50703 No.11261

File: df403f99074621f⋯.png (67.54 KB,1104x304,69:19,Screen_Shot_2020_08_06_03.png)

>>11260

Well don't KYS tonight with drugs you stupid Faggot. Tony Stark team still needs ya. You called this meeting to order 3 years ago. Finish what you started.

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

3839ed No.11262

File: 13c0ce8d887302e⋯.png (12.33 KB,1504x50,752:25,yikes.png)

>>11261

You read my id wrong.

I'll take Christ alone as my mediator.

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

3839ed No.11263

You fucked up calling Trump the Messiah.

Tonight you (by your hands, not mine) will drink judgment onto yourself.

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

80ea4c No.11264

File: 479e5200ac8037c⋯.png (1.46 MB,2020x1267,2020:1267,OhThePlacesWellGoAndTheThi….png)

>>11251

I AM VERY EXCITE!

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

ade026 No.11265

File: eb8e49531ba42df⋯.png (391.04 KB,860x776,215:194,17_178490_rich_thinking_em….png)

>>11259

>Equations don't balance

And the satanist VQC said so himself.

>Post no proof

Rich coming out of you.

>Show no disproof

That's not how math works

>Distract and misdirect

That's what he's doing here. He's just thrown an equation that doesn't balance and whose terms are not defined, which doesn't even state a theorem.

I'm still waiting for him to make his point myself and have just downloaded Mathematica.

Spare us the time transcribing your bullshit and write it out in text so we can disprove your horseshit faster, thanks.

And don't you dare make me feel bad again by threatening to commit suicide after writing this >>11232

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

3839ed No.11266

The Gospel is judgment to the perishing and salvation to those who havel ife.

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

3816a5 No.11267

File: 0b0bf227f881f89⋯.jpg (233.25 KB,608x554,304:277,fixing_algebra.jpg)

>>11251

Here's the right hand equation edited so that it equals zero, as well as a simplified version at the bottom. When you plug in known c/d/es, all the as by themselves add to zero and all the a^2s by themselves add to zero, so if you were to divide one side by the other, you'd be dividing zero by zero.

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

a50703 No.11268

>>11265

>I'm still waiting for him to make his point myself

Fair enough, me too.

>>11267

Well, let's see if he actually delivers this time.

Simplifying the equations was fun, and they do balance.

But 0=0 isn't gonna work.

Seems like he's just stalling as usual.

Honestly, I understand why everyone is pissed at him. He's done this too many times. I'm feeling pissed off too.

Why distract us with more algebra?

Why not answer direct questions about the binary work?

The idea of the solution being hidden in plain sight still makes sense to me, and I'm willing to keep working and looking for it. At a minimum, I've had a ton of fun working on Math(s) with you Anons and exploring the concepts related to the Grid. I am skeptical that VQC will actually deliver, and perhaps your opinions about him may turn out to be true. However, maybe he will deliver.

I'd rather be here working on this with you all even though it's been a long shot since the beginning. Who knows? Maybe we'll figure it out, maybe we won't. I'm still having fun, so I know I'm in the right place. Even the drama and disagreements here are a welcome break from work and watching normies get scammed regarding C19.

Still the most entertaining board ever!

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

3839ed No.11269

>>11268

So no thoughts on the Trump worship?

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

0092cd No.11270

>>11269

I think everyone should.

ALL HAIL THE GOD EMPEROR OF THE US!

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

000000 No.11271

>>11269

This whole board spawned from /cbts, which was related to Q. Q is all about Trump so no, not surprised nor upset about the Trump worship. That has been part of this whole thing from the get go.

Read the older threads and then lurk more.

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

000000 No.11272

>>11251

Sup Chris, long time no see. Sad to see the state you're in, but who can blame you.

Sorry to shit all over your new trip the other thread. I know it was harsh, but with Jan fucking up everything and attempting to derail everyone I figured we can't trust trips and names and have to stick to trust by content.

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

80ea4c No.11273

File: 79195b5c686e496⋯.png (809.11 KB,950x450,19:9,ClipboardImage.png)

>>11271

I don't know about y'all…

But my Trump Shrine/Altar has grown to five times its size since last year.

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

a50703 No.11274

>>11269

Nah, i think he's just being provocative.

The other explanation for his algebra posts could be that we're actually getting close on the other method and he's trying to stall us. Who knows.

>every bit of d and e

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

80ea4c No.11275

>>11274

Everyone here whose opinion matters, namely Sheeeeeeitbaked, approves of the Trump Worship.

WANNA FIGHT ABOUT 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.

beb1c7 No.11276

>>11271

Are we reading the same board? The only thing I’ve seen the past few days is your supreme leader expose himself as a druggie schizomaniac and a failure at maths. The only thing VQC is useful for is for itself. That’s why you can’t build anything without someone hanging a twinkie in front of you saying the secrets to the universe are only a few days away. Because you’ve pitted VQC against real maths, I’ll make you see just how much shit you’re eating.

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

80ea4c No.11277

YouTube embed. Click thumbnail to play.

>>11276

-shrug-

MATHS THROWDOWN!

Show us what you've got!

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

beb1c7 No.11278

If you all are crippled by cognitive dissonance because you have no alternative, you do. Any day of the week I can teach and provide insight and ideas maths on that WILL take you somewhere. But I can’t do it if you don’t remove the garbage from your hearts. VQC is a charlatan, it’s staring you in the face, he’s even exposing himself by showing what a meaningless and debased life he leads because a growingly guilty conscience is crippling.

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

beb1c7 No.11279

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

80ea4c No.11280

YouTube embed. Click thumbnail to play.

>>11279

>>11278

What part of "show us" wasn't clear?

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

80ea4c No.11281

>>11278

Jeeeeeesus…

It's like we've seen this pattern before…

WITH JAN.

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

3839ed No.11282

>>11281

Coming down with a case of Jan derangement syndrome?

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

80ea4c No.11283

>>11282

Nope, simply noticing a pattern.

Kiiiiiinda one of the main things we do here.

Patterns.

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

5e347e No.11284

>>11157

Hey GA! Nice to see you man. I will look back through your posts. Especially interested in the square pyramidal numbers in (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.

5e347e No.11285

>>11281

>>11283

YUP. No work posted yet. Just shitting up the bread with complaining.

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

5e347e No.11286

>>11277

>>11280

These made me laugh so hard Topol!! Thanks man!

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

3839ed No.11288

Where did the fraud, coward and satanist go? I wasn’t done with him.

>>11285

There’s no information in zero nor a broken equation. He’s so arrogant he thinks you’ll keep pretending anything he posts is worth “studying” he doesn’t even try.

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

80ea4c No.11289

File: 8070d2f98b2143d⋯.png (1.59 MB,679x960,679:960,ClipboardImage.png)

File: 9de070fbf39a30d⋯.png (2.93 MB,1080x1441,1080:1441,ClipboardImage.png)

>>11288

>>11287

Legiterally only one person here who would go on that kind of rant.

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

3839ed No.11291

>>11289

That's just a coping mechanism. Instead of thinking critically about your previous assumptions look for a scapegoat. Who remembers when the first reaction to VQC's garbage hints in #17 (before coping with them) was that I must have written them? It was pretty insulting, if my job was to come up with hints they'd be a lot better than look at binary until you have an aneurism and fix my garbage equation.

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

3839ed No.11292

Actual math:

> Numbers are differences of squares. Hold on a minute, those squares are actually small primes multiplied together in a modulo field; we can find those faster than the squares normally. Wait a minute, we can actually use a generating polynomial and we can make define those relations even looser and find factorizations even faster.

VQC's garbage heap:

> I promise you'll see the algorithm if you look at these fake code comments and variables I typed on my phone for a fewwww more hours/days/weeks.

The grid is precise and interesting and worth keeping. But the more it becomes divorced from the real thing (especially modular arithmetic) the more it will die a slow schizophrenic death trying to make itself the god of all math. There's no "you see it instantly after you look at it long enough" solution. I believe a solution exists but it comes from building it using increasingly intricate observations which is nothing like what VQCoward has posted recently.

>>11274

Yeah, I guess we can all remember that based and redpilled time in the Bible when Peter ironically worshipped the antichrist and it BTFO'd the libtards.

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

3839ed No.11293

File: 5d6a9bd99dd5eb7⋯.jpg (228.08 KB,601x628,601:628,False.jpg)

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

80ea4c No.11294

YouTube embed. Click thumbnail to play.

>>11292

Still waiting on you to proof your stance.

Math is the absolute hardest thing to bullshit, outside of Statistics.

If the maths didn't work (so far), then we wouldn't (still) be here.

Jan (the "official" version) was exploiting our trust.

Whether you're just another one of Jan's alts who's dropped the pretense or not… you don't have that luxury.

That, or this game is better and more enjoyable than World of Warcraft in its heyday; albeit for a very explicit user base and written by a genius so mad that he can seemingly "bullshit" the very fabric of Reality.

Aaaaaand then there's the Occam's Razor approach where RSA is based on maths, someone figured it out the first time, someone figured it out again, and yaaaada yada yada blah blah blah we're here, plus there may or may not be more efficient ways of doing the maths they done did on the first go 'round.

Long story short:

Put up or shut the fucupcakes.

Let's see what you got!

Maybe this'll help if you still don't understand my simple request:

"Put your money where the cocks normally go."

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

3839ed No.11295

>>11294

Math can’t be bullshitted. People can. People were bullshitted into thinking there’s an extra pattern beyond the patterns defined by the grid that takes you from c to n that you can see by looking at values of grid cells. There are no more patterns than are defined by the axioms, all of the grid patterns are capable of being defined by only the definitions and equations that form the grid. Secondly, there’s no math to put up that everyone will give credence too before we take down the garbage that VQC has placed calling math spaghetti code and uninsightful. There are two things at odds and one must be removed before the other is worth discussing at all. The burden of proof is on the one who has claimed to have the solution to all of math and that existing math is spaghetti code. When it is shown he cannot bear this burden and the garbage poisoning he has posted about real math is removed, then this board can be about math. Until then, it is about licking his boots.

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

80ea4c No.11296

>>11295

So you're saying that VQC has yet to show they cannot bear this burden.

Got it.

Any other insights you wish to share since you're clearly not going to contribute anything?

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

000000 No.11297

>>11278

>>11279

>>11288

>>11292

>>11295

It's okay, guys. We get it. This is schizo math, not real math. Here's the thing, we're all adults here. We choose to study the grid and listen to Chris. Maybe he is wrong, maybe he isn't. We get it, though. We made the choice.

Clearly, we are not seeing eye to eye on the approach of using the grid to do maths (or schizo math) so I suggest that you two make your own board where you can do proper maths. Take the grid and run with it. Knock your hair out. I see no reason why you should stick around here where it's just going to result in a disagreement and more schizo math.

When you make your own board, I'll drop by, see what you are up to and try to follow along. I'll still do the schizo math, but let's see what to minds like your are capable of.

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

80ea4c No.11298

>>11297

Or a parallel bread…

It can all live on the same board.

Not like there's a mountain of people here who'd become confused over which to pay attention 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.

ecf739 No.11299

>>11297

Let’s see what VQC says first. You’re capable of great things too.

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

80ea4c No.11300

>>11299

What VQC says in regards to what?

Or do you think we're about to play your "respond to me or else blah blah blah" game?

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

3839ed No.11301

>>11300

Pretty sure it’s “respond to everyone here who’s had a question he refused to answer over and over” or else.

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

80ea4c No.11302

>>11301

savage.

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

2b7d00 No.11303

All subsequent authentication will use an unfactored RSA Number until those are used up, starting with the largest.

For those that understand The Grid. Here is your heads up. Answers for AA ahead of what's next.

z = d-(f/2)-x

q=e-d when e>d

e is half of it.

-f is the second half of the key.

e = x + (x/2) + (a/2) + (q/2) + z

f = 2z + 2x

For all c, where c is the difference of two squares. Where f>d, swap e and f.

VQC

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

2b7d00 No.11304

>>11303

These last two equations are new.

-f and e

Together they include d and e, unique to every product.

You'll see from the definition of a…

a = a/2 + x/2 + q/2 + z

That products are all a construction. Exactly how The Grid shows.

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

3e24f6 No.11305

File: a8119d14298800e⋯.jpg (85.69 KB,311x311,1:1,were_all_crazy_here.jpg)

File: 495962d795701db⋯.jpeg (10.15 KB,195x258,65:86,download.jpeg)

File: 6818a99c5ed0090⋯.jpg (34.46 KB,297x450,33:50,10yt8w.jpg)

>>11303

>>11304

>q=e-d when e>d

>a = a/2 + x/2 + q/2 + z

Get lost, poser VQC Faggot. We have real Schizo Math to do without you posting shit that is so simply false that it's laughable.

These two posts are pure bullshit. Look, VQC may be stalling, posting bullshit (as he does), or acting Crazy. That's why we're all here. We're a bit crazy too. He got his ass banned from /cbts/ for being Crazy. However, don't try to fuck with us on the basic principles and variables of the problem, bc we have those memorized.

2d+1-e = f

2d+1 is what we add to d^2 to make the next largest square, taking e into account.

Therefore, e can never be greater than d. It could be 2d-1, making f relatively small.

But e can never be greater than d. Your post is verifiably false.

>a = a/2 + x/2 + q/2 + z

Dafuq?

Breakdown

Let's review, Anons. On /qr/ shills show up when Anons are over the target. They distract, discourage, waste time, argue, PRETEND TO BE SOMEONE ELSE, etc. They always show up when real Digs are habbening. For example, last thread. (read the posts before and after for context, anons)

>>10806

>>10807

Context: AA and I are running tests on our binary theory. M shows up. Jan discourages as usual. AA and I actually are working our asses off. Other Anons be like "good job, keep it up!' And now here we are halfway through the next bread, and all Jan and M can do is distract and talk shit.

>>11297

Hello Anon. The point is that they don't want to make their own board. They are shills sent to test our resolve. No big deal, let's keep working.

>>11294

>this game is better and more enjoyable than World of Warcraft in its heyday; albeit for a very explicit user base and written by a genius so mad that he can seemingly "bullshit" the very fabric of Reality.

Couldn't have said it better myself.

We're all a bit Crazy here, and we fucking like 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.

3e24f6 No.11306

>>11305

>Therefore, e can never be greater than d. It could be 2d-1, making f relatively small.

Correction: It could be d-1, making f relatively small.

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

3e24f6 No.11307

File: f62098303ccd1b7⋯.jpg (56.99 KB,800x600,4:3,you_know_youre_5be113.jpg)

File: 9f46d34cdd6add0⋯.jpg (133.81 KB,500x889,500:889,xe87e.jpg)

File: c8f14377eb5ef64⋯.jpg (138.12 KB,750x568,375:284,i_see_you_over_there_hitti….jpg)

File: 87325324d59283f⋯.jpg (101.42 KB,640x427,640:427,EbZRIp2XsAET78l.jpg)

File: d20f49323f9bbc4⋯.jpeg (8.4 KB,216x234,12:13,images.jpeg)

>>11294

>Aaaaaand then there's the Occam's Razor approach where RSA is based on maths, someone figured it out the first time, someone figured it out again, and yaaaada yada yada blah blah blah we're here, plus there may or may not be more efficient ways of doing the maths they done did on the first go 'round.

Exactly.

We chose to follow the craziest guy on /cbts/ and it's still fun.

VQC, love you man. You fucking crazy faggot.

You opened my mind to possibilities I never would have thought of.

And I love all the Anons here on this board.

Honored to be here working with you all on a ridiculous quest to destroy the Ring of Sauron.

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

3e24f6 No.11308

File: a2b98ee5c5cf771⋯.png (53.22 KB,535x274,535:274,Screen_Shot_2020_08_12_01.png)

>>11307

So. Picking up where we left off. PMA has showed me that there are times where e>d. Posting to show that I stand corrected.

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

80ea4c No.11309

File: 0491176371545b9⋯.jpg (489.72 KB,1233x771,411:257,569d4b2ee85eb3a4548c3a1ba4….jpg)

>>11308

Good on' ya.

AND THEEEEEEEEEEEN?!

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

6b7a25 No.11310

>>11308

The most e can be is 2d. e and f are 2d+1 apart and they represent the distance between c and its surrounding squares. Every square is also 2d+1 apart. When e is 0, f is equal to 2d+1, since that's where the next square is. When c is one less than a square, f is obviously -1, which means e is 2d. That's the range of possible values for both.

e>d has a pattern related to 4c too, although who knows if it's relevant (he did mention 4c before but c's d not being 4c's d/2 when e becomes > d doesn't seem solution-levels of important):

>>7622

>>7623

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

6b7a25 No.11311

>>11303

I went over your errors and vague points since you never seem to proofread. The following is based on my own testing.

>z = d-(f/2)-x

This f is |f| and you take the floor of the division.

>e = x + (x/2) + (a/2) + (q/2) + z

This only works if you allow for decimal places, and if all three of x, a and q are odd you need to round up.

>Where f>d, swap e and f.

Meaning z calculation now involves e, q involves |f| and instead of e= it's f=.

In other words:

>if e>d

z = d - floor(|f|/2) - x

q = e - d

e = ceil(x + (x/2) + (a/2) + (q/2) + z)

>if |f|>d (meaning e<=d)

z = d - floor(e/2) - x

q = |f| - d

|f| = ceil(x + (x/2) + (a/2) + (q/2) + z)

>>11304

>a = a/2 + x/2 + q/2 + z

That would imply a = |f|-x or e-x given the equations above, but a = d-x. One of the variables is probably wrong. I tried figuring this out myself but it resolved to e-d=d-(f+1).

You also still haven't done any of the following

>explained why you refuse to use a trip anymore

>given a straight yes/no about whether or not you're stalling by making posts that are irrelevant to the actual solution

>linked any of this algebra to an O(log n) algorithm

>explained why the last algebra thing you posted resolved to 0=0

If you did all of those things there would probably be a lot less arguing here. probably not though lmoa

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

3839ed No.11312

> shills because we don’t make our own board

It’s hard to find people willing to spend their free time on math. A lot of people are afraid of it because their time in school was being force-fed formulas instead of being taught the derivation of those formulas. I haven’t really found anyone who likes learning math online outside of this place so that’s why I’m sticking around until VQC either admits he’s a fraud and give credence back to real number theory or we start studying real number theory.

> VQC is posting bullshit and cowering away from any accountability

My premise isn’t even that he’s posting bullshit any more since you all agree with that now, just that he’s posted bullshit for at least the last two years.

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

000000 No.11313

>>11312

>> shills because we don’t make our own board

>>11139

>perpetual victim mentality

Jan, you keep claiming you can "teach us" math, yet you won't start up a board to do so. Instead all you do is come here and shit up the board. Why?

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

80ea4c No.11314

>>11313

Solid question.

Maybe they'll ans-…

Nah. It's just gonna be the usual disingenuous bullshit.

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

80ea4c No.11315

Jesus fuck, I keep remembering and forgetting.

When did VQC pop in with the pre-auth?

When was Assange's most recent court thingy?

How'd the audio go?

Busted again?

Dat timing, tho.

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

61f7f3 No.11316

>>11313

Maths can be taught to people who aren't preconvinced that it is garbage.

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

80ea4c No.11317

>>11316

oh my gooooooood just fuck off already -_-

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

259940 No.11318

I await for you to show yourself.

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

000000 No.11319

>>11316

> This is not math, this is some schizo ranting about stuff

> I will teach you real math

> But I can't because you think it is trash

> But I COULD teach you math

> But I won't

Jan, you keep claiming you can "teach us" math, yet you won't start up a board to do so. Instead all you do is come here and shit up the board. Why?

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

3839ed No.11320

>>11319

You’re confusing two people. Also, you have no place to doubt other people’s abilities when reducing summations to closed-form using identities was too much symbols for you that you whined about it on TOR.

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

40abe4 No.11321

File: 5199537a2829b27⋯.jpg (116.88 KB,1080x1285,216:257,26394921_121462125228675_6….jpg)

>>11318

>I await for you to show yourself.

I've been awaiting for you to ask.

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

d70b6a No.11322

>>11316

Here's some WIP math for you all. Curve fitting at it's finest, but at least working a real example instead of just talking.

>>5887

>properties of 2d and f limit factors that will lock these values together.

c6107

2d= 78 * 2 = 156

sqrt(156) = 12 r 12

From the staircase numbers:

sqrt((f-1)/8) = 4

sqrt((f-1)/8)-1= 3

12 * 3 = 36 = n

Let's run some RSA100 examples. Time to work instead of shill. Opportunities for exploration are all around us. Edison tried 10,000 times.

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

d70b6a No.11323

>>11322

Hey AA. So the testable (laughable) hypothesis is this:

For RSA100:

take sqrt(2d)

find the whole remainder.

Then take RSA100 sqrt((f-1)/8)-1

Multiply

1. the remainder from 2d with

2. the lower staircase number

3. to get n.

Maybe it will work, maybe not. Easy to do a quick check.

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

80ea4c No.11324

File: cecfdd79b073d45⋯.png (177.1 KB,320x320,1:1,ClipboardImage.png)

>>11321

Hellooooooooo, NURSE!

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

b891db No.11325

>>11323

Not only am I pretty sure we already tried this a long time ago but it also isn't O(log n). Whatever, it'll only take a few minutes to test.

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

b891db No.11326

File: 309d2c2c5fedc87⋯.png (4.87 KB,361x44,361:44,va_s_sqrt_2d_idea.png)

>>11323

Yeah nah

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

d70b6a No.11327

>>11326

Fug.

Thanks for checking, AA.

Binary is still the best we've done.

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

d70b6a No.11328

File: 18ee2a4c2e93e29⋯.jpg (1.67 MB,4032x3024,4:3,IMG_3106.JPG)

Pages of notes here. Not giving up, ever. Working. Love this schizo math problem..

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

80ea4c No.11329

YouTube embed. Click thumbnail to play.

137 is a cool number and all…

But have you gotten on that 108 train?

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

80ea4c No.11330

File: 4e5d5a15b2fd9f7⋯.png (167.7 KB,3318x1706,1659:853,SpeedFistingMatters.png)

AND THEEEEEEEEEEN?

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

59b733 No.11331

>>10385

>We will be switching to binary.

>Makes everything a [bit] MORE black and white.

>When displaying the a[t] elements of [e,n] in binary, what do we see? What repeats? And what does not? This is the carrier information and the determinant, since the properties of [e,1] are a wave function of sorts.

So there are repeating values in (e,n) and (e,1) in binary. Let's find them.

>This is all about information carrying. Integers carry all the information you need about them to tell you everything. We just do not recognise it because we are not trained to see it.

Right. This is something right under our nose that has been overlooked.

>There are two types of odd integer.

>The sum of two squares and not the sum of two squares.

>This is further broken into two.

How so? We haven't even had a theory yet on this. AA and I found binary patterns, but haven't found the 4 families.

>In the special case where two factors are the same (squares), integers still carry the information to determine this faster than using a root function.

So let's examine integers in binary and unlock this mystery.

Got a game plan for tonight, Anons.

Let's do a simple calc to explore. Not trying to solve just yet.

This is an (e,1) and (-f,1) exploration.

Along with a brain fuck in binary.

The goal is to generate all the data, *AND THEN* search for binary patterns

a' - a" = a

OR

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

from a[1] to a[N*c]

also

a' / (a' - a") = n

The benefit of this one is that all invalid n values have a remainder. Only valid n values remain. As I showed in my spreadsheet months ago.

AA, let's calc all these to find the binary pattern that allows us to search in O(log n).

Brain fuck in binary:

There is another (e,1) pattern that appears in binary. It's the binary tag appearing at the end of a[t] as a grows

>>10663

>>10666

>>10671

This idea has not been explored yet.

>>10385

>When displaying the a[t] elements of [e,n] in binary, what do we see? What repeats? And what does not? This is the carrier information and the determinant, since the properties of [e,1] are a wave function of sorts.

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

59b733 No.11332

File: ed6905f140c6514⋯.gif (784.99 KB,662x643,662:643,TriggeredNPC.gif)

>>11331

Cue the Shills.

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

3839ed No.11333

File: ed9475f1de8e225⋯.jpg (74.08 KB,500x608,125:152,4chtt6.jpg)

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

59b733 No.11334

>>11333

>The only patterns that exist in numbers are those you define.

The patterns pre-date human existence. Defining them is our job.

>Information cannot be created or destroyed.

Duh.

Hi Jan. M should be posting soon too lol.

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

59b733 No.11335

>>11331

AA, you mind taking a look at these ideas? Shills don't like them already.

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

fd3a6a No.11336

>>11331

>The goal is to generate all the data, *AND THEN* search for binary patterns

>a' - a" = a

What are a' and a''?

>from a[1] to a[N*c]

You want to generate every single a[t]? For bigger numbers this takes literal years. For RSA-sized numbers it takes orders of magnitude longer than the age of the universe.

So far I don't actually know what you're suggesting we do.

>There is another (e,1) pattern that appears in binary. It's the binary tag appearing at the end of a[t] as a grows

We argued about that like three times already and each time I showed you that it doesn't work. >>10675

edited out an algebra brain fart because I can't read, don't mind 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.
Post last edited at

80ea4c No.11337

File: 8be623040fa824d⋯.gif (7.26 MB,640x640,1:1,8be623040fa824dd6469e41e5d….gif)

>>11336

VA needs to step up his game, it seems!

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

80ea4c No.11338

File: 0c6720057994a1f⋯.png (62.7 KB,294x286,147:143,ClipboardImage.png)

>-swirls the quantum whirlpools-

Hmmmmm… how to motivate the nerds… ? ? ?

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

000000 No.11339

For a given a[t] in (e, 1).

How many times does a[t] occur in (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.

07d81c No.11340

>>11339

Exactly 57

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

80ea4c No.11341

File: f19489549137065⋯.png (2.18 MB,1600x1066,800:533,ClipboardImage.png)

>>11340

That's pinging so hard on the Heinz and their heinous relations…

What is it about schfifty-sayven…

https://en.wikipedia.org/wiki/57_(number)

Fifty-seven is the sixteenth discrete semiprime and the sixth in the (3.q) family. With 58 it forms the fourth discrete bi-prime pair. 57 has an aliquot sum of 23 and is the first composite member of the 23-aliquot tree. Although 57 is not prime, it is jokingly known as the "Grothendieck prime" after a story in which mathematician Alexander Grothendieck supposedly gave it as an example of a particular prime number. This story is repeated in Part 2 of a biographical article on Grothendieck in Notices of the American Mathematical Society.[1]

As a semiprime, 57 is a Blum integer since its two prime factors are both Gaussian primes.[2]

57 is a 20-gonal number.[3] It is a Leyland number since 25 + 52 = 57.[4]

57 is a repdigit in base 7 (111).

There are 57 vertices and 57 hemi-dodecahedral facets in the 57-cell, a 4-dimensional abstract regular polytope.[5] The Lie algebra E7+

1

/

2

has a 57-dimensional Heisenberg algebra as its nilradical, and the smallest possible homogeneous space for E8 is also 57-dimensional.

oh my…

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

000000 No.11342

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

80ea4c No.11343

>>11342

>:/

Meaniiiiiing…?

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

80ea4c No.11344

YouTube embed. Click thumbnail to play.

>>11343

Well, in the memetime…

MATH ISN'T REAL

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

fd603f No.11345

>>10389

Hello Anons. I've been studying and thinking for an hour or so. Just reviewing crumbs now.

>Remember. If a factor is in column 'e' for any e, it is present exactly twice in [e,1] within two positions that together, they ALWAYS equal that factor plus 1. And the factor is always a value of n in column e. If even one factor did not behave this way, none would. Just like the construction of the Mandelbrot Set. Just like the non-trivial zeros of the analytic continuation of Riemann Zeta function, just like the UNIVERSTALITY of the Riemann function.

>ALL integers are CONNECTED.

>NOTHING is random.

>Quantum versus Analog.

>How can you calculate the Nth hexidecimal place of PI without calculating the predecessors?

>Spigot function?

>The biggest discovery in history towards using virtual quantum computer functions.

>THE BINARY REPRESENTATION OF AN INTEGER CONTAINS THE TRAVERSAL CODE FOR INTEGER FACTORISATION.

>It just has to be performed in the correct order at the CORRECT SCALE.

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

fd603f No.11346

File: 975bcd7360faacb⋯.png (262.52 KB,1697x967,1697:967,Screen_Shot_2020_08_30_01.png)

>>11345

https:/ /en.wikipedia.org/wiki/Spigot_algorithm

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

fd603f No.11347

>>10402

>I'm following a pattern.

>I'm not determining that pattern.

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

fd603f No.11348

>>11336

Hey AA, thanks for catching the algebra mistake. Appreciated.

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

fd603f No.11349

>>10651

Thinking out loud here. Working for solid ideas. Need you help Anons.

Let's work. Before we start, let's clearly define.

Definitions from earlier posts:

a' = (an) in (e,1)

a"= a(n-1) in (-f,1)

b' = (bn) in (e,1)

b" = b(n-1) in (-f,1)

a' and a" share the same t or x value

b' and b" are offset by 1, with b" in (-f,1) having a t or x value 1 less than b'

This is because (n-1) controls the columns in (-f,1) and (n) controls the columns in (e,1)

The binary match we're looking for should be something that allows us to match:

1. a[t] in (-f,1) or (e,1) by (a) value in the binary chunk

2. (an) and (bn) in (e,1) by distance in t, which would be n values apart. This would need bigN and (na transform) and (e,1) a[1] to solve.

OR

3. a(n-1) and b(n-1) in (-f,1) by distance in t, which would be (n-1) values apart. This would need bigN-1, a[t] (-f na transform), and (-f,1) a[1] to solve.

The (-f na transform) and (e na transform) records share the same t or x value.

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

fd603f No.11350

>>11349

*Need your help Anons

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

3839ed No.11351

File: 7edc327a1027da4⋯.jpg (81.55 KB,500x605,100:121,4dau0o.jpg)

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

fd603f No.11352

>>11351

Hi Jan. We're trying to find that path to a spigot algorithm. Based on binary. Wanna help out?

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

80ea4c No.11353

>>11345

kek, I've legit been reading the bible for the last while.

On Luke 11:37 at the moment.

I'm a skeptic, but I'm compelled to read the new testament straight through instead of what I had as my piece meal understanding.

Don't tell me… let me guess…

John repeats a lot of the same as the first three?

I can't remember it off the top of my head, so this gets to be fresh again… but if I remember correctly…

Preeeeetty sure this is a lot of repetition with a handful of apparently significant remainders.

I'll let you know when things other than 12 leap out at me.

Chris never did point out where to look.

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

80ea4c No.11354

File: d7174ce3f778d2e⋯.png (55.11 KB,200x201,200:201,ClipboardImage.png)

>>11352

That'd be tits.

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

3839ed No.11355

File: 11d9ecb0932482c⋯.jpg (92.63 KB,500x666,250:333,download.jpg)

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

80ea4c No.11356

YouTube embed. Click thumbnail to play.

>>11355

Hey fuckstick.

What's the last thing Jesus said before his final breath and spirit left Him?

Matthew/Mark?

Luke, whomever that was?

John?

What is Truth?

And whom should I believe?

Should I believe you?

I know VQC by their works…

And you attempt to reap rewards for that which you have not sewn.

Are you not the chaff to be cast into the unquenchable flame?

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

3839ed No.11357

File: 7952bdc60bac338⋯.jpeg (95.09 KB,500x500,1:1,A72DE8A1_F433_43E7_8E59_6….jpeg)

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

80ea4c No.11358

>>11357

What's a matter, pussy?

Can't take the pounding?

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

1bb4e8 No.11359

>>11357

Ironic coming from someone whose sole contributions this year have been insults and pointless arguments towards people who disagree with you.

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

80ea4c No.11360

>>11359

Sweetheart, you left the discord and didn't see the behind the scenes.

But hey, if I throw back your words, you'll block me, right?

I do as I've been doing.

Facilitating.

Do you have anything new to share?

Has what your working on produced something to update with?

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

1bb4e8 No.11361

>>11360

Cool, argue with Jan on your own then, see how far you both get

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

80ea4c No.11362

>>11361

Asking captain jesus about the bible seemed more productive that either nothing or having them continually trash VQC.

So I take it you haven't found anything new?

Or did you filter me for not being submissive?

(Not sure if it meant you dropping the topic and moving on or if you took such offense that you rageblocked…)

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

3839ed No.11363

File: c7f2dc6329ba8e7⋯.jpg (83.1 KB,500x706,250:353,4do1nx.jpg)

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

1bb4e8 No.11364

>>11362

It's one thing for someone to misinterpret someone's intent through text on the internet. That happens all the time to everyone. You do it systematically, to the point where it disrupts the board every time we have a conversation. And then when I ask you to stop you get pissed off at me. The only reason it hasn't happened again until now is because I stopped replying to any posts that weren't math-related. The one time I do, this is what I get back. Fuck me for trying to make the board a productive place I guess. I'll just let Jan and M keep posting nothing but insults while ironically never posting the math they keep talking about here. No, I haven't found anything new, otherwise I would have posted it. I tried messing with Chris' algebra more, I tried another thing with the binary chunks idea that I can't verify because it would take longer than the age of the universe, and I've had significantly more IRL stuff to deal with.

>>11363

Nice projection Mr I'm-only-posting-my-research-on-a-private-Discord-server-with-three-regulars. Why are you even still here? The only reason you came back was to tell me an idea I was working on was wrong even though you didn't even understand the idea, and now all you do is tell people they're wrong. What are you trying to achieve?

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

80ea4c No.11365

>>11364

You took what I said way too personally.

I wasn't throwing shit at you but what do you expect when you come at me like that?

I'm sure you won't see anything wrong with your approach, as usual, but what do you expect people to do with statements like that?

Can you understand how it came across as you going for my throat?

Or am I not allowed to mention that to you?

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

1bb4e8 No.11366

>>11365

Several times over the course of months I would post something completely mundane and you would tell me I was being an asshole. How would you feel if someone did that to you?

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

1bb4e8 No.11367

>>11366

Not even several, every time you replied to me for months

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

80ea4c No.11368

>>11367

>>11366

You said asshole; not me.

Is that your way of admitting you acknowledge how you just came at me?

I did what I said I would and I'm not going at your throat like we both know I could be.

Meet me in the middle.

Meet everyone in the middle.

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

1bb4e8 No.11369

>>11368

>You said asshole; not me.

Asshole is a summary, unless you wanted me to go back and list every last thing you misinterpreted from my posts.

>Is that your way of admitting you acknowledge how you just came at me?

>just

After months of putting up with it isn't "just". Of course I'm going to tell you to piss off when explaining myself and being reasonable about it isn't getting through to you and you're going to keep doing it. You're mad at me for getting mad at you and you think I was unjustified. I disagree. I don't think it was completely unreasonable for me to get angry at you, if that's anywhere near what you wanted me to say. Do you disagree that you were bugging me about nothing for months?

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

80ea4c No.11370

File: 8cd262ac8d561f0⋯.png (218.84 KB,270x360,3:4,ClipboardImage.png)

>>11369

I didn't say anything about justification.

You wanted to talk down to me without rebuttal.

I rebutted, and now we're here.

And considering what got this current back and forth going, yes.

I disagree that it was about nothing.

Again, what is anyone supposed to do with the things you're saying?

Will you not be satisfied until everyone's pissed off?

This board isn't about you… it's about VQC.

And apparently there are numbers and patterns somewhere in the bible and I'm currently reading the new testament cover to cover and I'll let everyone know if I find anything.

As everyone's told you over and over:

We can all work on different things and not have to be run off.

It's okay.

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

1bb4e8 No.11371

>>11370

>As everyone's told you over and over:

>We can all work on different things and not have to be run off.

Are you trying to fuck with my head right now? I have been the main person trying to make that point to other people this entire time. Where has anyone ever told me that once to begin with, let alone over and over? When have I ever told anyone to leave the board because they're not working on the same thing as me? Please links to the posts. I can point to several other people acting that way and me telling them what you're telling me. Are we even having the same conversation right now? What the fuck are you talking about?

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

7dfcee No.11372

>>11371

Backing up AA right now. He isn't running anyone off. He's reasonably defending himself as Kyle Rittenmouse did.

The facts of the posts are there for anyone to read.

AA and I have been working on our thing.

Everybody do your own thing.

Nobody is running anyone off.

Let's pull our heads out of our asses and 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.

ba3f12 No.11373

>>11372

I'm not trying to start or perpetuate drama right now (he started this conversation, not me), but am I wrong that every time he and I have talked over the last several months it's been like this and he's been basing it off of nothing? Most of it is in the last thread. Now not only is he doing it again but he just made a bunch of shit up about me too. Someone else's perspective would be quite helpful right now because one of us is incorrect.

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

80ea4c No.11374

>>11372

Do you not know what telling someone to piss off means?

Look at the post above Peace Jesus.

And what was he defending? Jan's honor?

AA came at me out of left 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.

80ea4c No.11375

>>11374

HA!

All AA had to say was "11359 was directed at Jan, you derped".

And I would been like "kek, my b".

So, kek, my b.

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

80ea4c No.11376

>>11375

Meanwhile… no one picked up on that nor said anything.

Not even after "I wasn't throwing shit at you but what do you expect when you come at me like that?".

AA obviously didn't notice.

VA obviously didn't notice.

So let's just gather around and bond over our mutual hatred of Jan. :D

(And then get back to maths.)

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

6d41f3 No.11377

>>11359

>Ironic coming from someone whose sole contributions this year have been insults and pointless arguments towards people who disagree with you.

Hey AA, wouldn't take offense here. It would appear Tops thought your comments was directed to post >>11358

While acktually, it was to >>11357

Tops is just being testy.

Please carry on anon, and thanks for all you do.

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

80ea4c No.11378

>>11377

Gracias.

>>11371

"I do as I've been doing." (11362)

"Can you understand how it came across as you going for my throat?" (11365)

>Are we even having the same conversation right now?

We were not. Again, my b.

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

80ea4c No.11379

>>11378

Sorry, first was supposed to be 11360, not 11362.

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

ab4599 No.11380

>>11379

Now that you've figured out that you were incorrect, consider the possibility that all the other times last thread that this conversation happened you were also incorrect. I have never intended to cause this kind of bullshit, and whenever it involves me and you it's always because you read the posts wrong. Next time you think you need to call me out for something, re-read the posts several times. Then this won't happen anymore, because it never needed to in the first place.

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

80ea4c No.11381

File: 96fbbc92c5e16e0⋯.png (118.21 KB,264x264,1:1,ClipboardImage.png)

>>11380

Oh… no.

That's not how that works, and I knew you'd try it.

I was hoping you wouldn't, but we've spent enough time together to see it coming.

My being wrong/misreading in this instance doesn't change my being right in the others.

You can't deny your past emotion based outbursts and rough demeanor.

You've gotten quite a bit better about it, though, and I'll give you that.

No offense, but as long as I interact with you as if you have asperger's, it goes smoother.

You've been unnecessarily rash before, yet always refuse to admit it.

I can (and have) admit when I am/was in the wrong, as I did.

Nice try, tho.

BACK TO MATHS!

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

80ea4c No.11382

>>11381

>>11380

Something neither of us were letting hit home in the moment:

"Why would AA side with Jan?"

(Which I thought was odd in the moment, but I thought you were talking to me at the time.)

"Why would Topol give AA shit for calling out Jan?"

(I don't know if that crossed your mind, but I'm obviously not on Team Jan, either.)

When given the chance to redeem themselves, Jan threw it back in our faces…

So if they get sodomized by the biggest blackest cock possible, I wouldn't feel bad.

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

ab4599 No.11383

>>11381

Every time I explained myself you ignored my explanations. You almost did it again. I have been unreasonably mad in the past (2018, grid patterns), so you're wrong about me refusing to admit to something like that. At the very least I'm just asking you to reread my posts several times next time instead of jumping the gun like you did here, okay? That's all I'm asking. I'm not trying to keep this conversation going.

>>11382

I am the last person who would ever be on Jan's side for anything at this point lmao. I don't know why we put up with him when literally all the math he's posted here this year is an idea he had well over a year ago that he already posted about (and it's the same idea he based his disruptive LARP on and that he based his assertion that he knows the solution on) and yet he has the audacity to sit here and tell us

>all your ideas are wrong and you're idiots

<okay then, post your own research

>no you aren't good enough for my research

I'm not in a hurry to ban anyone, I don't actually want to ban him, and that's the kind of thing I'm only ever going to do if everyone agrees to it, but, just saying, I banned that one guy back in 2017 for significantly less board disruption than Jan has caused. I stopped replying to anything that wasn't math-related for a month or so and thought I'd let him and M piss into the wind for a while but it's become most of the discussion here, so do we all just want to let it keep happening? Clearly it isn't something we can convince them both to stop doing through rational discussion, and clearly they're both perfectly content to just sit here and call everyone who disagrees with them an idiot forever. Just speaking for myself here but nobody posting because nobody has any ideas seems significantly more productive than letting people shit up the place.

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

80ea4c No.11384

File: 4cf8cb051d415e2⋯.png (603.64 KB,702x702,1:1,ClipboardImage.png)

>>11383

Believe me, I re-read it more than a few times.

With a very "What in the absolute fuck?" look on my face.

I haven't kicked Jan from the discord bunker, either.

They contribute something that VA and/or PMA can run with every so rarely, and I don't recall a consensus to kick them.

Also… M is very clearly just Jan, at this point.

Showed his hand with "M"'s only-Jan style VQC bashing, and dropped the act shortly after.

At least that's how I see it after re-reading it a few times.

As for "better to not post" idea… more maths would be better, but it's not like anyone uses the EZ Bake over here.

Lord knows I used to try buuuuuut there's not much point.

And we need to hold this space for Sheeeeeeeitbaked whenever the Universe has him wander back!

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

ab4599 No.11385

>>11384

I'm not 100% convinced they're the same person. It's perfectly within the realm of possibility that someone would stumble upon the board, see that we're schizos and try to persuade us that this isn't going anywhere. Then again, it's also perfectly within the realm of possibility that Jan, having already altered his posting style to pretend to be somebody else in the past, would do it again in order to present his "correct opinions" under a different name to detach the ideas from his reputation, even though, assuming they are the same person, as soon as Chris shows up again M begins doing the exact same thing that Jan has been doing. Plus it seems pretty unlikely that someone would go through Q-related archives to the extent necessary to find this place. It wouldn't seem so unlikely if we were still fishing regularly when he turned up. That's my two cents: I dunno.

I mean, whatever, whether they're the same person is irrelevant to what we do about them. Even focusing solely on Jan, he's proven he's not going to change his behaviour. You just know he's going to post another picture of an anime girl with a caption that says he's better than everyone else any minute now.

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

80ea4c No.11386

File: 01a04ee34c21e2a⋯.png (1.34 MB,954x960,159:160,ClipboardImage.png)

>>11385

<raises a finger

TO JAN!

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

3839ed No.11387

File: 79a95af57eff794⋯.jpg (172.48 KB,500x603,500:603,4dsv4u2.jpg)

File: f9f53861b755230⋯.jpg (65.38 KB,577x500,577:500,4dsvk0.jpg)

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

06641b No.11388

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

80ea4c No.11389

File: ebe5bcf65f44c94⋯.png (963.7 KB,1280x720,16:9,ClipboardImage.png)

>>11229

Sooooooo….

Am I the only one who's going to question hoooooow Chris supposedly has a gun in either England or Germany?

Personally, I'm lumping this in with the rest of the "danger" narrative and I'm assuming it's comms.

(Not for/to us, though.)

That's the only way any of that narrative has ever made even a hint of sense.

Especially if it's "Dead Man's Switch" related.

Get it?

"So help me GOD I'll activate this motherfucker!"

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

000000 No.11390

>>11385

>It's perfectly within the realm of possibility

It's fully possible, but is it likely? Occam's razor would state that M is another attention seeking larp by Jan.

We're on thread #18 and we've had a few people come by here and there throughout the threads, but the likelihood of a new, random person, suddenly appearing (and appeasing Jan while despising Chris) is extremely unlikely. If you look back at the behavior of the new people it becomes even more suspect. Initially they come in curious, asking questions (or proposing solutions) and got told to read the threads (Which is when they tend to leave). Then suddenly you have this new character appearing "M" whom is fully up to date about the lingo, current state and posts. which just happens to support Jan, attacking Chris and decrying the threads and falls in line with everything Jan has stated in the past.

>>11383

>I'm not in a hurry to ban anyone, I don't actually want to ban him, and that's the kind of thing I'm only ever going to do if everyone agrees to

I vote yes. He has purposely derailed us through multiple threads.

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

000000 No.11391

>>11339

Is it 2 times?

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

aaec0c No.11392

>>11391

If I understand your question, according to this pattern >>9154 it's an infinite number of times at any t.

Sorry for the sarcastic comment the first time I replied, you typed similarly to Chris and I thought it was another unhelpful hint

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

a7d0a6 No.11393

>>11391

in a single column, a[t] occurs twice. At x and -x.

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

d59b75 No.11394

What is the ratio of x to 2n for RSA100?

Is it almost exactly a whole number?

Why is this relevant?

What is the ratio of d to x for RSA100?

Why is this relevant?

Why does a SIMILAR but DIFFERENT pattern emerge for ALL large numbers as seen in the RSA solved cases?

What is a turning point?

Superman II

You know it's coming.

Why does the square plus 3/8 of a side help?

Why a triangle and a quarter base?

Which triangles are divisible by 4 after you subtract 1?

Why use units of 4?

Are some relevant determinants half numbers in units of one?

Did this help create the problem?

You know it's coming.

All subsequent technology, if in agreement, shall be gifted to the Trump Organisation or determined subsidiary or foundation. Who do you trust with technical advantage? The Trump Family.

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

80ea4c No.11395

File: f3a2e88489fccc0⋯.jpg (180.69 KB,499x698,499:698,f3a2e88489fccc02a0954c6ad3….jpg)

>>11392

Go on…

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

d59b75 No.11396

>>11394

How many types of difference of two square are there?

Why does 4(Tri(((d+n)/2)-1)/2)+?) + 1 = Tri((x+n-1)/2) for RSA100 and not other numbers?

What types are there?

What do you see at scale?

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

80ea4c No.11397

>>11396

>Why does 4(Tri(((d+n)/2)-1)/2)+?) + 1 = Tri((x+n-1)/2) for RSA100 and not other numbers?

Why does it what for RSA100 that it doesn't do for other numbers?

Why only RSA100?

How can that be expanded upon if it only works for that one?

What can be extracted from that working and then extrapolated to other numbers?

What's the core at work?

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

d59b75 No.11398

How do small rectangles become big rectangles?

Why is the Eye of the Beholder triangle missing the peak?

What is this x+n triangle?

Why is it key?

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

00657f No.11399

>>11398

>>11394

>>11396

Hey Senpai! Nice to see you back. Love that we're back to triangles. Got my big integer calculator fired up and ready to explore.

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

00657f No.11400

>>8676

Working example for RSA100 from RSA #15. Copying and pasting all you Anons to be able to chip in on this.

>>8684

Working RSA numbers can be verified here.

RSA 100 Variables

RSA100:

1522605027922533360535618378132637429718068114961380688657908494580122963258952897654000350692006139

RSA100 d:

39020571855401265512289573339484371018905006900194

RSA100 e:

61218444075812733697456051513875809617598014768503

RSA100 a:

is 37975227936943673922808872755445627854565536638199

RSA100 x:

1045343918457591589480700584038743164339470261995

The square of RSA100_x is

1092743907856271894192596330571370095810785547197841037478560411276294210342430563138953941380025

The square of RSA100_x + RSA100_e is

1092743907856271894192596330571370095810785547259059481554373144973750261856306372756551956148528

If xx+e = 2na, then dividing the square of RSA100_x + RSA100_e by 2 and then a, should give us RSA100_n.

14387588531011964456730684619177102985211280936

We then check that this is the correct value by adding RSA100_d and RSA100_n, subtracing c and ensure that this is a square.

RSA100d + RSA100n =

39034959443932277476746304024103548121890218181130

Square of (RSA100d + RSA100n)=

1523728058789437697238697847655707846181163742105495411067265721298937551215904586723474405488076900

Square of (d+n) minus RSA100c=

1123030866904336703079469523070416463095627144114722409357226718814587956951689069474054796070761

Square root of ((d+n)(d+n) - c)=

1059731506988603553937431268657920267324681542931

We then check this square is x+n by finding the square root and subtracting RSA100_x to ensure the value is RSA100_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.

00657f No.11401

Here's a java big integer calculator for anyone like me who's still learning to code:

http:/ /www.javascripter.net/math/calculators/100digitbigintcalculator.htm

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

80ea4c No.11402

File: 3b202b53f1cf878⋯.png (1.55 MB,750x1000,3:4,ClipboardImage.png)

>>11398

I'm really starting to wonder about which version of the bible that Chris was reading when he saw the numbers that led to the light being turned on…

Also, was it Old or New Testament?

Or a blend?

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

00657f No.11403

For all you codefags:

>>8679

>>8681

>>8682

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

00657f No.11404

File: 3348b76b98537f4⋯.png (357.95 KB,1701x557,1701:557,Screen_Shot_2020_09_07_01.png)

>>11394

>Superman II

Plot Summary:

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

00657f No.11405

>Why does 4(Tri(((d+n)/2)-1)/2)+?) + 1 = Tri((x+n-1)/2) for RSA100 and not other numbers?

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

00657f No.11406

File: f92b7d15a583f6a⋯.png (72.58 KB,771x481,771:481,Screen_Shot_2020_09_07_02.png)

>>11394

>What is the ratio of x to 2n for RSA100?

>Is it almost exactly a whole number?

Yes, almost 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.

00657f No.11407

File: fc52df1947181c7⋯.png (70.89 KB,776x480,97:60,Screen_Shot_2020_09_07_03.png)

>>11394

>What is the ratio of d to x for RSA100?

>Why is this relevant?

Hmm. Very close to 40.

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

07e05c No.11408

>>11394

>>11396

>>11398

You know what, I don't want to work on this. You guys have fun. He's going to completely ignore the fact that he told us the algebra that resolved to 0a^2 + 0a = 0 was a dead man's switch even though it does absolutely nothing, he's going to ignore the several other concepts he's brought up this year and then subsequently abandoned completely, and he's going to eventually abandon this set of posts too. I think it's blatantly obvious that he's stalling, and given that to be the case, I don't see the point. I'll still be around if anyone needs help remembering patterns. I'm not trying to discourage anyone either, the only reason I'm posting this is on the off chance Chris comes back while he's still talking about these specific concepts and decides to reply.

>All subsequent technology, if in agreement, shall be gifted to the Trump Organisation or determined subsidiary or foundation. Who do you trust with technical advantage? The Trump Family.

Why would you not control it yourself?

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

80ea4c No.11409

File: 6dc827b79550397⋯.png (227.89 KB,500x522,250:261,ClipboardImage.png)

>>11408

It would be nice if VQChris would talk straight and address concerns like back in the day, but if he's stalling then.. yeah… might as well get a sammy.

<All subsequent technology, if in agreement, shall be gifted to the Trump Organisation or determined subsidiary or foundation. Who do you trust with technical advantage? The Trump Family.

>Why would you not control it yourself?

What would he do with it?

Why would he need to wait to do something with it?

We could speculate all sorts of things but…

Has he said, definitively?

Assuming he's talking about the ability to do what this whole adventure has been based on…

How does that fit in with publicly showing the math behind making RSA2048 your bitch?

What would be transferred over to The Trump Org, exactly?

Has VQChris patented something along the way?

Out of all the large families and corporations out there, The Trumps are at the top of my trustworthy list.

They have the means to do whatever needs to be done, but that's not the point.

What is to be gifted?

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

80ea4c No.11410

File: bd0614f262cb6cc⋯.png (503.6 KB,2560x2048,5:4,ClipboardImage.png)

>>11402

Hmmmm…. 1260…. 2,2,3,3,5,7… highly composite number (16th)…

And something about 2 *10^4 *10^4 (200,000,000).

Just some numbers from Revelations.

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

80ea4c No.11411

File: 81f308d3b950f2a⋯.png (741.06 KB,728x546,4:3,ClipboardImage.png)

>>11410

Revelations 22:16

So that's where the twitter handle came from…

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

00657f No.11412

>>11411

Yup! Fun to see you reading the NT Topol.

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

00657f No.11413

RSA 100 [e,n,d,x,a,b]

RSA100 c=

1522605027922533360535618378132637429718068114961380688657908494580122963258952897654000350692006139

e=

61218444075812733697456051513875809617598014768503

n=

14387588531011964456730684619177102985211280936

d=

39020571855401265512289573339484371018905006900194

x =

1045343918457591589480700584038743164339470261995

a=

37975227936943673922808872755445627854565536638199

b= c / a

40094690950920881030683735292761468389214899724061

verify ==>> check a * b = c

1522605027922533360535618378132637429718068114961380688657908494580122963258952897654000350692006139

verified c = a* b

f = 2d +1 -e =

16822699634989797327123095165092932420211999031886

(d+n) =

39034959443932277476746304024103548121890218181130

(d+n)^2 =

1523728058789437697238697847655707846181163742105495411067265721298937551215904586723474405488076900

(x+n) =

1059731506988603553937431268657920267324681542931

(x+n)^2 =

1123030866904336703079469523070416463095627144114722409357226718814587956951689069474054796070761

verify ==>> check (d+n)^2-(x+n)^2 = c

1522605027922533360535618378132637429718068114961380688657908494580122963258952897654000350692006139

verified. (d+n)^2 - (x+n)^2 = 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.

80ea4c No.11414

>>11412

I'd remove Luke, Acts, Romans, the rest of the Epistles of Paul, and Hebrews.

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

00657f No.11415

>>11414

It's part of our Pantheon of the Literature Of The West. Love it or hate it, it's good to be educated and know it for yourself. Hebrews is actually one of my favorite NT books. It tie together the whole OT and NT in one short book.

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

00657f No.11416

>>11414

One of my personal favorite verses:

Hebrews 12:1-3

>"Therefore, since we are surrounded by such a great cloud of witnesses, let us throw off everything that hinders and the sin that so easily entangles. And let us run with perseverance the race marked out for us, 2 fixing our eyes on Jesus, the pioneer and perfecter of faith. For the joy set before him he endured the cross, scorning its shame, and sat down at the right hand of the throne of God. 3 Consider him who endured such opposition from sinners, so that you will not grow weary and lose heart."

Like this:

think of all the people who struggled before us throughout history.

They're fkn cheering for us as we fight this battle for truth.

Don't give up.

Remember the example of the Suffering God who died in solidarity with all who suffer.

That's a gorgeous set of ideas, my friend.

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

80ea4c No.11417

>>11416

Galatians 5:12

"As for those agitators (who say to circumcise and thus teach differently than Almighty Paul), I wish they would go the whole way and emasculate themselves!"

We can take this over to the EZ-Bake if you'd like to continue.

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

3839ed No.11419

File: af77f89f4f349ad⋯.jpeg (91.07 KB,500x823,500:823,79F12E55_1259_4ACF_BCF6_C….jpeg)

File: 442448793098dd9⋯.jpeg (106.01 KB,500x500,1:1,352EC6AA_F6EC_4A6D_82F5_A….jpeg)

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

6e6862 No.11420

>>11419

Still waiting >>11357

>>11416

>>11417

You two are the only other board regulars, are you going to comment on this? >>11385

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

6e6862 No.11421

>>11420

Wrong post, long story short do you both think Jan should be banned or should we just keep putting up with this?

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

864b20 No.11422

File: 9fbb0fac621cdbf⋯.png (178.48 KB,340x358,170:179,main_qimg_eebff89a85ac5f27….png)

>>11420

>>11408

>he's going to ignore the several other concepts he's brought up this year and then subsequently abandoned completely

Don't you get it? Chris is the modern day PICASSO of math. You're just not getting his posts and equations, you have to stare at it with one eye squinting from a certain angle while sipping 1900 vintage white wine from Bolivia. If you're not surrounded by at least 2 other Chris-sycophants then his modern abstract math will seem like nonsense crackpot tier bs. Don't ever do that, always stay close to two other VQCers.

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

4d43bb No.11423

>>11422

Do you honestly think this is accomplishing anything, going around in this cyclical conversation forever? You're not convincing anyone here to do anything any differently, and you could be spending all of this time working on your own ideas. This accomplishes absolutely nothing other than solidifying yourself in our memory as a wet fart in a room with no windows. It honestly seems like banning you would be for your own good if you're incapable of seeing how meaningless and pathetic this is. I'll give you another half hour before I do though so you can superimpose your response on a picture of an anime girl again for god knows what fucking reason.

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

3839ed No.11424

File: 2bdcc2e1e84b6e4⋯.jpeg (109.44 KB,612x500,153:125,23F6C00A_487E_4E58_9D5F_4….jpeg)

>>11423

(Let's keep it under 500 then, shall we?)
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

7d4eb4 No.11425

File: 95a3f9a2a303374⋯.gif (190.16 KB,220x212,55:53,tenor_copy.gif)

>>11423

>you could be spending all of this time working on your own ideas. This accomplishes absolutely nothing other than solidifying yourself in our memory as a wet fart in a room with no windows. It honestly seems like banning you would be for your own good.

Bahahahahahaha!!!

Exactly! I have no desire to ban anyone. Fuck that shit. However, with no ideas being posted, and incessant bullshit >>11424 maybe the board could finally take a good shit and be able to work.

Jan, post work in progress or GTFO.

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

4d43bb No.11426

>>11425

If he was going to do that he would have done it months ago. Let's just move on already (refresh the page if the ban doesn't show 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.

80ea4c No.11427

>>11420

You were responding to my saying that I think Jan and M are the same person(a), and I responded with a picture of an anime girl.

Was there something specific you'd like me to address?

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

4d43bb No.11428

>>11427

I linked to the wrong post, see >>11421

You missed out by about two minutes anyway since we had a majority.

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

80ea4c No.11429

>>11427

>>11426

Is there even really a point to banning 'em?

Won't they just IP Hop?

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

4d43bb No.11430

>>11429

Then I'll ban those IPs too. The alternative is letting this be the only thing that ever gets talked about here because he won't shut 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.

80ea4c No.11431

>>11430

Mmmmmm… I don't think that'd end well.

Being Jan, they'd ip hop just make you constant ban more and more addresses.

They're petty like that.

Could just filter 'em.

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

4d43bb No.11432

>>11431

One person filtering him doesn't prevent him from flooding the thread with stupid shit and it doesn't prevent other people from enabling it by replying and causing even more posts about it. That's the alternative.

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

7d4eb4 No.11433

>>11432

It's making the point! The VQC community says post work or STFU.

Whack-A-Mole is a fun game.

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

7d4eb4 No.11434

>>11433

I'm working through every known idea i can think of now for RSA100. Posts coming.

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

80ea4c No.11435

File: 7868f868716324e⋯.png (937.35 KB,1280x720,16:9,ClipboardImage.png)

>>11432

Then hopefully they fuck off on their own.

There's nothing stopping them from flooding the bread… nature of the beast we're ridin'.

>>11433

^^^ I'm with him, math-tits for the win!

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

4d43bb No.11436

>>11435

>>11434

Great, maybe we can finally move on and talk about something else now I'm still not going to work on Chris' latest hints but if VA or anyone else need any help with anything I'll be around

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

7d4eb4 No.11437

i literally had a vision at 4:00am this morning. Me sitting in an ancient Egyptian temple with a teacher. We looked at the difference of squares problem together. I sat in the temple contemplating the problem. Hieroglyphics all over the walls. Sat there with a smile on my face. Had several new ideas.

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

7d4eb4 No.11438

i literally had a vision at 4:00am this morning. Me sitting in an ancient Egyptian temple with a teacher. We looked at the difference of squares problem together. I sat in the temple contemplating the problem. Hieroglyphics all over the walls. Sat there with a smile on my face. Had several new ideas.

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

80ea4c No.11440

>>11436

Thank you for your assistance! Enjoy your break! ^_^

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

7d4eb4 No.11441

>>11438

Dafuq? I hit submit one time. 3 identical posts.

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

7d4eb4 No.11442

>>11436

>I'm still not going to work on Chris' latest hints but if VA or anyone else need any help with anything I'll be around

Thanks AA. I'm going to flesh out the RSA100 example for everything i caln think of to calc.

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

89f444 No.11443

Stopped posting sometime in August, but I’ve still been reading. I knew it was only a matter of time until AA attempted to make Jan a scapegoat to cope with the lies, dodges and disappointments of VQC. There’s one person who wasn’t consulted in this decision that I want to offer a place to share their ideas where they can stand on their own. As for the rest, I wouldn’t mind letting them see from afar what real maths looks like. It’s difficult to start a new board, but the possibility of creating what VQC could have been is worth the effort.

>>>/maths/1

8kun.top/maths/

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

4d43bb No.11444

>>11443

Weird that you would show up immediately after it happens, totally not suspicious at all. Anyone can read through this thread and come to their own conclusion about the decision that we made collectively (but no, of course, I'm a horrible power-hungry dictator and I made the decision all by myself despite all of the above posts contradicting what you just said), so if that's your perspective, I guess we're just going to have to disagree. Jan was banned because he posted the same thing over and over again for months, derailing every thread, insulting everybody and refusing to allow anyone to have an opposing opinion. We dealt with it for well over a year and he showed quite clearly that he was never going to stop. You did all of the same things but you were less aggressive about it. If you start doing it again, you're probably getting banned too (after consulting everybody else, because, like I said, you're full of shit if you honestly think that's why he was banned). If instead you want to actually have discourse and have a back-and-forth with people rather than doing shit like this >>11144 then you're welcome to stay. But based on this post I'm replying to I have a feeling you're going to do the same thing Jan's been doing all while thinking I'm somehow the one making the board a terrible place. Good luck with your other board. I hope you're productive there instead of being a nuisance here (or, god forbid, you could be productive here if you pull your head out of your ass).

>I want to offer a place to share their ideas where they can stand on their own

Please show me the last time Jan posted an idea (other than the one he reposted from last year earlier in this thread). He's had more than enough time to post his ideas.

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

7d4eb4 No.11445

>>11413

Element a[t] for (e,1) (an) =

546371953928135947096298165285685047905392773629529740777186572486875130928153186378275978074264

Element a[t][ for (e,1) (bn) =

7860974858003046194253155028206746192843912059866835037874680250738986324240152757936160377957169407815457644498906713385547304791885975431104

x is the same in (e,1) as (e,n) for (an)

d = a[(an)] + x =

546371953928135947096298165285685047905392773630575084695644164076355831512191929542615448336259

(e,1) a[t] = (an) =

546371953928135947096298165285685047905392773629529740777186572486875130928153186378275978074264

(e,1) a[t] = (bn) =

576865915679938463000493234015444941229794519865246787791943381947158694531373615740930749801096

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

7d4eb4 No.11446

the (bn) at the bottom of my post is the correct one.

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

89f444 No.11447

>>11444

> Please show me

How about all of the code you took out of the thread? Have you ever considered that the reason Jan only cared to reply in memes to you and that other people stopped posting was because the only ideas that get attention are nonsense?

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

4d43bb No.11448

>>11447

>How about all of the code you took out of the thread?

That code was from years ago and it's all still available in all of the previous threads. I took it out because nobody was using it and it makes the OP more concise. All of it is still available. Again, he hasn't posted an original idea since last year, and you are yet to provide any evidence to the contrary.

>Have you ever considered that the reason Jan only cared to reply in memes to you and that other people stopped posting was because the only ideas that get attention are nonsense?

If that's his opinion, what does spamming the board with anime girls and insulting people accomplish? That's not how rational discourse works.

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

89f444 No.11449

>>11448

> I’m an outsider who looked at a grid of numbers I saw in the Bible while binging alcohol for seven years

> All I had to do was look at everything in the right way and I instantly figured out how to factorise integers, solve discrete logarithms, break AES, create bubble fusion with a cup shaped the right way based on Mandelbrot, and rotate the perspective of images also based on Mandelbrot or something

> I’m going to give this to you in ten days

> But each day is one year long because I’m busy helping Trump save humanity as the promised messiah to the Jews

You believe this and you respond to me like you operate on rationality?

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

4d43bb No.11450

>>11449

Are you going to address anything I just said, or is your idea of rational discourse changing the subject when you're incorrect?

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

89f444 No.11451

>>11450

> my pussy hurts, Jan disrupted me from studying my favorite vague bullshit with his vague bullshit, ban this menace now

You can’t tell me this whole board isn’t a meme at this point. Jan is just the only one using macros.

Ironically you’re more freaked out over him not caring to give you the time of day for a little while than VQC not caring to give you the time of day (I should add for anything other than reiterating the boilerplate Grid description from thread 1) since thread 2.

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

4d43bb No.11452

>>11451

You started this conversation because you're mad that I banned Jan. The reason you provided for his ban were bullshit, as I showed. If that part of the conversation is over, all there is left to talk about is the validity of the work we've been doing, since that's all you've talked about for months and it's what you've brought up now in deflection. The entire time you've been here you've thought that this is all nonsense. Given you're not here to do the same work we are, and the only other thing you've done for months is trying to convince us that it's nonsense (strangely enough by attacking the guy who provided it, rather than proving it mathematically), logically that's the only other reason you would still be here. None of us have been convinced by anything you've said, and it doesn't seem like what you're saying is going to convince anyone of anything. So if that's the only reason you're still here, you have no reason to stick around. So tell me, why are you still 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.

63e306 No.11453

>>11452

While we wait for M to come back, since he's doing all of the same shit Jan was banned for minus the anime girls and since the rest of you think they're the same person, I'll put it to a vote again:

=

Everyone who's still around, please reply to this post with your opinion about whether or not M should be banned too. I'll wait for a consensus before doing anything.

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

000000 No.11454

>>11453

Of course it's Jan. It was obvious from his first post.

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

6d41f3 No.11455

>>11443

> Mathematical Book Hosting Anonymous 07/11/20 (Sat) 19:10:19 No.1[Watch Thread][Show All Posts]

>Thread where books are hosted to link to in the main thread (or just as a catalogue of good maths books).

Matthew 7:20

Thus you will recognize them by their fruits.

Some suggestions:

Books about Geometric Algebra

[1] D. Hestenes, Space-Time Algebra, Gordon & Breach, New York, (1966).

[2] D. Hestenes and G. Sobczyk, CLIFFORD ALGEBRA to GEOMETRIC CALCULUS, A

Unified Language for Mathematics and Physics, Kluwer: Dordrecht/Boston (1984), paperback

(1985). Fourth printing 1999. {Reviewed by James S. Marsh (1984), American Journal of

Physics 53(5): 510-11.)

[3] D. Hestenes, New Foundations for Classical Mechanics, Kluwer: Dordrecht/Boston (1986),

paperback (1987). Second Edition (1999).

[4] C. Doran and A. Lasenby. Geometric Algebra for Physicists. Cambridge: The University Press, 2003.

[5] D. Hestenes, Gauge Theory Gravity with Geometric Calculus, Foundations of Physics 36,

903-970 (2005).

[6] D. Hestenes, Grassmann’s Legacy. In H-J. Petsche, A. Lewis, J. Liesen, S. Russ (Eds.) From

Past to Future: Grassmann’s Work in Context (Birkhäuser: Berlin, 2011).

[7] G. Sobszyk, Mappings of Surfaces in Euclidean Space using Geometric Algebra, Thesis,

Arizona State University (1971).

[8] H. Li, Invariant Algebras and Geometric Reasoning. (Beijing: World Scientific, 2008)

[9] L. Dorst and J. Lasenby (Eds.) Guide to Geometric Algebra in Practice (Springer: London,

2011).

[10] L. Dorst, D. Fontijne, and S. Mann. Geometric Algebra for Computer Science

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

63e306 No.11456

>>11454

It would be pretty surprising if they weren't the same person, but like I said, it's irrelevant. You voted for Jan to be banned so it must be safe to assume you're also voting for M to be banned then, if you think they're the same person? Also have you ever used a name here? I know you've been around for a while but I don't know how long or whatever.

>>11455

Any opinion on the ban thing MM? You seem to have been lurking this whole time.

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

6d41f3 No.11457

>>11456

>You seem to have been lurking this whole time.

Day 1 fren! Always keeping the faith, would like to get back to the maths, just haven't been able to prioritize this year. Perhaps soon. See some interesting avenues to explore.

>>11456

>Any opinion on the ban thing?

Am opposed to banning (including especially censorship) from several perspectives, philosophically, practically (as Topol highlighted), etc.

Thought calling it out was good though - call out the shill, but with balance, such as not to respond and stoke the shill.

Also, Jan always seemed to represent the old legacy approach to factorization: a more efficient sieve. Whereas the VQC claim is more a series of calculations, leveraging the GRID, to quickly and efficiently arrive at the solution. So from that perspective, Jan is the metaphorical Yin to our Yang, the Dark to our Light, and by offering contrast, helps to define/categorize the 'VQC Paradigm'.

So, don't like the ban, but in this case, not so strongly opposed to have jumped into the fray, but since you asked..

just saw this:

>>11453

>Everyone who's still around, please reply to this post with your opinion about whether or not M should be banned too.

My vote: No

>>11455

>Thus you will recognize them by their fruits.

M made promises of showing and helping with Math, but did not deliver. Let's see if the fruit of his book list is any better, but probably won't even be looking, based on failed promises here to date.

Don't really care if M is Jan or not, either.

Again AA, thanks for all your contributions, and keeping this open/public board going, grateful.

>>11441 (11441 = 17 * 673)

>Dafuq? I hit submit one time. 3 identical posts.

Triple vision fren! ty for your faith and continued work.

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

63e306 No.11458

>>11457

I'm also for the most part opposed to banning anyone, which is why it took well over a year of dealing with this before I actually did it, but just for curiosity's sake, what would you have done about Jan other than banning him? He quite clearly showed he had no intention of stopping what he was doing.

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

6d41f3 No.11459

>>11458

I dunno, perhaps one of the things that motivates Jan is attention. He/She tried to highlight grid-related work here

>>11159

>The source code is included. If someone actually uses it I'll add ECM and the ability to jump to valid elements in n>1 by factorizing n.

But without the feedback, didn't see any more output. So, perhaps Jan is doing math for others more than for him/herself?

Also seems angry at VQC. Personally, not sure that's justified, even if VQC, or whom we suspect is VQC, has moved the goalposts 100 times.

Would simply call out and ignore further energy to the shilling/anger until grid-relevant work is put forth, then focus energy there should it appear.

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

7f4a64 No.11460

>>11457

You seem to think that was a promise and not a conditional offer based upon whether this board is about studying maths or following a false prophet. This board and discussion isn’t about maths, it’s about cucking to supreme leader and doing all of your research in the context of his hints. And what mathematician do you pretend to be, that you can’t see the obvious bullshit in >>10839? I don’t place what is special to me where it is sure to be trampled on.

>>11458

When someone tries to lead a group by promising to reveal things over and over claiming to have solved mathematical problems of cosmic significance, ad hominem arguments are topical. Ad hominem goes both 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.

1567c0 No.11461

>>11460

Not only is ad hominem never topical, Jan also promised to reveal things over and over claiming to have solved mathematical problems of cosmic significance. He told us he knew the solution and spent months wasting our time with it. Are you still trying to justify keeping Jan here given he did the exact same things you're deriding Chris for, and when you already lied about the reasons why he was banned and changed the subject when confronted with it? You're doing it again right now given you haven't replied to this >>11452

Why are you still here? You think we're all idiots, you think Chris is full of shit, months of you trying to convince us all we're wrong haven't worked and there are no signs that it'll ever work, you've already advertised your new board, and you even said earlier in this thread that this is a waste of your time. The only thing you do now is argue but every time you're wrong you change the subject. The only other logical reason you would still be here is to be intentionally disruptive for no good reason. What is the reason you haven't left yet?

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

80ea4c No.11462

>>11461

Amen to that

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

1567c0 No.11463

>>11462

You want to comment on this? >>11453 Just so nobody can pretend it was all my decision.

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

80ea4c No.11464

>>11463

Again, I still think that M is Jan, and we know that Jan is an IP hopping cocksucker… so I don't know what good it'd do.

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

1567c0 No.11465

>>11464

That's not really a yes or a no. Either we do nothing and he sticks around and continues being a disruptive asshole or we at least try to ban him and see what happens. Which of those would you prefer?

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

80ea4c No.11466

>>11465

Mmmmmmm… is there anything they could post that could change your mind for them to stay?

Something to back up their claims?

Something useful to the maths problem at hand?

Something to show how something is wrong or misunderstood?

I still think it's Jan, and I'd like to get back to moving in a direction…

And at the same time, you're not working on Chris stuff at the moment until something something, soooooooooooo…

Would you get back to it if M left?

I'm also opposed to bans from personal experience, but I also wasn't shitting on the premise for being here.

I feel like taking one of Jan's persona-ip's away was a warning.

But, fuck around and find out, right?

At some point it really is just pointless and petty.

Is there any way you can limit what that ip address can post?

I turned Jan into an intern and then they ragequit the discord.

Y'know… that version of Jan.

Be 100% fine if they just took it over to the EZ Bake.

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

7d4eb4 No.11467

>>11457

Thanks MM. Glad to see you back man.

I truly appreciate your encouragement.

How's the separation/divorce with your Spouseanon going?

Mine is peaceful yet sad.

Small Anons are good here, most important.

>>11436

AA, thanks for your offer to help if questions arise. I really appreciate all you've done workwise and board mgmt wise. You are doing a great job.

Been thinking for 2 days straight.

Too many ideas.

Have to meditate lol.

So i guess I'm the only Anon working on the new clues. Totally fine.

I'm going to continue building out a book of knowledge for RSA100.

Every variable i can think of.

Let's do this at proper scale.

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

fe3eef No.11468

>>11466

>Mmmmmmm… is there anything they could post that could change your mind for them to stay?

>Something to back up their claims?

M's claim is that Chris is full of shit. He's entitled to his opinion. Maybe he's correct and maybe he isn't. The point is, despite the fact that he hasn't changed anyone's mind in the months he's been posting about it, he's still coming here and causing arguments and thread derailment, and seems to refuse to stop, leaving a ban as the only logical option to get him to stop. So to answer that question, accepting that his opinion doesn't matter and no longer posting about it and causing arguments and derailment would mean he doesn't need to be banned because there wouldn't be any reason to. Having read the discussion I've been having with him, do you honestly think that's ever going to happen? I would bet money that it wouldn't.

>Something useful to the maths problem at hand?

His entire deal since he got here has been that he isn't going to do that because he thinks it isn't "real maths" and that it isn't going to lead anywhere, so that's also never going to happen.

>I'd like to get back to moving in a direction…

(I'm going to keep referring to them as separate people since one is banned and one isn't) None of this would be happening if Jan and M would accept that we disagree with them and just move on from it. Probably a solid 3/4 of the posts in this thread is them both starting arguments (mostly Jan though). Getting rid of them both would move back in a direction, because the only reason we aren't talking about maths right now is because they refuse to shut the fuck up.

>And at the same time, you're not working on Chris stuff at the moment until something something, soooooooooooo…

>Would you get back to it if M left?

That's irrelevant. It's based on the fact that I think Chris is stalling for time and that it would be a waste of time to work on something that won't lead to the solution. If M left voluntarily or if we all decide the only option is to ban him, I'm not going to spam the board with insults, am I? I'm trying to stop that from happening right now. Plus, like I said, I'm happy to help anyone else with ideas if they ask.

>Is there any way you can limit what that ip address can post?

Nope, 8kun only has ban and no ban. I can also do range bans if he just keeps resetting his router.

Short version: you know this almost definitely isn't going to stop if we do nothing, and it's the only reason the main topic of conversation on this board right now isn't math. If they both go away, this conversation also immediately goes away and we can go back to doing the one thing this board even exists for. I think he's quite clearly shown he has no intention of leaving or stopping, so the only other logical option if we want this to end is to ban him. I'm opposed to banning people, like you and MM, but you can very clearly see that this is a problem, and at the moment I don't see any other way to solve it. Do you have an opinion one way or the other? Either way I think VA is going to be the tie-breaker since there's five regulars at the moment including both of us and it's currently 2 to 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.

fe3eef No.11469

>>11467

>So i guess I'm the only Anon working on the new clues. Totally fine.

I'm not going to tell you what you should and shouldn't do, but if Chris saw that nobody was working on them, maybe he'd stop abandoning concepts with no explanation and we could potentially get more transparency about everything and have a conversation with him about it. Maybe not though, and for all I know these clues could lead to the solution. It's just an idea.

>I'm going to continue building out a book of knowledge for RSA100.

>Every variable i can think of.

I have a program that outputs all the variables for a given c if you just want a big list. Is that what you mean? It only works with numbers of that size if we already have a and b (but that does obviously include RSA100).

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

7f4a64 No.11470

>>11461

Yes, there is a good reason. No, I’m not disrupting anything. You said it yourself.

> We have to wait for Chris to give us the solution

> I’m not working on the latest hint, he’s just stalling (euphemism for bullshit).

You also made the decision to ban Jan all on your own. When someone who has hundreds of posts in each thread yet hasn’t done any actual maths whose contribution amounts to

>do math, nerds

and making the Discord is the only other vote, you know it’s a biased ban. I’m arguing against Jan’s ban because there is nothing to it that hasn’t been done by Chris himself. This board has zero momentum or progress yet you pretend it does. VQC’s hints become increasingly vague (my theory is he doesn’t want to repeat the massive failure the “algebra” posts were). If VQC didn’t have an empty basis, it wouldn’t have taken a whiny bitch victim mentality to stop Jan.

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

7f4a64 No.11471

I found this board through the Q archives, where people worked despite floods of shills. If there was any actual work being done here it wouldn’t matter how many macros are being spammed because they would be obviously wrong. But they aren’t obviously wrong. There is no work being done and the concept of “work” is imagining lapping up imaginary bullshit. They aren’t obviously or even probably false. That’s why it triggers you.

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

7d4eb4 No.11472

>>11468

>That's irrelevant. It's based on the fact that I think Chris is stalling for time and that it would be a waste of time to work on something that won't lead to the solution.

Yup.

>this almost definitely isn't going to stop if we do nothing, and it's the only reason the main topic of conversation on this board right now isn't math. If they both go away, this conversation also immediately goes away and we can go back to doing the one thing this board even exists for.

Exactly. Back to work. Let's THINK.

>>11469

>if Chris saw that nobody was working on them, maybe he'd stop abandoning concepts with no explanation

>I have a program that outputs all the variables for a given c

>>11470

M. POST YOUR WORK FAGGOT.

You're Jan 2.0

AA, ban his ass.

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

fe3eef No.11473

>>11470

Stop avoiding my question >>11461

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

7d4eb4 No.11474

Can we actually get some real work done tonight? I'm here ready to get shit done.

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

7d4eb4 No.11475

Fuck all these shills.

/qr/ taught me well.

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

fe3eef No.11476

>>11474

Did you want the variable list for RSA100? You quoted that part of my post but didn't respond to 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.

7d4eb4 No.11477

Learn to fight.

Learn to stand up.

Learn to say "NO" to bullshit.

>>11476

Sure man. Send everything you got. Post every variable you got to the board.

I'm just doing the work. I'd rather be working here than anywhere else. RSA100 is our task right now. Let's break it down and understand 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.

7d4eb4 No.11478

>>11476

VQC said "enumerate every variable and the solution will appear"

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

7f4a64 No.11479

>>11477

There was someone who did post their work, who even made their own ECM-grid algorithm. You’re a bullshitter for pretending that posting work means anything here. Only following the first liar does.

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

fe3eef No.11480

>>11479

Answer the question in the second paragraph of this post >>11461

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

fe3eef No.11481

>>11479

Nice of you to stop posting as soon as the only thing left to reply to is the accusation that the only reason you're still here is to cause problems. The majority of the people here think you should be banned. The only reason I haven't done it yet is because you haven't responded. It's a simple question. Why on earth are you still on this board?

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

fe3eef No.11482

>>11477

>>11478

If any of my variable labels are confusing let me know https://pastebin.com/FuBPnhWJ

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

7f4a64 No.11483

>>11481

Humpty Dumpty sat on a wall,

Humpty Dumpty had a great fall.

All the king's horses and all the king's men

Couldn't put Humpty together again.

(USER WAS BANNED FOR THIS POST)
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

6d41f3 No.11484

File: 88906b52a87689c⋯.png (344.7 KB,436x566,218:283,humptydumpty_1.png)

File: 861c7848438161d⋯.png (349.04 KB,642x852,107:142,humptydumpty_2.png)

>>11483

Oh, the irony, piecing this together, it would appear perhaps you've insulted yourself M!?

Now this is what I love about shills. Through their shilling, I often learn. Interestingly, an earlier poem read:

‘Humpty Dumpty sat on a wall:

Humpty Dumpty had a great fall.

All the King’s horses and all the King’s men

Couldn’t put Humpty Dumpty in his place again.’

That is from Chapter 6, 'Humpty Dumpty' of "Through the Looking Glass", by Lewis Carol, 1972. See:

https://www.alice-in-wonderland.net/resources/chapters-script/through-the-looking-glass/chapter-6/

or

https://www.gutenberg.org/files/12/12-h/12-h.htm#link2HCH0006

The PDF includes more detail, such as regarding the Chess Match in the story, where Humpty Dumpty was a pawn on the Red Side (personified by 'Daisy').

https://www.alice-in-wonderland.net/wp-content/uploads/through-the-looking-glass.pdf

(so, now have on list: Read Ch6 carefully, and to read all of "Through the Looking Glass" as well).

So was also thinking it could be about the fall of the monarchy, or something other, further digging showed it wasn't necessarily the King's men and horses.

-

The first known publication of Humpty Dumpty was included in Juvenile Amusements by Samuel Arnold in 1797. In that version, the last lines read “Fourscore men and fourscore more / could not make Humpty Dumpty where he was before.” Over the next century, the rhyme appeared in numerous books with variations on the lyrics.

These publications did not include the first use of the term “humpty dumpty,” though. According to the Oxford English Dictionary, “humpty dumpty” was first used in the 17th century and referred to brandy boiled with ale. In the 1700s, it was also a term used to describe a short, clumsy person. It has also been a nickname attributed to someone who has had too much alcohol (perhaps imbibing the drink of the same name).

- Ref: http://www.todayifoundout.com/index.php/2013/04/the-origin-of-humpty-dumpty/

More from that reference, a likely switch from “riddle” to “story”. "..it is far more likely that Humpty Dumpty was not intended to be a story, but rather just a riddle posed to children for their amusement. The answer to the riddle, as stated, is “an egg”, which is why Humpty Dumpty today is nearly always depicted as such."

Perhaps the answer to M's post relates to the falling(failing!) of the Old Guard, which will not be pieced together again!

Now this is where it gets interesting in our quest, whoever/whatever inspired all of this.

What is coming? Is it a Digital Currency? Through the Post Office? Is that how the next stimulus will be administered?

This is what Adam Curry suggested on 9/8:

Joe Rogan Experience #1533 - Adam Curry

https://www.youtube.com/watch?v=fTPQ9KR5j8k

Well worth a listen! Bummer Joe was sorta high/drunk and kept interrupting Adam at key points, and with touchy subject matter (vaccines, etc etc). Would be amazed if Adam doesn't follow Q. But doesn't identify/state as such, so veddy smaht! On topic of conspiracy theorist, he says he's a "Conspiracy Analyst" - kek!

So, thanks M, whoever you are, that was an interesting digression. Sincerely, M^2.

And ps: no comment on the book list provided? It's highly relevant to the work at hand here with the VQC. Ya know, Clifford and all…

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

3b0036 No.11485

File: b3a13d7de5042a5⋯.png (129.5 KB,2048x1024,2:1,output_e_n_plain.png)

File: 4a612832502531b⋯.png (17.96 KB,260x206,130:103,_1_4_triangles.png)

File: 14d9d6d445b4088⋯.png (1.8 KB,315x335,63:67,now_with_f.png)

>>11484

>Bummer Joe was sorta high/drunk and kept interrupting Adam at key points, and with touchy subject matter (vaccines, etc etc)

I don't watch the guy's podcast but $100m deals don't often come with no strings attached.

>And ps: no comment on the book list provided? It's highly relevant to the work at hand here with the VQC. Ya know, Clifford and all…

Surely you would know by now he had no intention of actually discussing anything. Come on now. He does have his own board if you really wanted to give that a try.

Any new math ideas? You mentioned seeing some avenues to explore. Perfectly fine if not (I don't right now myself), but the best way to move on from this is to get back to discussing the thing we were distracted from.

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

3b0036 No.11486

>>11485

lol my ID says boobs

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

6d41f3 No.11487

>>11485

Yes, ty, will reply in about 17hrs, have a huge little priority that needs attention atm.

>>11486

kek!

>>11467

Thanks VA. Tough man, tough. And for all the wrong reasons (far/radical-left progressive brainwashed neolibtard).

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

000000 No.11488

>>11486

AA, you've been a real trooper the past few days. I get it, banning people isn't easy, but we're clearing a path here.

>>11485

I'll bring some fresh new ideas later today. They'll be related to the binary patterns and >>11339. Hint, the answer is not so obvious. It's more of a "Yes and no" deal.

>>11394

Don't know who this is. I assume Chris is dead at this point. Either way, this box wont be closed.

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

000000 No.11489

>>11488

Screw it. I wanted to do some prep-work, but why wait.

What is our "fractal"? What is a "fractal"? Self-similar patterns? We've been unable to find any, yet Chris was adamant that they were "everywhere". How can these two thoughts be reconciled?

Looking at the bitmaps of the grid, the columns reveals it. It's ludicrous, it's literally there. Everywhere.

This is where I would like to have the prep-work done, but I'll do my best to continue without and you'll have to fill inn the blanks. I encourage you all to verify this.

I generated multiple bitmaps of different columns. Something around 100000px wide where each column of pixels represented an a[t]. X-axis represents a[t], y-axis represents the bit-pattern of a[t]. y[0] = a[t][0] (lowest bit), y[-1] = a[t][1], y[-2] = a[t][2] .. (Ie, growing "up wards" and centered so y[-1] doesn't go outside of the image). Then I mirrored it so I had a "duplicate" mirrored underneath (Very helpful to recognize patterns). Another useful pattern is to center a[1] and include negative x-values. Really helped me see the patterns.

At first glance there is a lot of noise, but I kept seeing these patterns appear. Triangular shaped, but not proper triangles. Now I know these have a greater value and at every power of two they are larger and wider. If you look closer, you might recognize the bit-values, but I wouldn't blame you if you don't.

The pattern is that (e, 1) repeats within it self. At every power of 2, the initial values of (e, 1) is encoded inside of itself. This is astonishing. They repeat sqrt(2^n) (for some n, both "up" and "down", or "left" and "right") and it's glorious. Hence why the answer to >>11339 is "Yes and no". For a given a[t], the answer is not strictly 2, but rather infinite. If you're willing to accept binary-encoded representations.

In order to observe and validate this you'll need to be able to generate values of (e, 1) for a set of t-values. If you can generate (e, 1) from 1..t (where t is an input value you define) then it should become trivial.

Select an e (for example 1) and generate all the element from t = 2^5 - 5 to t = 2^5 + 5. Then compute a[t] & (2**6 - 1). What do you see?

There is far more to this pattern than what I am outlining, but this is a good start.

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

000000 No.11490

>>11489

Minor corrections

>Select an e (for example 1) and generate all the element from t = 2^5 - 5 to t = 2^5 + 5. Then compute a[t] & (2**6 - 1). What do you see?

Should be (for consistency in syntax)

>Select an e (for example 1) and generate all the element from t = 2^5 - 5 to t = 2^5 + 5. Then compute a[t] & (2^6 - 1). What do you see?

This is part 1, if you find it confusing and something isn't clear / obvious I can fill inn the details later with images. Otherwise I'll continue with more details expanding on 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.

000000 No.11491

>>11489

Addendum

> y[-1] = a[t][1]

Means at pixel (x[t], y[-1]), the color of the bit is represented by the bit at a[t][1]. Ie the first (lowest) bit of a[t].

So if a[5] = 42 (3, 1, t=5), then:

1 ← y[-5] == a[5][5]

0

1

0

1 ← y[-1] == a[5][1]

0 ← y[0] == a[5][0]

Sorry for the inconsistency in the explanation. A bitmap would make it easier to see.

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

7d4eb4 No.11492

File: a217fc342840a31⋯.png (195.86 KB,1862x717,1862:717,Screen_Shot_2020_04_21_04.png)

File: 53142ed743f2211⋯.pdf (2.15 MB,c1365.pdf)

File: c5fc5e441c8607a⋯.png (64.97 KB,530x621,530:621,c6107_e_1_binary.png)

>>11489

This must be 5D Anon! Good to have you back posting work, great to see you.

>The pattern is that (e, 1) repeats within it self. At every power of 2, the initial values of (e, 1) is encoded inside of itself. This is astonishing.

>For a given a[t], the answer is not strictly 2, but rather infinite. If you're willing to accept binary-encoded representations.

Exactly!

I think that was the one of the main points VQC wanted us to find with the examples of c1155 and c1365.

For both these examples, not only does solution var (a) appear in binary, it repeats at equidistant t values.

This is consistent with this hint:

>>10385

>We will be switching to binary.

>Makes everything a [bit] MORE black and white.

>When displaying the a[t] elements of [e,n] in binary, what do we see? What repeats? And what does not? This is the carrier information and the determinant, since the properties of [e,1] are a wave function of sorts.

And this one:

>>10389

>The biggest discovery in history towards using virtual quantum computer functions.

>THE BINARY REPRESENTATION OF AN INTEGER CONTAINS THE TRAVERSAL CODE FOR INTEGER FACTORISATION.

>It just has to be performed in the correct order at the CORRECT SCALE.

Here's what I found:

>>10570

using c1155.

Sums of squares all nestled together, equal t values apart.

(na transform) record holds the binary key (at least for c1155)

a[t]1 = 33 = 10001

a[t]9 = 161 1010001 = 33 + 128

a[t]17 = 545 = 1000100001 = 33+ 512 (na transform)

a[t]25 = 1185 = 10010100001 = 33+128+1024

repeats ad infinitum.

>>10572

using c1365

I'm finding similar sum of squares patterns in the binary.

The (na transform) 1010000111= 647 contains the binary ending 0111 = 7

The highlighted binary sheet you made is my trusty guide tonight.

a[2] = 39 = 1 0111 = 32+7

a[10] = 215 = 1101 0111 = 128+64+16+7

a[18] = 647 = 101000 0111 = 512+128+7 (na transform)

a[26] = 1335 = 1010011 0111= 1024+256+32+16+7

repeats ad infinitum

the difference in [t] values between occurrences is 8, similar to c1155. It moves by 3 and 5 as well.

There is definitely a repeating pattern of binary tags in (e,1) and (-f,1). They occur at equidistant t values.

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

7d4eb4 No.11493

File: 451a7fd26714521⋯.png (1.12 MB,1084x515,1084:515,c1365_binary_tags.png)

>>11492

Ugh, sorry guys. Here's a screenshot instead of a pdf link.

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

27f5a8 No.11494

>>11489

>>11490

>>11491

Images would definitely make this easier to understand. All you've really said as far as I can tell is that there's a pattern. You'll probably need to get off Tor if you're going to do that.

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

000000 No.11495

>>11494

(1, 1)

a[2^5 + 1] = 2113

a[2^5 + 2] = 2245

a[2^5 + 3] = 2381

a[2^5 + 4] = 2521

2113 & 63 = 1

2245 & 63 = 5

2381 & 63 = 13

2521 & 63 = 25

63 = 2^6 - 1.

Inside (e, 1) the column will repeat infinitely. Encoded in the binary patterns.

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

000000 No.11496

>>11492

>This must be 5D Anon!

Nope!

>>11495

(0, 1)

a[2^12 + 1] = 33570818, 33570818 & 8191 = 2 = a[1]

a[2^12 + 2] = 33587208, 33587208 & 8191 = 8 = a[2]

a[2^12 + 3] = 33603602, 33603602 & 8191 = 18 = a[3]

a[2^12 + 4] = 33620000, 33620000 & 8191 = 32 = a[4]

a[2^12 + 5] = 33636402, 33636402 & 8191 = 50 = a[5]

8191 = 2^13 - 1 (Think bitmask, all 1's)

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

000000 No.11497

>>11496

New kind of modular math? Where have I heard that before?

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

c37340 No.11498

>>11495

>2113 & 63 = 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.

000000 No.11499

>>11498

Ampersand represents the logical AND operation.

2113 in binary is: 100001000001

and 63 in binary is: 111111

Calculate the logical AND and you will end up with 1.

So to try and be more clear, a[2^5 + 1] = 2113, compute the logical AND with 2^6 - 1 and you end up with '1' which is a[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.

6d41f3 No.11500

>>11489 (PRIME post)

>have to fill inn the blanks

>>11490

>fill inn the details

Hello nn anon!

>>11491 (PRIME post)

>>11497 (PRIME post)

>New kind of modular math

>>11496

>Think bitmask

Cool, started to read up on bitmasks a bit.

Work looks very interesting, ty nn-anon!

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

dd804c No.11501

File: 4195b8b31297e28⋯.gif (1.53 KB,272x22,136:11,1.gif)

>>11489

>>11491

>>11494

>>11495

>>11496

>>11500

Attached in the image you see a bitmap of (1, 1) in the range 1 <= t <= 268. Bit 0 is represented by red and bit 1 is represented by green. The image is divided into rows and columns. The column represents a[t] from (1, 1) while the row represents the bit at that position.

The bottom of the image represents the least significant bit, while the top bits represents the largest significant bit. Hence, growing "upwards". There is an offset of 1px on both sides of the image.

Given that the x-axis represents t-values (ie, the 5th column represents a[4], the 50th represents a[49]) the magenta line highlights when t is a power of two (1, 2, 4, 8, 16, 32, 64 ..).

The pattern I am describing occurs at these powers of 2. At each power of 2, you see a "triangular" shape appear. It grows as the power of two grows. In the center you see a series of 0-bits, and to both the left and right the same pattern appears, but mirrored. This pattern is the initial a[t]'s for (1, 1). The left side represents negative -t while the right side represents +t.

Look at pixel 129 and the surrounding pixels. Compare them with the pixels from the first few columns. This is what I am talking about.

The column is encoded inside of itself. It is self-similar (fractal).

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

dd804c No.11502

>>11501

There are a lot of patterns in the binary representation of columns. Another one (more amusing), you can see the repetitions of the triangular shapes. I have referred to these as levels when rationalizing them. You see how they grow, but also repeat all around the image.

If you refer to the first one as L1 (t=2^1), the second (when t=2^2) as L2 and so on, then count them you will find that they repeat in the following integer sequence:

1, 2, 1, 3, 1, 2, 1, 4, 1, 2, 1, 3, 1, 2, 1, 5 ….

If you map these to the alphabet (A=1, B=2, C=3 ..) this pattern would become "ABACABA". This is a well recognized fractal pattern that appears to exist everywhere.

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

dd804c No.11503

>>11502

https:// en.wikipedia.org /wiki/ABACABA_pattern

> See also

> Farey sequence

Well, hello old friend. Long time no clue how to relate to the grid.

Checklist:

1. Binary pattern

2. Fractal pattern

3. New modular math

4. Old references from Chris (Farey, fractal …)

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

5c14e6 No.11504

File: d6c5de69227f0fc⋯.png (569.41 KB,1624x714,116:51,wip_bitmask_e0_t4097_4120.png)

File: e44c1863c7e6f1a⋯.png (602 KB,1624x764,406:191,wip_bitmask_e_61_t500_525.png)

>>11496

Using a bitmask of 2^(bitlength(t)) - 1, the logical AND operation for a[t] in (e,1) does find matching a[t'] values in many, but not all, cases.

Sample for (0,1) t[4097..4120] shows valid matches, while (-61,1) t[500..525] shows a mixture.

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

5c14e6 No.11505

File: 472cd57b01707d7⋯.png (654.29 KB,1588x762,794:381,wip_bitmask_e0_t4107_4108_….png)

Another example in (0,1) shows the results of bitwise right-shifted a[t] matches for t=4107, and a combination of matches and mismatches for t=4108.

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

000000 No.11506

>>11504

The ones that are wrong in (-61, 1) are also the ones that are negative. I suspect that there might be another pattern for those specific cases. Think in terms of "natural negative binary representation". We have only defined how a negative number should appear for a machine, that doesn't mean this interpretation should hold in regards to nature.

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

5c14e6 No.11507

File: c74504a1a6b29c1⋯.png (1.06 MB,1560x1598,780:799,wip_bitmask_e1_t10_70.png)

>>11506

Here's (1,1) t[10..70] with a few groups of mismatches. Differences are always mod 4.

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

1cd5be No.11508

>>11501

>>11502

Could this possibly have anything to do with this? >>7558

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

903e41 No.11509

Hello Anons. Just continuing to enumerate all the variables for RSA100.

Construction and verification of the (d+n) and (x+n) squares:

(d+n) =

39034959443932277476746304024103548121890218181130

(d+n)^2 =

1523728058789437697238697847655707846181163742105495411067265721298937551215904586723474405488076900

(x+n) =

1059731506988603553937431268657920267324681542931

(x+n)^2 =

1123030866904336703079469523070416463095627144114722409357226718814587956951689069474054796070761

verify ==>> check (d+n)^2-(x+n)^2 = c

1522605027922533360535618378132637429718068114961380688657908494580122963258952897654000350692006139

verified. (d+n)^2 - (x+n)^2 = c

a[1] element construction. Decided to check this out for fun.

Two cool findings working backwards. the (e,1) a[1] a value was evenly divisible by n, as was the (-f,1) a[1] value.

Don't know how we could use that yet, and I haven't looked at any of this in binary yet.

xx+e=2na ==>> (1^2+e)/2 = a[1]

30609222037906366848728025756937904808799007384252

a[1] / n =

2127

Very interesting that it divides evenly!

a[1] element (e,1,1) for RSA100

e=

61218444075812733697456051513875809617598014768503

n=

1

d=

30609222037906366848728025756937904808799007384251

x=

1

a=

30609222037906366848728025756937904808799007384252

b= a + 2x + 2n

30609222037906366848728025756937904808799007384256

d[t]-d= (-f,1) a[1]

-8411349817494898663561547582546466210105999515943

d[t]-d / n=

-584

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

000000 No.11510

>>11508

The bitmap image I posted is of column (1, 1). In that column a[t] is defined by 4 times the triangular number of t, then + 1 (2 * t * (t + ) + 1) so to do a quick mental visualization, just move the image two pixels down. That should be the equivalent of removing 1 and dividing by four.

Which makes me want to say, yes to the question. Take the image posted, zoom in and move 2 pixel up and that should be just the triangular numbers.

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

000000 No.11511

>>11510

>>11508

If you look at the post >>7558 you can definitely see the same pattern, how you have these triangular shapes encoded in the binary (The red triangular shapes from the bitmap).

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

903e41 No.11512

File: 3ccf63e4a7de456⋯.png (38.35 KB,380x664,95:166,Screen_Shot_2020_09_13_01.png)

>>11510

>>11511

There's also the repeating binary tags (25 in the examples i highlighted)

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

ec6417 No.11513

>>11512

Ok, i have a solid idea for the binary search.

It starts with any of the givens:

We could use our 6 key elements at the starting point:

(-f na transform)

(e na transform)

(N-1)c

(Nc)

Shadow (N-1)c

Shadow (Nc)

Pick one.

I have a gut feeling that starting at (na transform) would be a good starting point. Any given could work. The key is to pick a known starting point, and analyze it's binary tag.

Moving right to left, we jump back (or forward) [t] elements based on the binary tag in (na transform) or any known.

From the known starting point, we move up or down [t] elements, creating the new elements based on the binary tags.

So each bit of binary (right to left) creates a new element to check based on [t] distance.

When we find a binary tag match in (e,1) at a new element, it should be [t+n] elements apart.

Since the n and (n-1) values are a wave function, they occur at more than one place. The key is that they're encoded in binary.

Best new idea on the board in months. Just sayin'.

This method incorporates every crumb we've had so far about the binary search.

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

80ea4c No.11514

>>11512

Why the last 5 bits?

What would happen if you color coded all of the matches?

10001, for example…

17 in Decimal

11 in Hexidecimal

Now I wonder if there's a relationship regarding staying prime between bases/n-decimals.

Might be a common thing, for all I know, since I'm only now even considering 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.

ec6417 No.11515

>>11514

Topol Wat? No, nothing to do with the last five bits. Numbers are families. Re-read my post.

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

ec6417 No.11516

>>11514

Ok. you were commenting on this >>11512, sorry man, I apologize.

The point of my post was just to show that the tags exist in the bitmask/triangular examples as well. For that example the length was 5 bits.

>>11513

This idea can handle any bit length.

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

80ea4c No.11517

>>11516

I apparently had to captcha a day or two ago and forgot to hit enter. ^_^

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

ec6417 No.11518

>>11517

No worries Topol!

>>11513

Further explanation:

We're examining a[t] values in binary.

Start with a known a[t] value in binary.

move right to left by bits.

each movement in bits creates a new [t] distance to check.

Which means creating a new element.

create the a[t] value for each new [t] distance measured by bits, right to left.

Possible Solution Path 1:

We could be looking for an a[t] binary match at a new element, similar to the matching binary tags.

Possible Solution Path 2:

for each new a[t] value created in (e,1) by using binary as our [t] distance:

Move right to left:

we can use d[t]-d to create the (-f,1) a[t] value

(a'-a")/a' = n

Search space is still O(log n)

Possible Solution Path 3:

Maybe we use the x values form the knowns instead, using the method above.

Big Idea:

Since numbers are grouped in families:

Distance as measured in [t] based on the binary tags should show a repeating/wave function.

Starting at a known a[t] or [t] value, the binary tag <d can help us jump [t] distance to create new elements which can be easily calculated and verified.

Each bit reduces the search space by half.

And the goal(s) are:

1. a matching binary tag for the a[t] values

2. or, a valid calculation for n using the offset in (e,1) and (-f,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.

000000 No.11519

>>11514

I was going to share that next. I didn't want to throw too much at you all at once. The binary pattern I described holds true in all other bases as well. When I noticed the binary pattern and that it encodes the a[t]'s from earlier on I decided to verify it in other bases.

Generate 3^3 - 3 <= t <= 3^3 + 3. Convert a[t] to base 3 and compare against a[t'] where: -3 <= t' <= 3.

In binary, the repetitive pattern occurs at powers of 2. In base 3 it occurs at powers of 3, base 4 at powers of 4 (Also base 2) and so on.

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

ee3660 No.11520

>>10935

>>10936

>>10937

>Pseudo-code. Demonstration part 1. Even d, odd e. Branching.

>1. Convert to binary as a string

>2. Trim Right zeros (divide by 2 until odd)

Hello Anons. Thinking and studying over here.

At a conceptual level, I am finally grasping WHY bit trimming is needed.

In order for the binary tag for (a prime) to pop out, d has to be reduced to the correct size/parity.

Meaning it needs to be:

1. odd (to encode the prime a), and

2. larger (?) than prime a but not too big.

Any thoughts on this idea from the group?

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

ee3660 No.11521

>>11394

More reviewing crumbs and thinking.

This hint about RSA100 ratios is very interesting to me. It's got my mind engaged.

For RSA100:

>What is the ratio of x to 2n for RSA100?

It's almost 1.

>>11406

>why is this relevant?

Hmm. Thinking about that now. Any ideas Anons?

>What is the ratio of d to x for RSA100?

It's very close to 40, which was mentioned a bunch during the triangle (n-1) explorations.

>>11407

>Why is this relevant?

Common pattern? Any ideas Anons?

Maybe all RSA sized numbers share similar ratios between:

x / 2n => headed towards 1

d / x => headed towards 40

>You know it's coming.

>Why does the square plus 3/8 of a side help?

>Why a triangle and a quarter base?

>Which triangles are divisible by 4 after you subtract 1?

>Why use units of 4?

>Are some relevant determinants half numbers in units of one?

>Did this help create the problem?\

I'll be working through these concepts tonight if anyone wants to join and discuss. Let's get some teamwork on this shit.

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

6d41f3 No.11522

>>11521

Woke earlier than usual, saw your posts. Was hoping to do a bit of work on this, but other directions atm. Do you have the binary / binary patterns for RSA100? How are your tools working?

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

6d41f3 No.11523

File: bbe8946315d34da⋯.png (35.09 KB,618x251,618:251,prime_post.png)

haha, fishin' a bit..

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

6d41f3 No.11524

File: 2ab299e0286ed2c⋯.png (217.06 KB,660x722,330:361,irony.png)

>>11523

Ironic. Kek.

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

80ea4c No.11525

>>11524

They missed the 47.

But that's quite the autisms.

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

01db2a No.11526

>>11522

>Was hoping to do a *bit* of work on this

Lol!

>Do you have the binary / binary patterns for RSA100? How are your tools working?

I have a running list of all values for RSA100 that I've been building out.

I'm using a big number calculator to crunch all the RSA numbers, but more than anything I'm working to understand the concepts.

I'll be on the board in 2-3 hours if anyone want to work or bantz.

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

5b6660 No.11527

File: 6e7ad314aab245c⋯.gif (56.08 KB,457x371,457:371,A83422AE_E68F_4FF3_AB73_2A….gif)

>>11524

OH MY GOD HE FACTORED A NUMBER

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

01db2a No.11528

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

01db2a No.11529

Working on compiling code for c# now, and having trouble. Any program Anons will to advise?

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

01db2a No.11531

>>11530

Over in the programming thread. I'm working to be able to contribute in the code department. It's hard to ask for help lol. Thanks in advance for anyone willing to advise.

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

80ea4c No.11532

File: 5e0bf71d5dadd41⋯.png (1.48 MB,1332x850,666:425,Smokey_The_FAAFO_Bear_LJ.png)

>>11531

No, but I have this.

Anyone else?

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

80ea4c No.11533

File: ba34e3d2d43d552⋯.png (51.52 KB,850x415,170:83,ba34e3d2d43d5529fe0fb4eb5d….png)

Hmmmm….

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

80ea4c No.11534

File: 2f0084a4a56f29e⋯.png (14.72 KB,386x343,386:343,ClipboardImage.png)

File: d00de1a07e7541c⋯.png (26.07 KB,382x332,191:166,ClipboardImage.png)

File: ad69d236d641e02⋯.png (40.71 KB,681x589,681:589,ClipboardImage.png)

File: 64bb0cb141c07a9⋯.png (18.65 KB,600x400,3:2,ClipboardImage.png)

Binomial Representation of Cryptographic Binary Sequences and Its Relation to Cellular Automata

https://www.hindawi.com/journals/complexity/2019/2108014/

Triangles Chart Patterns

https://www.binarytrading.com/triangles-chart-patterns/

On a Problem of Steinhaus Concerning Binary Sequences

https://www.researchgate.net/publication/38338537_On_a_Problem_of_Steinhaus_Concerning_Binary_Sequences

Trinomial TRANGLEZ AN' SHEEEEIT

https://en.wikipedia.org/wiki/Trinomial_triangle

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

80ea4c No.11535

YouTube embed. Click thumbnail to play.

e and pi are in the Bible - episodes 1-5

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

000000 No.11536

>>11501

>>11502

Nothing? It ties into fractals, Sierpiński triangle, ABACABA.. It shows patterns in binary, self-similarity and would fit with a lot of what Chris has said.

You guys even looking into it? It's a NEW discovery, previously unknown. Like literally, it's not a known pattern.

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

f5b533 No.11537

>>11536

>You guys even looking into it?

I'm not the only one here so I'm just speaking for myself (and replying in case nobody else does, which has happened plenty of times here in this sort of situation), but I am beyond fatigued with this so if I don't see any obvious way to link a new pattern to a potential solution, I'm not likely to put time into it. That's just me, like I said. Someone else might have been working on it. Congrats for finding a new and definitely interesting pattern, regardless.

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

80ea4c No.11538

>>11536

Go oooooon…

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

c93a30 No.11539

>>11536

Good find on the new pattern! I haven't yet thought of a way to use it for solving. Have you ran any tests on sample c values where it can help solve for n or x?

I'm scratching my head over here in regards to my findings too. At a conceptual level, the binary encoded in a wave function / fractal in (e,1) and (-f,1) should reveal some way to measure the wave itself.

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

c93a30 No.11540

Found a tasty crumb over in Grid Patterns.

>>7639

>This is where you'll find the lookup.

>Patterns.

>Including fractal patterns.

>Including the gaps between the square remainders, 3,5,7,.., columns.

>The key is how many squares make up the remainder.

>Use this to your advantage.

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

c93a30 No.11541

Ok. I have a solid idea. And, I'll need some help to explore.

AA, PMA, and all Anons:

What is the relationship between n and N?

or (n-1) and (N-1)?

you guys have run way more tests. Do n and N share factors?

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

c93a30 No.11542

If they do, then (bn) and b(n-1) are the key.

As Chris has said many times.

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

c93a30 No.11543

If n and N (or (n-1) and N-1) share factors, then anywhere b appears as a factor should have this:

(bn) at a[t]

b(n-1) at a[t-1]

which means b will pop out if we subtract those two values.

no matter what the other factors are.

meaning this:

in (e,1) a[t]= Nc = a * b * N (and N factors, possibly including n)

in (-f,1) a[t-1] = a * b * (N-1) (and (N-1) factors, possibly including (n-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.

c93a30 No.11544

meaning:

anywhere (bn) is a factor, we can know that b(n-1) has a [t-1] location.

d[t-1]-d = b(n-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.

c93a30 No.11545

So the fractal pattern is encoded with (bn) and b(n-1) all through (e,1).

Offset by [t-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.

c93a30 No.11546

File: afd19e6d9013993⋯.png (214.91 KB,1862x717,1862:717,Screen_Shot_2020_04_21_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.

80ea4c No.11547

YouTube embed. Click thumbnail to play.

And the LORD said:

"TOPOL! DAT SHIT'S RELATED! LIGHT AND SHADOWS ARE INTERTWINED!"

And it was dank.

Ameme.

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

80ea4c No.11548

YouTube embed. Click thumbnail to play.

And it turned out the LORD had a KEK at Topol's expense.

But His WORD was still applicable.

Or maybe that's the joke that led to the KEK.

Ameme.

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

80ea4c No.11551

YouTube embed. Click thumbnail to play.

Don't mind me.

Just keepin' the lights on.

The Infinite Pattern That Never Repeats

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

934d9a No.11554

File: 0ac7f68a9b16c00⋯.png (36.07 KB,727x191,727:191,8_board_delete_rules.png)

>>11551

Someone's gotta

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

80ea4c No.11555

>>11554

huh… good to know!

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

c21f86 No.11556

This is pre-auth, if you like.

The VQC here stands.

The structure of the values at [e,1] and [-f,1] are shortcuts, as described.

This will be demonstrated.

The shock twist just before The End is that not even the VQC is needed.

There is a shortcut (derived from the VQC) that allows you to work out how many triangles there are of base (n-1) in d(n-1).

The route to that short-cut depends on the relative lengths of d,e, and f. This is why it is hard to find the solution. If you didnt know there are types of numbers, you would know how to find the one you need etc.

For RSA100 as an example, there are two lengths of f in d, leaving a gap or remaimder of subtracting 2f from d. You only need a rough match in length of unit. For RSA100 the easiest match is 2xf as 32 and the gap from d-2f as 5. For the type of number RSA100, you get there quickly. Divide f by 16 and the gap by 5, you'll immediately see an approximation of x.

32+5=37

Multiply by 2 (there are two sides of the square to complete). 37x2=74

The square of this number is one less than the number of (n-1) based triangles in d(n-1). The rest is reasonably simple.

Notice than the ratio of 2d to x is approx 74 and that the ratio of x to n is approx the same.

Its the same for all the RSA numbers, you just need to understand how to order d,e, and f depending on their relative lengths. Thats why sometime n is crucial, sometime n-1, same for f, same for d.

Because there is a shortcut to these triangles of n and dn ratios, and these numbers are tiny compared to c, 74 for RSA100, in the 80s for RSA110, less than ten for others where the size of n or x approaches half of d, this shortcut is never more complex than finding the square root.

End of pre-auth. Should set the enemy's cats amongst the pigeon when they see the number of triangle is always equal to or one away from a highly smooth number. Lets call it the General Number Field Calc ;)

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

c21f86 No.11557

What was alluded to previously is actually correct.

Its not necessary though.

If you make c into 4c you can see the dimensional difference. Some numbers are still odd numbers, like e or f or d. This DOES allude to not just a dimensional space between lines and areas, but ALSO its RICH and MASIVE. Its a number space that includes the use of the golden and silver ratios and in this case, triangles, the true intermediary between lines and area. Just under half a square of the base length.

The golden ratio is a special case of n relative to the length of 2d.

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

c21f86 No.11558

The reason we need gold is because there is no way to secure computer transaction without every transaction being transparent to everyone.

BTC is completely insecure. All cryptos are. Not just the mining, but how you store a wallet.

Nothing online is secure.

Its always been a matter of time before its public and everyone realises.

Public ledger with public parties turns out to be the only way electronically.

Kinda cute.

Gold is needed until this is accepted, once it is realised.

The Internet will go off for a bit as some things are airgapped immediately.

Julian, Maxwell and Hillary. Those insurance files are the same give or take.

Which one is Julian on?

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

5905b7 No.11559

>>11556

It'd be cool if we could talk again instead of just getting a text dump every month or two.

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

80ea4c No.11560

File: 4553328564bbc6e⋯.png (77.33 KB,900x563,900:563,ClipboardImage.png)

>>11558

>Julian, Maxwell and Hillary. Those insurance files are the same give or take.

Hadn't considered that…

They all share a core, and then they have their personal stash.

>Which one is Julian on?

What do you mean by "on"?

As in dirt? Was he a bad boy in a decadent environment?

Or do you mean between Hillary and Maxwell?

They're both valuable for different reasons…

Who does whom tie to?

Plenty of overlap… I wonder what the interference patterns reveal.

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

c1636a No.11561

Never before have I seen a bucket full of morons like this one ! Go back to elementary school retards.

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

7ec764 No.11562

>>11561

Cool thanks

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

80ea4c No.11563

>>11562

Toldja they'd be back!

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

80ea4c No.11564

>>11563

>>11562

Also, surprised they showed their hand like that.

Jan's been the one spamming the boards with that (format of) crap?

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

4f79ae No.11565

>>11564

Damn, this Jan man’s living in yo head rent free! Dunno what’s funnier, the whining and the whining or the methhead jerking off. Solve this solve that nigga hasn’t even solved how to put down tha crackpipe

(USER WAS BANNED FOR THIS POST)
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

7ec764 No.11566

>>11565

If you're here to start shit up again, I'm banning you.

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

6d41f3 No.11567

>>11531

>Over in the programming thread.

Hey VA, did you progress on the coding front? Saw your call for help but had some tech issues at that time, since resolved. Will check in on the coding thread you linked. Maybe run these numbers / ratios through? >>11556

>>11557

>silver ratios

Ok, never knew of the Silver ratio, or of Metallic Numbers. Damn you for putting out such ideas to newb math-anons who are curious.

"The golden ratio (1.618…) is the metallic mean between 1 and 2, while the silver ratio (2.414…) is the metallic mean between 2 and 3. The term "bronze ratio" (3.303…), or terms using other names of metals (such as copper or nickel), are occasionally used to name subsequent metallic means." (wiki; Metallic_mean)

and

"As the golden ratio is connected to the Fibonacci numbers, the silver ratio is connected to the Pell numbers, and the bronze ratio is connected to OEIS: A006190"

Hmm, seems there is a whole "Family" of Metallic means. Can you provide some direction as to this "Metallic Family" relative to the "Families of numbers" that have been alluded to?

https://plus.maths.org/content/silver-ratio

https://plus.maths.org/content/part-ii

>>11566

Hey AA, ty for mentioning need to keep some movement to keep the lights on. And Just ignore/filter unless it's really bothering you, then bring out the hammer as you see fit mate.

Also, agree it would be nice to have some back and forth, vs drops at the pace of cool tar. Maybe getting closer to 'Time', so will see..

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

6d41f3 No.11568

>>11485

>Any new math ideas? You mentioned seeing some avenues to explore. Perfectly fine if not (I don't right now myself), but the best way to move on from this is to get back to discussing the thing we were distracted from.

So, where I was going with that, was with the various OEIS series that seem to be everywhere in the Grid. This: >>11567

>the bronze ratio is connected to OEIS: A006190

prompted me to come back to your kind offer. It's likely just a tangent, but who knows. Basically, when doing the work in Excel, back trying to just get the formulas related to columns and cells worked out for e of 1, 0, and -1 noticed there were many sequences that popped out, and these mapped to series in the OEIS dbase. I can go through the old breds to link to a post showing the image and work.

Anyway, I started running many of these through the OEIS search, and they were coming up with matches. Found there's a programmatic way to send a query directly to the OEIS. Thought it interesting. If you're interested, can dig back and pull up a few more details / examples.

Hope all else is well with you.

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

6d41f3 No.11570

File: e3ad942cc624656⋯.png (139.88 KB,558x291,186:97,fbi_redacted_hidden_1.png)

File: 3c736169cfd632c⋯.png (128.49 KB,546x285,182:95,fbi_redacted_hidden_2.png)

File: b98ec4d75b8bae4⋯.png (135.7 KB,553x288,553:288,transparency_vs_fbi.png)

>>11558

>Nothing online is secure.

>Its always been a matter of time before its public and everyone realises.

>Public ledger with public parties turns out to be the only way electronically.

>Kinda cute.

Possibly related, from the stream…

>>>/qresearch/10955457

>Think drop today re: Sen Johnson re: redaction(s) [GSA v FBI].

>"Let's see what happens."

>Think POTUS today "No redactions!"

>Do you see what happened?

>Q

>>>/qresearch/10955717 (OB)

>>>10955457

>5:5

>DARK to LIGHT

>Redacted and all Black, to Clear Comms

>No moar secrets.

>Then we get to the numbers, encryptions next, that's when head with REALLY explode…

>Haha, they thought maths would hide their evil.

>Dark to Light, frens! WW!

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

e9ef6f No.11571

>>11566

Major cringe boomer vibes :pepoSad:

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

80ea4c No.11572

YouTube embed. Click thumbnail to play.

>>11571

Verily, I say unto you, nary a matrix containing null sets of fucks were given that day.

And it was dank.

¡AMEME!

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

e9ef6f No.11573

>>11572

Eww irrelevant loser replying! Yikes

I only come here to tell methhead faggotron he’s going to hell

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

80ea4c No.11574

>>11573

>>11563

^^^ Yyyyyup.

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

000000 No.11575

>>11574

It's always just Jan, he is a loser who is desperate for attention.

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

3f6c60 No.11576

>>11575

How will Jan ever recover?

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

80ea4c No.11577

YouTube embed. Click thumbnail to play.

>>11576

Likely, they won't.

Nothing but hard drugs and black cocks in their future!

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

3f6c60 No.11578

>>11577

Glad now that he’s gone we’re getting back to the real math, huh guys?

(USER WAS BANNED FOR THIS POST)
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

7ec764 No.11579

Whoever was saying we should just ignore and filter, the above exchange is why I don't think that's going to work.

>>11568

Are you aware of any OEIS series that show up in the grid where you can calculate the nth number? I know triangle numbers show up as the a values in I think it was (-1,4), for 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.

80ea4c No.11580

Discord nuked me and my server cuz Q.

Is the VQC server still up, at least?

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

7ec764 No.11581

>>11580

It's still 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.

80ea4c No.11582

>>11581

Huzzah!

Someone make sure to save/update all of it, since it may come down sooner or later.

Y'know… that thing we started doing a forever ago.

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

7ec764 No.11583

>>11582

Your account still shows up in the list, can you not log in or something?

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

6d41f3 No.11584

>>11579

>Are you aware of any OEIS series that show up in the grid where you can calculate the nth number? I know triangle numbers show up as the a values in I think it was (-1,4), for example.

Given there's some interest, will take a look back. It was back on winblows days, so could take a minute.

>>11580

>Discord nuked me and my server cuz Q.

Just back online after a long day, saw this checking notes, and thought of you first:

>>>/qresearch/11005963 (OB)

>EVERYONE CHECK YOUR DISCORD!!!!

>They just did a Q purge. -_-

>>11579

>Whoever was saying we should just ignore and filter, ..

I'm one who suggested this. Easy peasy at this point. We be anons, it's nuttin', but that's merely imo.

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

80ea4c No.11585

>>11583

nope… account disabled.

odd that it's still showing up, tho.

>>11584

Teehee.

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

6fe7ab No.11587

>>11567

Hey MM! Thanks for your response. I'll have time to work over the weekend.

Hope all you anons are having a chill Friday. Let's cook up some new ideas to work on.

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

6d41f3 No.11588

File: dc240e44b745214⋯.png (97.81 KB,408x264,17:11,buffalomath.png)

>>11579

>Are you aware of any OEIS series that show up in the grid where you can calculate the nth number? I know triangle numbers show up as the a values in I think it was (-1,4), for example.

AA, took a look back and there are a couple posts that spell it out. This came from the work to enumerate the values for t=1 in e=-1.

>>9089 (PB) this post from RSA#15 lays out the link to OEIS sequences fairly well.

>> 11586 (OB) You as well fren.

>>9050 and VeritasAequitas, also from RSA#15, think you may enjoy reading this one, as it ties in binary expansion of n.

>>9089 (PB)

>What about those 'ghost' values?

> - they are 'non-integral' n-values. Note that if these were included x_base is a simple sequence increasing by 2 for each k.

Now, found this reply from early days interesting, and thought perhaps it loosely ties in with this "ghost" concept, the "non-integral" values of the grid:

>>53 (PB) RSA General

>because those are the cells where the midpoint of a and b would not be a whole number. Or, worded another way, the difference between a and b would be an odd number.

This was a response to:

>>33 (PB) RSA General

>Why are there gaps?

and >>699 (PB) RSA General

>Gaps in the grid.

^^ VQC posts

>>11585 as always, ty for helping to "keep the lights on" (multiple meanings exist). Wondering if you've run across any guud tube vids for the Silver Ratio thing?

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

d68a45 No.11589

Ding dong VQC is still a larp!

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

d68a45 No.11590

Testing (previous devices airgapped)

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

7b5156 No.11591

>>11588

>the Silver Ratio thing?

I had never even heard of it until he mentioned it so unfortunately I haven't.

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

6d41f3 No.11593

YouTube embed. Click thumbnail to play.

>>11591

Found one..

The Silver Ratio - Numberphile

Another good one: https://youtu.be/SB1ht6MP4to

Also AA, very odd, but there was a post in the thread earlier that has been deleted/removed.

It was a response to >>11588 in regard to the 'ghost values', and an anon had replied along the lines of: "Perhaps you are thinking of the "rational numbers". (where both numerator and divisor are whole numbers).

On the topic of rational numbers, it's interesting to note that the set of all rational numbers, often referred to as "the rationals", the field of rationals or the field of rational numbers is usually denoted by a boldface Q.

>>11589

>Ding dong VQC is still a larp!

Who cares? >>11587 is a Prime Post, and yours isn't (has 3 and 3863 as factors).

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

80ea4c No.11594

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

80ea4c No.11595

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

80ea4c No.11596

File: aa23cc8233d5f2b⋯.png (5.81 MB,2560x2007,2560:2007,ClipboardImage.png)

>>11594

>>11595

Somehow, I copied "return".

Also, Silver is the 47th Element.

Just sayin'.

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

6d41f3 No.11597

File: 1c1b78e7f9bcc51⋯.png (78.29 KB,1078x263,1078:263,41997_golden_ratio.png)

>>11591

There was a tidbit in an early map about the Golden Ratio (pic related).

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

ee3660 No.11598

File: 5db46b0d205615f⋯.png (1.43 MB,1000x500,2:1,Rainbow_Primes.png)

>>11597

Hello Anons. Working and thinking all week! Nothing new yet, but ideas are brewing.

Let's keep the lights on!

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

ec6417 No.11599

Hello Anons. I'm studying the Wave Function in (e,1) again. I think this is one of the best possible solution paths we have as a Team. Anyone want to work and chat? I'm free tonight.

>>10976

>>10986

>>10991

>>10992

>>11331

>>11492

>>11513

>>11518

>>11539

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

49b197 No.11600

>>11599

Smart move.

I will show you how to

a. Figure out the ratio of 2d/x which approximates/n.

b. Link this, wavefunctions, Mandlebrot Set to the next phase.

1D lines.

2D areas.

3D volumes.

Even integers have intermediate dimension.

Between one and two, its triangles.

The pyramid, the triangle with the missing top. The KEY of math. The eye of the beholder. It is showing the solution to the integer factorisation. "Complete the pyramid (triangle) and all these worlds are yours"

A warning. The Day of Wrath is almost here.

When I authenticate with the factors of the 2048 bit RSA number, it will be to timestamp and mean I have finally uncovered all of Maxwell's and Hillary's and Obama's stashes of BTC, that they have been transferred and that the same time as that the BTC mining advantage code will be released. One function.

Lastly, the SWIFT network will go down.

When it comes back the public and NON-PUBLIC puppets and puppeteers will notice something special and generous.

Finally, thank you to Q and team.

The reaction to this will help show Obama's BTC from child porn payments. Kinda the last addresses I was looking for. I have MaxwellHill's addresses for all bounties AND escrow.

BILL CLINTON OR JOE BIDEN DIES NEXT WEEK.

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

49b197 No.11601

Why collect addresses to take ALL their BTC if the entire network will not work?

Steall ALL main blackhat BTC.

Watch them fight each other.

Take down network.

Now, if somehow there is consensus to restore the network, their BTC won't be there for them.

Insurance.

Tempting to put the whole 137 billion on a single set of hits between theft and network termination.

Who wouldn't want to see May, Brown, Cameron, and Blair running around like the Hunters become the Hunted with an 11 figure bounty chasing them.

You know what? Fuck taking it down.

Lets just see who wants a piece of that for getting rid of the shittiest leaders in UK history.

Release the insurance folder with the Kompramat on ALL MPs past and present.

All the Judges and QCs that are comped.

All the Crown prosecutors that are comped.

Hmmmm lets make all those in the justice system public first.

Starting with the Rotherham and other northern city participants that aren't Asian.

The prequel is the joint CIA operation with the SAS to murder Dr Kelly. The night vision video. And the corroborating videos that should make Blair, Campbell and a third of the cabinet face hanging.

Blair was ordered to do the 7/7 bombings. He could have said no.

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

80ea4c No.11602

File: 82170490b9ec3fe⋯.png (666.84 KB,500x814,250:407,PaulWasNotAnApostle.png)

>>11600

<Waves to the NSA and Secret Services.

Howdy!

Anyway, I was wondering where Billy Boy had been… but I'm not sure why that would be a/the play, outside of trying to shut everything down right before the election, buuuut even if that sucked up the news cycle all next week, that still wouldn't really effect anything.

Realistically, we know that the Dems have no intention of WINNING the election… they're just trying to throw it into such disarray that they can claim it wasn't legit/isn't trustworthy.

So… in that context… Biden may be their best bet, if what you're saying comes to fruition.

After so many people had voted… would that void all the ballots up til this point?

Would new ones need to be reprinted?

Or would it just default to a vote for Kamala?

I'm not endorsing any of this subject matter, but if I were the DNC… I'd probably go for the ultimate pity vote.

"DO IT FOR JOE!", etc etc.

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

37a1e0 No.11603

File: 52679e16356790f⋯.png (17.03 KB,159x188,159:188,c145_e_1_.png)

>>11600

>>11601

I'm going to display how the binary pattern for prime (a) in (e,1) shows up in a consistent pattern, but encoded in a way that we would almost always miss it. This is exactly what VQC described. A new way to construct and understand numbers.

For everyone watching lol

>>11602

<Waves to the NSA and Secret Services.

If this pattern holds for larger c values, it could very well be the key to a solution. It uses the binary encoding of an integer to reveal the square + prime that creates a new number in the a[t] (e,1) sequence.

(1,1,1) = {01:01:010:01:01:0101}

(1,1,2) = {01:01:01000:011:0101:01101} // a[t] = 5 = 0 + 5

(1,1,3) = {01:01:010010:0101:01101:011001} // a[t] = 13 = 8 + 5

(1,1,4) = {01:01:0100000:0111:011001:0101001}

(1,1,5) = {01:01:0110010:01001:0101001:0111101} // a[t] = 36 + 5

(1,1,6) = {01:01:01001000:01011:0111101:01010101} // a[t] = 56 + 5

(1,1,7) = {01:01:01100010:01101:01010101:01110001}

(1,1,8) = {01:01:010000000:01111:01110001:010010001}

(1,1,9) = {01:01:010100010:010001:010010001:010110101} // a[t] = 140 + 5

(1,1,10) = {01:01:011001000:010011:010110101:011011101} // a[t] = 176 +5

(1,1,11) = {01:01:011110010:010101:011011101:0100001001}

(1,1,12) = {01:01:0100100000:010111:0100001001:0100111001}

(1,1,13) = {01:01:0101010010:011001:0100111001:0101101101} // a{t] = 308 + 5

(1,1,14) = {01:01:0110001000:011011:0101101101:0110100101} // a{t] = 360 + 5

(1,1,15) = {01:01:0111000010:011101:0110100101:0111100001}

(1,1,16) = {01:01:01000000000:011111:0111100001:01000100001}

(1,1,17) = {01:01:01001000010:0100001:01000100001:01001100101} // a[t] = 540 + 5

(1,1,18) = {01:01:01010001000:0100011:01001100101:01010101101} // a[t] = 608 + 5

(1,1,19) = {01:01:01011010010:0100101:01010101101:01011111001}

(1,1,20) = {01:01:01100100000:0100111:01011111001:01101001001}

Here's the matching decimal elements:

(1,1,1) = {1:1:2:1:1:5} = 5; f=4; i=3; j=2

(1,1,2) = {1:1:8:3:5:13} = 65; f=16; i=9; j=4

(1,1,3) = {1:1:18:5:13:25} = 325; f=36; i=19; j=6

(1,1,4) = {1:1:32:7:25:41} = 1025; f=64; i=33; j=8

(1,1,5) = {1:1:50:9:41:61} = 2501; f=100; i=51; j=10

(1,1,6) = {1:1:72:11:61:85} = 5185; f=144; i=73; j=12

(1,1,7) = {1:1:98:13:85:113} = 9605; f=196; i=99; j=14

(1,1,8) = {1:1:128:15:113:145} = 16385; f=256; i=129; j=16

(1,1,9) = {1:1:162:17:145:181} = 26245; f=324; i=163; j=18

(1,1,10) = {1:1:200:19:181:221} = 40001; f=400; i=201; j=20

(1,1,11) = {1:1:242:21:221:265} = 58565; f=484; i=243; j=22

(1,1,12) = {1:1:288:23:265:313} = 82945; f=576; i=289; j=24

(1,1,13) = {1:1:338:25:313:365} = 114245; f=676; i=339; j=26

(1,1,14) = {1:1:392:27:365:421} = 153665; f=784; i=393; j=28

(1,1,15) = {1:1:450:29:421:481} = 202501; f=900; i=451; j=30

(1,1,16) = {1:1:512:31:481:545} = 262145; f=1024; i=513; j=32

(1,1,17) = {1:1:578:33:545:613} = 334085; f=1156; i=579; j=34

(1,1,18) = {1:1:648:35:613:685} = 419905; f=1296; i=649; j=36

(1,1,19) = {1:1:722:37:685:761} = 521285; f=1444; i=723; j=38

(1,1,20) = {1:1:800:39:761:841} = 640001; f=1600; i=801; j=40

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

6d41f3 No.11604

>>11603

Hey VA, will take a look.

Found something Monstrous that seemed interesting, will type that out.

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

80ea4c No.11605

File: 8f7160d1e34d539⋯.png (23.47 KB,644x96,161:24,ObamacommsApparently.png)

>>11600

Hmmmmm….

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

80ea4c No.11606

File: 0869365c9a6f862⋯.png (186.8 KB,1290x263,1290:263,ClipboardImage.png)

>>11600

I don't know if this is true, but we all remember what happened with Epstein…

If true… quite the eyebrow raiser!

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

80ea4c No.11607

File: 36b2826dc495b92⋯.png (277.13 KB,1701x823,1701:823,ClipboardImage.png)

>>11606

M0ar hmmmm….

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

7d7c93 No.11609

File: 2970287c62c7125⋯.png (945.03 KB,1033x675,1033:675,2970287c62c71253096e5a225a….png)

>>11600

Anything to hear all trace of smugness leave MaxwellHills voice. The very sound of it sets my teeth on edge.

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

80ea4c No.11610

File: 4557df2c2517408⋯.jpg (55.05 KB,378x357,18:17,71af214b683bdb7c7c822a5c7f….jpg)

BTDubz…. I have things in the works…

Maybe.

Will letcha know what comes, if fruition.

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

80ea4c No.11611

>>11600

Whelp… so much for that… unless they're getting sacrificed today by the leftists.

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

80ea4c No.11612

File: be9008e518d3145⋯.png (649.67 KB,928x960,29:30,ClipboardImage.png)

Thought someone here would appreciate this.

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

000000 No.11613

>>11612

Topo, you're not alone here :-)

I haven't had time to work on this, a lot happening lately, but I did share some stuff regarding new discovery into the fractal nature of the fibonacci sequence a while back in qresearch. Trying to lure Chris out with some new discoveries, but sadly he didn't eat the bait. I will share those here soon, but essentially fibonacci encodes itself inside of itself infinitely (hence the fractal nature).

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

a60c1e No.11614

>>11612

>>11613

Hello Anons.

I'm here too! Working to generate (e,1) values for RSA100.

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

12f8af No.11615

Authentication occurs tomorrow.

VQC posts the factors of RSA2048 tomorrow.

All temporal variables described here are local; ref frame UTC +/- correction for aberration

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

80ea4c No.11616

File: a7364275ec04fa5⋯.jpg (121.69 KB,755x863,755:863,a7364275ec04fa52f41977afd9….jpg)

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

6244f1 No.11617

>>11615

k (2)

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

6d41f3 No.11619

>>11615

11615 = 5 * 23 * 101

k (3)

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

580983 No.11621

We're halfway through "tomorrow" in UTC time, are you at least going to make any posts at all or what?

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

80ea4c No.11622

Just a test… QR's actin' fucky.

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

80ea4c No.11623

>>11622

aight, judging by timestamp, posting was down for about an hour and 45 minutes.

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

580983 No.11624

>>11623

>it was god telling me not to post it you guys xD maybe next time

Who'd'a thunk 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.

80ea4c No.11625

>>11624

Truly, it's super convenient.

Then again, like I pointed out elsewhere… why were they talking in third person?

Very possible that someone was simply trying to larp… and we're just numb to it at this point.

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

580983 No.11626

>>11625

There was third person talk when that situation with the algebra was happening, >>11160 for example. Whoever this >>11615 person is and regardless of whether they're real or not, they're an asshole.

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

896edc No.11627

>>11626

I didn’t post those, it’s the real Chris.

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

80ea4c No.11628

>>11627

Thanks, single poster-chan.

This is why Jan got the boot.

Jan's shit just didn't add up, impressive as it occasionally was.

Original VQChris… his still holds.

This is about numbers.

Put up or shut 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.

5617a9 No.11629

>>11627

Thanks for being less of a prick than Chris for a brief, fleeting moment

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

80ea4c No.11630

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

80ea4c No.11631

YouTube embed. Click thumbnail to play.

What an odd timeline we're in…

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

b72f11 No.11632

8kun was down during the window yesterday.

Just after the air gapped laptop was fired up and a variable changed to RSA2048.

Standing by for three days.

Next window Wednesday 11:11Z on the eleventh day of the eleventh month.

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

5617a9 No.11633

>>11632

>muh nice round numbers

If you aren't full of shit there's no good reason why you wouldn't post it right now

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

b72f11 No.11634

>>11633

What are orbital mechanics?

I had to jump through hoops just to reply.

Sometimes I have no access again.

Have a think about what happens shortly afterwards.

Emergency Broadcast?

Revenge of Assange?

Admiral Ackbar

Return of the Jedi

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

5617a9 No.11635

>>11634

Oh bullshit. Being legitimately worried about losing access to posting here is a reason to post it now, not to wait, so that isn't an excuse at all. We've been in this situation so many times and you always dance around the point for a couple days and then pussy out at the last minute. They're numbers. All you have to do is run the program, copy and paste the output into the reply box and then hit the "New Reply" button. Anything short of doing that shows you're completely full of shit and you're just fucking with us 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.
Post last edited at

6d41f3 No.11636

File: e3df9b3cd9594b2⋯.png (338.57 KB,823x832,823:832,mathninja5.png)

File: d11887bce14c054⋯.png (369.8 KB,828x823,828:823,mathninja4.png)

File: 2950a7796f5bc00⋯.png (83.21 KB,326x346,163:173,mathninja1.png)

File: 13e43a8fee7bd4b⋯.png (466.06 KB,838x413,838:413,mathninja2.png)

File: 7d6cdf7104a82fe⋯.png (430.2 KB,840x415,168:83,mathninja3.png)

>>11635

>Anything short of doing that shows you're completely full of shit and you're just fucking with us again.

Good day fren, at least this is keeping the lights on!

>>11631 @00:01:40

"Wouldn't that be great, a Maths Ninja. Instead of Shurikens, I'll throw Prime Numbers." KEK

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

b72f11 No.11637

File: 18a68a81b7fc2c0⋯.jpg (96.4 KB,697x347,697:347,Screenshot_20201109_141903….jpg)

When someone puts GSOH on Grindr and its truism.

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

5617a9 No.11638

>>11637

???????

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

80ea4c No.11639

>>11634

>Admiral Ackbar

iiiiiiiit's a trap?

Set by whom?

>>11632

Why is there a "window" and why is it so obscenely short?

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

6d41f3 No.11640

>>11637

Ummm, this is a Maths board. Try to be relevant.

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

be0f74 No.11642

Vqc is dead.

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

6458b2 No.11643

>>11642

If you say so, anonymous stranger with no credibility

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

80ea4c No.11644

>>11642

Well I be damned if there wasn't a more convenient time to be am died.

Well alright then.

Unleash the DMS.

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

6458b2 No.11645

>>11642

If you're going to make a post like this, regardless of your lack of evidence, the least you could do is continue to post, you fucking cocktease

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

80ea4c No.11646

>>11645

>>11642

Straight up… show us.

I don't know where you think you're fucking around, but this is MATHS.

Proof it.

Straight up.

I'll believe AA if they delete.

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

80ea4c No.11647

"Did Chris post?"

No… he called out.

"What's wrong, is he sick?"

Nope! Called out dead.

"Then how did he post?"

I assume someone else did.

"Are they one of the other people who know how to operate the VQC? Someone who said that if Chris didn't finish what he started, they would?"

I mean, you'd hope so…

"K. So someone made a claim, and there was never any proof that Chris was going to do anything today, anyway… yeah? And for all we know, it's just someone making a declarative statement about the project in general?"

Preeeeeeetty much.

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

6458b2 No.11648

>>11647

So you don't think it's more likely that Chris pussied out again and pretended to be somebody else telling us that he died? He said "Vqc", despite it being blatantly obvious that it's an abbreviation, so it would be more likely that someone trying to alter their typing style to pretend to be somebody else would do that than that somebody would get that wrong, in my opinion anyway.

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

80ea4c No.11649

>>11648

kek, sure. or that.

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

10a6ba No.11650

File: abde13b67cf9e92⋯.png (167.8 KB,963x961,963:961,Screenshot_from_2020_11_12….png)

https://www.quantum.gov/action/#Q-12-EDUCATION

Thought yall may find this 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.

80ea4c No.11651

File: 294b9b5e06918b4⋯.png (417.81 KB,746x990,373:495,ClipboardImage.png)

>>11650

I too found something interdasting and nerdy

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

ff43f1 No.11652

You get what you deserve.

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

5d4c86 No.11653

>>11652

I don't care if you're Jan fucking with us again, please post more than once this time

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

ff43f1 No.11654

>>11653

It’s almost like you need a larp to keep going. Like the ends justify the means

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

5d4c86 No.11655

>>11654

Keep psychoanalyzing me based on single sentences dude, you're the one who not only thinks it's a larp but fucking sticks around for over a year just to piss into a sea of piss so

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

ae91e4 No.11656

I think the soltuion algorithm must be non-deterministic.

I think we need to forget everything we learned about mathematics and redefine it.

I think mathematical concepts: numbers, addition, compariosons need to be redefined.

I think the nature of numbers must be taken into consideration.

I think every number must represent an object or some concept that can be found in nature.

I think the problem we are trying to solve is cloer to mind-body problem than to purely mathematical factorisation problem.

I think the problem here is creating a conscious machine.

I think the problem was already solved and used by our ancient predecessors.

I think now we have complicated simple mathematical concepts to a point where only a small portion of people that study for their whole life times are able to grasp them.

I think we need to start from scratch and mimic what John Conway did with surreal numbers.

Where in nature can we observe factorisation happening?

I dont know but my thoughts which dont work:

- An Object exist in our Nature

- There is a smallest distance/surface/volume that some object can occupy in our Nature

- An object has some surface area that is made up of 'N' number of the smallest area possible

- We can divide that big surface area into arbitrarily many smaller surface areas that together make up the big one

- But in the end it cannot be just any arbitrary small surfaces from the big surface becase both surfaces have to represent the same Object or else they are not the same

- In a sense you cannot cut the chair horizontaly and expect it to be the same object

- You can however cut it verticaly

- And you can cut it only once

- So which number does a chair then represent?

But this doesnt work I think its because I am only concentrating on physical aspect of reality and not the meta-physical or conscious.

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

402aad No.11657

YouTube embed. Click thumbnail to play.

>>11656

John Conway: Surreal Numbers - How playing games led to more numbers than anybody ever thought of

https://youtu.be/1eAmxgINXrE

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

40dd73 No.11658

>>11656

VQC LARP: Same as yesterday's, today's and even tomorrows.

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

ae91e4 No.11659

>>11658

I'd like to hear your ideas.

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

6d41f3 No.11660

YouTube embed. Click thumbnail to play.

>>11657

Have been enjoying the late, great, JHC of late. TY.

Why was this visual proof missed for 400 years? (Fermat's two square theorem)

'Today's video is about a new really wonderfully simple and visual proof of Fermat's famous two square theorem: An odd prime can be written as the sum of two integer squares iff it is of the form 4k+1. This proof is a visual incarnation of Zagier's (in)famous one-sentence proof.

0:00 Intro

2:20 Chapter 1: Discovering a theorem

7:05 Chapter 2: 400 years worth of proofs

9:59 Chapter 3: Zagier's one-sentence proof

15:40 Chapter 4: The windmill trick

22:12 Chapter 5: Windmill maths interlude

25:08 Chapter 6: Uniqueness !!

33:08 Credits

The first ten minutes of the video are an introduction to the theorem and its history. The presentation of the new proof runs from 10:00 to 21:00. Later on I also present a proof that there is only one way to write 4k+1 primes as the sum of two squares of positive integers.

I learned about the new visual proof from someone who goes by the YouTube name TheOneThreeSeven. What TheOneThreeSeven pointed out to me was a summary of the windmill proof by Moritz Firsching in this mathoverflow discussion: https://mathoverflow.net/questions/31

In turn Moritz Firsching mentions that he learned this proof from Günter Zieger and he links to a very nice survey of proofs of Fermat's theorem by Alexander Spivak that also contains the new proof (in Russian): Крылатые квадраты (Winged squares), Lecture notes for the mathematical circle at Moscow State University, 15th lecture 2007: http://mmmf.msu.ru/lect/spivak/summa_

Here is a link to JSTOR where you can read Zagier's paper for free:

https://www.jstor.org/stable/2323918

Here are the Numberphile videos on Zagier's proof that I mention in my video:

https://www.youtube.com/watch?v=SyJlR

https://www.youtube.com/watch?v=yGsIw

Finally here is a link to my summary of the different cases for the windmill pairing that need to be considered (don't read until you've given this a go yourself :)

http://www.qedcat.com/misc/windmill_s

Today's t-shirt is one of my own: "To infinity and beyond"

Enjoy!

P.S.: Added a couple of hours after the video went live:

One of the things that I find really rewarding about making these videos is all the great feedback here in the comments. Here are a few of the most noteworthy observations so far:

- Based on feedback by one of you it looks like it was the Russian math teacher and math olympiad coach Alexander Spivak discovered the windmill interpretation of Zagier's proof; see also the link in the description of this video.

- Challenge 1 at the very end should (of course :) be: an integer can be written as a difference of two squares if and only if it is odd or a multiple of 4.

-one of you actually ran some primality testing to make sure that that 100 digit number is really a prime. Based on those tests it's looking good that this is indeed the case :)

- one of you actually found this !!! 6513516734600035718300327211250928237178281758494417357560086828416863929270451437126021949850746381 = 16120430216983125661219096041413890639183535175875^2 + 79080013051462081144097259373611263341866969255266^2

- a nice insight about the windmill proof for Pythagoras's theorem is that you can shift the two tilings with respect to each other and you get different dissection proofs this way. Particularly nice ones result when you place the vertices of the large square at the centres of the smaller squares :)

- proving that there is only one straight square cross: observe that the five pieces of the cross can be lined up into a long rectangle with short side is x. Since the area of the rectangle is the prime p, x has to be 1. Very pretty :)

- Mathologer videos covering the ticked beautiful proofs in the math beauty pageant:

e^i pi=-1 : https://youtu.be/-dhHrg-KbJ0 (there are actually a couple of videos in which I talk about this but this is the main one)

infinitely many primes: Mentioned a couple of times: This video has a really fun proof off the beaten track:https://youtu.be/LFwSIdLSosI

pi^2/6: Again mentioned a couple of times but this one here is the main video: https://youtu.be/yPl64xi_ZZA

root 2 is irrational: one of the videos in which I present a proof: https://youtu.be/f1yDExNAEMg

pi is transcendental: https://youtu.be/9gk_8mQuerg

And actually there is one more on the list, Brouwer's fixed-point theorem that is a corollary of of what I do in this video: https://youtu.be/7s-YM-kcKME

- When you start with the 11k windmill and then alternate swapping yz and the footprint construction, you'll start cycling through different windmill solutions and will eventually reach one of the solutions we are really interested in. Zagier et al talk about this in an article in the American Mathematical Monthly "New Looks at Old Number Theory" https://www.jstor.org/stable/10.4169/

'

4k+1

Anon 137

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

d0ca78 No.11661

>>11659

Your idols fall before you. The Lord God is almighty and everlasting

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

80ea4c No.11662

File: 21437777ad9f3b3⋯.jpg (257.35 KB,692x866,346:433,27d80c2c393be87845e0fd95cb….jpg)

>>11661

So… Goooooooood is going to post the solution here?

How are the going to verify that they are God when they post?

Let alone The LORD God, who is Lord of all other gods, who are themselves lords over other gods.

But when you say "idols"… do you mean… what do you mean?

I can only assume you mean idolizing VQChris as the Deus Ex Machina for solving this…

Aaaaand that you're calling for an aaaactual Deus Es Machina?

I'm just trying to follow along.

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

76366b No.11663

>>11659

Are you completely oblivious to everything that's taken place in this thread or are you just being facetious? He has no intention whatsoever of contributing. Talking to him is only going to encourage this to all start up again for no good reason. That goes for you too >>11662

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

80ea4c No.11664

File: c0de0cb91287c83⋯.jpg (313.96 KB,970x617,970:617,0af346a5334f5c3610fcb7674e….jpg)

>>11663

But it was a serious queeeeeestioooooon!

Notice, they haven't even had the balls to respond yet because what're they gonna say?

Yes?

God is going to personally/divinely give us a math lesson/the solution/revelation?

What even is their point?

No one here thinks VQChris is The LORD Almighty, titled God, whose is name is either El/Elohim after the Canaanite custom, or YHW(H) after the Shasu tribes… or Jealousy… or… The One Titled God has a lot of names, so "God" is really just used more out of convenience.

Is anyone here even an anti-deist?

(We'll include Nirvana/Samsara/Moksha and other such concepts in lieu of personified constructs.)

God is Great/Allahu Akbar… we know.

No one's arguing that.

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

e39bcd No.11665

File: 31956450dd3f188⋯.jpg (8.54 MB,4928x3280,308:205,31956450dd3f188503f54612c7….jpg)

Ayoooooooooo, VQC, Chris, whoever. What role can the Sepher Yetzirah play here? Just curious.

Blessings to All That Quest For Truth.

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

80ea4c No.11666

File: 424fe8de99315d2⋯.png (487.92 KB,1338x1713,446:571,DMP_CoA.png)

sweet sweet lights bein' kept on…

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

80ea4c No.11667

YouTube embed. Click thumbnail to play.

Global Blockchain Decoded: IBM, USDC, Stellar, LIBRA, Hyperledger

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

8c97b6 No.11668

I was reminded of AA today as well as others.

Patterns emerge at scale. A virtual quantum computer is more useful as scale increase as this tends towards SCALE INVARIANCE. At lower numbers, the scale invariance collapses.

This is the probably the last post before the whole world of mathematics is turned upside down.

Look at RSA100. The scale is plenty.

Answer the question at The End…

1. The remainder when 2d is divided by x is a proportion or ratio (0.65995…) of x

2. 74.65995… multiplied by x is 2d

3. The remainder when x+2n is divided by (n-1) is a proportion or ratio (0.65995…) of (n-1)

3. 74.65995… muliplied by n is x+2n

Question.

Why are these ratios the same? Why is 2d and x completely self similar to x+2n and n-1 and what do the extra significant digits from 2d and x tell you wrt to the golden ratio and construction of large integers?

From the Chaos of Small Numbers Emerged the Counter Intuitive Answer.

The ratio part is what you have been looking for.

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

8c97b6 No.11669

>>11668

If (2d-74x)x = (x+2n)-74n/n-1 holds for RSA100,

Then what is missing from the language of equations and general mathetics that gives rise to this?

Bonus question.

Xmas will be too late sad face.

All Ms Maxwell Bitcoin Are Belong to Us, including all ESCROW addresses, wallets and sub launch codes.

Shame.

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

82b525 No.11670

>>11668

>>11669

Obligitory reply to see if he comes back

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

6d41f3 No.11671

Good to see you AA, and others keeping the lights on.

Given recent posts relate to the 10/4 posts, though would review with RSA100, RSA110 and try a few others.

>>11668

>The remainder when 2d is divided by x is a proportion or ratio (0.65995…) of x

for RSA100: 2d/x = 74.6559503…

for RSA100: (x+2n)/(n-1) = 74.6559503…

Calculating 0.65595.. vs 0.65995 in post..

Perhaps that is a typo.

>>11556

>For RSA100 as an example, there are two lengths of f in d, leaving a gap or remaimder of subtracting 2f from d. You only need a rough match in length of unit. For RSA100 the easiest match is 2xf as 32 and the gap from d-2f as 5. For the type of number RSA100, you get there quickly. Divide f by 16 and the gap by 5, you'll immediately see an approximation of x.

Not sure how the 32 and 5 are calculated?

Using the f/16 and df_gap/5 given to approximate x, calculates as:

df_gap

d to f ratio = 2.319519..

(so 2 f's fit within the d with some gap left over).

df_gap = 5.37517e+48

(5375172585421670858043383009298506178481008836422)

x_approx_1 = df_gap/5 = 1.075034e+48

and

x_approx_2 = f/16 = 1.051418e+48

x_actual = 1.045343e+48

(1045343918457591589480700584038743164339470261995)

>32+5=37

>Multiply by 2 (there are two sides of the square to complete). 37x2=74

Here is the 74 (plus remainder).

But, not knowing x, and using the x approximates, how does it look?

Ratio approx 1 = (2*d)/x_approx_1

= 72.5940818…

Ratio approx 2 = (2*d)/x_approx_2

= 74.2246088…

>The square of this number is one less than the number of (n-1) based triangles in d(n-1). The rest is reasonably simple.

>Notice than the ratio of 2d to x is approx 74 and that the ratio of x to n is approx the same.

x to n ratio = x / n

= 72.6559503842…

2d to x ratio = (2*d) / x = (x+2*n)/(n-1)

= 74.6559503842…

This is interesting, where there is an integer difference of 2, but the remainders are the same.

remainder(2d/x) - remainder (x/n) = 4.07038e-45 (so nearly zero, likely floating point difference?)

One other bit was: >>11556

>Because there is a shortcut to these triangles of n and dn ratios, and these numbers are tiny compared to c, 74 for RSA100, in the 80s for RSA110, less than ten for others where the size of n or x approaches half of d, this shortcut is never more complex than finding the square root.

for RSA110, it is:

85.71828422997.. (for x/n) and

87.71828422997.. (for (x+2n) / (n-1))

again, difference of 2, with remainders essentially zero (2.17167e-50)

and sure enough, some less than 10:

RSA120:

4.393599179.. and

6.393599179..

RSA129:

0.968998682157.. and

2.968998682157..

RSA130:

28.1083351407.. and

30.1083351407..

(note, f is larger than d, so no gap)

>>11669

>If (2d-74x)x = (x+2n)-74n/n-1 holds for RSA100,

Not getting a match for RSA100:

(2*d-74*x)*x = 7.16785786e+95

(x+2*n)-((74*n)/(n-1)) = 1.0741190955e+48

Any thoughts on the approximations and triangles (the 16 and 5 used)?

How could we work toward a solution using an approximation for x?

Don't quite see the connection(s).

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

9ccd9c No.11672

>>11671

1167 interesting number (what is f-1 div by n-1) - 2

Let k be the ratio of partial x to x and partial n to nm1

Partial x is 2d%x (remainder after 2d/x)

Partial n is x%nm1 (rem aftr x/nm1)

So, k is that ratio 0.65595, its the same for both… sorry for the typo, well spotted

Now, kx(n-1) - k(n-1)x = f-1

That looks absurd to start with.

The order of the equation should not affect the outcome.

f minus 1 is the difference in size of x and n. That ratio applied to x first gives a larger result than applied to n. And that difference in size at The End of x and n, creates fm1. This is due to us mixing decimal math thinking with integers.

You know whats coming?

Remember the silver mean and the gold means? They have the part to the right of the decimal point as the same number? 2.61, 1.61, 0.61 golden

2.41, 1.41, 0.41 silver

72 x 74 is 73 squared minus 1

That one is the corner square of n in x+n squared, which sums with c to give the square of d plus n.

So, x+n squared in this case is 73n x 73n PLUS 0.65595x(n-1) + f-1, which is also 73n x 73n plus 0.65595(n-1)x

There is another scenario where adding or subtracting f or fm1 changes a multi of x to multi of n-1.

Technically because the bit we're adding is x(x+2n) missing the square of n, then its 74x and 74n since x+2n is divided by n-1, which is 74, same remainer as x, since the extra 2n doesnt affect the remainder when diving by n, but does for n-1, which gives the extra two needed.

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

9ccd9c No.11673

Now, if you knew the number like 74 for RSA100 and you could then calculate the fraction, you could simply search through a hundred numbers and we would be finished.

So how do we unlock the Key of Hades and of def?

This is understanding f-1 and how e and two d combine to give the ratio.

And we will be back for circle to the grid and AA's hatred should ease.

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

9ccd9c No.11674

>>11673

Don't blame you, I'd be worse.

What's happening around the world with all the sudden ease of hacking?

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

cd072f No.11675

>>11673

Hatred? What are you talking about?

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

a1486b No.11676

>>11674

Kek

You funny

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

9ccd9c No.11677

>>11675

:) you're the best.

The large scale emergence of patterns is clearly why this problem has been so tricky. Coupled to the problem arising out of applying ratios to integers at scale. -f and e (both unique to c) were always going to be the determinants.

The self similarity of 2d to x and x+2n to nm1 is not currently known in mathematics for the association with this problem. At least this should bridge the gap between whether this is real or not.

Again, you are best, teach too and tops and everyone. We are close to all the reveals it would seem, not just this.

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

9ccd9c No.11678

File: a2258b9bbe066a7⋯.jpg (7.8 MB,3024x4032,3:4,IMG_20201214_191040545.jpg)

>>11677

Reminder (x+1)(x+1) -1 is divisible by x

(x+1)(x+1) - f is divisible by (n-1) and a

x squared is divisible by x, add e and it's divisible by n and a.

(x+2n)(x+2n) + e is divisible by b, a+2n+2x, and n

(x+2n-1)(x+2n-1) - f is divisible by b, a+2n+2x, and n-1

When this is all complete the relevance of n and n-1 to a huge change in number theory will become clearer wrt the grid; The End.

Also remember. Seven variables. Many grids. Rotating dimensions… someone call Garrett Lisi, I've seen a simply beautiful application of rotating the root structure of E8 to explain 3 gens wrt root weights and fundamental masses, IF and ONLY if the mass of the Sun is vastly underestimate.

"Won't you come, and wash away the rain".

Pic related is checking the equation for b from notes, usually forget the minus one in rehearsals!

Love you all. Special times.

CC (VQC)

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

9ccd9c No.11679

>>11678

Early on, a screen like this was generated so often, many times a day, I'd copy the method, give the current one a name like 'Go_old08112011_1' to keep where I was and days later be on the upteenth tangent, where Go was the method to run whatever test. It was just so unusual to see stuff that just hadn't been tested as assumptions and it was all mostly new. I worked with RSA100 so long and so endlessly that I can still see ratios from RSA100 and related objects in EVERY product of large prime numbers, if there are two factors and only two coprime factors above one (like RSA numbers) it literally forces x, x+/-1, n, n-1, f-1 and f, particular x or x+1 to be highly "smooth", as d-x has to be a massive prime. It's all very beautiful. Once you see what's going on, all these numbers are pretty much the same, with slightly different faces, if that makes sense.

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

6d41f3 No.11680

File: bb8a00c8f9aa00c⋯.png (47.04 KB,376x490,188:245,metallic_means.png)

>>11672

Ok, working through the examples here.

Can you clarify 'nm1'?

>>11672

>Remember the silver mean and the gold means?

Yes, reviewing last night:

Metallic means (Metallic ratios) Class

N Ratio Value (Type)

0: 0 + √4/2 1

1: 1 + √5/2 1.618033989[a] Golden

2: 2 + √8/2 2.414213562[b] Silver

3: 3 + √13/2 3.302775638[c] Bronze

4: 4 + √20/2 4.236067978[d]

5: 5 + √29/2 5.192582404[e]

6: 6 + √40/2 6.162277660[f]

7: 7 + √53/2 7.140054945[g]

8: 8 + √68/2 8.123105626[h]

9: 9 + √85/2 9.109772229[i]

n: n + √4 + n2

source: https://en.wikipedia.org/wiki/Metallic_mean

And a Silver Ratio animation here (can't attach):

https://www.reddit.com/r/math/comments/7tip1r/silver_ratio_oc/

This was good information, on Golden, Golden Power, Silver, Lucas numbers, etc.:

https://math.mit.edu/research/highschool/primes/materials/2011/Kalia-Generalizations.pdf

"The Generalizations of the Golden Ratio: Their Powers, Continued Fractions, and Convergents"

Good video on this, getting at the family angle..:

https://www.youtube.com/watch?v=oFgUWVsuEaQ

"The Golden ratio, Silver ratio and their family( Metallic Ratios ) | mathocube |"

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

9ccd9c No.11681

>>11679

I've started composing the follow up music to the youtube video (collective yawn maybe hahaha), Part 2 of finding n for an arbitrary n in length. I knew it had to be once PDJT was assured a second term.

The video will never intentionally show anything not disclosed in our forum way ahead and wont be released until you are happy to. Gotta have some fun first, right? You've earnt it.

The clock is ticking.

Two causes, same problem.

Day 1 Contact with aliens who are honest and have been watching…

REPORTER: Did Hillary kill children and launder trillions?

Day 1. The most powerful AI is released for questions with full access to everything.

REPORTER: yes, er, same question as to the aliens.

Problem. Just who can handle the Truth?

Some truths are difficult.

Either way, one day, we get up, dust ourselves off, remember the fun, the bruises, especially the ones that hurt where did not cry and were measures by how we got up, how we kept going. We especially remember those who carried us at times when we had nothing left, utterly nothing, and gave us some of there's when there was almost none to share.

Even Darth Vader came right at the final choice.

I sat and talked to one of most violent offenders in the prison system, indefinite incarceration is what he ended up with (preventitve detention). I had been denied bail after protecting my children from a pedo (arrested for discharging a firearm in a public place), that pedo was protected through their family connection to the Gov General (who I met before he was made that rep of the CROWN, Indian guy, had broken his neck and was coming out of depression). The violent offender looked out for me, i couldnt see for three months, never asked for anything and I never knew what he had done until I left.

Moral of the story. When you have your fun, I am going to fuck John Key, Jacinda Ahern and Helen fucking Clark so hard, they are going wish they were Obama after Trump's finished. Their corruption and collateral is only dwarfed by just how far I will fuck them up. I don't normally talk like this, we will finish this, you can go play, get rich or build (i'll do the same), hopefully we can work together. I will gift all future tech to the Trump Org or Foundation. I will also follow my oath to destroy Key, Clark, and Jacinda, legally until they dont even exist. Wipe the smug faces clean.

We're almost ready.

By the way Jacinda and Clarks money kicked back from the Clinton Foundation and the last murder John Key was involved in… should be interesting. Where's Maddie?

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

9ccd9c No.11682

>>11680

Exsherllent Mish Money Penny.

This isnt exactly that (metal means) but it's an extension (otherwise it would be known).

If we do this the right way, they will come to you to understand this.

Hard to think of a square with sides of the golden ratio where you add one to make a square or subtract one to get the area's reciprocal???

This is where the think starts… was for me… how can the pre decimal point be preseved???

There's a lot more to this.

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

6d41f3 No.11683

>>11680

>Can you clarify 'nm1'?

Oh, see from your screenshot it's "n - 1"

Which is first number displayed (as n ends in ..0936, and you show ..0935).

Your 2nd value you list as "### xT nm1",

but this looks more like the remainder for the (2*d) / x ratio (showing addt'l sign digits that match yours):

0.655950384207043355158762451836444039853141761609'6551627073

Will need to go through the screenshot thoroughly.

>>11682 ty

ps, if you're sitting on a ton of bitcoin. perhaps one or two to spare?

btw, did you know Mr. Patrick Byrne did a contest for best essay to expose the DeepState (summarizing his Deep Capture articles on the subject), and gave away 2 bitcoins to the essay winners? Cool stuff, now he's funding math folks to expose the election fraud, helping Ms. Powell behind the scenes.

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

6d41f3 No.11684

File: 48411255b453688⋯.png (207.64 KB,418x416,209:208,mishmoneypenny2.png)

File: faf187395a4c8c8⋯.png (167.87 KB,359x360,359:360,mishmoneypenny3.png)

File: 17a6b1deb27adb8⋯.png (113.14 KB,432x435,144:145,mishmoneypenny1.png)

>>11682

>Exsherllent Mish Money Penny

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

9ccd9c No.11685

>>11683

>>11683

>>11683

I love the first 73 pages of the Art of the Deal, PDJT talks about (if i remember correctly) having 400 million in the 80s or enough for his family forever, then it became about playing hi-score, he LOVED making deals. One of the best investments you can make is the time it takes to read, at least the first 72 or 74 pages.

I have never asked for money or directly offered money. Once PDJT is inaugurated things can accelerate. If you honestly just want BTC then and not how to get increase what you have, we can talk, I'll like the original youtube video and we can communicate, if that enables comms. It will be insecure, so bear that in mind. Bear in mind I will try and show you how to accumulate income using your existing talent stack, since you will DEFINITELY enjoy that more.

I came from a poor background, no one went to uni. My grandmother (widowed at the end of the war when my grandfather dived on my toddler uncle as a wall collapsed less than three weeks before my dad arrived, nine months on from xmas eve) told me at 12, you never see a poor doctor. That was it, my parents couldnt afford £1000 pounds in the late 80s for a C compiler and the dream of making computer games got further and further away so medicine, money and even the potential of being a fanny mechanic (OBGYN) was up for grabs. Like music, everytime I heard something cool or something new that was in a game, all I ever wanted, all I ever needed was to recreate why it was so cool. Medicine was not for me when med school started, needed a large scraper to remove me from the Silicon Graphics workstations I shouldnt be using.

You can do anything you want. The CORE thing I learned from President Trump augmented a maturing design philosophy… check their assumptions, the first design is the worst, and THINK BIGGER.

In summary, i'll say what I said to my first wife. You can have everything I have. I can always more money. I can always start from scratch (my mother read If at the wedding; Rudyard Kipling). All my money is under my dependents, so you and I could make a shit-ton of new money together? You like math problems there's a bunch of others too :)

The worst thing about bucket loads of money. I'm not Chaucer but this is Cautionary Tale. You get a hundred million. Isnt your first thought, what if someone knows and they take my precious things or people? Instead of enjoying it, your first month is picking the right security. Too much money too quickly is AIDS. You need to get past falling in love with hookers first ;)

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

9ccd9c No.11686

>>11684

Yes :)

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

9ccd9c No.11687

When did Satoshi Nakamoto disappear?

When did the video appear on Youtube?

Feb 2011, March 2011 (Japan not Yoga Flame! Aquarius),..,…, August 2011.

What happened to Satoshi Nakamoto?

Who haz all the BTC?

"We cannot contribute to the destruction on the scale that our Revelation will bring, your people need to prepare and be prepared. The sheer size will terrify them. The crimes under their watch will ruin even those with almost no conscience."

Imagine how Tony Blair feels right now. Will they free Assange?

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

9ccd9c No.11688

File: daa597826ccecdf⋯.jpg (205.4 KB,715x684,715:684,Screenshot_20201214_205314….jpg)

From the least reliable of some sources, Wikipedophile says…

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

9ccd9c No.11689

There are no one way functions.

We will see AnyPlayback in this generation, it terrifies the worst, the most.

We will see what we would call magic, it is so advanced.

We will learn that there is little difference between a simulation and God, we will care more about short cuts and Easter Eggs (only a shit creator would neglect to include short cuts and level ups). In the book "Turning Off the Autopilot" I was going to talk about how simple it can be to turn off your own autopilot (every sport, yoga, martial art, meditative practice share a common tenet, which can turn off your auto-pilot) as well as four other 'shortcuts' inc (martial arts in a day, nutrition short cut, finding the 'sweet spot' where others dont know what they dont know giving a competitive advantage (generalised horizontally to apply in any industry) and how to shortcut success in relationship. Never finished writing it, since those short cuts are put to use, you simply give that info away, since game theory implies that explicit construction of the "win win" benefits the whole over time.

Scott Adams covered most of that as well.

Thanks for listening my waffle, hope some of that helps, apologies for anything that looks blatantly like 3rd part messaging.

And thank you Mr President for my new contract. If it was not our lot, it's great all the same.

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

6d41f3 No.11690

File: 08ab20d0a9c133b⋯.png (1.13 MB,873x858,291:286,hyperbole.png)

File: b8e122d5922c6a2⋯.mp4 (7.78 MB,1280x720,16:9,If_By_Rudyard_Kipling_read….mp4)

>>11685

>I love the first 73 pages … is the time it takes to read, at least the first 72 or 74 pages.

Yes, it checks out: 5328

>If you honestly just want BTC then and not how to get increase what you have, we can talk,

No, was just thinking a small buffer would allow to dedicate to this 100%. Been a tough few years, and especially this year, so bit thin atm.

>…how to accumulate income using your existing talent stack, since you will DEFINITELY enjoy that more.

Obviously, could not agree more.

Regarding comms, think we've already corresponded, I reached out an arm across the pond quite a while back. Will just renew the comms with a statement that it seemed prime time to reach out again. If that wasn't you, then it's the person / persona mirrored, and uncanny, but enough hyperbole for now (pic related).

Love Rudyard Kipling btw, recently had opportunity to read "The Miracle of the Mountain" to a couple younguns. "If" is attached, there's a great version w/ PDJT images.

> so you and I could make a shit-ton of new money together?

Sounds like a plan. Similar was mentioned at the start if I recall.

Not concerned with having too much, as have no love of it, other than use as a tool. Many plans, perhaps it's Time..

ty for the considered and warm reply. Ok, back to maths!

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

9ccd9c No.11691

Just want to be clear on motivation.

Money only interests me to the amount plus wHatever is sensible and I already have that. Plus.

Offers of any kind would have to be cleared through the only 3rd anyone trusts, the Trump Admin. Anyone who doesnt understand that, especially now, is easily certifiable or not serious.

The people who have been in this thread would be in charge of everything, should it be worth their while, except liability, this will be at the service gate. You need the private key, you atest that you own it.

Some BTC wallets where the private key is lost are substantial. Commission?

The question you will be asked…

How do I know the team from VQC will give me the private key?

Answer. The team will type your name in a file. The file will be encrypted with the private key created from the public key. This is called signing. You can decrypt with the public key and see I have the private key.

The only time we ever feel free and when truly are a WE.

For General Flynn, President Trump and all of Us.

If the Heavens Seem About to Fall, We Apologise for the Inconvenience.

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

9ccd9c No.11692

One example.

Another.

Customer: hi, I hear you have a trillion server farm for BTC. Whats the energy hit?

Answer: we dont compete for the transaction. When we see one that is large, we execute, we win the transaction (search replc by calc). No node can compete, you could be sensible and control just below the network threshold, really, there are bigger fish.

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

9ccd9c No.11693

Another example.

We are bombarded with extra terrestrial communications. Saturated. The guys that run SETI can barely keep a straight face. And intra-terrestial.

There's a simple win. Understand what is needed in this event. There are several things straightaway. Then we go… t'da. Simple signal processing across several frequencies its liks the Dawn Chorus.

"Seriously SETI guys. Only search this band. We keep it clear because we think its the only one they will use. Noooo, they didnt suggest everyone keeps it clear so use it. Noooo. We keep that hydrogen band clear because they will contact us on it. Yeah. We keep it clear to stop that. So they wont. Ok?"

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

9ccd9c No.11694

This was in response to money.

I think its better to give this away piece by piece as pre-sales for later. President Trump literally schooled EVERYONE on the long game. What a guy.

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

9ccd9c No.11695

>>11693

"But youre not broadcasting?"

No

"So, you're holding an old school phone, connected to one line and just listening on that"

Yes.

"This should be our strategy when conquering worlds dot com"

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

720521 No.11696

As everyone stupid enough to fight, dumb enough to go all on a busted flush against five aces, is busy putting out old guard self immolation fires, be good to chat. I start a new contract in nine hours.

Perfect window.

Here until 1amZ

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

720521 No.11697

>>11690

>>11690

>>11690

That first picture describes both self similarity and the non repeating. Like Escher (sp?). Also helps understand manifolds rather than looking puzzled at EFEs. I.e. a flat rhomboid. That curves in the middle. Then then twists. EFE are great for a shit understanding of how a skull is shaped.

The picture just shows it.

EFEs are also good if you dont want to look at the elephant in the room. The big one. That I cannot understand not discussing unless deliberate.

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

720521 No.11698

>>11690

Let's do it.

Find a context in a couple of words, i'll say something in that context, it will be hard for anyone to fake given your post, grammar and awesome, when discussing later on how to find a proper comms channel, we can do soft e handshake on something that draws on what we about each other.

Last time I did this exercise it was…

1. Worldwide

2. Horizontal market penetration

3. Hard to do

4. Easy to check

5. Frequently used

Thats how I came up with integer factorisation. They said no one had done it. It was the easy to check bit and the used by 3 billion people that sold me. I think its between 4 and 5 now.

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

6d41f3 No.11699

>>11678

>Reminder (x+1)(x+1) -1 is divisible by x

>(x+1)(x+1) - f is divisible by (n-1) and a

>x squared is divisible by x, add e and it's divisible by n and a.

>(x+2n)(x+2n) + e is divisible by b, a+2n+2x, and n

>(x+2n-1)(x+2n-1) - f is divisible by b, a+2n+2x, and n-1

Validated all with RSA100:

# (x+1)(x+1) -1 is divisible by x

xp1sqm1divx = ((x+1) * (x+1) -1) / x

=1045343918457591589480700584038743164339470261997

# (x+1)(x+1) - f is divisible by (n-1) and a

xp1sqmfdivnm1 = ((x+1) * (x+1) - (-f)) / (n - 1)

=75950455873887347845617745510891255709131073276398

xp1sqmfdiva = ((x+1) * (x+1) + f) / a

=28775177062023928913461369238354205970422561870

# x squared is divisible by x, add e and it's divisible by n and a.

xsqplusedivn = (x * x +e) / n

=75950455873887347845617745510891255709131073276398

xsqplusediva = (x * x +e) / a

=28775177062023928913461369238354205970422561872

# (x+2n)(x+2n) + e is divisible by b, a+2n+2x, and n

xp2nsqplusedivb = ((x+2n) * (x+2n) + e) / b

=28775177062023928913461369238354205970422561872

xp2nsqplusedivap2np2x = ((x+2n) * (x+2n) + e) / (a+2n+2x)

=28775177062023928913461369238354205970422561872

xp2nsqplusedivn = ((x+2n) * (x+2n) + e) / (n)

=80189381901841762061367470585522936778429799448122

# (x+2n-1)(x+2n-1) - f is divisible by b, a+2n+2x, and n-1

xp2nm1sqmfdivb = ((x+2n-1) * (x+2n-1) - (-f)) / b

=28775177062023928913461369238354205970422561870

xp2nm1sqmfdivxp2nm1 = ((x+2n-1) * (x+2n-1) - (-f)) / (a + 2n +2x)

=28775177062023928913461369238354205970422561870

xp2nm1sqmfdivnm1 = ((x+2n-1) * (x+2n-1) - (-f)) / (n-1)

=80189381901841762061367470585522936778429799448122

And how important is that MINUS ONE in the denominator? Quite Important to get these clean results with no remainders!

xp2nm1sqmfdivn = ((x+2n-1) * (x+2n-1) - (-f)) / (n)

8.0189381901841762061367470585522936778429799442548489072230816215643818212954797090709084968222846378484153786020202791179316048741861384283951731442007725982272799477574194296936792559629641084152506181685032570568994478938143615941621164996268600409863886046084895470151184975270310257198845158659658332061876767707619957845160537054789173519017228152239317462452544074829988614963154773010534200565112221218295658500706732355087249073744145115601505809900355460272984229671523660893673925971073030126597604596815810548353485309099329100866628422281837147258140343398821628615292598571776309814625714656910772794190451237941242657481419668806423605860795040893813902422900463012486856390685579564350351269995978939127316188769426298560572174501255112277303436998965453979330729389091923614709120804263683191336780282358208591892242849144619420408757100968924950210111367906963024092228637434711011821794256738637307787094579261869428376377795869626647144113122677130906022195966488659782904148363573324252850473416271558538469930556675139753053514500259228563725737763843978082448015788…e+49

>>11698 Not 100% following exercise

Fresh water comes to mind (structured perhaps, as is case within our cells).

Extract from ocean? Purify if polluted?

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

720521 No.11700

>>11698

If you check .net's history, BigInteger came later.

What helped the most was going in naive thinking I was clever. If you can survive finding out just how little you know about something that you thought you were clever in and still keep going. Still have the balls to say, erm your maths language is really shit and not fit for purpose, needs more pictures, I'm going to check your working, ok? I thought I could find a bandwangon assumption, the Mecca of low hanging fruit. Like Dr 24 Chromosomes.

I got given a grant when I was 16 to attend the BA Science festival in Plymouth in 91 in the summer after submitting an essay on the potential affects to the energy industry should fleishman and pons cold fusion experiments be repeatable paraphrasing from Frank Close (i think) book, Too Hot to Handle, the Race for Cold Fusion. I must have seemed a know it all swotty twat. I didnt care. I did not want to be poor.

40 hours of lectures. I went to three. Two by Douglas Adams. I got his autograph while he was hailing a cab. He was so chuffed. Most of his work was radio. Nice guy. Tall. Anyway, the rest of the time was spent discovering different ways to drink and that girls were obssessed with fingering. Hairier days, youd probably need a snorkle now.

40 hours of lectures. 3 worth going. Every decent scientist that you can name would have done the same. The best scientists can spot a waste of time plus being knee deep in clunge is rarer.

The point is… if you want to make money AND you want to happy, make as many mistakes as you can. Its never the money, its always how you are in a beating, how you get up from a beating and how many of your children arent happy when you die.

I havent read ANYTHING much in science of any intetest in YEARS. In any field.

It's crazy.

So, I didnt have a BigInteger library. I wrote one from scratch to handle any length number as a string. It was shit at first. And clunky. It had EVERY feature I use today, except my ancient from scratch UNIQUE sqrt function (mine used a pattern difference in binary when multiplyimg by all 111111s). I thought that was clever. No.

If you write an integer of anylength libray and only use numbers on execution, I would always be interested how you did it. Mine was just doggedness. BigInteger library was great. I missed mine until i rewrote method overloads with the same names as mine. So much faster with BigInteger.

I wasnt going to give up because Wiles didnt.

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

6d41f3 No.11701

YouTube embed. Click thumbnail to play.

>>11700

>I wasnt going to give up because Wiles didnt.

Listened to this recently.

The Abel Prize Interview 2016 with Andrew Wiles

Was interesting. He spoke about how it's risky to go after a single endeavor (Fermat Proof), and he would have papers pre-written, ready to roll out as needed, to take the pressure off ('cause you always got to deliver!).

Also how the the work of others had shown him there WAS a path to the solution, just needed to chase it down like a dog!

>So, I didnt have a BigInteger library. I wrote one from scratch to handle any length number as a string.

Perhaps explains naming of operators in your code screenshot? Figured out Sub (subtract), Mul (multiply) and so on. Assuming that "A" means add (please correct if not).

Question: to the right of 73^2, for test_vx1, what follows the 14..?

Also, regarding 0.65595.. vs 0.65995.., can see it probably doesn't matter as you're using 2/3 (last line showing)?>>11700

>So, I didnt have a BigInteger library. I wrote one from scratch to handle any length number as a string.

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

720521 No.11702

>>11699

Brilliant. Absolutely brilliant.

You got it in one.

How important is the minus one or not?

You get this, you are surrounded by it when you get to that.

You've got RSA100. The best answer is to play with just that one, try it, MORE answer come out when you do.

This is kinda of important… Euler tortient function. Kinda. We're coming to it backwards. Normally people look at that and it throws them. We have avoided it, it will come out as an equivalence.

E.g.

Two numbers. Any two. Both prime (to each other as well)

p and q.

p^q-1 - 1 is divisible by q.

All primes have a tortient value of p-1. E.g. c = ab, if a and b are coprime, tortient is (a-1)(b-1) which is c-a-b+1. Any number raised to that number mod c will be the inverse of raising it to c mod c. We are short cutting that impossible backwards step unless you know a and b. Essentially we generate (a-1)(b-1) the private key from c, the public key.

We are going to see how you do that from d and e. Actually f and e but its equivalent. No need for any modular exponentian YAY! Youre missing nothing. All it means we spend our time finding remainders, they run the show. So its the same but much easier.

What you've done is gold in your post. You can see it, because you asked the question.

Short answer. Mod nm1 (n-1) since the "first" line is f-1, not 2d. Then its all 2d. Run both to understand.

Your target is f-1 + enough two d to make a square. The base has to be the reciprocal on height of the width. This is why n is an interdimensional number. Its not a square root, but its ratio to x+2n, is x ratio to 2d. The number of n in 2d is the square of the number of x in 2d. Because there is no whole number x in 2d, that ratio has a fractional part, completely congruent to n having the same size fraction relatively.

It is the smaller size of n that means the same ratio applied as k = (2d%x)/x = (x+2n)/(n-1)

Means kxn and knx are different. All numbers are integers. Because of this,

kxn - knx = fm1, when intuitively ot should be zero.

This is important. fm1 or f-1 can makes a set of n into a set of x and otherway round.

This gives us the ratio.

Once we really under RSA100, RSA110 is lovely, very similar everything should work the same except the whole number is in the 80s not the 70s. Its a great number to check change in patterns.

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

720521 No.11703

>>11699

>xp1sqmfdiva = ((x+1) * (x+1) + f) / a

>=28775177062023928913461369238354205970422561870

Should be a minus f for x+1 squared to give (n-1)a

When x+1 involved, usually the rare time using f, not f-1 simply because the two x in f are sometimes a "corner" i.e. two x share one at the corner becomes x + x - 1. Then f becomes f - 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.

720521 No.11704

>>11703

Also, depending on the size of x…

2d = 2a + 2x

a = g + 2z + x

f=2z + 2x

e-d=g

Its the two z you take from (x+1)(x+1) that make div by n-1 (its why it works in halves).

Night! See you tomorrow:)

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

6d41f3 No.11705

>>11702

Will digest.

>>11703

>Should be a minus f for x+1 squared to give (n-1)a

Just didn't edit that one.

It's because in my code, I calculate f as:

f = c - D1;

# distance to next root floor above c, the (d+1)^2, f is negative on left side of grid

where D1 = (d+1)^2;

#next largest square, above c, check that larger than c.

So that leave a negative f value. I could also just take ABS value. So, it's really MINUS f, if f were positive.

>>11704

>Night! See you tomorrow:)

Ok then, rest well! At this rate, we'll have to bake a fresh bread soon..

ps - the structured water is a reference to Dr. Gerald Pollack, University of Washington professor of bioengineering. EZ Water is Exclusion Zone water. You may find it of interest…

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

a1486b No.11706

>>11689

Kek

Schizo mode

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

a1486b No.11707

>>11698

How much fucking dope are you on buddy?

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

0cbfd5 No.11708

>>11672

>kx(n-1) - k(n-1)x = f-1

>>11702

>kxn-knx=f-1

(k times x times n-1) minus (k times n-1 times x) = f-1? You want to explain that a bit more? I know k's the ratio but if you're going to use k for both and make it technically equal 0 it's going to be more difficult to understand.

>>11673

I'd still like to know what this was about, hatred of what?

>>11677

Dunno if you've noticed but Teach hasn't been here in well over a year.

>>11681

>When you have your fun, I am going to fuck John Key, Jacinda Ahern and Helen fucking Clark so hard, they are going wish they were Obama after Trump's finished.

What's the dirt on Jacinda? Other than the Clinton Foundation thing you just mentioned. I know back in 2017 when you started posting you were talking about John Key being involved in pedo shit. I've also read that Helen Clark has a lot of connections with China.

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

0cbfd5 No.11709

>>11705

>At this rate, we'll have to bake a fresh bread soon..

See >>11618

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

6d41f3 No.11710

File: 528e0b11a01b735⋯.png (25.97 KB,821x623,821:623,259_Factor_Geometry2.png)

File: 1b692112e5fb95e⋯.png (12.18 KB,375x311,375:311,259_Factor_CtrSmSq_alt.png)

File: 559712fae71e0f3⋯.png (11.67 KB,364x303,364:303,259_Factor_CtrSmSq_toUnitC….png)

>>11672

>1167 interesting number (what is f-1 div by n-1) - 2

fm1divnm1_m2 = ((-f)-1)/(n-1) - 2 ## using f as a neg value, c-D1

= 1167.2508163358322744574..

>Let k be the ratio of partial x to x and partial n to nm1

>Partial x is 2d%x (remainder after 2d/x)

parx = 2d%x

=685693744940753403007303460101747876689214412758

>Partial n is x%nm1 (rem aftr x/nm1)

parn = x%(n-1)

=9437544224730148596091291457991749404258034675

k=parx/parn

=72.655950384207043355158..

k_rem=k-floor(k)

=0.65595038420704335515876245183644403985314165409284833049087038..

>72 x 74 is 73 squared minus 1

With our 8 Triangles (see pics from RSA#10 >>4621, >>4631, >>4649, >>4658 (all PB) plus ISee's, VA's and other good examples)

Think ISee's 2D filling approaches in that bread are worth a review as well.

Using our Triangle methods:

73^2 = 8 * 1/2 * 36*37+1

Perhaps the 36 and 37 are our base and height from the 72 and 74.

>That one is the corner square of n in x+n squared

So using RSA#10 terminology, perhaps this could be the n0.

Also, the open questions about our triangles being drawn to outside of the n0 square, versus to center where the single unit square is located, is likely relevant.

Finally, was calling n0 the distance between the unit square in center to each edge, but it may be the side of that whole center area (pics related using c=259 example). But, that would make the base and height of the triangles different by more than 1 unit, so not sure about that.

It could be, there are two sets of (8) triangles, one inside the n0 area (yellow in pics) and another set outside.

Given more time, can answer the above questions.

>>11709

TY AA, didn't see in catalog, should have known you'd be on top of it, you're awesome.

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

720521 No.11711

Can only stay a minute.

The pic below shows 2d with all x removed to leave theta x. Now, if you add (f-1) to (n-1) lots of those theta x, you have x lots of theta (n-1).

We know 72(n-1) + theta (n-1) makes an x.

We know therefore that (f-1) is made up of zero to many x (including minus x for some c!) And whatever is left out of f-1 provides the requisite number of theta n (apologies for flipping between n and n-1 it actually doesnt matter too much, column e uses n, column f uses n-1).

Why would we need and n-1 since we have two d multiplied by n-1.

However, fm1 added to these (n-1)2d creates a rectangle with sides x and theta n-1.

What we know is that (1-theta n) lots of n-1 as a sum with fm1 creates a stack of theta n that is exactly (1-theta x) high.

We also know that theta x is 72 lots of theta n-1 plus double-theta n-1.

We now know that we dont need any theta n.

Would that mean fm1 MUST be divisible by double-theta n-1?

Does that mean if we factor fm1 (an order of magnitude less than c) we get an answer? Will it be sped up by factoring the fm1' from fm1?????????? Could this be starting to show a recursive factoring solution approach?

(Had to cut the pic)

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

6d41f3 No.11712

File: 091fd3a57105b42⋯.png (13.3 KB,638x226,319:113,CONWAY_Guy_1996.png)

>>11710

another image. Can't get one final through.

>>11711

>(Had to cut the pic)

with the "status: 500" error, image posting limited to below 55k or so until site issue resolved.

Saw theta in your first screenshot. Drop back when image posting to boards is corrected.

Also, any comments on post just prior to this? Regarding triangles and work in RSA#10?

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

720521 No.11713

Cant post pics.

Pic one. The end of two d. All x removed.

Rectangle wider than high. Theta x by (n-1). Add f. You get tall skinny rectangle exactly x by theta n.

A dashed line across the bottom third of theta x (n-1) and dashed line two thirds up the next of n-1 by x.

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

720521 No.11714

>>11710

Remeber to make it 2n+x / n-1 to give the extra two on the end. In the case below..75 becomes ..77

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

6d41f3 No.11715

>>11713

>A dashed line across the bottom third of theta x (n-1) and dashed line two thirds up the next of n-1 by x.

Looks like "diff_thetas" is is 2x-2 ? (going by the //2x-2 comment in the line)

Will see how that relates to your "theta" descrition.

Does the 1/3 and 2/3 come from / relate to the 0.655950.. ?

ty for keeping promise to drop back in 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.

720521 No.11716

>>11711

>>11711

>>11711

Yes. Everything we discussed previously is relevant. This is excellent work.

The ratio between 2d and x, 2n+x and n-1 are the same…

IT CAN BE EXPRESSED AS A CONTINUED FRACTION.

Already late, will call in as soon as possible.

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

6d41f3 No.11717

File: 98a011d36d1d4af⋯.png (14.39 KB,482x288,241:144,continued_fraction.png)

>>11716

>IT CAN BE EXPRESSED AS A CONTINUED FRACTION.

Will look, likely related to what CA posted in >>5008 (PB) RSA#10

>Already late, will call in as soon as possible.

Good luck with that new contract.

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

6d41f3 No.11718

>>11716

>The ratio between 2d and x, 2n+x and n-1 are the same…

Checked.

2d/x = 74.655950384207043355..

(2n+x)/(n-1) = 74.655950384207043355..

Also:

2d/(2n+x) = 72.655950384207043355..

(So same remainder, 2 integers smaller)

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

720521 No.11719

>>11718

Well done.

We are focusing on the square of x+n without the corner square of n.

This is: x(x+2n)

Starts to fall into place.

Thank you re: contract

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

720521 No.11720

Related to all of this.

I will call it the demand curve. Q in parallel with waking people up, he's doing what President Trump did in his Art of the Deal book, which reads as a Third testament, if you really read it. Informing and implanting a skill in the good people.

If you are ahead of the demand curve (meaning you see ahead of where it is), you can ALWAYS make money.

What causes the shape of the demand curve (a curve can be a surface or object depending on dimensions or attributes, curve just means a surface with a non-negative rate of change).

1. Moving large sums around

2. Starting a war

3. Creating a shortage

4. Enabling a surplus

5. Any global unexpected change at scale

Etc

If you are ahead of the demand curve, your wealth simply grows. You have to be ahead of it with certainty.

There was thought to be only one true way to do this. To cause those things.

Once you truly know about the demand curve, you see it everywhere. Q is training an audience to see events hidden by the media of such magnitude, it is inevitable that despite attempts to hide, they become public.

The demand curve has an intricate surface and also some bold features.

Generalising that, you can start to see the strings of all the puppeteers. They cause features on the curve for profit. Gaming the system.

It's why its banned for everyone else in the financial markets.

What you see here and what Q is doing is giving us a fair way of using the demand curve by giving an advantage to those who are willing and want to work at something.

This is not public because YOU GET IT FIRST. For that to happen and it not look or even be given, how else could we do this?

By the end, I do not doubt for a single second you could think you hadn't earned it. A hundred per cent earned 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.

67c985 No.11721

>>11720

It'd be cool if you could reply to me >>11708

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

720521 No.11722

>>11720

And it will be the first example of the future solution sets to P = NP.

Working backwards from the future. In this, it is inevitable that the truth comes out, releases,AI technogy, aliens who wont lie etc. The answers that certain problems evaded so well, will school us all in discovering the solutions were equally camoflaged.

The future emerges from the patterns 9f today and equally we are now just echoes of that happened future.

We are not allowed to know if have free will. Hence it is given to us by God and only taken by the hand of man.

TL;DR TWO TERMS

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

720521 No.11723

>>11722

Having free will by not knowing whether you have free will.

The truth is elegant or beautiful and rarely a slut.

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

67c985 No.11724

>>11720

There's a shortcut to the demand curve called remote viewing the stock market

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

6d41f3 No.11725

File: e823ee05394a33c⋯.png (68.93 KB,1200x555,80:37,259_7x37_geom3.png)

>>11722

>We are not allowed to know if have free will. Hence it is given to us by God and only taken by the hand of man.

I read this as taken from our own selves, due to inaction (based on fear, procrastination, etc.). Thanks for that, just need to execute.

Like the truth comment!

It appears image posting is working again, would you please try again from earlier? (attachment here to validate).

Also, have some questions regarding the 'f' patterns (if you're going to be awake for a bit).

>>11724

>There's a shortcut to the demand curve called remote viewing the stock market

Sending love, and hope you're killing it AA.

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

720521 No.11726

Another example.

A new person goes on a talk show clAiming they have the ultimate key to lasting longer in the marrital bed, no more thinking about dying parents or pets. Intrigued the host asks what it is. You get out a picture.

Meghan Markle.

Before the shock wears off, you immediately ask what rhymes with MeAgain Markle?

Kipper Trench.

You then 100% commit to Meghan Markle rhyming with Kipper Trench.

This is squaring "thinking past the sale". You plant the negative thought. You then associate it with something negative and cause an argument over whether it is true.

Second order.

Result: everyone who watched MeAgain Markle be called the free anti climax service now, through random arguments about rhymes, associates her fanny with nasty niffs and all hated things about fish.

Its always about rates of change, however abstract.

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

67c985 No.11727

>>11725

I have questions too but they're less math-related so I'll try not to interrupt, although for whatever reason he seems keep missing my posts.

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

67c985 No.11728

Might as well fill the thread

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

67c985 No.11729

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



[Return][Go to top][Catalog][Nerve Center][Random][Post a Reply]
Delete Post [ ]
[]
[ / / / / / / / / / / / / / ] [ dir / random / 93 / biohzrd / hkacade / hkpnd / tct / utd / uy / yebalnia ]