|
Post by nathanmyersc on Mar 23, 2024 20:51:11 GMT
app.datacamp.com this website will allow you to run 3 instances of intention repeater and it will run for up to 24 hours before they shut it off. And ive been doing it for a month or so and they didnt ban me. So probably safe for you guys to use this tool.
|
|
|
Post by AnthroHeart on Mar 23, 2024 21:32:31 GMT
Are you using the CUDA version, or the regular MAX version?
|
|
|
Post by nathanmyersc on Mar 23, 2024 21:39:39 GMT
Are you using the CUDA version, or the regular MAX version? My own repeater. it gives 2 core CPU no gpu
|
|
|
Post by AnthroHeart on Mar 23, 2024 21:43:57 GMT
Does it run faster on their server?
You should check out my new Intention Repeater Simple. The number for non-hashing seems a bit lower, but I think it's more accurate.
|
|
|
Post by nathanmyersc on Mar 23, 2024 21:46:58 GMT
Does it run faster on their server? You should check out my new Intention Repeater Simple. The number for non-hashing seems a bit lower, but I think it's more accurate. I just use it on their server cause its free cpu. doesnt use my resources as much. also the timer is stuck at 1 second on your new simple repeater.
|
|
|
Post by AnthroHeart on Mar 23, 2024 22:04:13 GMT
Does it run faster on their server? You should check out my new Intention Repeater Simple. The number for non-hashing seems a bit lower, but I think it's more accurate. I just use it on their server cause its free cpu. doesnt use my resources as much. also the timer is stuck at 1 second on your new simple repeater. Ok, I updated both files, multithreading and regular one.
|
|
|
Post by reden on Mar 23, 2024 23:31:48 GMT
app.datacamp.com this website will allow you to run 3 instances of intention repeater and it will run for up to 24 hours before they shut it off. And ive been doing it for a month or so and they didnt ban me. So probably safe for you guys to use this tool. Thank you for showing this. I have an alternate google account that was banned from Cloud Shell after running Repeater on both its cores for some time, maybe 2-3 weeks.
|
|
|
Post by AnthroHeart on Mar 25, 2024 17:16:16 GMT
app.datacamp.com this website will allow you to run 3 instances of intention repeater and it will run for up to 24 hours before they shut it off. And ive been doing it for a month or so and they didnt ban me. So probably safe for you guys to use this tool. Are you running the Intention Repeater MAX or the Intention Repeater Simple or the Intention Repeater Simple Multithreaded on that?
|
|
|
Post by nathanmyersc on Mar 25, 2024 17:19:36 GMT
app.datacamp.com this website will allow you to run 3 instances of intention repeater and it will run for up to 24 hours before they shut it off. And ive been doing it for a month or so and they didnt ban me. So probably safe for you guys to use this tool. Are you running the Intention Repeater MAX or the Intention Repeater Simple or the Intention Repeater Simple Multithreaded on that? A custom python intention repeater. as its in python. heres the code i use. import time
import threading
from math import ceil, log10
import sys
def broadcast_intention(intentionval):
list_write = []
#iterations = 0
maxintensity = 40000000
running = 1
while running == 1:
list_write.append(intentionval)
if len(list_write) % maxintensity == 0:
list_write.clear()
def main():
intentionval = "YOUR INTENTION" intentionval += "WITH SOURCE ALL SELF DESTRUCTIVE TENDENCIES ARE DISSOLVED AND DESTROYED NOW THANKS ∞"
intentionval += "WITH SOURCE I AM FREE FROM ALL SELF DESTRUCTION THANKS ∞"
intentionval += "WITH SOURCE ALL SELF DESTRUCTION IS DISSOLVED THANKS ∞"
intentionval += "WITH SOURCE ALL SELF DESTRUCTIVE TENDENCIES THAT MAY BE IN ME ARE DISSOLVED AND DESTROYED THANKS ∞"
intentionval += "WITH SOURCE ALL SELF DESTRUCTION THAT MAY BE IN ME IS DISSOLVED AND DESTROYED NOW THANKS ∞"
intentionval += "WITH SOURCE I AM IMMUNE TO SELF DESTRUCTION THANKS ∞"
intentionval += "I am in a Med-Bed which is fully optimized for me. This is using Resonance Field, Octave Tech and Anthro Black Hole. ∞"
intentionval += "This med-bed serves me only, and strictly me, so as to not unintentionally expose others in my proximity to the energies ∞; however,"
intentionval +="with the exception that if someone wishes to receive the energies he/she can do so. ∞"
intentionval += "It activates automatically and starts to scan and repair my body immediately. ∞"
intentionval += "It is intelligent and self-sustained. ∞"
intentionval += "It has all the power of all working Med-Beds in the universe. ∞"
intentionval += "As the Med-Bed runs it gradually attaches itself to the body, through the optimal medium, whether that be the skeleton ∞,"
intentionval += "aura, energy body, chakras, etc. The energy field gets permanently attached to me. ∞"
intentionval += "The Med-Bed understands intentional requests that are subvocalized in the head or spoken loud by me. ∞"
intentionval += "The Med-Bed does not, however, require any guidance or requests to heal me. ∞"
intentionval += "The Med-Bed innately understands the body on physical, cellular, physiological, energetic levels. ∞"
intentionval += "The Med-Bed can transcend physical limitations and perform miracles on the body. ∞"
intentionval += "The Med-Bed can perform biokinesis to change the body per my wishes. ∞"
intentionval += "The Med-Bed can, with my consent, intelligently and for the good of me, manipulate all bodily processes to my advantage. ∞"
intentionval += ' ONE INFINITE CREATOR. INTELLIGENT INFINITY. INFINITE ENERGY. INTELLIGENT ENERGY...OM ∞'
intentionval += ' GUT/HEART/MIND COHERENCE WITH REPEATER. ∞'
intentionval += ' CORRECT ALL ENERGETIC REVERSALS AND PSYCHOLOGICAL REVERSALS...FOR THE HIGHEST GOOD, NOW. ∞'
intentionval += ' FOCUS DOWN FROM AKASHIC RECORDS. ∞'
intentionval += ' TRANSLATE ALL INTENTIONS AND AFFIRMATIONS INTO ALL LANGUAGES...IT IS DONE. OM. ∞'
intentionval += ' SUPERCOOLED MOST PERFECTLY BALANCED, PURIST AND MOST POWERFUL QUASAR. ∞'
intentionval += ' 45 892 456 7478 69925. 12 215 987 6412...52 296. ∞ '
intentionval += ' I NOW FULLY AND COMPLETELY RELEASE ALL NEGATIVE THOUGHTS...AND SO IT IS. ∞'
intentionval += ' ALL OF THE PARTS OF MY LIMITING BELIEFS...AND SO IT IS. ∞ '
intentionval += ' MULTIPLY EVERY INTENTION BY ABSOLUTE INFINITY EPSILATED BY ABSOLUTE INFINITY...SO BE IT. ∞ '
intentionval += ' REMOVE FROM THE TARGET ALL NON-BENEFICIAL, FEAR-BASED, AND/OR UNNEEDED ENERGIES...DO NOT HARM ANYONE. ∞'
# Create and start threads for broadcasting the intention and printing total loops
broadcast_threads = []
for _ in range(9):
t = threading.Thread(target=broadcast_intention,
args=(intentionval,))
broadcast_threads.append(t)
t.start()
for t in broadcast_threads:
t.join() # Wait for all broadcast threads to finish
if __name__ == "__main__":
main()
|
|
|
Post by AnthroHeart on Mar 25, 2024 17:24:46 GMT
Would C++ be faster if you compiled the cpp on their server, than python?
Or do you keep Python because it's easy to update?
|
|
|
Post by nathanmyersc on Mar 25, 2024 17:28:30 GMT
Would C++ be faster if you compiled the cpp on their server, than python?
Or do you keep Python because it's easy to update?
They have 2 language options. Python and R. and i never heard of R before. I dunno much about ipynb files. i suppose its possible but i have no idea how i would go about compiling c++ on their server. Its not a GPU server
|
|
|
Post by AnthroHeart on Mar 25, 2024 17:35:19 GMT
If they have g++ you'd do: g++ -O3 -Wall -static Intention_Repeater_Simple.cpp -o Intention_Repeater_Simple.exe -lz You'd have to make sure you have the zlib.h and picosha2.h files there too.
How did you get on their site to where you can run code?
|
|
|
Post by nathanmyersc on Mar 25, 2024 17:39:02 GMT
If they have g++ you'd do: g++ -O3 -Wall -static Intention_Repeater_Simple.cpp -o Intention_Repeater_Simple.exe -lz You'd have to make sure you have the zlib.h and picosha2.h files there too.
How did you get on their site to where you can run code?
Im too tired to figure that out. i probably wouldnt even try. But if you ever figure it out let me know. I just use my multithreade python program. it still maxes the resources they give me. so cant really go much faster prolly. im sure python does have some overhead. But meh.
|
|
|
Post by reden on Mar 25, 2024 18:22:54 GMT
If they have g++ you'd do: g++ -O3 -Wall -static Intention_Repeater_Simple.cpp -o Intention_Repeater_Simple.exe -lz You'd have to make sure you have the zlib.h and picosha2.h files there too.
How did you get on their site to where you can run code?
Im too tired to figure that out. i probably wouldnt even try. But if you ever figure it out let me know. I just use my multithreade python program. it still maxes the resources they give me. so cant really go much faster prolly. im sure python does have some overhead. But meh. ipynb files, as in Colab for example, are a sort of temporary VM instance that runs for as long as the notebook is running. While it's marketed as only for python, it actually can run any language through system commands, which allow it to run typical linux commands. In colab that's done via `!`, for example `!ls` to check what's on the present directory (folder). To run several commands like that, you would do !wget https://raw.githubusercontent.com/tsweet77/intention-repeater-simple/main/Intention_Repeater_Simple.cpp && g++ -O3 -Wall -static Intention_Repeater_Simple.cpp -o Intention_Repeater_Simple -lz && ./Intention_Repeater_Simple --imem 1 --intent "I am love" Zlib is very common in linux, so you probably will not need to download zlib.h. I am assuming it already comes with g++ as it's supposed to be a development environment. The && runs a command after the previous one is done. It is all one line as the Colab ipynb does not show a normal terminal to write stuff in, it expects everything to happen as the long command tells it to. I don't know about the way the other site does it. Maybe it does allow a terminal. A terminal is also technically possible by executing !bash , but it's clunky and odd. The long command is helpful too for automation. Finally it's worth noting python is a slow language. Ages ago the original Repeater only could do 1 million per second at best. It took a hour or so to do file infusions, which we now do in 5-10 minutes, or even less. However, if it were CPython, which is C/C++ compiled into a python module of sorts/so to say, it competes with a very fast C++ implementation.
|
|
|
Post by reden on Mar 25, 2024 18:23:31 GMT
Are you running the Intention Repeater MAX or the Intention Repeater Simple or the Intention Repeater Simple Multithreaded on that? A custom python intention repeater. as its in python. heres the code i use. import time
import threading
from math import ceil, log10
import sys
def broadcast_intention(intentionval):
list_write = []
#iterations = 0
maxintensity = 40000000
running = 1
while running == 1:
list_write.append(intentionval)
if len(list_write) % maxintensity == 0:
list_write.clear()
def main():
intentionval = "YOUR INTENTION" intentionval += "WITH SOURCE ALL SELF DESTRUCTIVE TENDENCIES ARE DISSOLVED AND DESTROYED NOW THANKS ∞"
intentionval += "WITH SOURCE I AM FREE FROM ALL SELF DESTRUCTION THANKS ∞"
intentionval += "WITH SOURCE ALL SELF DESTRUCTION IS DISSOLVED THANKS ∞"
intentionval += "WITH SOURCE ALL SELF DESTRUCTIVE TENDENCIES THAT MAY BE IN ME ARE DISSOLVED AND DESTROYED THANKS ∞"
intentionval += "WITH SOURCE ALL SELF DESTRUCTION THAT MAY BE IN ME IS DISSOLVED AND DESTROYED NOW THANKS ∞"
intentionval += "WITH SOURCE I AM IMMUNE TO SELF DESTRUCTION THANKS ∞"
intentionval += "I am in a Med-Bed which is fully optimized for me. This is using Resonance Field, Octave Tech and Anthro Black Hole. ∞"
intentionval += "This med-bed serves me only, and strictly me, so as to not unintentionally expose others in my proximity to the energies ∞; however,"
intentionval +="with the exception that if someone wishes to receive the energies he/she can do so. ∞"
intentionval += "It activates automatically and starts to scan and repair my body immediately. ∞"
intentionval += "It is intelligent and self-sustained. ∞"
intentionval += "It has all the power of all working Med-Beds in the universe. ∞"
intentionval += "As the Med-Bed runs it gradually attaches itself to the body, through the optimal medium, whether that be the skeleton ∞,"
intentionval += "aura, energy body, chakras, etc. The energy field gets permanently attached to me. ∞"
intentionval += "The Med-Bed understands intentional requests that are subvocalized in the head or spoken loud by me. ∞"
intentionval += "The Med-Bed does not, however, require any guidance or requests to heal me. ∞"
intentionval += "The Med-Bed innately understands the body on physical, cellular, physiological, energetic levels. ∞"
intentionval += "The Med-Bed can transcend physical limitations and perform miracles on the body. ∞"
intentionval += "The Med-Bed can perform biokinesis to change the body per my wishes. ∞"
intentionval += "The Med-Bed can, with my consent, intelligently and for the good of me, manipulate all bodily processes to my advantage. ∞"
intentionval += ' ONE INFINITE CREATOR. INTELLIGENT INFINITY. INFINITE ENERGY. INTELLIGENT ENERGY...OM ∞'
intentionval += ' GUT/HEART/MIND COHERENCE WITH REPEATER. ∞'
intentionval += ' CORRECT ALL ENERGETIC REVERSALS AND PSYCHOLOGICAL REVERSALS...FOR THE HIGHEST GOOD, NOW. ∞'
intentionval += ' FOCUS DOWN FROM AKASHIC RECORDS. ∞'
intentionval += ' TRANSLATE ALL INTENTIONS AND AFFIRMATIONS INTO ALL LANGUAGES...IT IS DONE. OM. ∞'
intentionval += ' SUPERCOOLED MOST PERFECTLY BALANCED, PURIST AND MOST POWERFUL QUASAR. ∞'
intentionval += ' 45 892 456 7478 69925. 12 215 987 6412...52 296. ∞ '
intentionval += ' I NOW FULLY AND COMPLETELY RELEASE ALL NEGATIVE THOUGHTS...AND SO IT IS. ∞'
intentionval += ' ALL OF THE PARTS OF MY LIMITING BELIEFS...AND SO IT IS. ∞ '
intentionval += ' MULTIPLY EVERY INTENTION BY ABSOLUTE INFINITY EPSILATED BY ABSOLUTE INFINITY...SO BE IT. ∞ '
intentionval += ' REMOVE FROM THE TARGET ALL NON-BENEFICIAL, FEAR-BASED, AND/OR UNNEEDED ENERGIES...DO NOT HARM ANYONE. ∞'
# Create and start threads for broadcasting the intention and printing total loops
broadcast_threads = []
for _ in range(9):
t = threading.Thread(target=broadcast_intention,
args=(intentionval,))
broadcast_threads.append(t)
t.start()
for t in broadcast_threads:
t.join() # Wait for all broadcast threads to finish
if __name__ == "__main__":
main() intentionval += ' REMOVE FROM THE TARGET ALL NON-BENEFICIAL, FEAR-BASED, AND/OR UNNEEDED ENERGIES...DO NOT HARM ANYONE. ∞' You can also add THAT DO NOT SERVE THE USER'S HIGHEST GOOD
|
|