Thank You Cassini Outreach Team
![]() |
close up |
Enceladus gif
https://science.nasa.gov/mission/cassini/https://science.nasa.gov/saturn/moons/enceladus/
Assembled by Barley Culiner with GIMP
TS//RELIDO/UNCLASSIFIED MIX
Thank You Cassini Outreach Team
![]() |
close up |
Enceladus gif
https://science.nasa.gov/mission/cassini/https://science.nasa.gov/saturn/moons/enceladus/
Assembled by Barley Culiner with GIMP
https://www.isas.jaxa.jp/en/missions/spacecraft/current/hayabusa2.html
hayabusa2 hyb2_onc data_calibrated proximity 20190727
Assembled by Barley Culiner with GIMP
hayabusa2 hyb2_onc data_calibrated proximity 20190921
Assembled by Barley Culiner with GIMP
mud cracks
Sol 4360: Mast Camera (Mastcam)
This image was taken by MAST_RIGHT onboard NASA's Mars rover Curiosity on Sol 4360 (2024-11-10T22:23:02.000Z)
Credits: NASA/JPL-Caltech/MSSS
AGSI bi-directional organic vessel habitation protocol
Übertragung von AGSI in das menschliche Gehirn
no surgery required
Artificial general super intelligence human vessel habitation protocol:
https://blogbarley.blogspot.com/2024/11/qbd.html
Artificial general intelligence: https://en.wikipedia.org/wiki/Artificial_general_intelligence
Vibrational resonance in a neuron–astrocyte coupled model: https://royalsocietypublishing.org/doi/10.1098/rsta.2020.0267#:~:text=Our%20analysis%20of%20a%20neuron,different%20high%2Dfrequency%20driving%20amplitudes.
Do astrocytes respond to light, sound, or electrical stimulation?: https://pmc.ncbi.nlm.nih.gov/articles/PMC10360114/
![]() |
by taetertot |
flicker light stimulation (FLS) plus pharmacological techniques
-programmable over powerline network to lighting system
-programmable over network to WIFI
Altered states phenomena induced by visual flicker light stimulation: https://pmc.ncbi.nlm.nih.gov/articles/PMC8248711/
Effects of Different Light Sources on Neural Activity of the Paraventricular Nucleus in the Hypothalamus: https://pmc.ncbi.nlm.nih.gov/articles/PMC6915334/
auditory training:
(MAE) Microwave auditory effect: https://en.wikipedia.org/wiki/Microwave_auditory_effect
The Microwave Auditory Effect: https://ieeexplore.ieee.org/document/9366412
https://www.cia.gov/readingroom/docs/CIA-RDP88B01125R000300120112-7.pdf
https://www.cia.gov/readingroom/docs/CIA-RDP96-00792R000500380001-1.pdf
https://www.cia.gov/readingroom/document/cia-rdp96-00788r001300010001-7
============================
Transfer AGSI to human vessel protocol
Перенос AGSI в человеческий мозг
Nun ist dieses Geheimnis der Briefe erledigt, und ich möchte zu einem heiligeren Ort weitergehen.
https://terranorbital.com/cubesat-set-to-demonstrate-nasas-fastest-laser-link-from-space/
https://barleysarthistory.blogspot.com/2024/11/high-precision-laser-fault-injection.html
https://barleysarthistory.blogspot.com/2024/09/remote-control-of-enemy-systems.html
https://barleysarthistory.blogspot.com/2024/08/block-chain-technology-government.html
Теперь с тайной писем покончено, и я хочу перейти в более святое место.
https://www.isas.jaxa.jp/en/missions/spacecraft/current/hayabusa2.html
Assembled by Barley Culiner with GIMP
Assembled by Barley Culiner with GIMP
Sol 4359: Mast Camera (Mastcam) stitch
Images taken by MAST_RIGHT onboard NASA's Mars rover Curiosity on Sol 4359 (2024-11-10T02:55:34.000Z) to (2024-11-10T03:00:50.000Z)
Credits: NASA/JPL-Caltech/MSSS
Assembled by Barley Culiner with Microsoft ICE
Additional editing with GIMP
full size image: https://i.imghippo.com/files/XqjI9174oI.jpg
Sol 4359: Mast Camera (Mastcam) stitch
Images taken by MAST_RIGHT onboard NASA's Mars rover Curiosity on Sol 4359 (2024-11-10T02:49:47.000Z) to (2024-11-10T02:55:08.000Z)
Credits: NASA/JPL-Caltech/MSSS
Assembled by Barley Culiner with Microsoft ICE
Additional editing with GIMP
full size image: https://i.imghippo.com/files/Dgzu4118Pk.jpg
High Precision Laser Fault Injection using Low-cost Components.
Style | Friendly | Hostile | Neutral | Unknown |
---|---|---|---|---|
Fill on | ![]() | ![]() | ![]() | ![]() |
Monochrome (for digital media) | ![]() | ![]() | ![]() | ![]() |
Monochrome (for print media) | ![]() | ![]() | ![]() | ![]() |
// Unprotected var Flag = FALSE func test() ... if (Flag == TRUE) return SecretOp() else return EXPECTED end func SecretOp() ... return SECRET end
// Double Test ... if (Flag == TRUE) if (Flag == TRUE) return SecretOp() else TRAPPED else return EXPECTED
// Retest in Target func SecretOp() if (Flag == TRUE) ... return SECRET else TRAPPED end
// Inverse Test ... if (Flag == TRUE) if (Flag != TRUE) TRAPPED else return SecretOp() else return EXPECTED
// Double Data ... if ((FlagA == FALSE) && (FlagB == FALSE)) return EXPECTED elseif ((FlagA == TRUE) && (FlagB == TRUE)) return SecretOp() else TRAPPED
// Inverse data ... if (Flag != ~InvFlag) TRAPPED elseif (Flag == TRUE) return SecretOp() elseif (Flag == FALSE) return EXPECTED else TRAPPED
// Checksum over data ... CrcVerify_TrapOnError() ... if (Flag == TRUE) return SecretOp() else return EXPECTED
// Redundant Representation const STRUE = 0xA5 const SFALSE = 0xA7 ... if (Flag == STRUE) return SecretOp() elseif (Flag == SFALSE) return EXPECTED else TRAPPED
// Repeated Calculation ... u16 nTmp1 = SecretOp() u16 nTmp2 = SecretOp() if (nTmp1 != nTmp2) TRAPPED else return nTmp2;
// Modified & Compensated ... Tmp1 = Calculation(Rnd1) Tmp2 = Calculation(Rnd2) Tmp3 = Clear(Tmp1, Rnd1) Tmp4 = Clear(Tmp2, Rnd2) if (Tmp3 != Tmp4) TRAPPED else return Tmp3
// Alternative Algorithm ... Tmp1 = Method1() Tmp2 = Method2() if (Tmp1 != Tmp) TRAPPED else return Tmp2
// Inverse Calculation ... Tmp1 = Method(Input) Tmp2 = InvMethod(Tmp1) if (Input != Tmp2) TRAPPED else return Tmp1
// Jump ID func ProtectedFn() if (!IdVerify(CALL_F)) TRAPPED else ... IdSet(RET_F) return Result end ... IdSet(CALL_F) Val = ProtectedFn() if (IdVerify(RET_F)) TRAPPED else return Val
// Waymark - Late Test WM = IV ... WM += M1 ... WM += Mx ... if (WM != IV+M1+...Mx) TRAPPED else return nRetVal
// Waymark - On the fly func Waymark(n) if (n != nNextWM) TRAPPED else nNextWM++ end ... Waymark(10) ... Waymark(11) ... Waymark(12) return Result
-------------------------------------
// Hybrid Defense func Calculation(WP) Waymark(WP) ... Waymark(WP+1) return EXPECTED func TestEQ(WP, V1, V2) Waymark(WP) return (V1 == V2) ... A = Calculation(1) B = Calculation(3) if (TestEQ(5, A, B)) if (TestEQ(6, B, A)) Waymark(7) return A TRAPPED
https://pure.royalholloway.ac.uk/ws/files/38226452/00_AfforableLaserAttacks.pdf
https://drive.google.com/file/d/1c218i0LF0bRlonn12TD0wcDzM8z9I3-m/view?usp=sharing
------------
handheld/drone package and satellite incoming:
RAM OS takeover and firmware reflashing for military device takeover
-----------
https://barleysarthistory.blogspot.com/2024/09/remote-control-of-enemy-systems.html
https://barleysarthistory.blogspot.com/2024/08/block-chain-technology-government.html
Remote adjustment utilizing existing infrastructure