Random posts

A forum where anything goes. Introduce yourselves to other members of the forums, discuss how your name evolves when written out in the Game of Life, or just tell us how you found it. This is the forum for "non-academic" content.
User avatar
Moosey
Posts: 4306
Joined: January 27th, 2019, 5:54 pm
Location: here
Contact:

Re: Random posts

Post by Moosey » July 21st, 2019, 10:29 am

Code: Select all

for i in this
->print this.i
->i++
->if i > 53,
-> -> stop
^ another quine, still cheating


-> is one character, essentially TAB.
Rules of this mooseudocode: (portmanteau of moose and pseudocode of course):
this = the whole program
-> = functionally identical to TAB in most programming languages
stop = halt the loop you're in
print = print, duh.


mooseudocode was something I came up with to make quines really easy to make.

Code: Select all

def another quine thing
-> print this
Obviously def = define a function.


Theorem: one can define a rayo-esque number as follows:

Code: Select all

the smallest number you cannot define using n symbols of mooseudocode, for n = a googol or whatever you please, without using any randomness.
Since there is a finite amount of information one can express using a finite amount of symbols and a finite set to use, there are only so many numbers that you can express -> there is a smallest finite number you cannot define using n symbols of mooseudocode for any finite n.
Obviously I haven't defined mooseudocode well enough for one to even produce an estimate on such a number, but I'm pretty sure it would be finite.


Basic mooseudocode command set:

Code: Select all

for -- create a for loop
this -- the whole program
this.n -- the nth character of the program
x+y -- return x+y
x++ -- increment variable x
x-y -- return x-y
x*y -- return x*y
x^y -- return x^y
x^{y}z -- return x^^^^z with y arrows (Knuth uparrow notation)
-> -- essentially a tab. 1 character.
while -- create a while loop
def -- define a function
newvar x -- create a new variable called x
x = y -- define x as y
A AND B -- if A and B are both true, return true-- else false
NOT A -- if A  is true, return false, else true
A OR B -- RETURN false if a and b are both false, else return true
(xyz) -- do this stuff first, then worry about stuff outside
A XOR B -- return true if A has a different value than B, else false.
if x -- if the conditions x is true, do this
else -- if the conditions x are not true in the if, so this.
print x -- resolve x, then print the result. For instance, print this prints print this; this makes it a quine. Only works if you can resolve x-- to write a string you'd use the below method.
print 'x'  -- print x without resolving it. 'x' Is a string
print a & b -- resolve print a then resolve print b
x =? y -- return true if x = y, and false otherwise
newset X -- create a set called X
n of X -- the nth entry of the set or array X
newent X -- append a new entry to X. Default value for new entries is 0.
new-n-ent X -- append n new entries to X. 
setent n of X x -- set the nth entry of X to x.
delent n of X -- delete the nth entry of X
movent n of X m -- move the nth entry of X to just before the mth entry of X
swapent n m of X -- swap the nth entry of X with the mth entry of X
backent n of X -- move the nth entry of X to behind the last entry.
delvar x -- delete the variable x.
delset X -- delete the set X
newarray X -- create an array and call it X
newentarray X -- append a new entry to X
delentarray n of X -- remove the nth entry of X
setentarray n of X x -- set the nth entry of X to x
break s n X -- create a break in s-space after the nth entry in X.
until x -- while NOT x
x > y -- returns true if x>y, and false otherwise
x < y -- returns true if x<y, and false otherwise
stop -- prematurely end this loop
STOP -- prematurely end this program
# -- comment
call x -- like import in python, this lets you import the code x.
call x as y -- optionally, you can also give x a shorter “nickname”, y.

NOTE: entries of sets or arrays do not have to be numerical values; they can also be strings, Boolean values, sets, or arrays!


Come up with a big number using mooseudocode!
Last edited by Moosey on August 27th, 2019, 3:40 pm, edited 6 times in total.
not active here but active on discord

User avatar
PHPBB12345
Posts: 1096
Joined: August 5th, 2015, 11:55 pm
Contact:

Re: Random posts

Post by PHPBB12345 » July 21st, 2019, 11:02 am

Code: Select all

x = 20, y = 80, rule = WWEJ3
19C$C17.C$C16.DCD$C16.DCD$C17.C$19C$9.C$9.C$9.C$9.C$9.C$9.C$9.C$9.C$
9.C$9.C$9.C$9.C$9.I$9.B$9.C$9.F$9.B$9.C$9.F$9.B$9.C$9.F$9.B$9.C$9.K$
9.B$9.C$9.L$9.B$9.C$9.H$9.B$9.C$9.F$9.B$9.C$9.F$9.B$9.C$9.F$9.B$9.C$
9.L$9.B$9.C$9.H$9.B$9.C$9.F$9.B$9.C$9.F$9.B$9.C$9.F$9.B$9.C$9.E$9.B$
9.C$9.E$9.B$9.C$9.H$9.B$9.C$9.F$9.B$9.C$9.H$9.B$9.C$9.E$9.B!

User avatar
Moosey
Posts: 4306
Joined: January 27th, 2019, 5:54 pm
Location: here
Contact:

Re: Random posts

Post by Moosey » July 21st, 2019, 11:19 am

Code: Select all

newvar x
newvar y
newvar z
x = 0
y = 100
z = 2
while x < y
-> x++
-> if  z^(x^y) + 1 > z
-> -> z = (z^(x^y) +1)
print z
 
returns a fairly large number, but it's dwarfed by larger values like

Code: Select all

almost anything I've ever defined, even the rather petite f(3,1,4) (1728*(4!*4!!*4!!!*4!!!!*4!!!!!*4!!!!!!)*(3!*3!!*3!!!...fact^4!!!!!!(3))2^(fact^4!!!!!!(3)))
not active here but active on discord

User avatar
PHPBB12345
Posts: 1096
Joined: August 5th, 2015, 11:55 pm
Contact:

Re: Random posts

Post by PHPBB12345 » July 21st, 2019, 11:31 am

Code: Select all

x = 77, y = 9, rule = WWEJ2
40.C2$39.2C$38.C2.5C$37.C.2C.3C.C$BI2CBH2CBG2CBF2CBE2CBD2CBA11C9.31C$
37.9C2$45.C!
#C [[ COLOR 0 0 0 0 ]]
#C [[ COLOR 1 255 255 255 ]]
#C [[ COLOR 2 144 132 120 ]]
#C [[ COLOR 3 144 90 45 ]]
#C [[ COLOR 4 255 0 0 ]]
#C [[ COLOR 5 255 255 0 ]]
#C [[ COLOR 6 0 255 0 ]]
#C [[ COLOR 7 0 255 255 ]]
#C [[ COLOR 8 0 0 255 ]]
#C [[ COLOR 9 192 0 255 ]]
#C [[ COLOR 10 0 255 176 ]]
#C [[ COLOR 11 255 128 0 ]]

Code: Select all

x = 20, y = 55, rule = WWEJ2
10.3C$10.C.C5.2C$10.3C.6C$BA8C3.4C.2C$10.3C$10.C.C$10.3C2$10.3C$10.C.
C5.2C$10.3C.6C$BD8C3.4C.2C$10.3C$10.C.C$10.3C2$10.3C$10.C.C5.2C$10.3C
.6C$BE8C3.4C.2C$10.3C$10.C.C$10.3C2$10.3C$10.C.C5.2C$10.3C.6C$BF8C3.
4C.2C$10.3C$10.C.C$10.3C2$10.3C$10.C.C5.2C$10.3C.6C$BG8C3.4C.2C$10.3C
$10.C.C$10.3C2$10.3C$10.C.C5.2C$10.3C.6C$BH8C3.4C.2C$10.3C$10.C.C$10.
3C2$10.3C$10.C.C5.2C$10.3C.6C$BI8C3.4C.2C$10.3C$10.C.C$10.3C!
#C [[ COLOR 0 0 0 0 ]]
#C [[ COLOR 1 255 255 255 ]]
#C [[ COLOR 2 144 132 120 ]]
#C [[ COLOR 3 144 90 45 ]]
#C [[ COLOR 4 255 0 0 ]]
#C [[ COLOR 5 255 255 0 ]]
#C [[ COLOR 6 0 255 0 ]]
#C [[ COLOR 7 0 255 255 ]]
#C [[ COLOR 8 0 0 255 ]]
#C [[ COLOR 9 192 0 255 ]]
#C [[ COLOR 10 0 255 176 ]]
#C [[ COLOR 11 255 128 0 ]]

Code: Select all

x = 28, y = 15, rule = WWEJ2
5.6C.6C6.2C$3.C.C4.C.C4.C6.2C$6C.6C.9C.C$2C.C3.2C.C3.2C.C5.4C$3.C6.C
6.C4.C.C2.C$3.C6.C6.C4.C.2C.C$3.C6.C6.C4.C.2C.C$3.C6.C6.C4.C4.C$2.2C
6.C6.C5.4C$2.2C4.2C6.2C2.2C5.C$2.2C4.2C6.2C2.2C4.2C$2.C6.C6.C4.C3.C$
3.22C$21.A$21.B!
#C [[ COLOR 0 0 0 0 ]]
#C [[ COLOR 1 255 255 255 ]]
#C [[ COLOR 2 144 132 120 ]]
#C [[ COLOR 3 144 90 45 ]]
#C [[ COLOR 4 255 0 0 ]]
#C [[ COLOR 5 255 255 0 ]]
#C [[ COLOR 6 0 255 0 ]]
#C [[ COLOR 7 0 255 255 ]]
#C [[ COLOR 8 0 0 255 ]]
#C [[ COLOR 9 192 0 255 ]]
#C [[ COLOR 10 0 255 176 ]]
#C [[ COLOR 11 255 128 0 ]]

Code: Select all

x = 20, y = 8, rule = WWEJ2
8.C$7.C.C$6.2C2.C$6.2C.C.C$6.2C.3C$7.C2.C$9.C.C$D8C3.8C!
#C [[ COLOR 0 0 0 0 ]]
#C [[ COLOR 1 255 255 255 ]]
#C [[ COLOR 2 144 132 120 ]]
#C [[ COLOR 3 144 90 45 ]]
#C [[ COLOR 4 255 0 0 ]]
#C [[ COLOR 5 255 255 0 ]]
#C [[ COLOR 6 0 255 0 ]]
#C [[ COLOR 7 0 255 255 ]]
#C [[ COLOR 8 0 0 255 ]]
#C [[ COLOR 9 192 0 255 ]]
#C [[ COLOR 10 0 255 176 ]]
#C [[ COLOR 11 255 128 0 ]]

Code: Select all

x = 42, y = 10, rule = WWEJ2
16.4C$9.5C2.3C.C$8.C5.C2.C$8.C.3C2.3C.21C.C$8.C.C.C5.2C$10.3C.4C$BA8C
3.4C$10.3C$10.C.C$10.3C!
#C [[ COLOR 0 0 0 0 ]]
#C [[ COLOR 1 255 255 255 ]]
#C [[ COLOR 2 144 132 120 ]]
#C [[ COLOR 3 144 90 45 ]]
#C [[ COLOR 4 255 0 0 ]]
#C [[ COLOR 5 255 255 0 ]]
#C [[ COLOR 6 0 255 0 ]]
#C [[ COLOR 7 0 255 255 ]]
#C [[ COLOR 8 0 0 255 ]]
#C [[ COLOR 9 192 0 255 ]]
#C [[ COLOR 10 0 255 176 ]]
#C [[ COLOR 11 255 128 0 ]]

Code: Select all

x = 198, y = 198, rule = WWEJ2
137.3C$137.C.C$137.C.F$137.C.B$137.C.C$137.C.D$137.C.B$137.C.C$137.C.
D$137.C.B$137.C.C$137.C.G$137.C.B$137.C.C$137.C.G$137.C.B$137.C.C$
137.C.D$137.C.B$137.C.C$137.C.D$137.C.B$137.C.C$137.C.F$137.C.B$137.C
.C$137.C.H$137.C.B$137.C.C$137.C.E$137.C.B$137.C.C$137.C.E$137.C.B$
137.C.C$137.C.F$137.C.B$137.C.C$137.C.H$137.C.B$137.C.C$137.C.E$137.C
.B$137.C.C$137.C.E$137.C.B$137.C.C$137.C.F$137.C.B$137.C.C$137.C.H$
137.C.B$137.C.C$137.C.E$137.C.B$137.C.C$137.C.E$137.C.B$BCHBCEBCEBCEB
CDBCDBCHBCEBCEBCEBCEBCGBCDBCDBCHBCEBCFBCGBCHBCEBCEBCEBCEBCEBCEBCEBCEB
15C40.C.C$B95.C40.C.E$2FCBECBECBHCBFCBECBECBHCBFCBDCBDCBGCBGCBDCBDCBF
49C41.C.B$96.C40.C.C$84.25C28.C.D$84.C23.C28.B.B$78.BCEB5CBECB11.BCEB
5CBECB22.E.C$78.B11.B11.B11.B22.C.D$75.BC3ECB5.BC3ECB5.BC3ECB5.BC3ECB
19.B.B$75.B5.B5.B5.B5.B5.B5.B5.B19.E.C$75.2ECB2.2ECB2.2ECB2.2ECB2.2EC
B2.2ECB2.2ECB2.2ECB16.C.H$137.B.B$137.E.C$137.C.E$137.B.B$137.E.C$75.
48C14.C.E$74.K48.C5.E2B5.B.B$123.C5.E.C5.E.C$123.C5.C.E5.C.E$129.B.E
2B3.B.B$125.HBC2E.E.C3.E.C$66.3C62.C.E3.C.E$66.C56.C5.E2B.B3.B.B$66.C
56.C5.E3.C3.E.C$64.3C56.C5.C3.G3.C.G$64.C.C62.B3.GBC.B.B$64.C.C58.HBC
2E3.G.C.E.C$64.C.3C64.C.D.C.D$64.C58.C5.E2B.B.B.B.B$64.C58.C5.E.C.E.C
.H.C$62.3C58.C5.C.E.C.D.C.D$62.C.C64.B.E2B.B.B.B$62.C.C60.HBC2E.E3.C.
G.C$62.C.C.3C62.C3.H.C.H$62.C.C.C56.C5.E2B3.B.B.B$62.C.C.C56.C5.E5.C.
F.C$62.C.3C56.C5.C5.E.C.E$62.C3.C62.B5.EB.BE$62.C3.C58.HBC2E5.E$62.C
3.3C66.C$62.C60.C5.E2B3.B$62.C60.C5.E.C3.H$58.2C.2C60.C5.C.E3.C$58.C.
C.C66.B.E2B.B$58.C.F.C62.HBC2E.E.C.D$58.C.B.C3.3C62.C.E.C$58.C.C.C3.C
56.C5.E2B.B.B$58.C.D.C3.C56.C5.E3.C.D$58.C.B.C.3C56.C5.C3.G.C$58.C.C.
C.C.C62.B3.G2B$58.C.D.C.C.C58.HBC2E3.G$58.C.B.C.C.3C64.C$58.C.C.C.C
58.C5.E2B.B$58.C.G.C.C58.C5.E.C.E$58.C.B.3C58.C5.C.E.C$58.C.C3.C64.B.
E2B$58.C.G3.C60.HBC2E.E$58.C.B3.C.3C62.C$58.C.C3.C.C56.C5.E2B$58.C.D
3.C.C56.C5.E$58.C.B3.3C56.C5.C$58.C.C5.C62.B$58.C.D5.C58.HBC2E$58.C.B
5.3C$58.C.C$58.C.F$58.C.B$58.C.C$58.C.H15.2CBD2.2CBD2.2CBD2.2CBD2.2CB
D2.2CBD2.2CBD2.2CBD$58.C.B15.F5.F5.F5.F5.F5.F5.F5.F$58.C.C15.2BC2H.2B
C2H.2BC2H.2BC2H.2BC2H.2BC2H.2BC2H.2BC2H$58.C.E19.B5.B5.B5.B5.B5.B5.B
5.B$58.C.B19.BC3ECB5.BC3ECB5.BC3ECB5.BC3ECB$58.C.C22.B11.B11.B11.B$
58.C.E22.BCEBC3FCBECB11.BCEBC3FCBECB$58.C.B28.B23.B$58.C.C28.2CHBCEBC
EBC3FCBECBECBHCB$58.C.F40.B$58.C.B41.CHBCEBCEBCEBCDBCDBCHBCEBCEBCEBCE
BCGBCDBCDBCHBCEBCFBCGBCHBCEBCEBCEBCEBCEBCEBCEBCEB15C$58.C.C40.B95.C$
58.C.H40.2FCBECBECBHCBFCBECBECBHCBFCBDCBDCBGCBGCBDCBDCBF50C$58.C.B$
58.C.C$58.C.E$58.C.B$58.C.C$58.C.E$58.C.B$58.C.C$58.C.F$58.C.B$58.C.C
$58.C.H$58.C.B$58.C.C$58.C.E$58.C.B$58.C.C$58.C.E$58.C.B$58.C.C$58.C.
E$58.C.B$58.C.C$58.C.D$58.B.B$58.E.C$58.C.D$58.B.B$58.E.C$58.C.H$58.B
.B$58.E.C$58.C.E$58.B.B$58.E.C$58.C.E$58.B.B$58.E.C$58.C.E$58.B.B$58.
E.C$58.C.E$58.B.B$58.E.C$58.C.G$58.B.B$58.E.C$58.C.D$58.B.B$58.H.C$
58.C.D$58.B.B$58.G.C$58.C.H$58.B.B$58.F.C$58.C.E$58.C2B!
#C [[ COLOR 0 0 0 0 ]]
#C [[ COLOR 1 255 255 255 ]]
#C [[ COLOR 2 144 132 120 ]]
#C [[ COLOR 3 144 90 45 ]]
#C [[ COLOR 4 255 0 0 ]]
#C [[ COLOR 5 255 255 0 ]]
#C [[ COLOR 6 0 255 0 ]]
#C [[ COLOR 7 0 255 255 ]]
#C [[ COLOR 8 0 0 255 ]]
#C [[ COLOR 9 192 0 255 ]]
#C [[ COLOR 10 0 255 176 ]]
#C [[ COLOR 11 255 128 0 ]]
Last edited by PHPBB12345 on July 28th, 2019, 7:00 pm, edited 9 times in total.

User avatar
Moosey
Posts: 4306
Joined: January 27th, 2019, 5:54 pm
Location: here
Contact:

Study finds when preceded by its quotation

Post by Moosey » July 21st, 2019, 11:40 am

There once was a king named Macbeth
Who was fond of administ’ring death
Later, he said, “life’s so cruel!
A joke by a fool!”
And with that drew his very last breath

There once was a hobbit named smeagol
Who strangled his brother named deagol
Said he, “this is mine!
Encrusted in brine!
And I do not care if it’s legal!”
not active here but active on discord

User avatar
Moosey
Posts: 4306
Joined: January 27th, 2019, 5:54 pm
Location: here
Contact:

"Says Quine" Says Quine

Post by Moosey » July 21st, 2019, 11:45 am

"finds it is false when preceded by its quotation" finds it is false when preceded by its quotation

"says Bob, and he makes a paradox" says Bob, and he makes a paradox

"I lie" I lie -> this is obviously not the truth, but is it false?

"says this is false" says this is false
Can anybody find a quine's paradox type thing of the form " "x"x " "x"x?

"After itself is false" after itself is false.


I guess this works: Preceded by, in quotes, itself in quotes and then itself and then itself in quotes yields falsehood.

""Preceded by, in quotes, itself in quotes and then itself and then itself in quotes yields falsehood"Preceded by, in quotes, itself in quotes and then itself and then itself in quotes yields falsehood" "Preceded by, in quotes, itself in quotes and then itself and then itself in quotes yields falsehood" Preceded by, in quotes, itself in quotes and then itself and then itself in quotes yields falsehood

The first half could be right; there's nothing paradoxical about "if this has ""this" this" "this" in front of it, it's wrong"; if this has ""this" this" "this" in front of it, it's wrong.
But if you add all that in quotes in front of it you do indeed get ""this" this" "this" in front of it.


Here's an oddity:
Bob is foolish. Says Bob: ""Bob is foolish" says Bob"

Related:
Says Bob: "Says Bob: "Bob is wrong."" Bob is wrong.

"Bob says, "Bob is wrong."", Bob says. Bob is wrong. -- if Bob is wrong he's right and vice versa. Also why is he referring to himself in third person?
not active here but active on discord

User avatar
Moosey
Posts: 4306
Joined: January 27th, 2019, 5:54 pm
Location: here
Contact:

Quine says, "Quine says,"

Post by Moosey » July 21st, 2019, 2:09 pm

Here's a version of my earlier "mouthful paradox" which makes sense; i.e. it's grammatically correct.

""Preceded by, in quotes, itself in quotes and itself, then "says bob." and then itself in quotes yields falsehood" Preceded by, in quotes, itself in quotes and itself, then "says bob." and then itself in quotes yields falsehood" says bob. "Preceded by, in quotes, itself in quotes and itself, then "says bob." and then itself in quotes yields falsehood" Preceded by, in quotes, itself in quotes and itself, then "says bob." and then itself in quotes yields falsehood

Call

Code: Select all

Preceded by, in quotes, itself in quotes and itself, then "says bob." and then itself in quotes yields falsehood
x; the whole thing reduces to
""x" x" says bob. "x" x.This is rather funny.
By "reinforcing" what bob said ("Preceded by, in quotes, itself in quotes and itself, then "says bob." and then itself in quotes yields falsehood" Preceded by, in quotes, itself in quotes and itself, then "says bob." and then itself in quotes yields falsehood) by restating it, the sentence in fact makes the statement paradoxical.

Hopefully you understand why it makes sense grammatically.
not active here but active on discord

User avatar
Moosey
Posts: 4306
Joined: January 27th, 2019, 5:54 pm
Location: here
Contact:

Re: Random posts

Post by Moosey » July 21st, 2019, 6:04 pm

Takes a little while to stabilize:

Code: Select all

x = 25, y = 9, rule = WWEJ3
2I3CD19C$B23.C$B24C2$4.C$4.C$.4CGBCIB9C$.C16.C$.9CBHCBG4C!
not active here but active on discord

User avatar
Moosey
Posts: 4306
Joined: January 27th, 2019, 5:54 pm
Location: here
Contact:

Re: Random posts

Post by Moosey » July 22nd, 2019, 9:38 am

I was reading this and used the expression used there to find the size of a bag of golf balls you'd need to fire at the speed of sound to accomplish that goal. Turns out it's 99.4% the height of the great pyramid at Giza.

If you hit them at the speed of light in a vacuum (which of course does not work since only massless stuff can travel at the speed of light according to physics, and I half-expect relativity jumps in somewhere making this result terrible) it looks like the golf ball bag is only about large enough for a single person to sit on it. This is a nice lower bound to the size of your golf ball rocket bag-- at smallest it should be this large and no larger. Depending on the mass of a golf ball...
It looks like it doesn't like it when I want to fire the golf balls at 2c, since it gives the same results.


If I change the density of golf balls to 2 kg/L I get basically the same results.


Now I want to feed golf balls into a particle accelerator since that would be an awful Idea.
not active here but active on discord

User avatar
Gustone
Posts: 744
Joined: March 6th, 2019, 2:26 am

I wrote that

Post by Gustone » July 22nd, 2019, 10:48 am

I wrote:I wrote that i wrote that i wrote that i wrote...
I could write more but there is no ctrl c or ctrl v on mobile

User avatar
Moosey
Posts: 4306
Joined: January 27th, 2019, 5:54 pm
Location: here
Contact:

Re: I did not write that

Post by Moosey » July 22nd, 2019, 10:54 am

Gustone wrote:
I wrote:I wrote that i wrote that i wrote that i wrote...
I could write more but there is no ctrl c or ctrl v on mobile
hold your finger on the word and you should be able to select the text-- then you can select more and click copy
same for paste

"Quine wrote," Quine wrote
not active here but active on discord

User avatar
Moosey
Posts: 4306
Joined: January 27th, 2019, 5:54 pm
Location: here
Contact:

‮Re: Random posts

Post by Moosey » July 22nd, 2019, 12:24 pm

‮U+202E is fun‪‪don't you think that‭, though awkward, ?

Ha U+202D (‭) is good too (for fixing it).

not active here but active on discord

User avatar
Moosey
Posts: 4306
Joined: January 27th, 2019, 5:54 pm
Location: here
Contact:

Re: Random posts

Post by Moosey » July 22nd, 2019, 5:42 pm

Fun fact of the day:
According to this, you shouldn't touch the grinch even with a (e^pi)+4pi+log_e(4pi)+arctan(pi) ft long pole.
At least probably--it's actually slightly larger than 39.5.
39+1/(1+(39.5)/(e^pi+4pi+log_e(4pi)+arctan(pi))) is even closer.


Clearly the grinch's heart was 4pi sizes too small

EDIT: what is pi!? 3pi! + 7/pi +5pi is apparently also about 39.5 . Coincidentally it also involves the first three odd primes so that's going to be something that the random significance people will delve into.
Continuing with the weird irrational factorials, 39.5 is ~ 10e! + 1 + 11/e - 3e; this can be approximated as -19+16/pi+17pi; their first digits are both 39.500033 which is odd since I only queried for things that are about 39.5000. This proves wolfram|alpha is crazy voodoo magic.
Also apparently some fool decided a pole is a length of mesurement; it's about 16.5 as I got when I divided 39.5 by 2.394 (which is 39.4 feet in poles.)
not active here but active on discord

User avatar
Moosey
Posts: 4306
Joined: January 27th, 2019, 5:54 pm
Location: here
Contact:

Re: Random posts

Post by Moosey » July 23rd, 2019, 12:16 pm

This is a pretty stupid thing to ask wolfram|alpha
50kg*(89875517873681764 m^2/sec^2)*(0.01$/J)

Suppose I can sell a joule at 0.01USD/J. Suppose I have a 50 kg black hole/other object converting all its mass to energy. The result appears to be I can make 44.9 quadrillion USD.

Black holes are expensive.

A more accurate price on a 50 kg black hole is 5.6 trillion USD:
http://m.wolframalpha.com/input/?i=50kg ... +%24%29%29

Yes, you read that right-- I calculated $ per J as 1/(10^6J/candy bar*2/3 candy bar/$). (It was oddly difficult to get statistics on the price of energy but I eventually stumbled upon the fact that a candy bar has a lot of energy to spare and that one costs 1.5 USD.)
Energy is cheap; you can get ~666666 Joules per dollar.

Also, candy bar was a bit of trouble to get as a unit.


EDIT: by the way, I'm using a snickers bar as a standard candy bar. Mass: 0.059 kg. Energy content: 1.2x10^6J.
You only use a depressing fraction of all the energy a snickers bar contains, according to Albert Einstein.
http://m.wolframalpha.com/input/?i=%281 ... %5E2%29%29

Just to wrap things up, if you're having a hard time deciding what to do with 5 trillion USD after you sell that black hole you can always buy 100000000000 kg of sugar.
not active here but active on discord

Naszvadi
Posts: 1250
Joined: May 7th, 2016, 8:53 am
Contact:

Re: Random posts

Post by Naszvadi » July 24th, 2019, 6:38 am

P31008:

Code: Select all

x = 208, y = 91, rule = B36/S245
25b2o24b4obo94bob4o24b2o$23bob2o22b7obo92bob7o22b2obo$21b2obo3bo18b2o
3b2o2b3o90b3o2b2o3b2o18bo3bob2o$21b2o2bo2b3o16bo2b2o3b5o42b4o42b5o3b2o
2bo16b3o2bo2b2o$19b2obobobo2bob2o14bo2b2o3b5o42bo2bo42b5o3b2o2bo14b2ob
o2bobobob2o$19bobobobo3b2obo14b2o3b2o2b3o12b2o30b2o30b2o12b3o2b2o3b2o
14bob2o3bobobobo$19bobobobo3b2obo16b7obo12b4o60b4o12bob7o16bob2o3bobob
obo$19b2obobobo2bob2o18b4obo15b2o60b2o15bob4o18b2obo2bobobob2o$21b2o2b
o2b3o41bo62bo41b3o2bo2b2o$21b2obo3bo150bo3bob2o$23bob2o154b2obo$25b2o
154b2o$37b4o126b4o$37bo2bo126bo2bo$36bo4bo124bo4bo$36bob2obo124bob2obo
$35b2ob2ob2o122b2ob2ob2o$35b3o2b3o122b3o2b3o$35b3o2b3o30b2o58b2o30b3o
2b3o$35b2o4b2o29b4o56b4o29b2o4b2o$36bob2obo29b6o54b6o29bob2obo$35bob4o
bo27bob4obo52bob4obo27bob4obo$4b4o28b6o29bob2obo54bob2obo29b6o28b4o$4b
o2bo29b4o29b2o4b2o52b2o4b2o29b4o29bo2bo$2b2ob2ob2o28b2o30b3o2b3o52b3o
2b3o30b2o28b2ob2ob2o$2b3o2b3o60b3o2b3o52b3o2b3o60b3o2b3o$bo3b2o3bo59b
2ob2ob2o52b2ob2ob2o59bo3b2o3bo$2bobo2bobo61bob2obo54bob2obo61bobo2bobo
$2obob2obob2o59bo4bo54bo4bo59b2obob2obob2o$2o2bo2bo2b2o60bo2bo56bo2bo
60b2o2bo2bo2b2o$72b4o56b4o$2b2o4b2o188b2o4b2o$3b6o190b6o$3bob2obo190bo
b2obo$4bo2bo34bo122bo34bo2bo$4b4o34b2o12bob4o84b4obo12b2o34b4o$42b3o
10bob7o80b7obo10b3o$19b2o33b3o2b2o3b2o76b2o3b2o2b3o33b2o$19b2obo30b5o
3b2o2bo76bo2b2o3b5o30bob2o$17bo3bob2o28b5o3b2o2bo76bo2b2o3b5o28b2obo3b
o$15b3o2bo2b2o29b3o2b2o3b2o76b2o3b2o2b3o29b2o2bo2b3o$13b2obo2bobobob2o
28bob7o80b7obo28b2obobobo2bob2o$13bob2o3bobobobo29bob4o84b4obo29bobobo
bo3b2obo$13bob2o3bobobobo154bobobobo3b2obo$13b2obo2bobobob2o154b2obobo
bo2bob2o$15b3o2bo2b2o77b4o77b2o2bo2b3o$17bo3bob2o77bo2bo77b2obo3bo$19b
2obo80b2o80bob2o$19b2o166b2o40$102b4o$102bo2bo$103b2o!

wildmyron
Posts: 1544
Joined: August 9th, 2013, 12:45 am
Location: Western Australia

Re: Random posts

Post by wildmyron » July 24th, 2019, 7:37 am

Naszvadi wrote:P31008:

Code: Select all

<snip>
Very nice! That replicator never ceases to amaze me
The 5S project (Smallest Spaceships Supporting Specific Speeds) is now maintained by AforAmpere. The latest collection is hosted on GitHub and contains well over 1,000,000 spaceships.

Semi-active here - recovering from a severe case of LWTDS.

User avatar
Gustone
Posts: 744
Joined: March 6th, 2019, 2:26 am

Re: Random posts

Post by Gustone » July 24th, 2019, 12:49 pm

the bottom two oscs are not needed tho

GUYTU6J
Posts: 2200
Joined: August 5th, 2016, 10:27 am
Location: 拆哪!I repeat, CHINA! (a.k.a. 种花家)
Contact:

Re: Random posts

Post by GUYTU6J » July 25th, 2019, 12:25 am

Severe over-estimation:

Code: Select all

Soup k_m2DAtixDV9bG42224083 lasts an estimated 39752 generations; rerunning...
Soup k_m2DAtixDV9bG42224083 actually lasts 23 generations.

Code: Select all

Soup k_m2DAtixDV9bG4804122 lasts an estimated 39194 generations; rerunning...
Soup k_m2DAtixDV9bG4804122 actually lasts 17 generations.
By the way, 36731501 is prime.

User avatar
PHPBB12345
Posts: 1096
Joined: August 5th, 2015, 11:55 pm
Contact:

Re: Random posts

Post by PHPBB12345 » July 26th, 2019, 9:37 pm

Code: Select all

x = 91, y = 25, rule = JVNWWE
D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D
.D.D.D.D.D.D.D.D.D.D.D2$D4.E4.D4.E4.D4.E4.D4.E4.D4.E4.D4.E4.D4.E4.D4.
E4.D4.E4.D$5.C9.C9.C9.C9.C9.C9.C9.C9.C$D.7C.D.7C.D.7C.D.7C.D.7C.D.7C.
D.7C.D.7C.D.7C.D$2.C5.C3.C5.C3.C5.C3.C5.C3.C5.C3.C5.C3.C5.C3.C5.C3.C
5.C$D.C5.C.D.C5.C.D.C3.C.C.D.C3.3C.D.C3.3C.D.C5.C.D.C3.C.C.D.C3.C.C.D
.C.C.C.C.D$2.3C.3C3.3C.3C3.3C.3C3.3C.C5.3C.C5.3C.3C3.3C.3C3.3C.3C3.3C
.3C$D9.D5.C3.D5.C3.D9.D5.C3.D3.C.C3.D3.C5.D3.C.C3.D3.C.C3.D2$D9.D9.D
9.D9.D9.D9.D9.D9.D9.D2$D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.
D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D2$D5.E3.D5.E3.D5.E3.D5.E
3.D5.E3.D$6.C9.C9.C9.C9.C$D.7C.D.7C.D.7C.D.7C.D.7C.D$2.C5.C3.C5.C3.C
5.C3.C5.C3.C5.C$D.3C3.C.D.3C.C.C.D.3C.C.C.D.C.C3.C.D.C.C.C.C.D$4.C.C.
C5.C.C.C5.C.C.C3.3C.C.C3.3C.C.C$D5.3C.D5.3C.D3.C.3C.D3.C.3C.D3.C.3C.D
2$D9.D9.D9.D9.D9.D2$D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D.D
.D!

User avatar
PHPBB12345
Posts: 1096
Joined: August 5th, 2015, 11:55 pm
Contact:

Re: Random posts

Post by PHPBB12345 » July 27th, 2019, 12:53 am

P56580:

Code: Select all

x = 17, y = 25, rule = JVNWWE
8.C$8.C$8.C$8.C$8.C$8.C$8.C$8.B$8CA8C$C.C.C.C.C.C.C.C.C$17C$C.C.C.C.C
.C.C.C.C$17C$C.C3.C.C.C.C.C.C$3C3.11C$C.C3.C.C.C3.C.C$11C3.3C$C.C.C.C
.C.C3.C.C$11C3.3C$C.C.C.C.C.C3.C.C$17C$C.C.C.C.C.C.C.C.C$17C$C.C.C.C.
C.C.C.C.C$17C!

User avatar
Gustone
Posts: 744
Joined: March 6th, 2019, 2:26 am

Re: Random posts

Post by Gustone » July 27th, 2019, 5:42 am

I in fact made infinite c/7 ships

User avatar
Moosey
Posts: 4306
Joined: January 27th, 2019, 5:54 pm
Location: here
Contact:

Re: Random posts

Post by Moosey » July 27th, 2019, 7:10 am

Gustone wrote:I in fact made infinite c/7 ships
I in fact made the 16th minstrel.
not active here but active on discord

User avatar
Saka
Posts: 3627
Joined: June 19th, 2015, 8:50 pm
Location: Indonesia
Contact:

Re: Random posts

Post by Saka » July 27th, 2019, 8:56 am

I in fact made pulsating donuts that move really slowly.

User avatar
Moosey
Posts: 4306
Joined: January 27th, 2019, 5:54 pm
Location: here
Contact:

Re: Random posts

Post by Moosey » July 27th, 2019, 10:11 am

Saka wrote:I in fact made pulsating donuts that move really slowly.
I in fact exist.
I in fact think you probably exist.
not active here but active on discord

User avatar
Saka
Posts: 3627
Joined: June 19th, 2015, 8:50 pm
Location: Indonesia
Contact:

Re: Above user in a nutshell

Post by Saka » July 27th, 2019, 10:17 am

I in fact think you probably consume various gasses on a daily basis.

Locked