<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="http://notanother.pizza/feed.xml" rel="self" type="application/atom+xml" /><link href="http://notanother.pizza/" rel="alternate" type="text/html" /><updated>2026-04-09T11:34:36+00:00</updated><id>http://notanother.pizza/feed.xml</id><title type="html">notanother.pizza</title><subtitle>What do community organisers need?</subtitle><entry><title type="html"></title><link href="http://notanother.pizza/2026-03-17-Why-Start-Blogging/" rel="alternate" type="text/html" title="" /><published>2026-04-09T11:34:36+00:00</published><updated>2026-04-09T11:34:36+00:00</updated><id>http://notanother.pizza/2026-03-17-Why-Start-Blogging</id><content type="html" xml:base="http://notanother.pizza/2026-03-17-Why-Start-Blogging/"><![CDATA[<h1 id="what-i-learnt-at-the-codebar-feastival-how-to-write-and-publish-your-first-blog-post">What I learnt at the Codebar Feastival: How to write and publish your first blog post</h1>
<p>Having recently realised that writing is something that I need to do to publish my ideas I found myself spending my Tuesday lunch time at the Codebar festival.</p>

<h2 id="what-to-write">What to write</h2>
<p>When you start writing you should treat it like a hobby and a pleasureable thing to do, in fact if it isn’t I don’t think I will be even able to start and definitely not be able to conintue. This rings true and I am ready to start writing and getting my voice heard. 
You can use a blog pattern to help focus on what you might write about, e.g I found a thing, Today I learned, Compare and contrast, How I solved a problem. Start by writing an initial draft, refine it later. Then start with am abstract and then work on the structure (beginning, middle and end).</p>

<h2 id="tools-to-write-with">Tools to write with</h2>
<p>We were introduced to Markdown to write out blog in. This feels nice and simple to use, and not too disctracting either. We were advised too not to use AI to much as it can take our own voise away.</p>

<h2 id="how-this-is-going-to-change-my-life">How this is going to change my life</h2>
<p>I am really interested in writing and now I feel empowered to start. What do you blog about and are their any blog camps people meet up and write together virtually?</p>]]></content><author><name></name></author></entry><entry><title type="html">What I learned at the WIT Hackathon</title><link href="http://notanother.pizza/What-I-learned-at-the-WIT-Hackathon/" rel="alternate" type="text/html" title="What I learned at the WIT Hackathon" /><published>2026-03-17T00:00:00+00:00</published><updated>2026-03-17T00:00:00+00:00</updated><id>http://notanother.pizza/What-I-learned-at-the-WIT-Hackathon</id><content type="html" xml:base="http://notanother.pizza/What-I-learned-at-the-WIT-Hackathon/"><![CDATA[<h1 id="what-i-learned-at-the-wit-hackathon-attending-for-the-2nd-time">What I learned at the WIT Hackathon: Attending for the 2nd time</h1>

<p><img src="https://www.huddlehive.co.uk/_next/image?url=%2Fimages%2Fposters%2F6.png&amp;w=1200&amp;q=75" width="30%" /></p>

<p>Last week, I went to the HuddleHive Women In Tech Hackathon held at Accurx.</p>

<p>I attended the same event last year and won first place in the topic challenge. Participating in a hackathon is a fun yet nerve-wracking experience, but since it was my second time, I knew what to expect.</p>

<p>This year, my goal was to meet many people and enjoy the experience!</p>

<h3 id="1-chossing-challenge-topic-start-from-your-own-problem">1. Chossing challenge topic: Start from your own problem</h3>
<p>In the hackathon, you find out the challenge topic at the beginning of the event.</p>
<h3 id="2-developing-using-llms--twilio">2. Developing using LLMs &amp; Twilio</h3>

<h3 id="3-mentoring-and-leading-the-team-finding-strengths-allocating-resources">3. Mentoring and Leading the Team: Finding Strengths, Allocating Resources</h3>

<h3 id="4-feedback-culture-mentors---gdpr-technology">4. Feedback culture: mentors - GDPR, Technology</h3>]]></content><author><name>Daylee</name></author><category term="workshop" /><summary type="html"><![CDATA[What I learned at the WIT Hackathon: Attending for the 2nd time]]></summary></entry><entry><title type="html">Jekyll and ruby in 2026!</title><link href="http://notanother.pizza/Why-Jekyll-2026/" rel="alternate" type="text/html" title="Jekyll and ruby in 2026!" /><published>2026-03-17T00:00:00+00:00</published><updated>2026-03-17T00:00:00+00:00</updated><id>http://notanother.pizza/Why-Jekyll-2026</id><content type="html" xml:base="http://notanother.pizza/Why-Jekyll-2026/"><![CDATA[<h1>My blog is built with ruby and Jekyll is this dated?</h1>

<p><img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fsitihajar01.github.io%2Fassets%2Fimages%2FGambar%2520jekyll-small.jpg&amp;f=1&amp;nofb=1&amp;ipt=bb1403e2efd7f20c62e4fac09c9ca387fc3f40d4efcf7758e3a70e72aed47734" alt="ruby" title="Jekyll" /></p>

<p>I initially planned to build my blog with python + flask the language and framework I’m most familiar with. However, this came with a lot of caveats especially in deployment. 

Issues I want to write about:

GitHub Pages won't work for it—GitHub Pages only hosts "static" files (HTML/CSS/JS), while Flask needs a "live" Python server to handle the logic and database. </p>

<p>I didn’t want to pay for something like a blog within my website, especially as it’s already built with github pages and deployed for free. So I went down a rabbit hole seeing how I can implement a blog on my website without needing to pay for additional deployment.</p>

<p>I can use something like flask freeze</p>

<p>Astro is js based and i felt like it was a large heavy framework, it’s powerful and great but i was very much not familiar with JS or it’s library, i wanted to build this rapidly within a day or a weekend at the most, the rapid pace at which ruby and jekyll allow me to develop was such</p>

<p>Ruby + Jekyll and uses markdown</p>

<p>Hugo which is Go based</p>

<p>Why I picked Jekyll and ruby</p>

<p>The ruby syntax is almost child like and very similar to python, furthermore the gem system is incredibly simple and easy for an absolute amateur or someone who isn’t familiar with the ruby frameworks. Furthermore, ruby syntax is so python that a Pythonista can rapidly pick it up and start working.</p>]]></content><author><name>Habad-olad</name></author><category term="workshop" /><summary type="html"><![CDATA[My blog is built with ruby and Jekyll is this dated?]]></summary></entry><entry><title type="html">How jinn started haunting the video game I’m developing</title><link href="http://notanother.pizza/jinn-blog/" rel="alternate" type="text/html" title="How jinn started haunting the video game I’m developing" /><published>2026-03-17T00:00:00+00:00</published><updated>2026-03-17T00:00:00+00:00</updated><id>http://notanother.pizza/jinn-blog</id><content type="html" xml:base="http://notanother.pizza/jinn-blog/"><![CDATA[<h1 id="how-jinn-started-haunting-the-video-game-im-developing">How jinn started haunting the video game I’m developing</h1>

<p><img src="https://thumbs.dreamstime.com/b/smoke-exists-magic-aladdin-genie-lamp-desert-211299588.jpg" alt="picture of oil lamp with rainbow smoke from Dreamstime" /></p>

<p>I’ve been told stories about jinn for as long as I can remember.</p>

<p>Family friends would complain of having to move house due to the racket in the attic, causally remarking, with complete seriousness, that the jinn didn’t want them there. I was told that whenever I was tempted to do something bad, it was actually because jinn were whispering in my ear.</p>

<p>But I’ve learned that jinn are far more than something to blame for bumps in the night. The origins of jinn are laid out in the Quran (although they existed in folklore before its revelation) - a people created from fire long before humans, who mismanaged the Earth, caused calamities and so were banished to the realms of the unseen. They are not evil, and not good either; they are free sprits, with the potential to shift allegiances and act as they wish. They are the central Asian equivalent of fairies, and are even called ‘paris’ in Iran where they have long been lauded in Persian poetry.</p>

<p>To summarise just a few of the game-inspiring qualities of jinn:</p>
<ol>
  <li>Magical creatures made of fire!</li>
  <li>Capable of shapeshifting to hide and deceive</li>
  <li>Possessing wills as wily as the wind</li>
  <li>The ability to haunt and possess humans</li>
  <li>An ancient history of great disasters and interference with humans to unravel</li>
</ol>

<h3 id="how-does-this-translate-to-a-video-game">How does this translate to a video game?</h3>

<p>I want to give players the opportunity to play as a jinni - to put themselves in their fiery, ethereal shoes.</p>]]></content><author><name>amber-nh</name></author><category term="workshop" /><summary type="html"><![CDATA[How jinn started haunting the video game I’m developing]]></summary></entry><entry><title type="html">My First Blog Post</title><link href="http://notanother.pizza/myfirstblogpost/" rel="alternate" type="text/html" title="My First Blog Post" /><published>2026-03-17T00:00:00+00:00</published><updated>2026-03-17T00:00:00+00:00</updated><id>http://notanother.pizza/myfirstblogpost</id><content type="html" xml:base="http://notanother.pizza/myfirstblogpost/"><![CDATA[<h1 id="my-first-blog-post">My first blog post!</h1>

<p>Welcome to my first blog post</p>

<h2 id="where-am-i-based">Where am I based?</h2>

<p><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/67/London_Skyline_%28125508655%29.jpeg/330px-London_Skyline_%28125508655%29.jpeg" alt="picture of London from birds eye view" /></p>

<p>London</p>]]></content><author><name>Yasmin Osman</name></author><category term="workshop" /><summary type="html"><![CDATA[My first blog post!]]></summary></entry><entry><title type="html">Why you should go to EMF Camp</title><link href="http://notanother.pizza/why-got-to-emf/" rel="alternate" type="text/html" title="Why you should go to EMF Camp" /><published>2026-03-17T00:00:00+00:00</published><updated>2026-03-17T00:00:00+00:00</updated><id>http://notanother.pizza/why-got-to-emf</id><content type="html" xml:base="http://notanother.pizza/why-got-to-emf/"><![CDATA[<h1 id="why-you-should-go-to-emf-camp">Why you should go to EMF Camp</h1>

<p>In this blog I’ll be talking about my <em>favourite place in the world</em> (with no exaggeration): <a href="https://www.emfcamp.org/">EMF Camp</a>! I’ll be digging into what EMF camp is, some of my favourite parts, and <strong>why I think you should go to</strong>.</p>

<h2 id="what-is-emf-camp">What is EMF Camp?</h2>

<p><img src="https://marcusnoble.co.uk/images/emf-lasers.jpg" alt="a picture of the laser show at EMF camp over the camping field at night. Credit: marcusnoble" /></p>

<p>EMF Camp (Electromagnetic Field) is a 4 day long festival of hackers, makers, and creatives in Hertfordshire featuring workshops, live music, and a wonderful community.</p>

<h2 id="my-favourite-things-at-emf">My favourite things at EMF</h2>

<ol>
  <li>The GPS potato</li>
  <li>Blacksmithing workshop</li>
  <li>The talk about women in Game Development</li>
  <li>Camping with model village</li>
  <li>Building an installation, the ASCII Art Photo Booth</li>
</ol>

<h2 id="you-should-go-to-emf">You should go to EMF!</h2>

<p>I think you should go to EMF because if you enjoy making, coding, music, and whimsical adventure it’s a great time. More than that though I think the community at EMF is amazing and hopefully you can now see why it’s one of my favourite places.</p>]]></content><author><name>hugh</name></author><category term="workshop" /><summary type="html"><![CDATA[Why you should go to EMF Camp]]></summary></entry><entry><title type="html">How to be comfortable with your presentation</title><link href="http://notanother.pizza/blog-post/" rel="alternate" type="text/html" title="How to be comfortable with your presentation" /><published>2026-03-16T00:00:00+00:00</published><updated>2026-03-16T00:00:00+00:00</updated><id>http://notanother.pizza/blog-post</id><content type="html" xml:base="http://notanother.pizza/blog-post/"><![CDATA[<h1 id="how-to-be-comfortable-with-your-presentation">How to be comfortable with your presentation</h1>

<h2 id="read-the-slides">Read the slides!</h2>

<p>Reading the slides out loud helps a lot - try to go somewhere quiet, I get embarassed by this if someone is listening.</p>

<h2 id="if-possible-practice-presenting-to-a-friend">If possible, practice presenting to a friend</h2>

<p>Once you’ve got some slides, try actually presenting them to someone. This does a couple of things:</p>

<ol>
  <li>It lets them ask questions, or point out things they didn’t get</li>
  <li>It gets you an idea of how long the presentation will <em>really</em> take</li>
</ol>

<h2 id="the-two-most-common-problems">The two most common problems</h2>

<p>(I do both of these! Still, after lots of years of doing this)</p>

<ul>
  <li>Trying to put too many words on a slide. I always want to do this, but remember people can get distracted reading instead of listening to you, and also too many words means the text has to <em>get smaller</em> and harder to read :)</li>
  <li>Talking too fast. I do this when I get enthusiastic! The best way round this is to remember to <strong>breathe</strong>. Follow the punctuation as well.</li>
</ul>

<h2 id="getting-comfortabl-on-the-day">Getting comfortabl on the day</h2>

<p>I like to move a chair, or something.</p>

<p>And it really helps to plug in your laptop early in the day an convince yourself the slides do come up on the screen!</p>]]></content><author><name>Tibs</name></author><category term="workshop" /><summary type="html"><![CDATA[How to be comfortable with your presentation]]></summary></entry><entry><title type="html">What I Learned at codebar Festival 2026</title><link href="http://notanother.pizza/codebar-workshop-blog/" rel="alternate" type="text/html" title="What I Learned at codebar Festival 2026" /><published>2026-03-16T00:00:00+00:00</published><updated>2026-03-16T00:00:00+00:00</updated><id>http://notanother.pizza/codebar-workshop-blog</id><content type="html" xml:base="http://notanother.pizza/codebar-workshop-blog/"><![CDATA[<h1 id="what-i-learned-at-codebar-festival-2026">What I Learned at codebar Festival 2026</h1>

<p><strong>This week I went to the Codebar Festival</strong>, a hybrid event bringing together both coaches and students from the <a href="https://codebar.io">codebar</a> community for workshops and talks.</p>

<p>codebar is a charity that helps under represented groups enter the tech industry though workshops and events like the festival.</p>

<p>At the festival I was hoping to learn more about Javascript as I’m pursuing a career in web app development.</p>

<h2 id="javascript-workshop">Javascript Workshop</h2>

<p>The Javascript workshop was really interesting, I particular like the quiz covering all the weird behaviors of <code class="language-plaintext highlighter-rouge">this</code>.</p>

<p>I’ve covered the basic of Javascript before but it was useful to look into some best practices whilst coding a little fizz buzz app.</p>

<h2 id="deno-workshop">Deno Workshop</h2>

<p>I hadn’t heard of Deno (node spelled backwards!) before this workshop. It was eye opening learning about different JavaScript runtimes and it was a lot of fun building the dinosaur jumping game.</p>

<h2 id="conclusion">Conclusion</h2>

<p><img src="./images/group-photo.jpg" alt="a picture of some of the new friends I made at the festival" /></p>

<p>I really enjoyed going to the codebar Festival and I learned heaps. I got major FOMO because some of the JavaScript sessions were at the same time but I guess I can watch the recordings later.</p>

<p>If you’re trying to learn JavaScript like me I’d definitely recommend checking out codebar!</p>]]></content><author><name>hugh evans</name></author><category term="workshop" /><summary type="html"><![CDATA[What I Learned at codebar Festival 2026]]></summary></entry><entry><title type="html">Are Cafe Crusiers the Best City Bikes</title><link href="http://notanother.pizza/ellie-bike-blog/" rel="alternate" type="text/html" title="Are Cafe Crusiers the Best City Bikes" /><published>2026-03-06T00:00:00+00:00</published><updated>2026-03-06T00:00:00+00:00</updated><id>http://notanother.pizza/ellie-bike-blog</id><content type="html" xml:base="http://notanother.pizza/ellie-bike-blog/"><![CDATA[<h1 id="comfort-speed-and-versatility">Comfort, Speed, and Versatility</h1>

<p>What do you need in an ‘all rounder’ city bike, I mean what do you really need? For me it’s always been finding that balance between comfort, speed, and the ability to carry whatever random object that you’re required to take from The Shire to Mordor. Ask for the best bike for this type of environment and you’ll get a thousand answers, that I can guarantee. Some swear by a regular roadie, fast and narrow to weave through traffic, others take the hybrid option to get the best of both worlds. Mountain bikes are favoured by those who live in the city’s outskirts, and those who need a bike but aren’t cyclists opt for a dutch bike or an e-bike.</p>

<p>Now, the real heavy hitter is a single speed, or perhaps even a fixed gear. They offer the best running for the least maintenance, the lowest chance of being angle grinded off a bollard, and they make you look cool (if it’s fixed that is). However, whilst they have a relativley low barrier to entry in the city centre, a single gear becomes sluggish to most in the suburbs, and riding fixed comes with its own tribe of mustache donning weirdos ranting to you about gear ratios. So what IS the best choice?</p>

<h2 id="enter-the-cafe-crusier">Enter, the Cafe Crusier</h2>

<p><img width="920" height="684" alt="image" src="https://gist.github.com/user-attachments/assets/4c9d467e-e542-414d-bedc-a71b02cf1326" /></p>

<p>A strong 90’s steel mountain bike steel frame, wide comfortable tires and flat handlebars, gears aplenty, multiple cargo mounting points, a small community, and drip beyond measure. A cafe crusier offers a very strong frame, typically unique enough that re-selling a stolen frame is a highly risky business. Gearing and flat bars means you’re set for whatever errand you and your steed must carry out, and ultimatley they are a huge canvas for creative expression. Now, if you were to go and search for a Cafe Crusier set to buy, your eyes may bleed a little but ! Fear not, for a cafe cruiser is nought but an £80 second hand frame with a £15 basket smashed on the front. I’d suggest trawling some enthusiasts like BabyLondonBikes for info, and have a peek for old Raleigh, Giant, and Trek bikes on ebay/facebook. Happy hunting !</p>]]></content><author><name>Ellie Geddis</name></author><category term="workshop" /><summary type="html"><![CDATA[Comfort, Speed, and Versatility]]></summary></entry><entry><title type="html">Is Meetup Terrible or is *my* meetup terrible?</title><link href="http://notanother.pizza/is-meetup-terrible-or-is-my-meetup-terrible/" rel="alternate" type="text/html" title="Is Meetup Terrible or is *my* meetup terrible?" /><published>2025-09-26T00:00:00+00:00</published><updated>2025-09-26T00:00:00+00:00</updated><id>http://notanother.pizza/is-meetup-terrible-or-is-my-meetup-terrible</id><content type="html" xml:base="http://notanother.pizza/is-meetup-terrible-or-is-my-meetup-terrible/"><![CDATA[<p>A first hand account of trying to move a community off the Meetup platform.</p>

<p>I’ve spent a lot of time and energy this year complaining about Meetup (<a href="https://hughevans.dev/meetup-is-terrible-now-codebar-festival-fringe/">at the CodeBar Festival Fringe</a>, <a href="https://hughevans.dev/py-con-uk-2025/#:~:text=I%20took%20the%20opportunity%20to%20speak%20a%20bit%20about%20notanother.pizza%20and%20community%20organising%20in%20another%20%E2%80%9CMeetup%20is%20terrible%20now%E2%80%9D%20lightning%20talk.">at PyCon UK</a>, and <a href="https://hughevans.dev/not-another-pizza/">on my blog</a>). Meetup is becoming more expensive, less reliable, and generally ‘<a href="https://en.wikipedia.org/wiki/Enshittification">enshittified</a>’ which came to a head at the beginning of this year when <a href="http://aisignals.org.uk">AI Signals, a community</a> I organise through Meetup saw a marked drop in attendance.</p>

<p>The thesis of my “Meetup is Terrible Now” talk was that reducing reliance on Meetup could help with declining attendance and the burden of organising events - rather than just speculating about this though I actually followed my own advice to see if it would work in practice.</p>

<p><img src="/images/before-signals-attendance.png" alt="" /></p>

<p>Meetup as a platform provides network effects that drive attendance, tooling for managing RSVPs and community membership, and has good SEO for discoverability via search (in part because of their capturing of the “Meetup” namespace). Any solution to my problem must still have these things to be a meaningful Meetup alternative.</p>

<p>Some potential solutions I proposed were:</p>

<ul>
  <li>Moving platforms - use another community platform like Luma, OddCircles etc instead of Meetup</li>
  <li><a href="https://indieweb.org/POSSE">POSSE - Post Own Site Syndicate Everywhere</a>, maintain a central self-hosted community platform and syndicate event invites across 3rd party community platforms</li>
  <li>Collaboration - Work with other organisers to share resources and cross promote events (potentially via <a href="http://notanother.pizza">notanother.pizza</a>, more on this later)</li>
</ul>

<p>Each has their own merits and issues but my hope was that in combination these three solutions might be enough to break from dependence on Meetup.</p>

<p>What I didn’t cover in my talk was metrics of the success of these solutions which are an important part of any initiative like this, in the end I tracked the following metrics before and after embarking on this experiment:</p>

<ul>
  <li>Event attendance</li>
  <li>Net new organisers</li>
  <li>% Of event RSVPs from Meetup vs non-Meetup sources</li>
</ul>

<h2 id="putting-it-into-practice">Putting it into practice</h2>

<p>Working with my friend and former colleague Steve Morris, we rebranded AI Signals from AIDLE (AI and Deep Learning for Enterprise) and launched our own website. We were hugely lucky to have support from Steve (<a href="https://steve-morris.medium.com/strategy-is-what-you-do-next-e39d83be3f04">you can read more about the strategy and brand work we did with Steve over on his blog here</a>) and as you’ll see this was one of the most impactful actions in this initiative, but I ran out of steam before successfully implementing POSSE for AI Signals. Starting my new role at Aiven meant I no longer had time for larger infrastructure efforts so setting up POSSE was put on hold.</p>

<p>We set up <a href="https://luma.com/ai-signals?k=c&amp;period=past">a Luma calendar</a> and started cross promoting events from Meetup there. We also embedded Luma as the registration system for events in our website with a view to encourage our audience to move to Luma from Meetup.</p>

<p>Additionally we worked with other technical communities in London like <a href="https://www.womenindata.org/">Women in Data</a> to co-host and cross promote events.</p>

<h2 id="the-result-what-worked">The result: What worked</h2>

<p>The rebrand was enormously successful - at the first event after the rebrand we had a turnout of 55 people, more than double the attendance of the previous event at which we only had 20 people. <br />
<img src="/images/after-signals-attendance.png" alt="" /></p>

<p>This increase in attendance has been lasting - we now see an average of 53 attendees at each event post rebrand. We also had several new organisers join, growing our team from 3 to 10 people. Anecdotally, some cited the new brand as sparking their interest in getting involved. We also saw an increase in submissions to our call for papers and three new sponsors engaging with us.</p>

<p><img src="/images/ai-signals-growing-team.png" alt="" /></p>

<p>Promoting events in parallel on Luma contributed to some net new RSVPs in this time, it’s hard to say by exactly how much though as we don’t register attendees on the door so we don’t know exactly how many people attend a given event from Meetup vs Luma. With that said though since we started promoting events on Luma 32% of our total RSVPs have been from Luma.</p>

<p><img src="/images/luma-vs-meetup-post-signals.png" alt="" /></p>

<p><a href="https://aisignals.org.uk/events/spotlight-on-agentic-ai-women-in-data">Our event in collaboration with Women in Data</a> had an above average attendance compared to other post rebrand events. I don’t have good data on referrals from cross promotion from other communities but we have seen a lot of new faces since we started collaboration with other groups. We also worked with the Civo team to promote their Civo navigate event and in exchange they helped us out with some free venue use.</p>

<h2 id="the-result-what-didnt">The result: What didn’t</h2>

<p>Both our audience and audience growth remain concentrated on Meetup. We now have 4,084 members there versus only 236 on Luma. I had hoped to pull the plug on our Meetup page at the end of this year but as it stands I won’t be able to do that - the network effects there remain too strong to leave on the table for now.</p>

<p>Whilst the new brand and our website was extremely impactful, building a website with SquareSpace added additional costs in the form of a £204 a year Squarespace subscription and £16 a year for domain registration. Squarespace is a powerful tool but many of the features that would help us in our efforts to move off Meetup such as managing mailing lists and sending mass emails are paywalled. In the long run I’d like us to migrate off Squarespace to avoid trading one bad platform for another.<br />
We didn’t have as many opportunities to collaborate and for cross promotion with other communities as I would have liked. We started providing a slot in our event for other communities to promote their community announcements but there was virtually zero take up for this after the first time we did this.</p>

<h2 id="conclusion">Conclusion</h2>

<p>Meetup is still Terrible: expensive, unreliable, and plagued with bad user experience. Still though there was a lot we could do better to make our Meetup a success and avoid terrible events with very low attendance and engagement.<br />
We haven’t yet been able to execute a full move off of Meetup so it’s unclear whether moving off Meetup entirely would have been beneficial - although the continued growth of our community on the platform would suggest otherwise. Adding Luma as a platform didn’t hurt but did contribute to workload for our organisers with replicated effort for each additional platform. The rebrand drove new engagement although without directly surveying our volunteers or attendees it’s hard to conclusively link the spike in growth with the new brand.</p>

<p>My approach to measuring metrics of success made it hard to decouple the result of each specific action but overall the result has been positive. Rebranding and parallel promotion of events to Luma definitely helped revive our community but did not measurably reduce our reliance on Meetup. Collaboration was great for bringing some new energy into our community but the impact of our collaboration efforts was hard to measure.</p>

<p>Yes, Meetup is terrible, but by doing things differently our community got back to growing and hosting great AI talks for our community.</p>

<h2 id="next-steps">Next Steps</h2>

<p>I’m working with the awesome team at PyData London in an effort to learn how to coordinate our growing team of volunteers at AI Signals. I’ve learned a lot from volunteering about building teams around trust with PyData and may write up some of this work in future.</p>

<p>At Signals we’re figuring out how to make the most of our regained momentum, considering setting up an LLC to allow us to transact, building new partnerships with sponsors, and scaling the number of events we’re able to deliver.</p>

<hr />

<p>If you’re a community organiser I hope this article had some useful insights into our experiences trying to move away from Meetup. I’d love to hear from you about your experiences as an organiser, please join the community over at <a href="http://notanother.pizza">notanother.pizza</a> and join the conversation.</p>

<link rel="canonical" href="https://hughevans.dev/is-meetup-terrible-or-is-my-meetup-terrible/" />]]></content><author><name>hugh</name></author><category term="update" /><summary type="html"><![CDATA[A first hand account of trying to move a community off the Meetup platform.]]></summary></entry></feed>