0
Marseille, Heroin Capital of Europe, Turns Into A War Zone     (europeanconservative.com)
submitted by Rob3122 to whatever 9 minutes ago (+0/-0)
0 comments...
1
Anybody up to starting UpGoat radio station?      (www.reformer.com)
submitted by Panic to whatever 10 minutes ago (+1/-0)
2 comments last comment...
https://www.reformer.com/news/state/72-year-old-community-radio-station-goes-dark/article_e3cacce0-ac31-4dc2-afb9-ecfaab46f084.html

A 72 year old community radio station in Bennington, VT just went off the air because nobody cared to run it anymore. Were I young, this would be an opportunity of a lifetime. Imagine the jewpilling possibilities!
0
IRAN NUMBER ONE! ISRAEL!? HACKTUI!     (files.catbox.moe)
submitted by RabbiKinderschtupper to whatever 19 minutes ago (+0/-0)
0 comments...
https://files.catbox.moe/l86avi.jpeg

I'LL PUT NETANYAHU IN THE CAMEL CLUTCH, BREAK HIS BACK, MAKE HIM HUMBLE!
0
Where the cryptography is at.     (cryptography)
submitted by prototype to cryptography 22 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.
0
She's wrong     (files.catbox.moe)
submitted by fritz_maurentod to videos 27 minutes ago (+0/-0)
0 comments...
0
It's just a cohencidence goy     (files.catbox.moe)
submitted by Niggly_Puff to whatever 29 minutes ago (+0/-0)
0 comments...
-1
Approx 3pm est friday "RGC statement on the 17th wave of Operation True Promise 3: The offensive power of our ballistic missiles will continue to intensify until the full punishment of the criminal gang running the Zionist regime"     (news)
submitted by Crackinjokes to news 31 minutes ago (+0/-1)
1 comments last comment...
Approx 3pm est friday "RGC statement on the 17th wave of Operation True Promise 3: The offensive power of our ballistic missiles will continue to intensify until the full punishment of the criminal gang running the Zionist regime"
1
Your diet is weird      (files.catbox.moe)
submitted by kammmmak to whatever 49 minutes ago (+1/-0)
0 comments...
-1
Just had another earthquake in a different part of iran. This was five point something about a week ago there was a four point something. Underground nuclear tests often look like earthquakes     (technology)
submitted by Crackinjokes to technology 50 minutes ago (+0/-1)
0 comments...
the interesting thing it was reported by Tehran defense network as was the four something a few days ago

"BIG NEWS BREAKING

5.22 magnitude earthquake hits central Iran.

Is something happened?"

These networks have been trolling Israel often teasing new weapons before they're deployed a day or two later.

So I'm wondering if they're teasing the existence of an Iranian nuclear weapon.

These networks have been faithfully reporting Israeli bomb attacks because they're trying to document all of them as criminal cases in the world Court so I think if this was in Israeli bomb attack they would say that instead of teasing it as an earthquake.


The signature in an earthquake detector is usually different.

Caltech calibrated their sensors so they would not show underground bomb tests or quarry tests or the Sonic booms from returning xplanes out into Edwards Air Force Base after a cow text student was able to use the earthquake sensors to triangulate the path of a returning hyperspeed X-Plane in the mid-90s.

Edit:

Another source has this story this just happened an hour ago this on Friday June 12th 3:30 Eastern Time

"Iran reported earthquakes with a magnitude of 5.22 in Tehran and Qom province, where the fortified nuclear facility Fordow is located. At the same time, there were reports of an attack on an Iranian air defense site called 'Magar' in Behmai province in southwestern Iran"

So if it's near the Fordham facility or Ford facility then it could be Iran testing a nuke.

As I said I think if it was Israel bombing Iran then these reports would say so because Tehran has not been shy about reporting when Israel is striking stuff.

Edit 3;

It might be nothing because this web page shows for and fives are fairly common for that region and they have maybe one a week or more

https://earthquaketrack.com/p/iran/recent


Edit 4:

Okay what's really weird is all their earthquakes have been four and above. And the filter on the website is set with no filter so they should be showing a lot more twos and threes then they are fours but it's only showing fours and above. So I don't know what the minimum nuke earthquake level is but if they're setting off underground charges to test nukes of a certain magnitude and higher than it would make sense if they only had earthquakes that were four or five above
0
Tehran Updates TehranDefence 49m NEW: The United States Navy has deployed 5 ships off the coast of Israel to help intercept Iranian ballistic missiles This is alongside the many systems Israel already uses to defend itself, including THAAD, David Sling, Arrow-2 and Arrow-3, Patriot, Iron Beam and      (news)
submitted by Crackinjokes to news 57 minutes ago (+1/-1)
0 comments...
Stupid

Right now makes the ships legitimate targets for Iran.

It also uses up missiles that the United States might need to defend its own territory and instead once again we're f**** defending another country and it's always the same f** country Isreal.

Trump you're a stupid f
****.
1
You must be a Muslim     (files.catbox.moe)
submitted by fritz_maurentod to funny 58 minutes ago (+1/-0)
1 comments last comment...
0
"Uh hundred" ...retard. It's "ONE hundred"     (whatever)
submitted by Nosferatjew to whatever 1 hour ago (+0/-0)
7 comments last comment...
17
AI has some perks!     (pomf2.lain.la)
submitted by bossman131 to random 1 hour ago (+17/-0)
0 comments...
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)
3 comments last comment...
0
Need help from any of you country folk please. original content     (whatever)
submitted by Cunty to whatever 2 hours ago (+0/-0)
19 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.
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.
0
what is bpc-157? are peptides the new ozymbic?     (whatever)
submitted by Drstrangestgov to whatever 2 hours ago (+0/-0)
2 comments last comment...
and what is ketamine therapy? isnt ketamine what the gays use to medicate their conscience?
-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)
15 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!"
1
The Israeli air defenses and so-called iron dome are now so weak that propeller powered drones from Iran can hit it with impunity. So now I ran has a very low cost way to strike any Target they want in Israel. Oh and by the way netanyahu just admitted Iran has 28,000 ballistic missiles.      (Jews)
submitted by Crackinjokes to Jews 3 hours ago (+2/-1)
5 comments last comment...
-1
Soon the USA will need to decide if Israel should even be allowed to continue to exist because they won't really exist except at the mercy of Iran unless we do something foolish and I'm not sure our intervention militarily could even work cuz I ran can strike us with those same missiles in the reg     (Jews)
submitted by Crackinjokes to Jews 3 hours ago (+0/-1)
4 comments last comment...
Soon the USA will need to decide if Israel should even be allowed to continue to exist because they won't really exist except at the mercy of Iran unless we do something foolish and I'm not sure our intervention militarily could even work because Iran can strike us aircraft carriers with those same missiles in the region.


Think of it for a minute:

Netanyahu just came out and said Iran has 28,000 ballistic missiles

28,000!

The iron dome has for all intensive purposes falling apart.

At this point I think more than 50% of the missiles that I ran fires are getting in and frankly I think it's a lot more than 50% but even if it's 50%, and I ran shoots 50 missiles every day think of the math and how long they can do that.

They can completely flatten Israel.

The existence of Israel today is at the choice of Iran.

Even if they don't physically flatten it more and more people are going to want to leave so it will be an unoccupied country.

The real question is is the world better off without this Rothschild abomination that was created which has created a sanctuary for the world's worst criminals and a Haven for the development of the worst technologies under no logical person's control where the craziest people in the whole world have lived and have stolen land and shot people with impunity and openly have talked about other people being their slaves or animals.

Should such a place be allowed to exist?

Or is this our unforeseen and unexpected opportunity to actually reverse the Rothschild abortion that was placed on the earth in the 1940s naively by people thinking this would end the Jewish problem if the Jews weren't in their own countries

Frankly I think the answer is to let Iran basically make the land be unoccupiable and maybe even the Palestinians that are being bombed in Gaza have an opportunity to walk back into their old Homeland and retake it. If the Arab countries in the region were smart they would assist in that. Then the Jews would have to actually obey the laws that exist in all the countries that they intend to try to live in and they would not be allowed to run and escape to Israel every time they want to do something horrible which has embolded them to do horrible things all over the world.

Personally I think it's a great opportunity to let Iran make Israel not be flattened but just be basically unable to be the sanctuary for criminals and psychopaths that it always has been.

I don't think any of us imagined that this was even going to be a possibility in our lifetimes but if it does happen it will significantly lower the risk of nuclear war in the world and it will significantly lower the very real risk that all of us become enslaved to the Jews which they have openly said was their plan. Remember they have openly said that was their plan. Remember also that the Ukraine conflict was started by Jews many of whom have strong ties with Israel or were funded by the scoundrels who have escaped to Israel and when you crane went to war guess where the Jews in the country were allowed to go instead of fighting on the front lines like the Christians were made to fight? They all went to Israel! So now where are they going to go if they can't go to Israel in the future? Well doesn't that mean maybe Jews won't be quite so emboldened to cause conflicts like Ukraine which have literally put us on the brink of nuclear war.

Quite honestly this may be the greatest development in our lifetime and it may change the future of the planet and upset the plans of the Jewish Zionist to enslave everyone else in the world to them.

If they're sanctuary doesn't exist their actions are very limited in the countries in which they try to occupy.

The establishment of Israel has been the biggest mistake the world has ever done.


Append:
I do want to say the world must guard against Ukraine becoming the new Israel which literally was alinsky's plan. As he said that he wanted Ukraine to become Israel 2.0. if all the people from Israel simply shift to Ukraine which is frankly in a better location with better resources and they're allowed to create another criminal state run by Jews and Ukraine if they already haven't then that wouldn't change much.
0
I don't think this happened but wouldn't it be funny if Trump actually screwed netanyahu intentionally by telling him he would support him if he went to Iran knowing that he wouldn't support him and thus it would lead to the near destruction of netanyahu's power and Israel's rogue actions?     (AskUpgoat)
submitted by Crackinjokes to AskUpgoat 3 hours ago (+1/-1)
3 comments last comment...
Remember netanyahu came out against Trump in his first election and Trump was very pissed at him. Remember also that Trump told netanyahu to end the Gaza activities before he got into office and netanyahu hasn't. Netanyahu has basically ignored everything Trump said and Trump usually doesn't like it.

Sometimes Trump is an idiot as he's gotten older but sometimes Trump is still very smart like he used to be. He knows how to lay a trap.

I don't really think he did this but it certainly possible he could have told netanyahu that the US would support Israel if they attacked Iran only to hope that netanyahu would be so stupid as to do it and then leave them out in the cold while Iran pummeled them.

Now if any normal electorate netanyahu would lose power and all his warmonger players would lose power but it is a nation of Jews and they are illogical and psychotic and they just always push forward no matter what so they may not lose power or they may be replaced with someone just as bad or even worse but still wouldn't be something if Trump actually did that?

But honestly I don't think you did. I think netanyahu just thought that he could force Trump into doing something and he very much overplayed his hand like Jews always do.

11
No matter the final outcome we all owe Iran a great thanks. They will have changed the audacity of Israel forever. We must now protect against the Jews going even more into our individual Nations and acting since they will have lost the strength of their sanctuary State even if it's still exists.     (TellUpgoat)
submitted by Crackinjokes to TellUpgoat 3 hours ago (+12/-1)
0 comments...
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
Some goat wanted a free stolen hat, and this happen. Pure internet gold.     (x.com)
submitted by registereduser to whatever 3 hours ago (+2/-2)
5 comments last comment...
1
Israel is continuing its attacks on Iran. And make no mistake they're still killing Palestinians and Gaza. Remember Israel directly targeted hospitals. Iran targeted things near hospitals which caused superficial damage to one because Israel placed military targets next to hospitals     (news)
submitted by Crackinjokes to news 4 hours ago (+2/-1)
0 comments...
Jews never know when to stop. It's a mental disease. Shakespeare knew it and he wrote about it in The merchant of venice. In that story the Jewish merchant literally wants to cut a pound of flesh out of the person who owes him money and cannot pay him back and everyone else is astounded at the Jews craziness.

At some point the world is going to have to realize Jews need to be treated like mental patients and isolated and kept away from spheres of influence and weapons.

This is not conjecture. Medical studies point this out and if you've had any experience dealing with jews directly over any length of time in any way other than a superficial way you will recognize this to be true. They have very limited mental logical capacity but they have a strange genetic twist which causes them to push push push without logic. And when they are encountering someone who doesn't resist -which unfortunately is most of the rest of the empathetic world- it gives them great success which I suppose is why the genetic trait has survived.

But it's very harmful to everybody else who has a cooperative and empathetic mindset.

So they have to be isolated. They can't help themselves. Trying to figure out some logical solution with them is like talking to a mad man on a corner with a gun.

The only kind thing you could do is isolate themselves so they cannot hurt others and so they can't hurt themselves.

Leaders including American leaders have known this for decades. It's why Jimmy Carter was so dead set against the Jews ever getting nuclear weapons because he knew they were crazy and unlike other people who use logic that they would not.

Nixon said if Jews are allowed to control the US media they will destroy our civilization and he was right.

The main reason the West went along with creating the state of Israel is no one else wanted the Jews in their country because everybody knew they were problematic and crazy.

The big mistake has been to give them a country which became their sanctuary while still allowing them to operate in other Western countries.

They must be isolated. They must be monetarily disempowered. That can be accomplished through boycotts very quickly as the Germans showed in the 1930s. It takes very little time for them to lose all their power in a country if you economically boycott them. You don't need to do anything else and the Germans didn't do anything else until worldwide jewelry started creating pretenses to attack Germany because they were doing so well without the Jews in their country.