Schedule

Because we love Ruby, here is the program of the day rendered as... valid Ruby code!

Rubycon::Agenda.schedule(Date.new(2026, 5, 8)) do
  check_in at: 8_30,
           desc: "Check-in & Welcome Coffee"

  intro at: 9_30,
        desc: "Welcome to Rubycon",
        by: "Riccardo Carlesso" # MC

  keynote at: 9_45, # Keynote
          title: "Ruby Is the Best Language for Building AI Web Apps",
          by: "Carmine Paolino"

  talk at: 10_30,
       title: "Debugging Techniques in Ruby",
       by: "Julia Lopez"

  lapsus at: 11_15,
         desc: "β˜•οΈ Coffee Break"

  talk at: 11_20,
       title: "Breaking the rules of software engineering: will it work?",
       by: "Silvano Stralla"

  talk at: 11_55,
       title: "rv, a ruby manager for the future",
       by: "AndrΓ© Arko"

  lapsus at: 12_25,
         desc: "🍝 Lunch Break & Networking"

  # We want to give everyone the chance to say/bring something for 5 minutes.
  lightning_talks at: 13_55,
                  desc: "⚑️ 5minutes for everyone who has something to say",
                  tags: %w[ FIFO on_the_day ]

  talk at: 14_45,
       title: "Semantic Image Search in Ruby: Postgres, Redis, or LLM?",
       by: "Michele Franzin"

  talk at: 15_20,
       title: "My daily life on Ruby",
       by: "Akira Matsuda"

  lapsus at: 15_50,
         desc: "β˜• Coffee Break"

  talk at: 16_10,
       title: "TBD",
       by: "Marco Roth"


  talk at: 16_45,
       title: "From Plato to Production: A Philosophical History of Code",
       by: "Yara Debian"

  talk at: 17_30,
       title: "Piadina - It's a wrap!", # aka Piadina!
       by: "Riccardo Carlesso"

  # Keep the conversation going, or refill
  # the batteries in the hotel, whatever you prefer.
  lapsus at: 18_00,
         desc: "Drinks or Shower or Nap",
         tags: %w[optional]

  # Here we will have dinner, and then the Toga Party!
  # The place is 10m walk from the hotel.
  dinner at: 20_00,
        desc: "🍝 Dinner + πŸŽ‰ Toga Party!",
        where: "πŸ–οΈ Bagno 46"
        #  url: "https://www.bagno46rimini.com/"
end