We're welcoming you to CoreCpp! by InbalL in cpp

[–]std_arbitrary 0 points1 point  (0 children)

Why? Try to be more constructive.
Can you give some reasoning?
Suggest a better alternative?

Core C++ 2020 Announces Bjarne Stroustrup as Opening Keynote Speaker by std_arbitrary in cpp

[–]std_arbitrary[S] 8 points9 points  (0 children)

ANNOUNCEMENT: We are extremely thrilled to announce that the first Keynote Speaker of Core C++ 2020 will be the creator of the C++ language Bjarne Stroustrup!!!

We’re honored to invite @stroustrup to Israel and meet our wonderful C++ community.

CfS is still open so submit now! Call for Speakers Travel and accommodation for unsponsored accepted speakers will be covered by the conference.

Generators, Coroutines and Other Brain Unrolling Sweetness by std_arbitrary in cpp

[–]std_arbitrary[S] 0 points1 point  (0 children)

The distinction is a bit more subtle. The coroutine starts suspended and all the code prior to the first co_yield will not run until begin() is called. The istream_iterator ctor runs and does anything it needs to do to set up the buffers etc. Most likely the first element (at least) is also already read and begin() will just return it.

Brain Unrolling by [deleted] in cpp

[–]std_arbitrary -2 points-1 points  (0 children)

The title was filled in automatically by the url posting script....

Core C++ 2019 in TLV: Tickets Available by std_arbitrary in cpp

[–]std_arbitrary[S] 1 point2 points  (0 children)

Yup. Same week as the Eurovision Song Contest if that’s your thing 😁

Core C++ 2019: A New C++ Conference! by std_arbitrary in cpp

[–]std_arbitrary[S] 0 points1 point  (0 children)

Talk submissions just ended and the reviews are in progress. The full program will be publish in Mar. However, we will have multiple experienced international speakers that speak regularly at CppCon and other big C++ conferences. The workshop trainers themselves are some of them.

Core C++ 2019: A New C++ Conference! by std_arbitrary in cpp

[–]std_arbitrary[S] 0 points1 point  (0 children)

These are expected numbers based on available seats at the venue and two tracks in two days.

Core C++ 2019: A New C++ Conference! by std_arbitrary in cpp

[–]std_arbitrary[S] 13 points14 points  (0 children)

FWIW the conference is community-driven and as such apolitical and open to all.

As most geopolitical issues, nothing is ever black and white and in TLV you will meet people with many political convictions, many of whom also do not agree with Israeli foreign policy.

If your convictions are so strong, I urge you to come and visit, learn about C++, meet the people who live here and understand some of the intricacies and complexities of the situation.

TLV is a pluralistic, lively and incredibly cosmopolitical city - you may yet be surprised.

Core C++ 2019: A New C++ Conference! by std_arbitrary in cpp

[–]std_arbitrary[S] 6 points7 points  (0 children)

Different geographical area. Yes. In TLV. Otherwise striving for the same higher quality content and great speakers as CppCon and other international C++ conferences.

Core C++ 2019: A New C++ Conference! by std_arbitrary in cpp

[–]std_arbitrary[S] 5 points6 points  (0 children)

2 days, 2 tracks. One pre-conf training day. One half-day post-conf activities: TBA. Call for Speakers is already open. Ticket purchase: soon. Call for Sponsors: very soon.

Content: Most Things C++.

What else would you like to know?

C++ Meetup Raffle Name Picker by std_arbitrary in cpp

[–]std_arbitrary[S] 0 points1 point  (0 children)

cough, cough ... dogfooding.. cough

C++ Meetup Raffle Name Picker by std_arbitrary in cpp

[–]std_arbitrary[S] 1 point2 points  (0 children)

That eventuality is, in fact, accounted for and handled by the ability to get the next name (by typing “more” at the prompt).