|
Post by AnthroHeart on Feb 5, 2022 16:36:49 GMT
I have released v5.3 of the Intention Repeater.
I changed the INEXACT so that the clock is more accurate. It may seem a little slower than it was in v5.3, but it is because the old reading wasn't accurate. This INEXACT is just as fast as v5.2, even though the number looks lower.
Use INEXACT (default) when possible, as the accuracy isn't much different than EXACT unless over a long time, and EXACT is much slower.
Program: intention_repeater_max_5.3.exe Source: intention_repeater_max_5.3.cpp
|
|
|
Post by AnthroHeart on Feb 5, 2022 16:58:14 GMT
I updated to v5.4
Added an amplification option.
Example: intention_repeater_max_5.4.exe --intent "I am Love." --amplification 1000000
You can keep raising amplification to a certain point, where your timer will begin to slow down. But up to a certain point it is accurate. It depends on how powerful your computer is. This is better than the flaky benchmark used before.
Default amplification is 1 Million.
|
|
|
Post by AnthroHeart on Feb 5, 2022 23:26:08 GMT
Updated to v5.5
This is optimized so default runs as fast as possible. I also do a check to make sure the optional amplification value you enter isn't too large. If it is too large, it will just go with the largest the computer can handle for each second.
The lower you pick, the more accurate the clock. The higher you pick, the faster it runs, up until the amplification is more than computer can handle and then the PHz reading is no longer accurate.
Default Amplification = 1000000000 (1 Billion).
This is the best of v5.2 and v5.4 together.
intention_repeater_max_5.5.exe --intent "I am Love." --amplify 1000000 --imem 4.0
File: intention_repeater_max_5.5.exe Sourcecode: intention_repeater_max_5.5.cpp
If you have any issues with it freezing, let me know the timer time when it freezes.
|
|
|
Post by AnthroHeart on Feb 6, 2022 0:47:11 GMT
I'm hitting over 12 PHz with my two favorite things. You don't have to specify the amplification level. It defaults to max. If you just want it to run until you press Ctrl-C, just double-click on the .exe and type your intention in.
|
|
|
Post by AnthroHeart on Feb 8, 2022 17:16:42 GMT
I have released v5.6 of the Intention Repeater.
We now have the options for resting periods.
I find it is more powerful during resting.
Default doesn't rest, so you have to run command-line to be able to access the resting options.
So you can run intentions for 10 seconds, then rest for a minute for instance. And repeat as long as you want.
intention_repeater_max_5.6.exe --intent "I am Love." --restevery 10 --restfor 60
That command will rest every 10 seconds, for a period of a minute.
File: intention_repeater_max_5.6.exe Sourcecode: intention_repeater_max_5.6.cpp
|
|
|
Post by AnthroHeart on Feb 8, 2022 20:44:20 GMT
This video tells how to utilize the resting options in v5.6+.
|
|
|
Post by yinyang on Mar 5, 2022 7:10:53 GMT
AnthroHeart, Thank you for always providing user convenience with software function updates. Intention Repeater Origin is useful and well used. If you add Resting Periods function to the Intention Repeater Origin, I think it will greatly reduce the hassle of having to pay attention to turning it off and on every time.
|
|
|
Post by AnthroHeart on Mar 5, 2022 12:53:05 GMT
AnthroHeart, Thank you for always providing user convenience with software function updates. Intention Repeater Origin is useful and well used. If you add Resting Periods function to the Intention Repeater Origin, I think it will greatly reduce the hassle of having to pay attention to turning it off and on every time. Thank you for your feedback. What do you mean by Intention Repeater Origin?
|
|
|
Post by yinyang on Mar 5, 2022 13:35:42 GMT
AnthroHeart, Thank you for always providing user convenience with software function updates. Intention Repeater Origin is useful and well used. If you add Resting Periods function to the Intention Repeater Origin, I think it will greatly reduce the hassle of having to pay attention to turning it off and on every time. Thank you for your feedback. What do you mean by Intention Repeater Origin? Yes.
|
|
|
Post by AnthroHeart on Mar 5, 2022 16:23:45 GMT
Thank you for your feedback. What do you mean by Intention Repeater Origin? Yes. What did you mean by the word "Origin"?
|
|
|
Post by yinyang on Mar 6, 2022 4:55:58 GMT
What did you mean by the word "Origin"?
|
|
|
Post by AnthroHeart on Mar 6, 2022 16:35:42 GMT
That's the old original Python version. Is that the version you use?
I don't update that version any longer, so it won't have the resting options.
|
|