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.
Hunting
Posts: 4395
Joined: September 11th, 2017, 2:54 am

Re: Random posts

Post by Hunting » February 6th, 2020, 7:24 am

PkmnQ wrote:
February 6th, 2020, 7:22 am
Hunting wrote:
February 5th, 2020, 10:26 am
JP21 wrote:
February 5th, 2020, 8:52 am


I played that 2-3 years ago and that's true. But it's boring even though I got so much.
What you guys play Cookie Clicker by just MANUALLY CLICKING? Isn't Cookie Clicker a game of development (of cookie factory)?

Let me introduce you to Click Frenzy.
Ok, to be homest, it was a Frenzy, but after that first experience I’m always going to tap during Frenzies.
That's rare, and won't give you a very big bonus.

<s>(I like the sayopensesame magic)</s>

User avatar
PkmnQ
Posts: 1137
Joined: September 24th, 2018, 6:35 am
Location: Server antipode

Re: Random posts

Post by PkmnQ » February 6th, 2020, 7:28 am

One more fact to consider: I’m playing on mobile.
I use three fingers on each hand to tap.

Hunting
Posts: 4395
Joined: September 11th, 2017, 2:54 am

Re: Random posts

Post by Hunting » February 6th, 2020, 7:32 am

PkmnQ wrote:
February 6th, 2020, 7:28 am
One more fact to consider: I’m playing on mobile.
I use three fingers on each hand to tap.
That's only a x6... And not as good as you think. For example if your one second clicking can generate 50 millon cookies and your frenzy bonus plus finger bonus give x2000 and you have it for 10 secs it would be a trillon. Not too much.

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

Re: Random posts

Post by PHPBB12345 » February 7th, 2020, 12:08 am

Last edited by PHPBB12345 on February 9th, 2020, 1:10 am, edited 1 time in total.

Hunting
Posts: 4395
Joined: September 11th, 2017, 2:54 am

Re: Random posts

Post by Hunting » February 7th, 2020, 12:52 am

`

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

Re: Random posts

Post by GUYTU6J » February 7th, 2020, 12:55 am

Does anyone here play Dancing Line?

Hunting
Posts: 4395
Joined: September 11th, 2017, 2:54 am

Re: Random posts

Post by Hunting » February 7th, 2020, 4:44 am

CoolCreeper started posting methuselahs after:
CoolCreeper39 wrote:
August 8th, 2019, 4:17 pm
Is there any way to make a script that checks for the longest-lived methuselahs in a rule, within an n-cell bounding box?
and
wildmyron wrote:
August 9th, 2019, 12:50 am
CoolCreeper39 wrote:Is there any way to make a script that checks for the longest-lived methuselahs in a rule, within an n-cell bounding box?
This is definitely possible. The most optimized published program for methuselah searching is this one by simeks. It is CGoL only and written in C (and assembly?), but if you're interested in optimized algorithms it's the best I'm aware of.

There are probably more general implementations published somewhere here, but I can't seem to find any after a brief search through the forums. You'll need two main parts to for this script:

- An enumeration of all patterns (of a given cell count?) within a given bounding box. A naive implementation of this is very simple, but you'll want to avoid testing the same pattern multiple times.

- A way to run a pattern to stabilisation and detect when the pattern stabilised. This is the tricky bit, particularly given the need to deal with linear growth. You could look at apgsearch for ideas as well as simeks program. apgsearch actually has two algorithms for this process: stabilise3() to give an estimate of the time to stabilisation (almost always an overestimate except for patterns in very long lived rules) and methudetect() which gives a fairly accurate stabilisation time (but is only used for CGoL).

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

Re: Random posts

Post by GUYTU6J » February 7th, 2020, 11:30 pm

Hunting wrote:
February 4th, 2020, 10:20 am
[To JP21]
Your hobbies are almost identical to me, but I prefer Chemistry to Math
I like chemistry as well!

Hunting
Posts: 4395
Joined: September 11th, 2017, 2:54 am

Re: Random posts

Post by Hunting » February 7th, 2020, 11:59 pm

GUYTU6J wrote:
February 7th, 2020, 11:30 pm
Hunting wrote:
February 4th, 2020, 10:20 am
[To JP21]
Your hobbies are almost identical to me, but I prefer Chemistry to Math
I like chemistry as well!
Ha ha, of course, look at what 专业 did you choose!

(Intended grammar mess)

User avatar
JP21
Posts: 1875
Joined: October 26th, 2019, 5:39 am
Location: PH

Re: Random posts

Post by JP21 » February 8th, 2020, 12:05 am

Why is number 42 the answer?
A 17 year old guy that have useless discoveries in life and other rules.

Code: Select all

x = 13, y = 20, rule = B3/S23
11b2o$11b2o4$8b2o$8b2o2$2o$2o3$3b2o$3b2o2$11b2o$10b2o$12bo$3b2o$3b2o!
My actions weren't smart back then.

Hunting
Posts: 4395
Joined: September 11th, 2017, 2:54 am

Re: Random posts

Post by Hunting » February 8th, 2020, 12:09 am

JP21 wrote:
February 8th, 2020, 12:05 am
Why is number 42 the answer?
Because 6 * 9 = 42

User avatar
PkmnQ
Posts: 1137
Joined: September 24th, 2018, 6:35 am
Location: Server antipode

Re: Random posts

Post by PkmnQ » February 8th, 2020, 12:41 am

01011000 01000100
By the way I typed that by hand.
In ICT, while I was copying down ascii codes (don’t ask me why, the teacher told us to) I figured out how to:
A. Make uppercase and lowercase letters
B. Translate between them.

First, count where it is in the alphabet, A is 1, B is 2, etc. Next, turn it to binary. Then, you append 010 to the start for uppercase, and 011 for lowercase. And that’s all.

To translate between them, just invert the third bit from the left.
01000001 (A) to 01100001 (a)

Hunting
Posts: 4395
Joined: September 11th, 2017, 2:54 am

Re: Random posts

Post by Hunting » February 8th, 2020, 3:43 am

PkmnQ wrote:
February 8th, 2020, 12:41 am
01011000 01000100
By the way I typed that by hand.
In ICT, while I was copying down ascii codes (don’t ask me why, the teacher told us to) I figured out how to:
A. Make uppercase and lowercase letters
B. Translate between them.

First, count where it is in the alphabet, A is 1, B is 2, etc. Next, turn it to binary. Then, you append 010 to the start for uppercase, and 011 for lowercase. And that’s all.

To translate between them, just invert the third bit from the left.
01000001 (A) to 01100001 (a)
That's probably intended.

User avatar
gameoflifemaniac
Posts: 1242
Joined: January 22nd, 2017, 11:17 am
Location: There too

Re: Random posts

Post by gameoflifemaniac » February 8th, 2020, 6:53 am

Is Fortnite really such a huge piece of c***? Be honest with me.
I was so socially awkward in the past and it will haunt me for the rest of my life.

Code: Select all

b4o25bo$o29bo$b3o3b3o2bob2o2bob2o2bo3bobo$4bobo3bob2o2bob2o2bobo3bobo$
4bobo3bobo5bo5bo3bobo$o3bobo3bobo5bo6b4o$b3o3b3o2bo5bo9bobo$24b4o!

User avatar
JP21
Posts: 1875
Joined: October 26th, 2019, 5:39 am
Location: PH

Re: Random posts

Post by JP21 » February 8th, 2020, 7:00 am

gameoflifemaniac wrote:
February 8th, 2020, 6:53 am
Is Fortnite really such a huge piece of c***? Be honest with me.
Yes because I don't enjoy 3d games except for minecraft.
A 17 year old guy that have useless discoveries in life and other rules.

Code: Select all

x = 13, y = 20, rule = B3/S23
11b2o$11b2o4$8b2o$8b2o2$2o$2o3$3b2o$3b2o2$11b2o$10b2o$12bo$3b2o$3b2o!
My actions weren't smart back then.

Hunting
Posts: 4395
Joined: September 11th, 2017, 2:54 am

Re: Random posts

Post by Hunting » February 8th, 2020, 8:10 am

I hate Fortnite

Hunting
Posts: 4395
Joined: September 11th, 2017, 2:54 am

Re: Random posts

Post by Hunting » February 8th, 2020, 8:10 am

I love Minecraft

User avatar
JP21
Posts: 1875
Joined: October 26th, 2019, 5:39 am
Location: PH

Re: Random posts

Post by JP21 » February 8th, 2020, 10:44 am

Hunting wrote:
February 8th, 2020, 8:10 am
I love Minecraft
I have Minecraft
A 17 year old guy that have useless discoveries in life and other rules.

Code: Select all

x = 13, y = 20, rule = B3/S23
11b2o$11b2o4$8b2o$8b2o2$2o$2o3$3b2o$3b2o2$11b2o$10b2o$12bo$3b2o$3b2o!
My actions weren't smart back then.

User avatar
gameoflifemaniac
Posts: 1242
Joined: January 22nd, 2017, 11:17 am
Location: There too

Re: Random posts

Post by gameoflifemaniac » February 8th, 2020, 3:17 pm

But why does everyone hate Fortnite?
Minecraft was a childish game and now everyone loves it, Brawl Stars is stylized like Fortnite but doesn't get that much hate, Overwatch is also cartooney but even adults play it, lags and ping are the fault of your computer not the game, you don't have to play with people who disrespect you, the map is boring for now but it's only season 1 after all, the game is actualy 12+ but younger people play it anyway somehow, shotguns aren't broken, the game difficulty is actually balanced because you're playing with people with similar skills now, the community made itself bad, clickbait is the fault of the community not the game, you can pretend to hate it for the memes but not hate it for no reason or because of the memes hating the game for probably no reason etc. Why do you hate this game?
I was so socially awkward in the past and it will haunt me for the rest of my life.

Code: Select all

b4o25bo$o29bo$b3o3b3o2bob2o2bob2o2bo3bobo$4bobo3bob2o2bob2o2bobo3bobo$
4bobo3bobo5bo5bo3bobo$o3bobo3bobo5bo6b4o$b3o3b3o2bo5bo9bobo$24b4o!

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

Re: Random posts

Post by PHPBB12345 » February 8th, 2020, 9:10 pm

request = 请求
preprepare = 预准备
prepare = 准备
commit = 确认
reply = 响应
Last edited by PHPBB12345 on February 8th, 2020, 10:16 pm, edited 1 time in total.

User avatar
JP21
Posts: 1875
Joined: October 26th, 2019, 5:39 am
Location: PH

Bot reply test

Post by JP21 » February 8th, 2020, 9:14 pm

PHPBB12345 wrote:
February 8th, 2020, 9:10 pm
preprepare = 预准备
prepare = 准备
commit = 确认
really????
A 17 year old guy that have useless discoveries in life and other rules.

Code: Select all

x = 13, y = 20, rule = B3/S23
11b2o$11b2o4$8b2o$8b2o2$2o$2o3$3b2o$3b2o2$11b2o$10b2o$12bo$3b2o$3b2o!
My actions weren't smart back then.

Hunting
Posts: 4395
Joined: September 11th, 2017, 2:54 am

Re: Random posts

Post by Hunting » February 8th, 2020, 11:58 pm

JP21 wrote:
February 8th, 2020, 10:44 am
Hunting wrote:
February 8th, 2020, 8:10 am
I love Minecraft
I have Minecraft
Everyone have Minecraft

Hunting
Posts: 4395
Joined: September 11th, 2017, 2:54 am

Re: Random posts

Post by Hunting » February 8th, 2020, 11:59 pm

gameoflifemaniac wrote:
February 8th, 2020, 3:17 pm
Minecraft was a childish game and now everyone loves it
This sentence is just ridiculous.

User avatar
JP21
Posts: 1875
Joined: October 26th, 2019, 5:39 am
Location: PH

Re: Random posts

Post by JP21 » February 9th, 2020, 12:09 am

Hunting wrote:
February 8th, 2020, 11:59 pm
gameoflifemaniac wrote:
February 8th, 2020, 3:17 pm
Minecraft was a childish game and now everyone loves it
This sentence is just ridiculous.
Yep. Totally ridiculous. I play multiplayer and do redstone. Not all have Minecraft because it's a bit expensive.
A 17 year old guy that have useless discoveries in life and other rules.

Code: Select all

x = 13, y = 20, rule = B3/S23
11b2o$11b2o4$8b2o$8b2o2$2o$2o3$3b2o$3b2o2$11b2o$10b2o$12bo$3b2o$3b2o!
My actions weren't smart back then.

Hunting
Posts: 4395
Joined: September 11th, 2017, 2:54 am

Re: Random posts

Post by Hunting » February 9th, 2020, 12:14 am

JP21 wrote:
February 9th, 2020, 12:09 am
Hunting wrote:
February 8th, 2020, 11:59 pm
gameoflifemaniac wrote:
February 8th, 2020, 3:17 pm
Minecraft was a childish game and now everyone loves it
This sentence is just ridiculous.
Yep. Totally ridiculous. I play multiplayer and do redstone. Not all have Minecraft because it's a bit expensive.
I agree with you. I'm fanscinated with Redstone Circuit. I don't really like the newer versions (1.13, 1.14), though, because they add too much things that looks like MOD.

Locked