Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

International Day? #41

Closed
bevacqua opened this issue Jun 29, 2015 · 22 comments
Closed

International Day? #41

bevacqua opened this issue Jun 29, 2015 · 22 comments
Labels

Comments

@bevacqua
Copy link
Member

NodeBots and NodeSchool have one, why not make an international Beer.js day?

  • Set a date October 1, 2015
  • How will it be different from regular Beer.js meetups?
  • Guidelines?
@thebergamo
Copy link
Member

Thats an awesome idea =D Count me in!

@junosuarez
Copy link
Contributor

/cc @beerjs/organizers

@andrunix
Copy link

+1

@Siedrix
Copy link

Siedrix commented Jun 29, 2015

+1 We can do it in mexico city, let us know on the date.

@jordanpapaleo
Copy link
Member

Tahoe/Reno should be up for it too!

@ytzvan
Copy link
Member

ytzvan commented Jun 29, 2015

+1 Panama City

El lunes, 29 de junio de 2015, Jordan Papaleo notifications@github.com
escribió:

Tahoe/Reno should be up for it too!


Reply to this email directly or view it on GitHub
#41 (comment).

Ytzvan A. Mastino
http://compreoalquile.com+507-6780-9892

@pachanka
Copy link

+1 Porto, the few, the brave.


Pxi. http://patxipierce.com/

On Mon, Jun 29, 2015 at 6:48 PM, Ytzvan Mastino notifications@github.com
wrote:

+1 Panama City

El lunes, 29 de junio de 2015, Jordan Papaleo notifications@github.com
escribió:

Tahoe/Reno should be up for it too!


Reply to this email directly or view it on GitHub
#41 (comment).

Ytzvan A. Mastino
http://compreoalquile.com+507-6780-9892


Reply to this email directly or view it on GitHub
#41 (comment).

@mishk0
Copy link
Member

mishk0 commented Jun 29, 2015

not bad :)
+1 Moscow

@derek
Copy link
Member

derek commented Jun 29, 2015

SF is in!

@junosuarez
Copy link
Contributor

Cool to see so much momentum behind this! Anyone have suggestions for the date? Any other big events we should make sure not to overlap with?

@bevacqua
Copy link
Member Author

Day

The io.js logo postulates we choose a date based on the 0100101001010011 binary stream.

front

We're JavaScripters, so we'll use parseInt to sort this one out.

parseInt('0100101001010011', 2)

The above yields 19027. A year has 365 days and 52 weeks, thus.

19027 / 365 / 52

Resulting in 1.0024762908324552. As JavaScripters, we don't really understand floating point, and Beer.js is a physical meetup group, thus we'll be using .floor as seen below.

Math.floor(1.0024762908324552);

So it shall be the first day of a month.

Month

To pick the month we'll go back to 19027. We must reduce these numbers in a functional fashion in order to make the best of it, and we all know offsetting i by one is a best practice when dividing. Bars usually have a ceiling in addition to flooring, and thus the formula to pick the month becomes:

19027..toString().split('').reduce(function reductor (avg, number, i) {
  return Math.ceil(avg + parseInt(number) / (i + 1));
}, 0);

This results in a 9.

Conclusion

The date should be September 1st.

@asolove
Copy link

asolove commented Jun 30, 2015

@bevacqua I think we need to double-check that logic. If we take your results and ask javascript:

new Date(2015, 9, 1)

We get October 1.

@Siedrix
Copy link

Siedrix commented Jun 30, 2015

I prefer October 1, it's better to have a beerjs on a thursday than a tuesday.

@bevacqua
Copy link
Member Author

The Date object has spoken

@thebergamo
Copy link
Member

In Brazil we have the October Fest, basically is a Great Beer Fest!

This date make a lot of sense here =D

http://www.oktoberfestblumenau.com.br/en/

@junosuarez
Copy link
Contributor

October 1 it is!

@mgechev
Copy link
Member

mgechev commented Jul 2, 2015

+1 Sofia

@petromir
Copy link

petromir commented Jul 2, 2015

+1 Sofia :)

@brenolf
Copy link

brenolf commented Jul 4, 2015

+1 Sorocaba

@bevacqua
Copy link
Member Author

bevacqua commented Jul 4, 2015

Messi +10

@junosuarez
Copy link
Contributor

edited first post with the date we decided on earlier in this thread

@jordanpapaleo
Copy link
Member

October 15 has gone. Not sure if anyone did this or not but hopefully it was great! I am going to close this issue since its over.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests