Skip to content

High Scalability Computing

Meet other local people interested in High Scalability Computing: share experiences, inspire and encourage each other! Join a High Scalability Computing group.
pin icon
5,274
members
people1 icon
7
groups

Largest High Scalability Computing groups

Frequently Asked Questions

Yes! Check out high scalability computing events happening today here. These are in-person gatherings where you can meet fellow enthusiasts and participate in activities right now.

Discover all the high scalability computing events taking place this week here. Plan ahead and join exciting meetups throughout the week.

Absolutely! Find high scalability computing events near your location here. Connect with your local community and discover events within your area.

High Scalability Computing Events Today

Join in-person High Scalability Computing events happening right now

Geographical Data & Symbolic Differentiation with Python
Geographical Data & Symbolic Differentiation with Python
**Hello PyData People!** We are excited to announce our next event of 2026! This time, we will be hosted at **FlixBus Italia**'s headquarters in Milan for an evening dedicated to X 📅 **When:** Tuesday, June 23rd, 2026 – 18:30–21:00 📍 **Where:** FlixBus Italia, Corso Como 11, 20154 Milan ⚠️ **Important:** Spots are limited. Please keep your RSVP updated to allow others to participate if you can no longer attend. \*\*\* **🕒 Agenda** * **18:30:** 🚪 Doors open & Check-in * **19:00:** 🎤 **Talk 1:** Process geographical data in Python – Jacopo Farina * **19:45:** 🎤 **Talk 2:** Symbolic Differentiation of Matrices and N-Dimensional Arrays in SymPy – Francesco Bonazzi * **20:30:** 🍕 **Networking & Social Dinner** \*\*\* **🎤 The Talks** **1️⃣ Process geographical data in Python** Speaker: Jacopo Farina (Staff Data Engineer @ FlixBus) In this talk, we are going to see how to process data from OpenStreetMap, public transport data (like the schedule from ATM) and other sources to calculate travel distances in a city, find addresses, find where and when people are using bike sharing (BikeMI) and nice things that can be done with this data. We are also going to see what OSM is and how it represents geographical data, how this data can be imported and used in Python (using PostGIS or DuckDB), how to process it and how to display the results. About the Speaker: Jacopo Farina is a data engineer at Flixbus, where he works on the demand forecasting, and a teacher at the Data Science Retreat in Berlin. Previously he worked on the backend using Node.js, reporting and ETL. \*\*\* **2️⃣ Symbolic Differentiation of Matrices and N-Dimensional Arrays in SymPy** Speaker: Francesco Bonazzi (PhD in Physics and Software Developer @ Intesa Sanpaolo) Numerical frameworks such as PyTorch and JAX routinely compute matrix and tensor gradients via reverse-mode automatic differentiation (backpropagation) to train neural networks. By contrast, there has been a notable absence of symbolic implementations that produce exact, closed-form gradient expressions interpretable and well-suited to further algebraic manipulation. SymPy, an open-source computer algebra system written in Python, now provides comprehensive support for symbolic differentiation of matrices and N-dimensional arrays. The implementation gives users flexibility to work with either matrices or arrays, which can be handled in two ways: explicitly, by defining each component individually, or implicitly, as symbolic expressions. In the explicit case, the derivation algorithm is straightforward: the derivatives essentially amount to nested loops over the array dimensions. By contrast, the implicit algorithm is considerably more intricate, especially when deriving expressions that involve matrices. After outlining the key aspects of this algorithmic design, the talk showcases its practical value through selected examples that illustrate how closed-form symbolic matrix and tensor gradients can provide valuable insights and enable exact computations in various applications. About the Speaker: Francesco Bonazzi is a software developer and core maintainer of SymPy, a Python computer algebra system. He has contributed extensively to the library's physics, matrix algebra, tensor algebra, and probability modules. Currently, he works at Intesa Sanpaolo, focusing on the research and implementation of generative AI. Francesco holds a PhD in Physics and previously served as a researcher at the Max Planck Institute for Colloids and Interfaces in Germany and North Carolina State University in the U.S. \*\*\* **See you there! 🚀** **The PyData Milano Team**
Yellowdicomedy - EVERY TUESDAY Free Entry English Standup Comedy Open Mic
Yellowdicomedy - EVERY TUESDAY Free Entry English Standup Comedy Open Mic
🎤Super international event in Milan: English Standup Comedy Open Mic!🎤 Show will be on **EVERY Tuesday** at Ostello Bello Centrale. If you see on this app only you are going, don't worry about it, we have multiple channels to post our events and we've been organizing shows for three years, we always have a big crowd where you can meet lots of friends!! We also encourage people to go on the stage for a free drink if you have funny stories or jokes! It is a free entry but **donation based** show, leave us your donations at the end of the show so we can keep English standup comedy going in Milan. Follow us on instagram: **yellowdicomedy**
From Real-Time Intelligence to Legacy Mastery: The Era of AI Agents
From Real-Time Intelligence to Legacy Mastery: The Era of AI Agents
**Cloud Native Night Munich** AI agents are rapidly evolving from simple assistants into autonomous systems capable of reasoning, maintaining context, and interacting with complex environments. In this meetup, we’ll explore two practical applications of modern agentic AI in software engineering. The first talk dives into building stateful AI agents that work with real-time data, covering the architectural patterns and challenges behind creating responsive, context-aware systems. The second talk showcases how agentic AI can be applied to understanding and analysing complex legacy applications — helping uncover program flows, dependencies, and hidden system knowledge that would otherwise take countless hours to explore manually. Whether you’re building AI-powered applications, modernising enterprise systems, or simply curious about the future of intelligent software, this meetup offers hands-on insights into how AI agents are transforming the way we interact with technology THIS MEETUP WILL BE HYBRID. **\|** Zoom Link will be available shortly before the meetup \*\*\* AGENDA \*\*\* * 6\.30 PM \| Doors open\. Grab some snacks & drinks\. * 7\.00 PM \| Welcome & Intro – **Start of hybrid meetup** * 7\.15 PM \| **Building Stateful AI Agents with Real-Time Data**, Gregor Bauer (VP Customer Engineering at CrateDB) * \~8:15 PM \| **Hosty - The next level with Agentic AI,** Martin Binder (Lead IT Consultant at QAware) * afterwards: More snacks & drinks, and a lot of time for networking with all attendees and speakers. \*\*\* ABSTRACTS \*\*\* **Building Stateful AI Agents with Real-Time Data**, Gregor Bauer (VP Customer Engineering at CrateDB) Most AI demos are stateless. Real systems are not. Modern AI applications increasingly depend on continuously changing operational data: events, metrics, logs, transactions, sensor streams, and user activity. This creates a new architectural challenge: how do we build AI agents that can reason over live data while remaining scalable and observable ? This talk explores the architecture of stateful AI systems and agentic applications. We will cover: * streaming-first AI architectures * real-time context enrichment * combining vector search with structured queries * memory layers for AI agents * latency and scalability considerations * operational lessons from large-scale data platforms The session provides practical guidance for engineers designing production-ready AI platforms. **Hosty - The next level with Agentic AI,** Martin Binder (Lead IT Consultant at QAware) To migrate legacy systems, you need to understand these IT dinosaurs, at least partially. So code analysis up to a certain level is unavoidable. What used to take months, sometimes years without LLMs is now doable in a few days with Gemini and friends. And yet: you still have to drive the analysis yourself, stitch the LLM's partial results into a coherent picture and fight the context window. With old source files thousands of lines long, that part really hurt. Agentic AIs like Claude Code are not just another AI feature. They change how you approach unfamiliar systems — fast, and without the headaches that LLM chat workflows used to come with. Teaser: an analysis that took us a few days under "yay!" cheers is now done in minutes. \*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\* Please comply with our [Code of Conduct](https://www.greenmanifesto.de/en/code-of-conduct). Please note that photos are taken during the meetup. If you do not want to appear in the photos, please contact the meetup team at the beginning of the event. Bitte halte dich an unseren [Code of Conduct](https://www.greenmanifesto.de/code-of-conduct). Während unserer Meetups werden Fotos aufgenommen. Falls du nicht auf den Fotos erscheinen möchtest, sprich bitte zu Beginn der Veranstaltung mit unserem Meetup Team.
AI Agents: dalla definizione alla osservabilitĂ 
AI Agents: dalla definizione alla osservabilitĂ 
🔍 **Description** Dai discorsi di apertura alle chiacchierate informali, Platmosphere ha lasciato una scia di idee. Questo meetup riassume le conversazioni che hanno suscitato maggiore interesse e spiega perché stanno influenzando l'evoluzione delle piattaforme e dei AI-native teams. * **Dal "Vibe Coding" al "Vibe Engineering"**: come abbandonare la generazione caotica di codice tramite prompt estemporanei per passare a un approccio ingegneristico governato, focalizzato sul definire il comportamento atteso del software e sul gestire in sicurezza il codice scritto dagli agenti AI. * **Il Dato come Fondamenta dell'AI (Data Fabric):** L'intelligenza artificiale non può funzionare su dati grezzi o silos isolati, ma richiede un'infrastruttura in tempo reale, pulita e arricchita di metadati per evitare fallimenti e operare in totale sicurezza operativa. * **Compliance-by-Design**: La compliance (come AI Act, GDPR e normative di settore) smette di essere un freno burocratico a valle dello sviluppo e diventa un requisito architetturale nativo automatizzato direttamente nei flussi della piattaforma. * **Composable Enterprise e Orchestrazione**: Per scalare la fiducia e la velocità di mercato, le aziende devono incapsulare le loro logiche in moduli riutilizzabili (Packaged Business Capabilities) orchestrati attraverso ecosistemi aperti, abbattendo i colli di bottiglia storici tra i vari team. * **Osservabilità e FinOps per gli Agenti AI**: L'adozione di agenti AI richiede l'estensione dei framework di monitoraggio per tracciare percorsi decisionali non-deterministici e l'integrazione di sistemi FinOps predittivi per controllare i costi nascosti legati al consumo di token. 🎙️**Speaker - Giulio Roggero** 25 anni di esperienza in software engineering, imprenditore seriale con oltre 10 iniziative imprenditoriali lanciate; oggi è co-founder e CTO di Mia-Platform de AI-Native Developer Platform Foundation nominata da Gartner “Cool Vendor” per Software Engineering Technologies e inserita nel Magic Quadrant delle piattaforme applicative cloud. Aree di interesse principali: AI, cloud native, platform engineering, data fabric ed omnichannel experience. Ama dipingere miniature di Blood Bowl, costruire con i Lego, assemblare e guidare modellini di auto radiocomandate e imparare a suonare il pianoforte. **📝 Agenda** * **18.15**: Accesso e Networking (iniziamo a conoscerci!) * **18:30:** Welcome * **18:45**: Talk * **19:30:** Q&A * **19:45:** Pizza and drinks Nessun meetup è completo senza un momento conviviale. Durante la serata saranno offerte **bevande, birra e pizza** per facilitare il networking e continuare le discussioni in modo informale. **⚠️ Nota importante:** I posti sono limitati per garantire la qualità della conversazione durante la tavola rotonda. Assicurati di fare RSVP il prima possibile! **Ti aspettiamo per dare forma insieme al futuro dello sviluppo software!**
OpenClaw Milano #3: Claws go on the Cloud
OpenClaw Milano #3: Claws go on the Cloud
**ATTENTION** **The event is free, but in order to secure your spot, you have to register here** **[https://radixia.zohobackstage.eu/oc-03](https://radixia.zohobackstage.eu/oc-03 )** **Registered attendant will have priority entrance to the event** Halfway through 2026, OpenClaw is no longer a curiosity. The framework has moved into production: teams are running agents against real systems, the clone ecosystem continues to expand, and the conversations have shifted from "what is this" to "how do we operate it safely and at scale". After the strong response to our previous editions, we're back in Milano with the next chapter. This event combines the power of the cloud and the innovation of Agentic AI to explore how to bring claws into production. The event will be hosted at **Amazon Web Services** HQ in Milan. Whether you're already shipping agents in production, evaluating OpenClaw for a specific use case, or just want to understand where the ecosystem is headed, the session is built for engineers, architects, and tech leads working with AI agents day-to-day. ## **🔥 Agenda** **6:30–7:00 PM — Welcome & Networking** Opening, meetup presentation, and meeting networking. **7:00–7:45 PM — From personal agent to enterprise platform: why we built Ross** *Speaker: Giovanni Germani \-\- Head of Artificial Intelligence at Fastweb \+ Vodafone \| CEO @ NextMindLab* AI agents are rapidly moving from individual experimentation to increasingly mature forms of adoption, both in the consumer world and in the enterprise. With Ross, we started this journey by launching a global version as a secure B2C personal assistant, designed to make a useful, controlled, and reliable AI agent experience accessible to everyone. Now we are bringing this vision to the enterprise context as well, where requirements become more complex: governance, security, permission control, auditability, and a sustainable operating model. **7:45–8:30 PM — Inside Ross: toward an enterprise-grade AI agent, between secure runtime and integration platform** *Speaker: Mark Zampedroni -- Head of Product Development @ NextMindLab* Building an enterprise-grade AI agent doesn't simply mean taking an autonomous agent and putting it into production. It means progressively designing an ecosystem in which the model can act on enterprise systems in a useful, controlled, observable, and secure way. In this talk, we will describe the journey through which we are transforming Ross, our enterprise-grade version of OpenClaw, from an evolved prototype into a corporate asset ready for real-world scenarios. Part of the work has already been completed: controlled runtime, tool orchestration, execution isolation, action tracing, and initial governance mechanisms. Another part is still under construction: an increasingly solid permission management model, end-to-end auditability, operational security, and scalability across enterprise use cases. Particular focus will be dedicated to the creation of a dedicated platform to connect enterprise applications to Ross in a simple, standardized, and secure way. The goal is to enable teams to quickly integrate internal systems, APIs, workflows, and data sources, reducing technical complexity while maintaining centralized control over authorizations, credentials, logging, and usage policies. The talk will therefore offer a concrete look at what we have already built, the architectural choices we are consolidating, and the open challenges still ahead in bringing AI agents "with hands" into an enterprise context. **8:30–9:00 PM — Networking and Happy Hour** ## **💡 Why join?** After the first OpenClaw meetup in Milan, we're growing our community with this second event. We want to be your landing point for agent and OpenClaw development in Milano. Focused on business and devs, and everything that makes our claws thrive: * Understand why OpenClaw is accelerating in 2026 * See real-world use cases in action * Get hands-on experience in a supportive environment * Connect with Milan's emerging OpenClaw community * Find inspiration for your next project Bring your curiosity. Claws are on us 🦞🔥 **ATTENTION** **The event is free, but in order to secure your spot, you have to register here** **[https://radixia.zohobackstage.eu/oc-03](https://radixia.zohobackstage.eu/oc-03)** **Registered attendant will have priority entrance to the event**
Gruppo di biliardo pool 9 amatoriale
Gruppo di biliardo pool 9 amatoriale
#### Next step: schedule your first event. Scheduling an event will encourage more people to join your group. Schedule Change photo ![Gruppo di biliardo pool/carambola amatoriale e mini-tornei cover photo](https://secure.meetupstatic.com/photos/event/8/a/c/3/clean_531875523.webp) # [Gruppo di biliardo pool/carambola amatoriale e mini-tornei](https://www.meetup.com/gruppo-di-biliardo-pool-carambola-amatoriale-e-mini-tornei/) [Milano, MI, Italy](https://www.meetup.com/find/it--mi--milano/) [1 members](https://www.meetup.com/gruppo-di-biliardo-pool-carambola-amatoriale-e-mini-tornei/members/) · Public group Share Manage groupSchedule event [![sparkle icon](https://secure.meetupstatic.com/next/images/complex-icons/branded/sparkle.webp?w=64)About](https://www.meetup.com/gruppo-di-biliardo-pool-carambola-amatoriale-e-mini-tornei/?eventOrigin=your_groups) [![calendar icon](https://secure.meetupstatic.com/next/images/complex-icons/branded/calendar.webp?w=64)Events](https://www.meetup.com/gruppo-di-biliardo-pool-carambola-amatoriale-e-mini-tornei/events/?eventOrigin=your_groups) [![people2 icon](https://secure.meetupstatic.com/next/images/complex-icons/branded/people-2.webp?w=64)Members](https://www.meetup.com/gruppo-di-biliardo-pool-carambola-amatoriale-e-mini-tornei/members/?eventOrigin=your_groups) [![photo icon](https://secure.meetupstatic.com/next/images/complex-icons/branded/photo.webp?w=64)Photos](https://www.meetup.com/gruppo-di-biliardo-pool-carambola-amatoriale-e-mini-tornei/photos/?eventOrigin=your_groups) [![chat icon](https://secure.meetupstatic.com/next/images/complex-icons/branded/chat.webp?w=64)Discussions](https://www.meetup.com/gruppo-di-biliardo-pool-carambola-amatoriale-e-mini-tornei/discussions/?eventOrigin=your_groups) ![threeEllipses icon](https://secure.meetupstatic.com/next/images/complex-icons/branded/three-ellipses.webp?w=64)More ## What we’re about Buongiorno a tutti. Sono proprietario di un bar e dispongo di un tavolo da biliardo semi-professionale. Sto creando un gruppo WhatsApp di giocatori amatoriali di biliardo americano pool/carambola, per la maggior parte debuttanti. Cerco persone disposte a unirsi al gruppo per giocare e divertirsi nel tempo libero, il pomeriggio oppure la sera in ogni giorno. Per stimolare l'impegno di ogni giocatore, abbiamo pattuito che il vincitore di ogni "mini-torneo" organizzato nei vari giorni giochi gratis e non paghi la tariffa di tempo per il periodo di gioco (un'ora di gioco costa 10€, ma viene di volta in volta frazionata in base al periodo di gioco effettivo). Il locale si trova in zona nord di Milano, stazione Greco-Pirelli, università Bicocca. Chiunque dovesse essere davvero interessato a partecipare e unirsi al mio gruppo, non esiti a contattarmi. Cerco persone serie e disposte solamente a divertirsi, senza puntare mazzette grazie mille. Antonio
🌿✨ L’Acqua di San Giovanni ✨🌿
🌿✨ L’Acqua di San Giovanni ✨🌿
🌿✨ **L’Acqua di San Giovanni** ✨🌿 Una notte magica, un rito antico, un gesto semplice carico di significato. Ti invito a celebrare insieme la tradizione de *L’Acqua di San Giovanni*, un rituale antico legato al solstizio d’estate che unisce natura, benessere e spiritualità. 🌸 **Cos’è?** Un infuso naturale preparato la notte tra il 23 e il 24 giugno, simbolo di purificazione, fortuna e salute. 🌼 **Come vivremo l’esperienza insieme** 📅 **Data:** Martedi 23 giugno 🕖 **Orario:** dalle 19:00 alle 20:30 circa 📍 **Ritrovo:** Parco Nord (zona laghetto) Da qui dopo una breve introduzione sul rito, partiremo per una passeggiata alla scoperta di fiori ed erbe spontanee da raccogliere e utilizzare. Raccogliendo i fiori, ci connetteremo con la natura e la ringrazieremo per l'abbondanza. Ogni partecipante avrà a disposizione un sacchettino per la raccolta e **verrà comunque assicurato un sacchettino di erbe** ciascuna. Alla fine del giro ci raccoglieremo in cerchio per condividere il "raccolto", per esprimere le nostre sensazioni ed emozioni durante l'esperienza e per condividere le istruzioni sul rituale da continuare a casa. 🌙 **Il Rituale a casa** Immergi le erbe in una ciotola d’acqua e lasciale all’aperto sotto la luna durante la notte per raccogliere la rugiada. 💧 **Il Mattino del 24 giugno** Usa l’acqua per lavare viso e mani, come gesto simbolico di rinnovamento, protezione e buon auspicio. ✨ Secondo la tradizione, questo rito protegge dai malefici, preserva la salute e porta prosperità. 🍹 Per chi vorrà, dopo la raccolta sarà possibile fermarsi per un aperitivo al Bar "Sun Strac". ⚠️ **Cosa portare:** – Acqua per idratarsi – Spray anti zanzare \- telo da mettere sull'erba per il momento di condivisione 📍 Contributo Workshop 15 euro comprensivo di: \- guida alle erbe \- sacchettino con erbe \- condivisione ⛈⛈ in caso di maltempo l'evento verrà annullato e la quota restituita. Possibilità di cancellare la prenotazione entro 48h con rimborso quota. **La presenza è confermata solo se verrà versata la quota con paypal, satispay o bonifico.** Si prega di confermare la presenza entro **sabato 20 giugno.** gruppo whatsapp: [https://chat.whatsapp.com/JPeImG8EK1P82157K4izWP?mode=gi_t](https://chat.whatsapp.com/JPeImG8EK1P82157K4izWP?mode=gi_t&fbclid=IwZXh0bgNhZW0CMTAAYnJpZBEwSm5KSjAxTGdIbjhQT253bnNydGMGYXBwX2lkEDIyMjAzOTE3ODgyMDA4OTIAAR5bdBI-Nu-T8qID49JMnx-Z2fXrUFKo893krrnynCxvUprF7ZQXrJMS1WNzuw_aem_Wm57xQwhB-IfI4Da-z3AJg)

High Scalability Computing Events This Week

Discover what is happening in the next few days

Girl Yapp over "I need to think about it" objection [in high ticket sales 💅]
Girl Yapp over "I need to think about it" objection [in high ticket sales 💅]
Okay so. I've been a high-ticket closer for more than a year. I had 30k months. Closed over 5k packages, been a coach myself. BUT FOR A GOOD CHUNK OF THAT TIME I was just accepting "I need to think about it" like it was a verdict. like okay, noted, bye. 🫡I t took me a while but now I see it completely differently — not as a no, not even as a maybe, more like an invitation to dig deeper. AND THAT CHANGED EVERYTHING. Recently, I was on the other side. I was the prospect. money was there, I was having the problem to be solved — but she did not explore it really... I didn't move forward. I DID NEED TO SAY MYSELF "I NEED TO THINK ABOUT IT" AND I CAN TELL YOU EXACTLY WHAT LOST ME. I want to talk about that. *** I want to connect with my people finally also here. In Europe. In Milan. Not just USA. Women in high ticket sales — closers, coaches who sell, consultants — high vibe setting, real talk, feminine winning kind of energy. NO AGENDA AGENDA. Just women who are excited about getting to their next level of potential. Fancy. Real. 💅 If this is calling you — come. I've been waiting for this room to exist so I'm building it myself. SO HERE WE ARE.
Women in Tech - Let's talk: Real Career stories from Women in Tech & Product
Women in Tech - Let's talk: Real Career stories from Women in Tech & Product
Ever wondered what it *really* takes to build a career in tech or product? No polished LinkedIn summaries, no highlight reels — just honest conversations. Join us for an interactive evening where women in tech and product share the unfiltered stories behind their journeys: the pivots, the doubts, the wins, and the lessons they wish they'd known sooner. This edition features three inspiring voices: * 🎙 **Giulia Ramunni** — Data Scientist at **Klarna** * 🎙 **Elisa Zanchetta** — Head of Operations at **Doctolib** * 🎙 **Marta Rettani** — Creative Director & UX at **Moviri** Three different paths. Three different disciplines. One shared experience: navigating a career in tech as a woman. The evening will feature a **panel discussion** followed by an open **Q&A session** — a chance to ask the questions you've always wanted to ask, and get real answers. Whether you're just starting out, navigating a transition, or simply looking for a community that gets it — you're in the right place. Come curious. Leave inspired.
SQF2026
SQF2026
L'evento dell'anno e il piĂš importante in Italia sulla QualitĂ  del Software. 30 interventi in 4 sessioni, di cui una plenaria la mattina e 3 sessioni pomeridiane parallele. Occasione unica per incontrare la Community della QualitĂ  del Software insieme ai principali player del settore. Tutti i dettagli e il programma su www.swqualityforum.org
Domenica super Aperitivo 10 euro 🎉
Domenica super Aperitivo 10 euro 🎉
La domenica ormai è appuntamento fisso per il nostro gruppo al Just me (ex Just Cavalli). Ci incontriamo alle 20:00 per socializzare al nostro tavolo riservato e gustare un ottimo buffet con la prima consumazione inclusa al costo di soli 10€. Alle 22:30 faremo un brindisi di prosecco offerto dagli organizzatori e chi vuole può rimanere a ballare. Serata dedicata a un pubblico di tutte le età, divertimento assicurato! È gradita conferma via whatsapp ai nostri numeri: Enrico 3930134920 melissa 3755058482
Alpha Cafè Milano
Alpha Cafè Milano
Benvenuti all’Alpha Café — uno spazio per chi vuole crescere, riflettere e trasformare. Ogni settimana ci incontriamo per esplorare insieme temi che intrecciano mente, emozioni e azioni, con l’obiettivo di comprendere meglio noi stessi e contribuire a una società più empatica. Cosa succede all’Alpha Café? - Apriamo con una meditazione di gruppo, per centrarci e connetterci. - Introduciamo il tema della serata con una breve presentazione multimediale. - Apriamo il confronto: una discussione libera e profonda su come il tema tocca la nostra vita quotidiana. - Concludiamo con un momento conviviale, per rilassarci e stare bene insieme. Un’ora per pensare, sentire, condividere. Ti aspettiamo!
GITUP - BERGEGGI, A LIGURIAM GEM (SV)
GITUP - BERGEGGI, A LIGURIAM GEM (SV)
Bergeggi is a small tourist town located on the Ligurian coast, just a few kilometers from Savona. Its unique geographical setting makes it a true gem. This charming seaside village is surrounded by nature and hills, and above all by crystal-clear waters that wash over its beaches, among the most sought-after in the area. **PROGRAM** 10:00 AM – Meeting point at Bar Latteria Era, Via Aurelia 390, 17047 Vado Ligure (SV) 10:15 AM – Departure for Bergeggi 11:15 AM – Arrival in Bergeggi, beach time, free time, and lunch (packed lunch or at local restaurants/facilities) Around 6:00 PM – Return Difficulty level: Easy Walking time: Approximately 40 minutes each way Distance: About 3 km each way Terrain: Flat What to Bring : Water and snacks, Beach towel, Swimsuit **Note 1:** The starting point of the walk must be reached independently (car, bus, train, etc.) or via carpooling by coordinating with other participants in the private Facebook and/or Telegram groups reserved for members (request access once you have your membership card). **Note 2:** The “I will attend” button on Meetup is not considered valid for us. Meetup is only a page for publishing the event and giving a general idea of interest. Once you become a member, please follow the instructions for the event’s *official* registration. **COSTS AND PARTICIPATION – MIN 7 PEOPLE, MAX 30** Event reserved for Gitup Enac members. Free for 2026 members - request your participation ticket here: [http://www.gitup.it/iscrizione-eventi/](http://www.gitup.it/iscrizione-eventi/?fbclid=IwZXh0bgNhZW0CMTAAYnJpZBExNXJOZlBOUFo2TnU0MlJrTHNydGMGYXBwX2lkEDIyMjAzOTE3ODgyMDA4OTIAAR40isxRJnPDxRFBNp_iADFxV_t_IXXYerPrzof2wC-vrsxh7YCQuE9AZYVKrA_aem_0zRMrPM9cBRzv2anqxS0Zg) Not a member yet or need to renew? A membership card is required — request it here: [http://www.gitup.it/iscrizione/](http://www.gitup.it/iscrizione/?fbclid=IwZXh0bgNhZW0CMTAAYnJpZBExNXJOZlBOUFo2TnU0MlJrTHNydGMGYXBwX2lkEDIyMjAzOTE3ODgyMDA4OTIAAR40isxRJnPDxRFBNp_iADFxV_t_IXXYerPrzof2wC-vrsxh7YCQuE9AZYVKrA_aem_0zRMrPM9cBRzv2anqxS0Zg) In case of bad weather, the outing may be canceled. Participants will be notified through the dedicated groups and via updates on this page. **P.S.** Please remember that GitUp is not a travel agency but a non-profit association that brings people together to enjoy pleasant shared experiences.people together to enjoy pleasant shared experiences. [www.gitup.it](http://www.gitup.it/) [https://www.facebook.com/gitupassociazione](https://www.facebook.com/gitupassociazione)
BookClub Giugno – Il giudice e il suo boia
BookClub Giugno – Il giudice e il suo boia
**I BookClub continuano!** ✨ Per l'appuntamento di giugno ci immergiamo in un piccolo grande classico della letteratura europea: **Il giudice e il suo boia** di **Friedrich Dürrenmatt**. Un romanzo breve, intelligente e sorprendente, che prende la forma di un'indagine poliziesca per trasformarsi presto in qualcosa di molto più profondo. Tra misteri, giochi di potere e verità sfuggenti, Dürrenmatt ci accompagna in una riflessione sul confine tra giustizia e vendetta, sul caso, sulla colpa e sulla fragilità delle nostre certezze. Come sempre, durante l'incontro condivideremo impressioni, riflessioni, domande e i passaggi che ci hanno colpito di più. Non servono competenze letterarie: basta la voglia di leggere, ascoltare e confrontarsi in un clima accogliente e informale. Il BookClub è aperto a tuttə, anche a chi non ha terminato il libro: ogni punto di vista è benvenuto 🤍 ### 🗝️ Temi di discussione * giustizia e moralità * verità e apparenza * caso e destino * potere e responsabilità * i limiti della ragione ### 📅 Quando **Mercoledì 24 giugno – ore 19:00** ### 📍 Dove **Giardini della Guastalla** Ingresso da **Via Francesco Sforza, Milano** Se il tempo sarà dalla nostra parte, ci incontreremo all'aperto, circondati dal verde, per una serata di lettura e conversazione sotto il cielo estivo. 🌿📖 ### ☀️ Cosa portare Porta il libro (cartaceo o digitale), una coperta o un telo per sederti sul prato e la voglia di condividere le tue impressioni. ✨ **Posti limitati** – conferma la tua partecipazione per riservare il tuo posto. Non vediamo l'ora di leggere e discutere insieme questo piccolo gioiello della letteratura europea. 📚🤍

High Scalability Computing Events Near You

Connect with your local High Scalability Computing community

Customize the IDE: Building Extensions for Visual Studio Code - Alan Barber
Customize the IDE: Building Extensions for Visual Studio Code - Alan Barber
**Important time note:** Please plan on arriving between 5:30 and 6:00 as the elevators lock after 6 and you'll need to message us and we'll need to come get you. The building address is 4450 Bridge Park The entrance is 6620 Mooney St, Suite 400 You will need to scan your ID at the door to get a visitor badge. **Abstract** *Customize the IDE: Building Extensions for Visual Studio Code* Visual Studio Code is one of the most widely used development environments today, and much of its flexibility comes from its extension ecosystem. Extensions allow developers to customize the editor with new features, integrations, and workflow improvements tailored to their needs. In this session, we’ll cover what extensions are and the different types available, including full extensions written in TypeScript or JavaScript, along with lighter-weight extensions such as color themes, language packs, language support, code snippets, and keymaps. We’ll also look at practical reasons a developer might create an extension, from automating repetitive tasks to adding custom tooling. The session includes a hands-on walkthrough of creating a new extension, testing it locally, and understanding the basic project structure. We’ll close with a brief overview of how extensions are packaged and published to the Visual Studio Marketplace and other distribution options. **YouTube Link** TBD
COhPy Monthly Meeting
COhPy Monthly Meeting
**Improving Office in Franklinton** Physical location: Improving Office 330 Rush Alley Suite #150 Columbus, OH 43215 Schedule: 6:00 p.m.: Socialize, eat, and drink. Improving will be providing pizza and beverages. 6:30 to 8:00 pm. Main meeting and presentation(s). Topic: This month Chris Pazsint will be talking about Agentic Coding. How does one use CLI Based Agents, and Agentic IDEs such as Cursor, Kiro, Antigravity? How to include agentic coding plugins for IDEs you already love such as Visual Studio Code. We meet on the last Monday of each Month. Presentations are given by members and friends of this group. If you would like to do a presentation (small or large) on a python topic, please contact Central OH Python at centralohpython@gmail.com
Ohio Fight club
Ohio Fight club
We are a real world Martial arts group. \ Called DO JUNG ISHU (the art of fighting) \ Based off of Jeet kune do we just continued where Bruce Lee left off. \ We have been around a while. \ Every week we get together and work technical skills and full contact spar. \ Almost all of the instructors have been in everything from street fights to the ring and some still compete in cage fighting. \ If you want to take your skills up, improve your confidence, gain self defense skills, get in better shape, test yourself or just want to kill some time and possibly get hit a bit come on down. \ We will be located at 3923 N High St, Columbus, OH 43214 Outside in the grass between the playground and horseshoe area. our instructors are normally in a black and red art of fighting shirt \ if you can not find us call or text me at 6143570295 Saturday 1:30pm Wednesday 5:45pm From Age 16 and up. attendees under the age of 18 must have a guardian with them. \ Wear workout clothes. \ Bring a MOUTHPIECE! \ WE HAVE GLOVES. \ $10 per class $5 per class if you are wearing a club shirt Club shirts are $25 Hope to see you soon. \ let me know if you have any questions :)
DoJo (Informal Python Meeting)
DoJo (Informal Python Meeting)
**Latest Dojo Location!** **Knotty Pine Brewing** 1765 W 3rd Ave, Columbus, OH 43212 We're going to try a new dojo location for a few weeks and see how it works Dojos are informal Python group study sessions where everyone interested in Python gathers to learn about Python, help others with Python, or just hang out. Everyone is welcome from Python beginners to experts. Bringing a laptop is encouraged (we'll have extension cords and power strips). If there's something you want to learn leave a comment on this invite so we can plan ahead. We're looking for speakers for our Monthly Meetups! Fill out the form if you are interested in presenting to the Python Community. https://forms.gle/ehSfUAC2WgR34Crq9
Fundamentals: by do Jung Ishu/ the art of fighting
Fundamentals: by do Jung Ishu/ the art of fighting
We are a real world Martial arts group. \ Called DO JUNG ISHU (the art of fighting) \ Based off of Jeet kune do we just continued where Bruce Lee left off. \ We have been around a while. \ Every week we get together and work technical skills and full contact spar. \ Almost all of the instructors have been in everything from street fights to the ring and some still compete in cage fighting. \ If you want to take your skills up, improve your confidence, gain self defense skills, get in better shape, test yourself or just want to kill some time and possibly get hit a bit come on down. \ We will be located at 3923 N High St, Columbus, OH 43214 Outside in the grass between the playground and horseshoe area. our instructors are normally in a black and red art of fighting shirt \ if you can not find us call or text me at 6143570295 Saturday 1:30pm Wednesday 5:45pm From Age 16 and up. attendees under the age of 18 must have a guardian with them. \ Wear workout clothes. \ Bring a MOUTHPIECE! \ WE HAVE GLOVES. \ $10 per class $5 per class if you are wearing a club shirt Club shirts are $25 Hope to see you soon. \ let me know if you have any questions :)
AI Agents 101: How to Make ChatGPT Do Actual Work
AI Agents 101: How to Make ChatGPT Do Actual Work
Most people still use AI like a search box: type one question, get one answer, repeat. But the next step is AI agents: systems that can take a goal, break it into steps, use tools, remember context, and produce useful work for a human to review. In this beginner-friendly session, we’ll demystify what AI agents actually are — without hype or jargon. We’ll walk through practical examples of how agents can help with research, planning, writing, coding, operations, and personal productivity. We’ll cover: * What makes an AI “agent” instead of just a chatbot * How agents break tasks into steps * Where agents are genuinely useful today * Where they fail, hallucinate, or need human review * How to design simple AI workflows for your own work * A live demo of an AI agent-style workflow from start to finish No coding experience required. This is for anyone who wants to understand where AI tools are going and how to use them more effectively right now. LOGISTICS AND PARKING: The talk starts at 7:00 PM. The first half hour is reserved for everyone to get set up and mingle. Free pizza and drinks! The cheapest parking option is to find street parking, which will only cost you a few bucks. Otherwise, park in the nearby veteran's museum lot for $8. It's highly recommended you avoid the nearby $15 garage parking.
Christians in Tech - Meetup #38 @ Improving
Christians in Tech - Meetup #38 @ Improving
Christians in Tech is a community at the intersection of faith and technology. Our meetups are designed to spark meaningful conversations, promote knowledge sharing, and encourage growth—both in your career and your spiritual walk with God. Whether you're an experienced professional or just starting your tech journey, CIT welcomes you. Our Website [https://linktr.ee/citcbus](https://linktr.ee/citcbus) Sponsors and Partners * Improving (Venue Sponsor) * Bethel World Prayer Center (Fiscal Sponsor) * Fruits & Roots (Coffee Partner)