• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing only topics with the tag "events". Back to normal view
    1. What is happening outside the US?

      Hello all. I feel like our US election upset (or victory depending on viewpoint) has really run wild on Tildes. I appreciate all the solidarity and encouragement from the non-US folks. I know for...

      Hello all. I feel like our US election upset (or victory depending on viewpoint) has really run wild on Tildes. I appreciate all the solidarity and encouragement from the non-US folks. I know for better or worse it affects many of you as well.

      While knowing these are special circumstances, I was thinking maybe folks feel a little left out or overshadowed by our drama.

      Back before I had to go on a podcast diet, I really enjoyed the weekly updates from American Prestige because they would discuss important or interesting political/social developments and explain their implications.

      So what's something happening where you are? How do you feel about it? What do you wish more people knew about it? It can be big or small. It does not have to be something political, just something important to you.

      35 votes
    2. Have you attended any virtual conferences? Tell me about the things that worked well.

      This could be anything, from presentation tips, to efficiently-managed breakout rooms, to finding ways to engage participants. How did it make a difference? I’m writing an article about how...

      This could be anything, from presentation tips, to efficiently-managed breakout rooms, to finding ways to engage participants. How did it make a difference?

      I’m writing an article about how companies can run better online events, so thinking “ideas worth stealing.” Give me details!

      It’d be easy to focus on the things that don’t work — they are legion — but I’m aiming to capture the good stuff that we all wish everyone would adopt. So leave out the disappointments, and just tell me about the things you enjoyed.

      If you’ve run a virtual event I’m interested in your opinions too, but keep in mind that this is meant to be tips-and-tricks worth sharing.

      11 votes
    3. AskComp: Reactive coding and splitting observables

      I was going to ask this on Stackoverflow but it seems like reactive programming is split into per-language questions (RxJava, RxJS, RxRuby, etc.) and this is a more generic question. How do you...

      I was going to ask this on Stackoverflow but it seems like reactive programming is split into per-language questions (RxJava, RxJS, RxRuby, etc.) and this is a more generic question.

      How do you stream items from one Observable to multiple Observers?

      I have a stream of CSV items, they're mapped to a dictionary/hash table, and then I want to:

      • get the maximum value from this stream
      • process the stream in a different way
      • sample the stream

      Can I call subscribe multiple times and then call the other operators?

      5 votes