16
1979 Dodge Ramcharger     (files.catbox.moe)
submitted by __47__ to cars 23 hours ago (+16/-0)
8 comments last comment...
0
Need help from any of you country folk please. original content     (whatever)
submitted by Cunty to whatever 1 hour ago (+0/-0)
18 comments last comment...
I don't often reach out. I've recently moved to a rural location, I have mice in the kitchen, previous person that lived here wasn't the cleanest(being polite there), I can't find the actual source where they're coming from, I have dogs and so can't use poison. Any advice on best way to go about removing them please?.

I've bought a couple of humane tattoos and a couple of snap neck traps which I will place out of the way of dogs. Best bait? Etc etc.

Goats do your thing please.
13
Leonarda Jonie breaks down tue false left vs right narrative about israel.      (youtu.be)
submitted by Crackinjokes to Jews 11 hours ago (+15/-2)
7 comments last comment...
0
Where the cryptography is at.     (cryptography)
submitted by prototype to cryptography 12 minutes ago (+0/-0)
1 comments last comment...
"Two more weeks" jokes aside, some progress has been made, and we're "close" for some values of close.

I'll try to ballpark the numbers and keep things minimal for easy reading.

We're working with algorithm b292, which I've never explained in great detail, or shared.
Until now I've also kept some of the critical code on a device that is stored in a separate physical location in the event anyone wanted to try and steal a copy when I was at work or out. I've also kept both components in an intentional state of disarray, and left them undocumented for this reason as well. Basically, unless you have explicit instructions, the code is near incomprehensible and unrunnable, even with both components now being stored in the same location.

Lets get to it then.

We start by calculating using another algorithms internal variables and calculating new values,
based on the sequence 2, 4, 9, 49, 64, 256, 289, 922, namely
(_d42/((int(((ceil(a1/(d4a/_d42))x(d4a/_d42))x_d42)/d4a))-(1+d(1/2))x(1-((d(1/4))-(d(1/9))+(d(1/49)xi)-(d(1/64)xd(1/i))+(d(1/256)xd(i))-(d(1/289)xd(1/i))+(d(1/d(92
2))xd(i))))))

I've replaced asterisks for multiplication with x, so that the forum doesn't fuck up the formatting.

You don't need to know what a1, d4a, _d42 are. 'i' is an iterative formula, we're generating a set of test numbers.
a1 is a number representing the leading digit of p and its magnitude in n=pq where p<q. This is whats called a semiprime, and
while this is not how RSA keys are calculated, finding a fast way to factor semiprimes can be applied to rapidly factoring RSA.

I programatically tested on known keys, out to about a hundred million RSA semiprimes to determine the mean and standard deviation needed to set how many iterations I needed for this loop. It turns out the number is around 75. But I digress.

From here we calculate a series of numbers

d5 = actual[(min(results)[1])][0]
a5 = d4a/d5

(d5+(d5-(abs(d5-(a5x(((d4_omega(a5+h))-d4_omega(a5))/h)))/6)))/d('1.66666')
d6x = ((d5+(d5-(abs(d5-(a5x(((d4_omega(a5+h))-d4_omega(a5))/h)))/6)))/d('1.66666'))
d6y = ((d5+(d5-(abs(d5-(a5x(((d4_omega(a5+h))-d4_omega(a5))/h)))/7)))/d('1.66999'))
d6z = ((d5+(d5-(abs(d5-(a5x(((d4_omega(a5+h))-d4_omega(a5))/h)))/9)))/d('1.777'))

Most of these numbers were searched for and tuned with automatic scaffolding code, so why they work is anyones guess, but this was an intuitive process, involving a lot of sleepless nights, and 16 hour days back when I had that sort of time, and some of it was even manual before I automated it, a careful inching forward, grinding away, moving through a moonless night, following only the inkling of a hunch of an idea, till I'd stumble on another piece of the formula, another interesting thread or piece of data, trying combinations by hand until exhausted, testing manually, writing code to search, and then automate the testing, each time and each new find requiring me to start this entire process over again.
I went days without sleep, sometimes without eating. And at the point of total exhaustion, maybe just to find one small new bit, or maybe a big leap, and have the obsession be totally renewed. Like staring into the abyss, the face of madness, and not wanting to blink.

From here we use linear programming on a series of formulas involving these, and calculate first order derivatives to find a saddle point in the set of those equations.

Once we have that, we have to solve for a series of variables that look like this

f1 = (dfloor(((((((d8/abs(1/(((d8/((d8+h)-d8)) - (d8/((1)-d8)))/h)))-(d8/(1-d8)))x1))).sqrt()/d8) / ((((((((d8/abs(1/(((d8/((d8+h)-d8)) - (d8/((1)-d8)))/h)))-(d8/(1-d8)))x1))).sqrt()/d8) -(((((((d8/abs(1/(((d8/((d8+h)-d8)) - (d8/((1)-d8)))/h)))-(d8/(1-d8)))x1))).sqrt())/d4)))))

The problem? See that variable 'd4'? Having that lets you take a known variable, calculated only from the semiprime itself (n), and directly, and precisely derive the factors or in the case of RSA, keys. And d4 happens to be in a set of 'unknowns' that are, surface-level, equivalent to knowing the factors. So its a no-go.

Well it turns out, when you have the right estimate of 'a' or 'p', trivially calculable by iterating 2-9, 10-90, 100-900, etc up to the square root of n (or starting at the square root of n and working backwards, because most RSA keys tend to be close
together in value, and so will be close to the root typically)--it turns out with the correct estimate, and saddle point, f1 is equivalent to a variable called k, which normally we have to search for.

Theres a set of these, f1, f2, f3, f4, f5, f6, f7, f8, and k2.

The dependancy graph for these looks like this:
d4: f1, f2, f4, k2,
f1: f2, f3, f4, k2, f6, f7, f8
f2: f3, f6, f7,
f3: f5
f4: f5
f5: f6
k2: f6, f7
f6: f7

For example, f3, f6, and f7, all depend on f2.

Well it turns out the formula for f2 looks like this:

f2 = dfloor((((((((d8/abs(1/(((d8/((d8+h)-d8)) - (d8/((1)-d8)))/h)))-(d8/(1-d8)))x1))).sqrt()/d8)/f1 ) / (((((((((d8/abs(1/(((d8/((d8+h)-d8)) - (d8/((1)-d8)))/h)))-(d8/(1-d8)))x1))).sqrt()/d8) /f1) - ((((((((d8/abs(1/(((d8/((d8+h)-d8)) - (d8/((1)-d8)))/h)))-(d8/(1-d8)))x1))).sqrt()/d8) -(((((((d8/abs(1/(((d8/((d8+h)-d8)) - (d8/((1)-d8)))/h)))-(d8/(1-d8)))x1))).sqrt())/d4))))))


d8 and h are already known. We have f1 now, which means we have

(((((((d8/abs(1/(((d8/((d8+h)-d8)) - (d8/((1)-d8)))/h)))-(d8/(1-d8)))x1))).sqrt()/d8)/f1 )

which can be used to partially get f2.

The formula for f4 can also be obtained, without f5 (which normally requires f4, which in turn requires f2 and d4) like so:

f4 = f6+(((((((d6/abs(1/(((d6/((d6+h)-d6)) - (d6/((1)-d6)))/h)))-(d6/(1-d6)))*1))).sqrt()/d6) /f1)

But d6 (and another variable d7) are estimates derived from k.

These estimates give us an approximate product of f2 and f4.

I thought I was stuck.

But it turns out, deriving the close approximations based on this initial sequence, for f1-f8 and a few other variables,
is enough.

And all things being equal, the result is a number a2 (or in the case of cryptography, p in n=pxq) that is just a little bit closer to the true factors of n, than our initial search.

If we plug this in as our new estimate, and run the entire formula again, caching a few variables such as the linear programming section, the next output is a little bit closer.

The formula converges precisely on the factors of n.

Theres still work to be done, because even for my hardware, it is slow.

Now the numbers are ballpark. But good enough to give a rough idea of the performance of the algorithm. And from what I've seen to break an 2048 bit RSA key takes about a 1000 quadrillion operations. Remember, ballpark numbers here.

Assuming you had a system that did 100 million steps in parralel per second, you'd be looking at about two weeks of compute time give or take a magnitude or two.

There are some obvious improvements here that I can make, such as running statistics to tighten up some of the inner loops which are wasteful, training a system to use internal variables to give better initialization values to some variables, etc, but its not bad.

but thats the gist of it.

Things left to do are way more testing, build a bigger dedicated compute cluster, run a ton more statistics and write tuning code for some parameters. And of course finish and integrate the UI module.

I think I can cut in half the run time for generating the test set for finding the saddle point, although the saddle point algorithm has already been statistically optimized, and cut in half the amount of equations in the linear algebra section.

I think I can use the existing sub-algorithms mentioned elsewhere, to better decide, possibly
without any iterations, precisely what some of the initializing variables should be, without
direct inner-loop iteration.

I want to get it to where it doesn't take two weeks on a big cluster to break a key, and I think thats very doable at this time.

I'm working on the funding problem separately to build out the current cluster, and move to
full time research, but that doesn't concern anyone here and I'll make a post when I have
that solved.

And thats where the project is at.
15
Enjoy! - Tel Aviv - Mossad Director screams at Israeli Minister of Internal Security... as they stand in the rubble of Israel's bombed out "Pentagon" building.     (theworldwatch.com)
submitted by KosherHiveKicker to whatever 6 hours ago (+15/-0)
18 comments last comment...
18
Well, would you look at that! It is Friday again already. Man these weeks go by fast in the summer. It is time for the Friday Night Guitar Thread. You all know what this is by now. It is time for you to play us a tune. Music is for sharing. Get in here. Show us your musical chops!      (Guitar)
submitted by Sleazy to Guitar 6 days ago (+19/-1)
31 comments last comment...
Once again, it's time for the FNGT!

If you don't know how this works, click this link.. If you already know what's going on, you probably don't need to. That link will take you to another site to give you some additional information and tell you about some of our off-site features. That's also the site where we will host the weekly guitar threads, should Upgoat.net go down.

NOTE: That site is by invitation only. If you want an invite, ask a regular participant (such as @TheRealBuddha or myself)

If you already know what's going on, you probably don't need to click any of those links. You can still visit to see if any changes have been made, as that's also where we kept the archives and have a second forum.

By the way, we're down to just two of us. If you want to help, let us know.
34
Holocaust fatigue      (files.catbox.moe)
submitted by shill1 to whatever 8 hours ago (+34/-0)
28 comments last comment...
9
Iranian shows the destruction in yidsrael     (www.youtube.com)
submitted by HonkyMcNiggerSpic to IsraelCrimes 1 day ago (+9/-0)
9 comments last comment...
3
Mongolia solved fertility decline      (youtu.be)
submitted by Cantaloupe to whatever 18 hours ago (+3/-0)
4 comments last comment...
https://youtu.be/9dJBwAocP6M

Attention and social status for mothers
17
No One Loves Mexico More Than Those Who Refuse To Go Back And Live There     (whatever)
submitted by Scyber to whatever 17 hours ago (+19/-2)
28 comments last comment...
These are just the facts of the present day USA.
2
Iran just bombed the f out of Elkana which was an illegal Israeli settlement on the west bank. Awesome! The kewish settlers are the worst of the worst. routinely stealing and harming the land owners.      (Jews)
submitted by Crackinjokes to Jews 1 hour ago (+3/-1)
2 comments last comment...
3
What's the best way to post photos and videos here?      (whatever)
submitted by Storefront to whatever 23 hours ago (+3/-0)
6 comments last comment...
I'm kind of a dumbass and can't figure it out - thought I'd just Survey the crowd. Have a bunch of fun gardening stuff I will want to upload but is catbox the way to keep it private?
3
Trying an Ohio photo     (pomf2.lain.la)
submitted by Storefront to whatever 22 hours ago (+4/-1)
21 comments last comment...
https://pomf2.lain.la/f/4luqtwx.jpg

Hi fucktards - I don't do photos of my real life but because of all the asks, wanted to share my recently planted pumpkins and watermelons in Ohio and a few nice shots of this property. Trying a pomf link to see if it works. First voater to write "actually" about it gets a dildo to the butthole.
1
You must be a Muslim     (files.catbox.moe)
submitted by fritz_maurentod to funny 48 minutes ago (+1/-0)
1 comments last comment...
0
Did you know the little strings around the Jews waist that dangle are all about supremacy. Let me explain     (Jews)
submitted by Crackinjokes to Jews 2 hours ago (+2/-2)
3 comments last comment...
Those little strings represented loose fences around a field controlled by a jew. To a Jew who has stolen all the land and produces crops they believe themselves benevolent if they leave the corners of their fences loose so the people that they have impoverished and starved can sneak into their fields and steal a little bit of food to eat and survive.

Those loose strings represent the loose fences around the fields they have stolen.

Everything about the Jewish religion is them dominating everyone else. Even the part where they're so supposedly good is merely good from on high as they dominate.
-1
Iran has 28,000 ballistic missiles. At 50 a day thats 5,600 days of fun for Israel.      (Jews)
submitted by Crackinjokes to Jews 2 hours ago (+0/-1)
14 comments last comment...
An Iranian source

"Netanyahu after True Promise 2: Iran has 600 missiles.
Netanyahu before True Promise 3: Iran has 8,000 missiles.
Netanyahu five days ago: Iran has 20,000 missiles.
Netanyahu today: Iran has 28,000 missiles

Still missing a few zeros, but glad to see the progress!"
0
A lot of Tulsi Gabbard trouble - what is the real news?     (news)
submitted by Storefront to news 18 hours ago (+1/-1)
7 comments last comment...
Most of this Tulsi drama seems to come from an Atlantic article published yesterday. But what does it mean? I am just confused about trumps stance on CIA and ODNI. Is he really souring on her or does he just not care about the Intel agencies because he prefers kinetic war?

https://www.theatlantic.com/newsletters/archive/2025/06/trump-tulsi-gabbard-iran/683231/
48
Japs prove mRNA is a kill shot     (www.thegatewaypundit.com)
submitted by AugustineOfHippo2 to news 2 days ago (+48/-0)
35 comments last comment...
2
With his 2-week statement it looks to me like Trump has wisely decided to sit this one out and probably claim in 2 weeks Iran isn't making nuclear bombs and call it a day. Hopefully he's back to concentrating on the USA and deporting illegals and investigating the criminals in our government     (TellUpgoat)
submitted by Crackinjokes to TellUpgoat 4 hours ago (+3/-1)
2 comments last comment...
5
The Conspiracy of Degenerates     (conspiracy)
submitted by Conspirologist to conspiracy 12 hours ago (+8/-3)
4 comments last comment...
The Conspiracy of Degenerates

Marcus Junius Brutus, the mastermind behind Julius Caesar’s assassination in 44 BC, cemented his name as a symbol of betrayal. As Caesar’s trusted ally, Brutus orchestrated the brutal stabbing in the Senate, driven by his opposition to Caesar’s soaring power. The meaning of Brutus’ name and its linguistic legacy unveil a darker truth: the rise of the Conspiracy of Degenerates, a force that continues to shape the world.

The Name Brutus: From Latin to Modern Tongues

In Latin, Brutus derives from the adjective brutus, meaning "dull," "stupid," or "heavy." It signifies a lack of refinement, contrasting sharply with the cunning Brutus displayed in plotting Caesar’s downfall. This root evolved across languages:

Italian Bruto: Directly from Latin, bruto translates to "brute" or "beast," denoting coarseness, cruelty, or lack of civility. When Italians declare "sei un bruto" ("you are a brute"), they condemn someone as rude, aggressive, or morally crude.

English Brute: Through Old French brut, the English "brute" conveys savagery or animalistic behavior, evoking violence or raw force. Labeling someone a "brute" marks them as unrefined or driven by base instincts.

The name Brutus carries a legacy of coarseness and moral decay, forming the foundation for the conspiracy it inspired.

The Conspiracy of Degenerates

Brutus’ assassination of Caesar was no mere political act—it sparked the Conspiracy of Degenerates, a clandestine force that thrives today. Driven by envy of Caesar’s brilliance, talent, and charisma, Brutus and his allies sought to crush excellence in all its forms. This cabal despises genius, beauty, talent, and virtue, instead championing their opposites: ignorance, ugliness, corruption, and vice. By elevating these base qualities, the conspirators aim to dismantle the extraordinary in people, art, and ideals to enthrone chaos and decay.

Far from fading, the Conspiracy of Degenerates has grown into a global network. It actively undermines great artists, suppresses enlightened leaders, and devalues all that is refined and virtuous. Rooted in the crude, unrefined essence of brutus, this conspiracy perpetuates a legacy of destruction, begun with Brutus’ betrayal, to glorify dullness and savagery across the world.
15
"Oy vey, he'll NEVER think to look in here!"     (files.catbox.moe)
submitted by big_fat_dangus to HebraicHijinksandSheenyShenanigans 10 hours ago (+16/-1)
10 comments last comment...
0
Which programs do y'all use for editing photos on desktop or mobile? The programs I used updated themselves and removed the features I need. I'm going through lists of recommened programs and they all don't have basic features     (AskGoats)
submitted by DoYouEvenShit to AskGoats 3 hours ago (+1/-1)
21 comments last comment...
All I want to do right now is take an image with RGBA properties and put it on top of another image. Samsung's gallery app took out this functionality, google photos took it out, samsung notes doesn't have the feature anymore, i'm now on snapseed and it also doesn't appear to have this feature.

this has happened so many times where i've tried doing basic image editing and simple features are not there, and i spend all day going through what are supposedly the best apps for simple image editing and i NEVER find what I'm looking for.

which program can i use for basic functions?
0
"Uh hundred" ...retard. It's "ONE hundred"     (whatever)
submitted by Nosferatjew to whatever 1 hour ago (+0/-0)
6 comments last comment...
6
Dr. Taylor Marshall Debunks Ted Cruz blessing Israel     (rumble.com)
submitted by AugustineOfHippo2 to RomanCatholicism 4 hours ago (+6/-0)
4 comments last comment...
6
Iran just hit today an hour ago an Israeli intelligence site in Haifa with a big boom. And also Tel Aviv is on fire     (Jews)
submitted by Crackinjokes to Jews 4 hours ago (+7/-1)
3 comments last comment...
Its Friday june 20th and Iran is continuing to systematically take out critical war making infrastructure in Israel


I've seen the videos myself but if I post the link somebody will go get the account shut down so unfortunately I'm just not going to post the link.

But I can tell you is the high for blast was as big as any blast we've seen thus far. And it was right next to the block holding the tallest building the modern one right next to the water although that building is still standing.

Many videos from many directions

Iran also made a big blast at the port. Also many videos taken from many directions of that one.