Anonymous ID: 043828 Sept. 15, 2020, 4:27 a.m. No.10654892   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun   >>4908 >>4918

>>10654887

make a simple program that does this algorithmically, but generate the random pattern uniquely.

 

the enemy will initially try to recognize your overlay and apply that to suspect images.

 

generating a unique random overlay for each image disables their ability to do this.

 

GREAT FIND.

 

Baker:

NOT A BULL

Anonymous ID: 043828 Sept. 15, 2020, 4:31 a.m. No.10654910   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun

>>10654902

>The beauty of this is, you can make a bunch of filters with different patterns, different camo colors and i'd expect this to be very difficult to have anyway of capturing.

Randomizing this for every image is trivial with a simple program. My recommendation is to not use a paint program - randomize it with a program that just does it to an image (original -coded). I'm not in a situation where I could do it, but any self-respecting developer can pop this out pretty quickly. Someone will do it.

Anonymous ID: 043828 Sept. 15, 2020, 4:33 a.m. No.10654919   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun   >>4928

>>10654908

Well done!

 

Baker:

NOTABLE!!

 

This is why people with skills will own the future.

 

anon, if I were in a situation where I could have done this, I would have. You've responded faster than I would have.

 

Damn, youse gotz dum skillz.

Anonymous ID: 043828 Sept. 15, 2020, 4:47 a.m. No.10654986   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun   >>5010

>>10654972

>Did DJT and the military who supposedly backed his presidency know this all would happen?

yes.

 

>Sorry to concernfag like a motherfucker but I'm lowkey freaking out.

relax. the cabal operates in a certain, hidden way. Q has revealed tot he masses how much/most/all? of how that works. if there is to be a hidden ruling class after this, it will be, at most, massively reduced in potential.

 

I'm watching for the rule of law, especially as applies to intellectual property. If you cannot trust the courts, we are lost.

 

Besides, if the cabal is now so powerful that Q is just a side show, then we were already fucked before any of this began.

 

Might as well relax, hope for the best and do everything you can to educate those around you about how the criminality works. This will help disarm it moving forward.

Anonymous ID: 043828 Sept. 15, 2020, 4:51 a.m. No.10655002   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun   >>5024 >>5080 >>5098 >>5101 >>5109 >>5168 >>5180 >>5182

>>10654981

I'm a career imagefag, so I'll add some more ideas.

 

Varying the opacity of each cell is one enhancement.

 

Varying the shape of the cells is another one (although the complexity can easily skyrocket if you don't have the software to do this well. Most don't.)

 

Varying the method of combination is another method. Photoshop supports 20 different combination methods and most of those could be used.

 

Using these methods, a human would still be able to easily ascertain the intent and content of the image but it would take a VERY sophisticated and well trained AI to do it. (Hint: Even with all the hype you've heard about how awesome AI is mostly by fuckwit shills here spreading misinformation the tech to do that just isn't there yet.)

Anonymous ID: 043828 Sept. 15, 2020, 4:58 a.m. No.10655036   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun   >>5041 >>5045 >>5070 >>5079 >>5098 >>5101 >>5106 >>5109 >>5168 >>5180 >>5182

>>10655006

>(a) a limited understanding of technical side of graphics production

my best recommendation is for anons to produce scripts that are easily portable (python, for example original anon used python for his script ) and then encourage other webfag anons to host imaging tools that will allow a user to upload an image and then apply filter(s) to it and serve the modified image to the user.

 

this way any user with zero experience can obfuscate any image with a few clicks.

Anonymous ID: 043828 Sept. 15, 2020, 4:59 a.m. No.10655040   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun

>>10655010

>I'll try to do that

o7

I hope my comments helped. I've been terrified that Q is a sideshow since November of 2017. I still don't have any evidence of this, for what that's worth. (And I've been looking for that as the single highest priority. I've likely spent >8000 hours on this.)

Anonymous ID: 043828 Sept. 15, 2020, 5:01 a.m. No.10655050   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun   >>5101 >>5109 >>5168 >>5180 >>5182

>>10655012

warning from me, an imagefag.

 

As the resolution of the overlay decreases and/or gets more granular, it likely becomes easier for the filters to recognize the image. The overlays have to be chunky enough for the filters to see the overlay features as 'structure' in the image. (Your overlay image is much more granular than the original 'digital camo' image used above.)

Anonymous ID: 043828 Sept. 15, 2020, 5:09 a.m. No.10655090   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun   >>5123

>>10655070

>Also considered a website to be the ultimate goal, but non predictable random generating image serving would be ripe for abuse.

This is true unless there are thousands of websites that do this popping up all over the place.

 

They can't DDoS a sufficient number of sites.

Anonymous ID: 043828 Sept. 15, 2020, 5:26 a.m. No.10655162   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun   >>5168 >>5173 >>5180 >>5182

>>10655148

with a relatively small amount of work, you can change the random overlay over time to make it more complex for a filter to interpret (but a human won't care.)

 

For each <nframes, make a random overlay. Then for each frame in between, composite the previous and next overlay images with a smoothly transitioning transparency/opacity amount.

 

This will cause the result to have a smoothly changing random cell pattern to be constantly fading during the playback. The human brain will ignore it โ€“ it'll 'learn' almost instantly to ignore it.

 

But a filterโ€ฆa filter will be all fucked up in ways we cannot imagine.

 

This is fun!

Anonymous ID: 043828 Sept. 15, 2020, 5:31 a.m. No.10655183   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun

>>10655173

>How about about applying to keyframes only?

That probably won't help as the filters are most likely operating on the decoded stream and have no knowledge of the I-frames. Unless the filters are only using I-frames, in which case they're weak in other ways.

 

Could work, could not work. One would have to test it and see which methods work best.

Anonymous ID: 043828 Sept. 15, 2020, 5:35 a.m. No.10655203   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun   >>5234

>>10655186

>If the human mind believes everything is possible until proven it isn't, we reverse the entire illusion instilled on us that is keeping us stuck in old technology.

I'll go one step further in pointing out that the way to figure out what the cabal has been hiding for A LONG TIME is to figure them out yourself.

 

With a little fiddling and common sense, you'd be amazed what technologies you can figure out. You can figure out how the universities teach things wrong without even realizing it. You can figure out how the universe actually works.

 

Based on just what I've been able to figure out (which is quite a fucking lot), I anticipate that as soon as the cabal is clearly done for, there's going to be an explosion of new technologies that will make your head spin.

Anonymous ID: 043828 Sept. 15, 2020, 5:42 a.m. No.10655228   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun

>>10655217

>Politically, what are the upsides and downsides?

Politically it would be suicidal for the Democrats. It would prove that Obama hid something that would compromise him from a security standpoing (potential blackmail.) It would prove Democrats are deceivers. Instant loss of election.

Anonymous ID: 043828 Sept. 15, 2020, 5:45 a.m. No.10655244   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun   >>5249

>>10655234

>there is holes in foundational theory which thus constrains people to that way of thinking, almost everything has been solved and a long time ago.

Bingo. Sounds like you've found some of the same things I have.

 

People don't understand that an overwhelmingly common side-effect of professional education is the student believing too much of what they're taught and assuming smarter people than they have already determined there's no way to do things.

 

Have you figured out the reason the first and second laws of thermodynamics are worded the way they are? :)