Skip to content

Civic Hacking

Meet other local people interested in Civic Hacking: share experiences, inspire and encourage each other! Join a Civic Hacking group.
pin icon
1,019
members
people1 icon
3
groups

Frequently Asked Questions

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

Discover all the civic hacking events taking place this week here. Plan ahead and join exciting meetups throughout the week.

Absolutely! Find civic hacking events near your location here. Connect with your local community and discover events within your area.

Civic Hacking Events Today

Join in-person Civic Hacking events happening right now

From Insight to Impact: Women’s Health Design Jam – Manchester
From Insight to Impact: Women’s Health Design Jam – Manchester
More Infro and Sign: https://www.eventbrite.co.uk/e/from-insight-to-impact-womens-health-design-jam-manchester-tickets-1982205961390?aff=ebdsoporgprofile
Error-handling in C++26
Error-handling in C++26
This month we have a visiting speaker from think-cell, Sebastian Theophil, who will talk to us about error handling in C++26 (with sprinkles of C++23). We also have space for a shorter talk, or lightning talks. If you would like to speak - even for just five minutes, please drop something into cppldn.uk/speak. **think-cell** will also be supporting the group by providing pizza and drinks - thanks **think-cell**! Thanks, also, to **Maven Securities** for hosting us again, this month. **As usual we'll need your full name for the door list, so we'll be asking for this on registration** (as this may be different to your username). This data will only be used for the door list/ registration and not published anywhere or used for other purposes. If you'd like to speak at a future event please get in touch at [cppldn.uk/speak](http://cppldn.uk/speak). **Here's the approximate schedule:** **18:30** *Doors open* **19:00** "Intro and news" - *Phil Nash* **19:10** *"compile_assert - Compile time C++ assertions" - Jonathan Grant* I present compile_assert(expression, message), a new C++ keyword proposal for enforcing assertions at compile time within ordinary (non-constexpr) functions. compile_assert provides advanced asserts at compile time, not runtime. Used for bounds checking, parameter validation and data validation at compile time. All three major compilers (GCC, Clang, MSVC) are supported with a sample implementation. The example implementation does this by using GCC’s attribute error which works with Clang. **19:25** "Compile-Time Data Layout Transformation with C++26 Reflection" - *Arturs Kalnins* We’ll use C++26 static reflection and injection to convert an AoS into a SoA at compile time, live on the latest GCC, with zero macros and zero boilerplate. **19:40** *break* **20:00** "To Err is Human: Robust Error Handling in C++26" - *Sebastian Theophil* A walk through the new error handling features in C++26 — including \`std::expected\`, \`std::stacktrace\`, contracts, and more — and how they can help us write more robust, maintainable code. **21:00** *Conclusion, and moving on somewhere else* \-\-\- **About the speakers** *Sebastian* has been working at think-cell since it was founded in 2002. In the last few years, among many other things, he has ported think-cell to run on macOS. He also maintains the typescripten project, which lets programmers call JavaScript libraries from C++ code compiled to WebAssembly in a convenient and type-safe way. He enjoys leaving his desk from time to time to talk at international C++ conferences. *Jonathan* has been a Software Engineer since 2003, worked in the video games industry and also embedded space for a long time at Renesas in safety critical systems for the automotive sector in C and C++. He also develops bespoke machine learning software in C++. He has a BSc Computer Science and an MSc Software Engineering. *Arturs* is a C++ software engineer with a background in aerospace engineering, where he developed a strong foundation in mathematics and systems thinking. He builds reliable, high-performance systems across embedded software, networking, and distributed platforms, with a particular focus on modern C++ (23/26), Rust, and performance-critical design. He enjoys tackling complex engineering challenges, designing clean abstractions, and contributing to the standards and practices that help teams deliver robust systems effectively.
Beyond Inclusion: Rethinking what truly accountable, inclusive design looks like
Beyond Inclusion: Rethinking what truly accountable, inclusive design looks like
**Whose knowledge is centred in design? Whose voices are heard, and whose are overlooked?** Join us for an interactive workshop that goes beyond surface-level inclusion to critically explore power, culture, and equity in design practice. **What’s the event about?** We want to create a space where we can talk honestly and practically about what it means to go beyond inclusive design — to question who design is for, how it’s done, and how we might do it differently. It’s not a lecture, nor is it about having the “right” answers. It’s about exploring the topic together in a way that’s open, hands-on… and a bit of fun too. This event will include an interactive activity designed to provoke thought and discussion about what it means to design beyond inclusivity, creating space for deeper shared reflection. **Who’s it for?** This is for anyone working in or around design — whether you’re in services, research, strategy, policy, or community roles. You might: •⁠ ⁠Be curious about the term “decolonising” but not sure where to start •⁠ ⁠Feel a bit disconnected from this kind of conversation •⁠ ⁠Be looking for a more grounded, less academic way in •⁠ ⁠Just want to meet others thinking about design and equity in new ways **What can you expect?** •⁠ ⁠A hands-on group activity inviting you to explore an unfamiliar world, challenge assumptions, and think differently about power, culture, and design •⁠ ⁠Facilitated group reflection and conversation on how we talk about — and act on — the idea of decolonising design in our work •⁠ ⁠Informal conversations and networking at the pub to follow What you’ll take away •⁠ ⁠A practical framework you can adapt or reuse in your own work •⁠ ⁠A more grounded sense of what “decolonising design” can mean in everyday practice •⁠ ⁠A chance to connect with others exploring similar questions Whether you're completely new to decolonising design or already working with these frameworks, you'll find space to reflect, learn, and connect with others navigating similar questions. **About the Ticket** The ticket cost is to hold your place and ensure commitment from attendees. **All participants who attend the event will be offered the option to request a full refund of their ticket price.** This approach helps us plan effectively while remaining accessible to those with financial constraints. Come ready to participate, question, and imagine design differently.
AI Builders London
AI Builders London
Register: [https://luma.com/london-mar5](https://luma.com/london-mar5) **Join our meetup for AI nerds, engineers & founders!** We share the latest insights about: *AI dev tools, Agent frameworks, RAG, vibe coding, and more!* ​​\*\*// FOR WHO\*\* ✅ Devs, Product peeps, Data lovers, ML engineers, Founders ✅ Anyone building with AI ⚠️ Some LLM knowledge required!\* Neo4j Session: **Living in an Agentic World (model) by Andreas Kollegger** What if we onboarded AI agents the same way we onboard employees? That's the key insight of "context graphs" - giving agents access to why decisions are made improves their performance. This leads to \*Agentic World Models\*: the convergence point where agent memory, knowledge graphs, and context graphs meet. Agents discover written policies and unwritten tribal knowledge, learn formal org structures and informal influence networks, and capture the \*decision traces\* that explain not just what happened, but why it was the right call. We'll cover: \- how to capture decisions traces \- how to query the context graph when making decisions \- a demo of what this looks like Together, we'll put context in context.
March Newsletter
March Newsletter
CLOTHES MAKING & ALTERING WORKSHOP
CLOTHES MAKING & ALTERING WORKSHOP
**Bookable via our website ➡️** [https://www.thegoodlifecentre.co.uk/events/clothes-making-altering-workshop-6-mornings-3/](https://www.thegoodlifecentre.co.uk/events/clothes-making-altering-workshop-6-mornings-3/) **⋆⋆⋆** Do you want to jump into making your own clothes but have never used a pattern? Do you wish to copy a beloved piece of clothing? Would you like to learn how to adjust your own pattern to fit just you? Learn how to take body measurements, read and alter a commercial pattern to fit, lay out and cut fabric and construct a finished garment to a high standard using one of our Janome 525s or Bernina 1008 series sewing machines. During the sessions of this small group of learners you will gain confidence and improve any sewing skills you already have. If you have never used a machine, we can guide you through making a simple garment from a purchased pattern. Bring your own pattern or use one of our small selection. If you have sewing experience but want to start creating your own patterns, you can learn how to create a bespoke piece of clothing. You can also bring a piece of clothing to alter or fix. We supply the basics and the calico you will use to make a ‘toile’ (an inexpensive mock up) to save you ruining your chosen final fabric. Along the way, talented tutor and seamstress will teach you lots of techniques and tips to ramp up your sewing passion. This is a perfect class if you have been teaching yourself so far, or if your last project was made a long time ago at school. **Suitable for:** Suitable for beginners, enjoyable for those with experience. A good level of English and basic math skills are useful. **Next start date:** Check our website for more dates: [https://www.thegoodlifecentre.co.uk/clothes-making-altering/](https://www.thegoodlifecentre.co.uk/clothes-making-altering/)

Civic Hacking Events This Week

Discover what is happening in the next few days

Novice | 11-1pm Mar 7 Vortex upstairs
Novice | 11-1pm Mar 7 Vortex upstairs
**Update: full for drums, piano, guitar, lead instruments (sax, trumpet, violin, flute)** *Please only sign up if your instrument (or vocals) is not indicated above as full for this session.* full list of scheduled sessions: https://www.meetup.com/Practice-Jazz-Jam-Sessions/events/ **What is it** The novice rehearsal sessions provide an opportunity for people who are relatively new to jazz, to play in a friendly, low-pressure environment. With a short set list that attendees can prepare in advance, it becomes a little less daunting to play and get the most out of practising in a group. See below for this week's setlist. Please sign up before attending. Already full for your instrument? Please check back every other Wednesday, when new sessions go live. If you keep not being able to get a spot, please message the organiser (Xie). Location: Vortex upstairs **Who's it for** Anyone who has practised following the forms (chord progressions) of jazz tunes - maybe on their own at home - and would like to build up playing experience, expand repertoire and practice performing with other musicians. There are various introductions on how jazz jams work - see e.g. https://jazznightschool.org/pages/jam-session-basics You don't need to get all these details right for these novice practice sessions. The set list format should offer opportunities for those at different levels of developing their playing. While at the beginning one might struggle to follow/comp the chords or play through the melody, it gets easier over time and one can start to develop approaches to improvisation, harmonise lead lines, add intros/endings, work on communication between band members, and even listen to recordings together and pick up specific arrangements. Bass players are expected to be able to play a walking bass line on swing tunes, and simple bossa lines for bossa novas. Playing the melody, or "head" - the responsibility is shared between horns players (e.g. sax, trumpet, violin), guitar and piano. Feel free to discuss among the group before each song - different parts of the head or the starting / ending heads can be played by different players. Some melodies will better suit several voices at the same time, whereas others are sensitive to variations in how they are played and may prefer a single instrument at a time. **What it's like** A relaxed and welcoming atmosphere - please put aside any worries of making mistakes if you’re thinking of joining us for the first time. To ensure the group is accessible for those at different levels, I ask that each novice session should work on only the below four songs of the set list, unless each and every attendee feels they prefer to move on. Each novice session is limited to up to: 1 drummer, 2 bass, 2 keys, 2 guitar, 3/4 lead instruments. Always use the top of the description to see if there is an available slot for your instrument - please do not try to work this out yourself by looking at the other attendees' instruments. **Tunes this week (Sat Mar 7)** * Blue Monk in Bb (warm up) (Chad LB) https://www.youtube.com/watch?v=UMMV08xo43U * Meditation in C (Dexter Gordon) https://www.youtube.com/watch?v=Mz2nNNj7O8o * Someday my prince will come in Bb (Miles Davis) https://www.youtube.com/watch?v=fWN9UfUV9eE * Afternoon in Paris in C (Benny Golson) https://www.youtube.com/watch?v=BiaTpTNoPa0multi (attempt the harmonising lines) Everyone is encouraged to listen to a variety of recordings for each song, but please ensure you are familiar with the recording provided as a primary reference. **Tune preview - next novice session (Sat Mar 14)** * Fly me to the moon in C (warm up) (Scott Hamilton) https://www.youtube.com/watch?v=QhIapeq7GBU * On Green Dolphin Street in Eb (Miles Davis) https://www.youtube.com/watch?v=xGVdAlxlp18 * Moanin' in Fm (Chad LB) https://www.youtube.com/watch?v=kyQm1kE41os * Doxy in Bb (Davis, Rollins) https://www.youtube.com/watch?v=VWreJOSbIQQ **Preparing for the session** The chordal form of each song follow the iReal Pro app as a common reference, or you can use sheet music from Real Books. Resource for sheet music: https://www.seventhstring.com/fbindex.html http://therealbook.info/ Try to immerse yourself in the songs by listening to recordings by different artists on youtube, spotify etc. Learn the head (main melody) of the song if you can. Don't hesitate to let the band know you can play it so you can start things off **Playing well together** The rehearsal groups are often quite large for a jazz ensemble setting. Please follow the below arrangements, which are designed to help the group be mindful of each other's volumes, and to build good habits for playing as a group * Every tune should be played at least twice. Swap the bass, piano and guitar players between the two renditions (if there are two attending) * Only one guitarist should comp - i.e. play chords - for each rendition (both guitarists can solo, and comp without amplification) * After each rendition of the warm up tune, the whole group should take a moment together and help each other to check on volumes, including: \*\* Can everyone hear themselves? \*\* Are the drums too loud? \*\* Can everyone hear the bass? \*\* Is the guitar comping too loud? \*\* Is the piano loud enough? (staff at the office can turn this up) \*\* Feel free to revisit volumes after subsequent songs * For any song, if at least two people in the group feel it would be better, the guitar and piano should share the choruses for comping (instead of comping together) - e.g. guitar comps the first time through the head, then piano, then guitar, etc. **Equipment** there is a piano, drum kit (no cymbals or high hat clutch), bass and guitar amps, stands, and microphones. Drummers: please bring cymbals (none available for rental) and hi hat clutch **Vocalists** Singers are welcome, however please note that the songs have fixed keys, and some of the repertoire are likely not in the right key for your range. If you are an experienced singer, it may be possible to arrange sessions with repertoire catered to you - to explore this, please first come to the "Afternoon Open Jams" so I can get a sense of your singing. **Observing** Would you like to attend a session without playing/singing, to get an idea of the format or to get a sense of what to practise first at home? You can sign up as usual to any novice session, and send me a message that you'd like only to watch the session. When you feel ready, the fee paid can be carried over toward any future session where you join to play or sing at the rehearsal. **Cancellation policy** Please try to make it to any session you sign up to, as the jams are organised around a particular mix of instruments. However, if things do come up and you can no longer make a session, please send a message to the organiser, Xie, as soon as possible. Places are non-refundable if your plans change, but if you provide over 1 week notice it may be possible to carry over the fee for a future session. \-\-\-\-\- any questions do get in touch!
Hackathon: Agents & Knowledge Graphs (LangChain x SurrealDB)
Hackathon: Agents & Knowledge Graphs (LangChain x SurrealDB)
## \*Please note - to be admitted to this event you must register for approval here: [https://luma.com/lcsqwmf3](https://luma.com/lcsqwmf3) This weekend hackathon brings together LangChain and SurrealDB to explore how agents can move beyond demos by grounding themselves in structured, persistent context. As agentic systems become more autonomous, their biggest failure mode isn’t model capability - it’s context. Agents struggle with accuracy, consistency, and reasoning when memory is shallow or unstructured. Knowledge graphs provide a powerful way to represent relationships, state, and history, enabling agents to reason over how things connect, not just what text is retrieved. Over the weekend, you’ll build practical agent projects using the LangChain ecosystem, with a strong emphasis on knowledge graphs and real-world retrieval workflows, using SurrealDB as a unified data layer for graph, document, vector, and temporal data. You’ll also have plenty of time to connect with both the LangChain and SurrealDB communities in London, collaborate with other builders, and get hands-on support from mentors. *** ## Schedule **Friday** * 18:00 - Doors open, check-in, pizza & drinks * Hackathon kickoff, team formation & briefing (time TBC) **Saturday** * All day - Build, iterate, mentor support (details TBC) **Sunday** * Final build, demos & judging (details TBC) * 15:30 - Closing, winners & wrap-up Full challenge details and rules will be shared ahead of the event. *** ## What you’ll work on * Agent workflows built with LangChain * Knowledge graph–driven context and memory * Hybrid retrieval patterns (vector + graph) * Persistent agent state and evolving context * Practical, production-oriented agent use cases *** ## Prizes * Swag and LangSmith credits from LangChain * Swag from SurrealDB *** ## Why attend? This is a hands-on opportunity to build credible agent projects in a single weekend, learn production-oriented patterns, and explore how structured context improves agent accuracy and reliability. You’ll collaborate with experienced builders, get direct support from the LangChain and SurrealDB teams, and connect with the wider London agent and AI engineering community. **FAQs** **Is the venue accessible?** Absolutely! There is a lift that takes you up to Level 4 where the event is held. **Is this event for me?** SurrealDB events are for software engineers, developers, architects, data scientists, data engineers, or any tech professionals keen to discover more about SurrealDB: a scalable multi-model database that allows users and developers to focus on building their applications with ease and speed. **Am I guaranteed a ticket at this event?** Our events are tech-focused and in the interest of keeping our events relevant and meaningful for those attending, tickets are issued at our discretion. We therefore reserve the right to refund ticket orders before the event and to request proof of identity and/or professional background upon entry. **Are there any House Rules?** At SurrealDB, we are committed to providing live and online events that are safe and enjoyable for all attending. Please review our [Code of Conduct](https://surrealdb.com/legal/code-of-conduct) and [Privacy Policy](https://surrealdb.com/legal/privacy) for more information. It is compulsory for all attendees to be registered with a first **and** last name in order to attend. Any attendees who do not adhere to these requirements will be refused a ticket.
Novice | 9-11am Mar 7 Vortex upstairs
Novice | 9-11am Mar 7 Vortex upstairs
**Update: full for drums, bass, guitar, piano, 2 of 3 spots taken for lead instruments (sax, trumpet, violin, flute)** *Please only sign up if your instrument (or vocals) is not indicated above as full for this session.* full list of scheduled sessions: https://www.meetup.com/Practice-Jazz-Jam-Sessions/events/ **What is it** The novice rehearsal sessions provide an opportunity for people who are relatively new to jazz, to play in a friendly, low-pressure environment. With a short set list that attendees can prepare in advance, it becomes a little less daunting to play and get the most out of practising in a group. See below for this week's setlist. Please sign up before attending. Already full for your instrument? Please check back every other Wednesday, when new sessions go live. If you keep not being able to get a spot, please message the organiser (Xie). Location: Vortex upstairs **Who's it for** Anyone who has practised following the forms (chord progressions) of jazz tunes - maybe on their own at home - and would like to build up playing experience, expand repertoire and practice performing with other musicians. There are various introductions on how jazz jams work - see e.g. https://jazznightschool.org/pages/jam-session-basics You don't need to get all these details right for these novice practice sessions. The set list format should offer opportunities for those at different levels of developing their playing. While at the beginning one might struggle to follow/comp the chords or play through the melody, it gets easier over time and one can start to develop approaches to improvisation, harmonise lead lines, add intros/endings, work on communication between band members, and even listen to recordings together and pick up specific arrangements. Bass players are expected to be able to play a walking bass line on swing tunes, and simple bossa lines for bossa novas. Playing the melody, or "head" - the responsibility is shared between horns players (e.g. sax, trumpet, violin), guitar and piano. Feel free to discuss among the group before each song - different parts of the head or the starting / ending heads can be played by different players. Some melodies will better suit several voices at the same time, whereas others are sensitive to variations in how they are played and may prefer a single instrument at a time. **What it's like** A relaxed and welcoming atmosphere - please put aside any worries of making mistakes if you’re thinking of joining us for the first time. To ensure the group is accessible for those at different levels, I ask that each novice session should work on only the below four songs of the set list, unless each and every attendee feels they prefer to move on. Each novice session is limited to up to: 1 drummer, 2 bass, 2 keys, 2 guitar, 3/4 lead instruments. Always use the top of the description to see if there is an available slot for your instrument - please do not try to work this out yourself by looking at the other attendees' instruments. **Tunes this week (Sat Mar 7)** * Blue Monk in Bb (warm up) (Chad LB) https://www.youtube.com/watch?v=UMMV08xo43U * Meditation in C (Dexter Gordon) https://www.youtube.com/watch?v=Mz2nNNj7O8o * Someday my prince will come in Bb (Miles Davis) https://www.youtube.com/watch?v=fWN9UfUV9eE * Afternoon in Paris in C (Benny Golson) https://www.youtube.com/watch?v=BiaTpTNoPa0multi (attempt the harmonising lines) Everyone is encouraged to listen to a variety of recordings for each song, but please ensure you are familiar with the recording provided as a primary reference. **Tune preview - next novice session (Sat Mar 14)** * Fly me to the moon in C (warm up) (Scott Hamilton) https://www.youtube.com/watch?v=QhIapeq7GBU * On Green Dolphin Street in Eb (Miles Davis) https://www.youtube.com/watch?v=xGVdAlxlp18 * Moanin' in Fm (Chad LB) https://www.youtube.com/watch?v=kyQm1kE41os * Doxy in Bb (Davis, Rollins) https://www.youtube.com/watch?v=VWreJOSbIQQ **Preparing for the session** The chordal form of each song follow the iReal Pro app as a common reference, or you can use sheet music from Real Books. Resource for sheet music: https://www.seventhstring.com/fbindex.html http://therealbook.info/ Try to immerse yourself in the songs by listening to recordings by different artists on youtube, spotify etc. Learn the head (main melody) of the song if you can. Don't hesitate to let the band know you can play it so you can start things off **Playing well together** The rehearsal groups are often quite large for a jazz ensemble setting. Please follow the below arrangements, which are designed to help the group be mindful of each other's volumes, and to build good habits for playing as a group * Every tune should be played at least twice. Swap the bass, piano and guitar players between the two renditions (if there are two attending) * Only one guitarist should comp - i.e. play chords - for each rendition (both guitarists can solo, and comp without amplification) * After each rendition of the warm up tune, the whole group should take a moment together and help each other to check on volumes, including: \*\* Can everyone hear themselves? \*\* Are the drums too loud? \*\* Can everyone hear the bass? \*\* Is the guitar comping too loud? \*\* Is the piano loud enough? (staff at the office can turn this up) \*\* Feel free to revisit volumes after subsequent songs * For any song, if at least two people in the group feel it would be better, the guitar and piano should share the choruses for comping (instead of comping together) - e.g. guitar comps the first time through the head, then piano, then guitar, etc. **Equipment** there is a piano, drum kit (no cymbals or high hat clutch), bass and guitar amps, stands, and microphones. Drummers: please bring cymbals (none available for rental) and hi hat clutch **Vocalists** Singers are welcome, however please note that the songs have fixed keys, and some of the repertoire are likely not in the right key for your range. If you are an experienced singer, it may be possible to arrange sessions with repertoire catered to you - to explore this, please first come to the "Afternoon Open Jams" so I can get a sense of your singing. **Observing** Would you like to attend a session without playing/singing, to get an idea of the format or to get a sense of what to practise first at home? You can sign up as usual to any novice session, and send me a message that you'd like only to watch the session. When you feel ready, the fee paid can be carried over toward any future session where you join to play or sing at the rehearsal. **Cancellation policy** Please try to make it to any session you sign up to, as the jams are organised around a particular mix of instruments. However, if things do come up and you can no longer make a session, please send a message to the organiser, Xie, as soon as possible. Places are non-refundable if your plans change, but if you provide over 1 week notice it may be possible to carry over the fee for a future session. \-\-\-\-\- any questions do get in touch!
DIY IN A DAY – DRILLS
DIY IN A DAY – DRILLS
**Bookable via our website ➡️** [https://www.thegoodlifecentre.co.uk/events/diy-in-a-day-drills-341/](https://www.thegoodlifecentre.co.uk/events/diy-in-a-day-drills-341/) **⋆⋆⋆** Learn the basics at this fast-paced but relaxed one-day workshop. A perfect starter for all those annoying jobs around the house that you feel you should be able to tackle…if only you knew how. We know it’s frustrating to wait for it to be done and then get charged for it and we understand it can be a bit daunting to head into a wall with a power drill. Pick up the skills to hang curtains, blinds, and simple shelves on any wall. Learn to drill into wood, brick, tiles, or hollow walls with confidence. We will show you how to judge what is behind the walls before you drill. An enjoyable ‘ hands-on’ one-day workshop that covers many of the common aspects of basic DIY. If you have just bought your home and have realized it didn’t include a landlord to fix stuff, or just don’t want to rely on someone else, this day is for you. There is plenty of time to practice on several exercises over the day. The workshop also covers hanging pictures and heavier objects like mirrors, cupboards, and flat-screen TVs. You will learn how to hang a hook, fix a baton, and then a pair of level shelf brackets. Finish off the day learning how to fit shelves into awkward alcoves – a handy skill you can use to fit work surfaces too. Learn how to select the correct drill bit, wall fixing, and screw to secure things confidently. The day will also include a chance to fill small and medium holes in wood and walls to prepare your surfaces for painting. Along the way, we show you how to remove old wall fixings and what to do with the ones you can’t. This a fun fast day with plenty of tools to try and lots of advice on which tools to have in a basic toolkit. If you are thinking of upgrading your drill, you can test all of the ones we use and feel more knowledgeable about what you want to buy. This course is especially suitable if you are not handy or if you are able, but not that confident, about tackling small but important tasks in your home. We will also suggest how to tell if a task is appropriate for DIY or GSI (Get Someone In). You will take home a set of skills that will last a lifetime. All tools and materials included. Perfect for beginners.
MAKE A ROMAN BLIND
MAKE A ROMAN BLIND
**Bookable via our website ➡️** [https://www.thegoodlifecentre.co.uk/events/make-a-roman-blind-93/](https://www.thegoodlifecentre.co.uk/events/make-a-roman-blind-93/) ⋆⋆⋆ Suitable for beginners. Enjoyable for everyone. One-day workshop. 10am – 5pm. Drawn to the look of fashionable roman blinds but not sure how to make them yourself? Then this one day workshop is for you. From measuring the window to fixing it to the wall, experienced tutor, Ian McQueen will guide you through the tools and techniques for making bespoke and accurately fitting blinds for any room in your house. During the day, you will master the art of producing a fabulous window treatment. You will make a sample blind using a 75cm x 1-metre drop piece of fabric. We keep our workshops very small for this discipline as you will need room to spread out when you are measuring and sewing so we aren’t able to make larger samples. You can take your professional handiwork home with pride. You will learn what to buy when shopping for cords and rings and how to select a suitable fabric to bring perfection and privacy to your decor. The Goodlife Centre has a varied selection of quality fabrics for you to use.
Philosophy in the Park 134 (in The Barbican)
Philosophy in the Park 134 (in The Barbican)
Philosophy in the Park is a philosophical discussion group. Open to all. No previous philosophical experience necessary. We will meet in the Barbican Centre on Level Minus 1. Outside The Hall. Here's how it works: * At the start of each hour vote on which questions to discuss. You can vote for more than one question if you'd like. The questions with the most votes are the questions we discuss. * We then break up into groups and each group does a different question. The question is just a starting point and it's cool if you go on tangents and up end talking about different things. You're welcome to join in and participate or if you'd prefer you're welcome to sit back and enjoy the conversation. After an hour we all come back together, take a quick break and then repeat all over again. So in 3 hours we go around 3 times. The aim is to have fun, meet new people, generate interesting and thought-provoking conversations, have your horizons expanded, challenge your preconceptions and who knows - you might even learn something? In order to make the conversations as fun, interesting and productive for everyone as possible please follow these simple guidelines: 1. Keep it Philosophical (No Science, no History, no Evolutionary Psychology, no contestable facts, personal anecdotes etc). 2. Think for Yourself (No phones, no looking up definitions, no name dropping Philosophers / books you've read). 3. Tangents are Cool (Don't worry too much if the subject drifts and you don't answer the question). 4. Keep it Succinct (Like this). 5. Be Excellent to Each Other (But of course). Philosophy is about conceptual analysis. It's thinking about thinking. It's not about empiricism or the real world. It's about abstractions, concepts and ideas. To terms of the right attitude: It's not about debating and trying to win - it's about listening to people and working collaboratively to increase our collective understanding. No homework or prior knowledge or reading is necessary - simply come and enjoy the discussions. After the event finishes we have an area reserved in The Shakespeare pub which is just around the corner from the Barbican. You are very welcome to join us if you'd like. If you would like to submit a question please join the Whatsapp group. Question submissions take place on the Thursday before the meeting. We hope to see you there. Nice one. ... To join the Philosophy in the Park WhatsApp Group please click here: [https://chat.whatsapp.com/CdFaxJHbeOw9UOfuk7spiK](https://chat.whatsapp.com/CdFaxJHbeOw9UOfuk7spiK) (in order to stop spam bots this will take you to a Waiting Room. Once in please write your name and we will join you to the main chat). If the link doesn't work then please send me a message with your phone number and I can add you directly. Meetup charges subscription fees. If you would like to make a donation please click here: [https://paypal.me/philosophycollective](https://paypal.me/philosophycollective)

Civic Hacking Events Near You

Connect with your local Civic Hacking community

Columbus Code & Coffee 84 @ Improving
Columbus Code & Coffee 84 @ Improving
Columbus Code & Coffee is an inclusive, informal co-working session. People of all skill levels attend, and we love it that way. Many people (optionally) bring projects to work on, and many other people (optionally) socialize the entire time. It's entirely up to you! **What to Expect at the Intro Circle** \~\~\~\~\~\~\~\~\~\~\~\~\~ Near the beginning of the event (1:30 pm), we do a standup: * Organizer announcements, updates, and logistics Round 1 - (7 secs max): * Your name * What you're working on * What you can help others with Round 2: * Community events you wanna plug. If none, that's cool too. Round 3: * Job opportunities you're hiring for OR announce that you are looking for one. If none, that's cool. After the introduction circle, everything is self-organized! Feel free to work alone, pair up, attend one of our workshops/presentations, or mingle!
ServiceNow's Got Talent
ServiceNow's Got Talent
Builders, creators, architects, admins, consultants - come one, come all. This one's for you. We're bringing a little friendly competition to the Columbus ServiceNow community while highlighting the cool things people have built on the platform. Five presenters will take the stage to showcase something they've built, solved, designed, or imagined on the ServiceNow platform - and a panel of judges (plus YOU, our amazing audience) will score them live. So basically, America's Got Talent but make it ServiceNow's Got Talent. Bring a notepad if you'd like 'cause you'll definitely be learning something new. Each presenter gets 10 minutes max to wow the crowd with: • A demo • A real-world business solution • A bold idea • A UX transformation • Or a creative use of the platform Judging Criteria: 🏆 Business Value 🚀 Innovation ✨ User Experience This event is about celebrating ideas, sharing knowledge, and showing how ServiceNow can drive both business impact and meaningful user value. Come learn. Come support. Come get inspired. Refreshments and bites will be provided. And maybe next time… you’ll be on stage.
Columbus Arduino Raspberry Pi Enthusiasts (CARPE) (Check Location)
Columbus Arduino Raspberry Pi Enthusiasts (CARPE) (Check Location)
Bring your Raspberry Pi, Arduino, microcontroller, or any other electronic project and join fellow electronics makers for a night of creativity and collaboration! This session is open forum to share your current projects—whether complete or in progress, it’s all interesting! Whether you’re deep into embedded systems, exploring new ideas, or just getting started, you’ll find a welcoming space to collaborate, share, and get inspired. **New to electronics or curious about tinkering?** You’re absolutely welcome. If you’re a beginner and want to experiment, I’ll have a couple of starter kits available so you can try things out—whether that’s blinking your first LED, putting something on a display, or experimenting with simple sensors. No pressure and no experience required—just an interest in learning and building. While we continue to pursue a more permanent venue for this Meetup, we’ll be using public library facilities based on availability. This session will be at the Worthington Park Library in the Olentangy Meeting Room.
BrowserStack QA Meetup | Columbus (March 12)
BrowserStack QA Meetup | Columbus (March 12)
**Hello Columbus!** **The community is buzzing and growing well.** **We are thrilled to bring our third BrowserStack QA Meetup on March 12th!** We are creating a space for deeper insights, meaningful connections, and a vibe you won't want to miss. **What to expect:** * **Connect:** Network with Columbus' top engineering and QA minds. * **Learn:** Real-world tactics and trends you can use immediately. * **Enjoy:** Food, drinks, and great community spirit. **Agenda** * **[Sam Gomez](https://www.linkedin.com/in/samueljgomez/)** is presenting "AI is more than LLMs: Choosing the right AI for your needs." **RSVP Essential:** Space is limited, and we want to ensure a great experience for everyone. **RSVP now to secure your spot!** 📍 **Venue:** Leading EDJE, 6515 Longshore Loop, Suite 300, Dublin, OH 43017 📍 **Free Parking:** 6725 Longshore Street, Dublin, OH 43017 📅 **Date & Time:** March 12, 6:00 PM **Stay Connected!** Want to continue the conversation beyond the meetup? Join our **BrowserStack Discord Server** to get updates, connect with fellow QA professionals, and be part of an ongoing discussion. **Don’t miss out—click below to join!** 🔗 [\[](https://discord.gg/6SdCyWTNyW)**[Join the BrowserStack Discord Server](https://discord.gg/6SdCyWTNyW)**[\]](https://discord.gg/6SdCyWTNyW) **A Few Notes:** ✅ This is an **in-person event** ✅ **RSVP does not guarantee a seat** – A confirmation email will be sent one day before the event. **TALK ABSTRACT:** AI is all the hype these days; however, despite (or maybe because of) the excitement around it, a high percentage of AI projects fail. Projects that are over budget, delayed, or that fail to scale past the POC phase are very common. In many of these scenarios, choosing the right approach can be as critical as the solution itself. Should you build a tailored machine learning model, leverage the power of large language models (LLMs), or integrate with AI copilots? Each option has unique strengths, trade-offs, and resource requirements, and the key to success lies in aligning your choice with your business goals and technical constraints. In this talk, we will go beyond the basic concepts and definitions to provide a practical guide that allows attendees to navigate these decisions through real-world case studies. We will examine scenarios in which different AI paradigms were chosen, discuss the factors that influenced those decisions, and outline the process for evaluating needs, constraints, and outcomes. From assessing data availability and team expertise to balancing cost and scalability, you'll gain insights into the critical considerations that guide the selection process. By the end of this session, you’ll have a clear process for determining whether machine learning, LLMs, or copilots are best suited to your AI challenges and understand the resources and strategies needed to bring your chosen solution to life. This talk is ideal for decision-makers, technical leads, and innovators seeking to demystify AI implementation and maximize the impact of their investments.
Code Anywhere by Talking to your Phone
Code Anywhere by Talking to your Phone
Drake Lundstrom is presenting: Code Anywhere by Talking to your Phone Abstract: Have you heard the trend of people deploying code anywhere from checkout lines to doctors' offices? In this talk, you will learn how to talk to your phone and have an app on Azure to show your friend 5 minutes later. The basic DevOps tools you already know, plus a little bit of AI magic, are all you need! If you want to follow along, the demo will be in Azure with GitHub Actions and GitHub Copilot, and you can have it set up on your phone by the end of the session. Just come in with an Azure account and a GitHub repo. Join us for pizza, drinks, and networking @ Improving's office. Doors open at 5:45.
From Idea to Working App in Minutes: The Agentic Development with Amazon Kiro
From Idea to Working App in Minutes: The Agentic Development with Amazon Kiro
Discover Kiro, AWS’s innovative development environment that adapts to your workflow. Whether you prefer specification-driven development or a more intuitive, vibe-based approach, Kiro empowers you to build applications your way. In this session, speakers will explore Kiro’s core functionality and its evolution through re:Invent 2025, along with demonstrations of prompts used to create APIs, hooks, and steering documents. In the latter part of the session, watch as we build a complete example from scratch, showcasing Kiro’s agentic AI workflow in action for spec-driven development and vibe coding. What You'll Learn - Core Kiro concepts and development philosophy Feature evolution: pre and post re:Invent 2025 Practical examples: API creation, hooks, and steering docs Live coding demonstration with real-time problem solving Who Should Attend - Developers, solutions architects, and technical leaders interested in modern AWS development tools and AI-assisted coding workflows. **Speakers Bio:** Matthew Jorat: Matthew Jorat is a Customer Solutions Manager at AWS with nearly three decades of expertise in AI, cloud transformation, migration, modernization, IT, technology, and business. His career spans infrastructure engineer, solutions architect, security auditor, customer success director, support and services director, and operations officer. He was an early adopter of AWS services as a customer, and his current role at AWS uniquely blends his technical and business skills as he partners with executive teams to translate strategic priorities into measurable business outcomes through cloud adoption, AI implementation, and operational excellence. Matt leads end-to-end AI initiatives for enterprise customers, identifying high-impact use cases and maintaining relentless focus on measurable ROI. He holds eight AWS certifications and serves as Adjunct Professor at Franklin University teaching cloud computing and AWS architecture. His expertise encompasses GenAI, agentic AI systems, migration, modernization, and optimization strategies that drive transformation at scale. [https://www.linkedin.com/in/mattjorat/](https://www.linkedin.com/in/mattjorat/) Girish Bhatia: Girish Bhatia is a seasoned technology delivery leader with deep expertise in cross-domain program management. He holds multiple AWS certifications, including AWS Certified Solutions Architect – Associate, AWS Certified Developer – Associate, and AWS Generative AI Practitioner, and is also an AWS Community Builder. Girish brings over two decades of experience in the information technology industry. Throughout his career, Girish has led major technology-driven business transformation from modernizing on-premises applications to driving large-scale cloud migrations. His work includes API-based integration platforms, data-center and mainframe modernization, and enterprise cloud adoption initiatives. Based in Columbus, Ohio, Girish works at a tech-forward fintech company. He is passionate about AWS serverless architectures, Generative AI and emerging cloud technologies. An avid learner and builder, he continues to explore and apply the latest innovations in AWS to help organizations accelerate their digital transformation. https://www.linkedin.com/in/girishbhatia/[https://www.linkedin.com/in/girishbhatia/](https://www.linkedin.com/in/girishbhatia/) **THANK YOU** *Franklin University* for hosting our meetup! To learn more about *Franklin University*, please visit their website: https://www.franklin.edu/ **DIRECTIONS** Franklin University Fisher Hall 300 E. Main St, Columbus, OH 43215 Map: https://maps.app.goo.gl/jxjBA2hUmS5qrvhq8 Parking is FREE! Please park in Lot C in front of Fisher Hall. See attached map. NOTE: Map the address only. When mapping with Google Maps it may use the Fisher Hall at OSU, which is NOT correct. **Want to sponsor the pizza and/or bar tab?** Please contact me if you would like to sponsor this meetup's pizza and/or bar tab: angelo@mandato.com
Humanist Program: Fighting the Efforts to Insert Religion into Public Education
Humanist Program: Fighting the Efforts to Insert Religion into Public Education
The Humanist Monthly Program is our longest running event and still a community favorite. In the old days it used to be called "Going to HCCO" and we still like to think of it as our flagship event. Food and drinks will be provided at the event. Feel free to show up a little bit early to hang out and talk. Our March speakers are Molly Gaines and Zack Parrish, co-organizers of the Secular Education Association: They will share their story of how a small group of Ohio parents grew into a national organization tracking released-time religious instruction and other church–state issues in public schools. The presentation will cover SEA’s early wins and hard lessons, what we’re seeing nationally right now, and how local advocates can play a meaningful role in protecting public education. Attendees will leave with a clearer understanding of the landscape — and practical ways to get involved. Going forward our meetings will be hybrid. You can meet us in-person or attend online Join Zoom Meeting [https://us02web.zoom.us/j/87836564953?pwd=4Mi57ElZkDIFlb1fnlNwOJ0NiOK4tP.1](https://us02web.zoom.us/j/87836564953?pwd=4Mi57ElZkDIFlb1fnlNwOJ0NiOK4tP.1) Meeting ID: 878 3656 4953 Passcode: 760812 One tap mobile +19292056099,,87836564953#,,,,\*760812# US (New York) +13017158592,,87836564953#,,,,\*760812# US (Washington DC) The formal presentation will start at noon