POPULARITY
Today we are talking about The Contact Form Initiative, What it is, and how it helped Drupal with guest J. Hogue. We'll also cover Local Tasks More as our module of the week. For show notes visit: https://www.talkingDrupal.com/499 Topics What is the Contact Form initiative What makes up the contact form recipe Why did you want to run this initiative What are the responsibilities of an initiative lead Were there any unexpected speed bumps Who was involved As a non-backend developer, any hesitation to lead this effort What was onboarding like What was the timeline Any tips for others thinking of leading an initiative Guests J. Hogue - oomphinc.com artinruins Hosts Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Kathy Beck - kbeck303 MOTW Correspondent Jacob Rockowitz - jrockowitz.com jrockowitz Brief description: Nodes can have too many local tasks. Only the first few, like View, Edit, Layout, Revisions, and Translate, are used daily. Would you like to hide or reorder less commonly used local tasks, which include Usage, Clone, Devel, and Convert. There is a module for that Local Tasks More (local_tasks_more) Brief history How old: created on November 6th, 2024 Versions available: 1.0.0-beta2 r Maintainership Actively maintained No security coverage Has test coverage Does not require much documentation No issues Usage stats: 22 sites Maintainer(s): jrockowitz (me) Module features and usage Enter the base routes that support the show more/less task link and alterations. Enter the local task id and the altered title and weight. Set the local tasks to FALSE to remove it. Enter the number of links to trigger show more/less tasks link/icon from primary and secondary tasks (aka tabs).
By definition, open source projects and communities are supposed to be accessible. And while the code is always openly available, the remaining parts of the ecosystem might be further out of reach than you would thinkIn this episode of the My Open Source Experience Podcast, Michael Dexter, Ildiko and Phil explore the open source ecosystem from two perspectives: business and accessibility. Businesses rely on open source software, soemtimes unknowinlgy, all around the globe as digital infrastructure doesn't exist without it any more, and yet, making it integral part of the business strategy is a constant struggle for companies. And yet, even when companies and individuals reach the point of investing their time, money and resources into open source projects it appears to be more difficult than it is supposed to be. Michael, Ildiko and Phil are discussing these challenges and digging into how to address them.Learn more about:- The relationship between open source and business interests- The fragility of funding in the open source ecosystem- The role of open source foundations- Stages of involvement in open source projects- Maintainer shortage and how to bring people (back) into open source projects Hosted on Acast. See acast.com/privacy for more information.
Nick calls us from on the road to Proctor. Rear trailing arm bushing replacement. What to do with vehicles without dipsticks? Are modern vehicles more reliable? Packing wheel bearings on a classic car. Low oil pressure alerts. What could cause a car to shake? Easy way to check brake status. Engine making a ticking noise. Can oil additives fix a leak? When to use a battery maintainer. What is the difference between four wheel drive and all wheel drive? How often should the alignment be adjusted? Ask our car care expert Nick Stoffel of Lloyds Automotive. Visit lloydsautomotive.net 651-228-1316
Today we are talking about Drupal Contribution, how you can approach it within your company, and why a Contrib First approach is important with guest Steve Wirt. We'll also cover Config Importer & Tools as our module of the week. For show notes visit: https://www.talkingDrupal.com/490 Topics What is contrib first How does this help the Drupal community Why is it a good idea for companies How do you explain this to non dev folks like CEOs or Presidents What do you say if a client does not buy in How do you monitor and build confidence in other developers How can someone get started Any tools or tips for someone trying to bootstrap this Resources MOTW https://www.drupal.org/project/confi https://www.drupal.org/project/upgrade_tool Civic Actions Practice Tools - Contrib First Civic Actions Engineering Practice Area - Drupal Contrib First Module Development Codit menu tools Alt text validation - currently being built as Contrib First Bill requiring US agencies to share custom source code with each other becomes law Link shortners http://dgo.re/ or https://dgo.to/ link shorteners for d.o Drupal Contrib Development Contribution to a module Guests Steve Wirt - civicactions.com swirt Hosts Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Avi Schwab - froboy.org froboy MOTW Correspondent Avi Schwab - froboy.org froboy Brief description: Have you ever wanted to streamline the management of config changes during your Drupal project deployment - importing individual configuration changes from contrib or custom modules and synchronizing settings across different environments? There's a module for that. Module name/project name: Config Importer and Tools Brief history How old: created in April 2016 by Andrii Podanenko(podarok) Versions available: 3.2.0 version which works with Drupal 9 and 10, D11 fixes are in the queue. Maintainership Actively maintained - although it's a developer module that's been mostly stable, so there have not been many recent changes. Security coverage Test coverage - unit tests Documentation - video documenting the process on the module page and instructions in the project overview Number of open issues: 8 open issues, 3 of which are bugs against the current branch Usage stats: 300 sites Maintainer(s): 7 maintainers across a few different agencies in Ukraine Module features and usage This module has no UI, and all of its work is done using it's config_import services, either importer or param_updater The importer service imports full config files The param_updater service pulls in single parameters from a config file. Both can be used in .install files of contrib modules or on your own site to pull in configuration during database updates, which can be helpful for adding a new feature, modifying existing features, or pushing changes to many sites. There is also a “spiritual successor” to the Confi module called “Upgrade Tool” which has similar functionality with some extra functionality too. https://www.drupal.org/project/upgrade_tool
Today we are talking about Single Directory Components, How best to work with them, and their future with Drupal with guest Brian Perry. We'll also cover Embedded Content as our module of the week. For show notes visit: https://www.talkingDrupal.com/487 Topics What are Single Directory Components (SDC) Why the switch to SDCs What is there in common between decoupled and SDCs Can you give us an overview of your workflow Common pitfalls How should someone get started working with SDCs Does it work with Paragraphs and Blocks? Does it need to be all at once How do you think SDCs will evolve Do you see this leading to more Decoupled front ends What contrib modules make working with SDCs easier Resources My Single Directory Components Workflow Pico CSS Open Props Twig Tweak No Markup SDC Styleguide Radix Theme SDC Block UI Patterns 2.x Astro TAC Guests Brian Perry - brianperry.dev brianperry Hosts Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Scott Weston - scott-weston MOTW Correspondent Jacob Rockowitz - jrockowitz.com jrockowitz Embedded Content Brief description: The Embedded Content module allows site builders to select, create, and update content embedded within HTML inside CKEditor. For developers, the EmbeddedContent plugin is like a Block plugin without context. There is a demo on YouTube https://www.youtube.com/watch?v=GxOn-P3Q5Gg There is support embedding of single directory component in progress. Conceptually, this is already possible, the same way one would render a single directory component in Block plugin. Brief history The concept and code started as the CKEditor5 Embedded Content module, created in August 2022. In October 2023, CKEditor5 Embedded Content was renamed to Embedded Content. Versions available: 2.0.3 - January 22nd, 2025 Works with Drupal: ^9 ^10 ^11 Maintainership Actively maintained? yes Security coverage? Yes Test coverage? Yes Documentation? Video and an example module Number of open issues: All issues: 6 open, 17 total Bug report: 6 open, 15 total Usage stats: 509 sites report using this module 1,263 sites report using this module (using old version) Maintainer(s): Teun van Veggel (nuez) https://www.drupal.org/u/nuez Module features and usage Insert themed content in Ckeditor5 using Drupal plugins without having to write rich HTML and CSS Render these results directly in the CKEditor Create 'inline' embedded content that sits inline with the text, like footnotes. Provides Embedded Content plugin CKeditor 5 plugin. Ecosystem Embedded Content: Examples for examples of how to build your own plugins. Embedded Content: Entity for embedding content entities Embedded Content: SDC for single directory components (under development) Potential Challenges Example of the embedded content tag. Translations via TMS (data is serialized via an attribute)
In this episode of the PowerShell Podcast, we're joined by Gautam Sheth, Microsoft MVP and M365 developer extraordinaire, to explore the latest improvements to the PnP PowerShell module and how to get started with it. Gautam shares his unique perspective on automating SharePoint, working with Microsoft 365, and leveraging Microsoft Graph through PowerShell. We discuss practical use cases, best practices, and the significance of PnP PowerShell for modern IT and development workflows. From SharePoint tips to automation strategies, this episode is packed with insights for PowerShell enthusiasts and M365 developers alike. Whether you're just starting or looking for advanced techniques, Gautam provides actionable advice and plenty of inspiration! Guest Bio and links: Developer at Staffbase and Microsoft 365 Dev MVP. Maintainer of PnP .NET libraries and PnP PowerShell, with a focus on M365 development and emerging Copilot technologies. Passionate about all things development, from frontend and backend to infrastructure and DevOps. https://github.com/pnp/powershell https://www.youtube.com/watch?v=Grr0FlC8SQA&ab_channel=ZeeMusicCompany https://bsky.app/profile/gautamdsheth.bsky.social https://www.linkedin.com/in/gautamdsheth/ PowerShell Podcast Home page: https://www.pdq.com/resources/the-powershell-podcast/ The PowerShell Podcast on YouTube: https://youtu.be/cuq1UL5h-aw
Die Transparenz von Open Source schreibt Geschichten, die erzählt werden wollen50% des Begriffes “Open Source” besteht aus dem Wort “Open”. Ok. Für diese Erkenntnis muss man nun nicht studiert haben. Open bzw. Offen bzw. Transparenz bezieht sich dabei nicht nur auf den Source Code selbst, sondern i.d.R. auf alles, was das entsprechende Projekt betrifft. Dazu zählen u.a. für jedermann einsehbare Bug-Reports und Pull Requests. Wenn man dies nun mit weltweiter Kollaboration verschiedener Menschen und Kulturen mixt, ist eins vorprogrammiert: Kreativität, WTF-Momente, persönliche Schicksale und Geschichten, die erzählt werden wollen. Diese Episode erzählt einige dieser Open Source Geschichten. Wir sprechen darüber, wie man Douglas Crockford dazu bringt, über JavaScript Code zu streiten, wann für einen Pull Request eine eigene Torte gebacken wird und warum dies dann zu einem Merge führt, sowie wann und warum Unit Tests fehlschlagen, wenn diese in Australien ausgeführt werden. Es geht aber auch um traurige Seiten und persönliche Schicksale. Zum Beispiel eine Gefängnisverurteilung eines Maintainers von einem Projekt, welches 26 Millionen Downloads pro Woche hat, eine Krebserkrankungen mit verbundener Anteilnahme der Community und wie der Maintainer die Zukunft des Projektes sichert für die Zeit, wenn er nicht mehr da ist oder auch wie die Maidan-Revolution und der Ukraine-Krieg Open Source beeinflussen.Unsere aktuellen Werbepartner findest du auf https://engineeringkiosk.dev/partnersDas schnelle Feedback zur Episode:
In dieser Folge ergründen Jasper u. Felix das Thema Linux Host Firewalls. Weiterhin berichtet Jasper über das Projekt nftables-rs und die Arbeit als Maintainer
Guest Devin Stein Panelist Richard Littauer Show Notes In this episode of Sustain, host Richard Littauer talks with Devin Stein, CEO and Founder of Dosu. Today, they discuss the challenges of sustaining open source software, the role of AI and LLMs (Large Language Model) in automating support and maintenance, and the ethical considerations surrounding AI usage. Devin explains Dosu's approach to creating a living knowledge base to assist engineering teams and open source maintainers. Also, the conversation dives into how Dosu interacts with users, maintains quality control, and addresses the environmental impact of AI. Hit download now to hear more! [00:01:43] Devin discusses Dosu's purpose which helps engineering teams' software by structuring engineering knowledge into a knowledge base, and the tool supports open source by addressing common questions, triaging issues, and identifying project ownership. [00:02:46] We hear about how Dosu uses LLMs to create a “living knowledge base” that supports open source workflows, such as issue resolution and knowledge sharing. [00:04:48] Devin explains that Dosu is focused on automating support tasks, not generating code directly, and he fills us in the user base and funding. [00:06:17] Devin tells us that revenue comes from platform teams and open core companies using Dosu internally and through a per-seat pricing model. [00:08:03] We learn how Dosu aims to reduce maintainer burnout by handling repetitive inquires, allowing maintainers to focus on unique issues. [00:10:38] There's a discussion on users' positive reception to fast responses via Dosu and how Dosu aims to assist, not replace maintainers, providing first-pass answers or guidance. [00:12:00] Richard expresses a “net positive” sentiment but admits to initial scepticism about GitHub Actions and automation in open source. Devin shares a similar story of entering open source for community interaction, initially contributing through GitHub, and receiving positive feedback. [00:14:49] Richard inquires about managing customer expectations for accuracy and Devin acknowledges the challenge and explains that Dosu is designed to adapt by learning from past issues and solutions, and how human-in-the-loop workflows help maintainers refine Dosu's responses. [00:18:19] A question on ethical and legal use of LLMs is brought up, as Devin hopes for more transparency and alignment on LLM licensing and legal frameworks in the future. [00:21:14] Devin explains that Dosu's knowledge base will soon be accessible, providing transparency for users and maintainers about its data sources. [00:24:49] Richard questions about how AI companies are ensuring their models don't reinforce these biases and asks about measures in place to improve AI responses. Devin emphasizes their approach to LLMs, which focuses on treating the AI as a tool rather than imitating human behavior. [00:26:55] The topic of addressing human elements and consistency is brought up and Devin explains that Dosu's design keeps responses consistent and supportive, and maintainers and users can provide feedback and adjust responses to align with community needs. [00:31:23] Devin talks about Dosu's strategy focusing on helping become contributors without taking over human roles in open source, and maintainers still have the primary role in guiding substantial project changes or complex contributions. [00:33:34] Devin acknowledges the environmental concerns around AI usage and hopes for more sustainable practices and optimizations in the future. [00:34:30] Find out where you can follow Devin and Dosu online. Spotlight [00:34:59] Richard's spotlight is Avatar: The Last Airbender. [00:35:25] Devin's spotlight is sqlc. Links SustainOSS (https://sustainoss.org/) podcast@sustainoss.org (mailto:podcast@sustainoss.org) richard@sustainoss.org (mailto:richard@sustainoss.org) SustainOSS Discourse (https://discourse.sustainoss.org/) SustainOSS Mastodon (https://mastodon.social/tags/sustainoss) Open Collective-SustainOSS (Contribute) (https://opencollective.com/sustainoss) Richard Littauer Socials (https://www.burntfen.com/2023-05-30/socials) Devin Stein LinkedIn (https://www.linkedin.com/in/devstein/) Devin Stein X (https://x.com/devstein64) Devin Stein GitHub (https://github.com/devstein) Dosu (https://dosu.dev/) SOPS (https://github.com/getsops/sops) Sustain Podcast-Episode 61: Melissa Logan on Marketing Open Source Effectively and Sustainably (https://podcast.sustainoss.org/guests/melissa) Maintainer.io (https://maintainer.io/) OSS Maintenance as a Service: Helping maintainers maintain their code by Richard Littauer (https://medium.com/@richlitt/oss-maintenance-as-a-service-helping-maintainers-maintain-their-code-f9717e4990ad) Open source contributor agent architecture repo-Oscar (https://go.googlesource.com/oscar) Avatar: The Last Airbender (https://en.wikipedia.org/wiki/Avatar:_The_Last_Airbender) sqlc: A SQL Compiler (https://github.com/sqlc-dev/sqlc) Credits Produced by Richard Littauer (https://www.burntfen.com/) Edited by Paul M. Bahr at Peachtree Sound (https://www.peachtreesound.com/) Show notes by DeAnn Bahr Peachtree Sound (https://www.peachtreesound.com/) Special Guest: Devin Stein.
Python 3.13 (click here to comment) 12. November 2024, Jochen
Guests: Brandon Kroskob & Taylor LopezSale Link:https://www.sconlinesales.com/Bids/AuctionsListing/39330
Guest Nolan Lawson Panelist Richard Littauer | Eric Berry | Justin Dorfman Show Notes In this episode of Sustain, Richard, Justin, and Eric revisit an unreleased interview with Nolan Lawson from 2020. They discuss Nolan's experience as a former maintainer of PouchDB, the emotional labor of being an open source maintainer, and the challenges that led him to step away from such high-profile projects. Nolan also shares his thoughts on the impact of reputation-driven development, open source community dynamics, and his journey towards a healthier relationship with open source. The conversation delves into the candid realities of burnout and the personal sacrifices often made by unpaid open source contributors. Nolan highlights his transition to more sustainable open source practices and his new interests including his work on a Mastodon client called Pinafore. Download now to hear more! [00:01:43] Nolan explains his background with PouchDB and shares his fascination with databases and browser technologies. [00:02:58] Richard shares his personal connection to PouchDB, mentioning how he discovered Nolan through his work on the project. [00:03:26] Nolan talks about his blog post form 2017 titled, “What it feels like to be an open source maintainer,” which reflected on the emotional toll and burnout he experienced for maintaining PouchDB. [00:05:33] Justin reflects on the impact of Nolan's blog post, describing it as a “shot heard around the world” in the open source community. [00:06:48] Eric asks why Nolan and other maintainers stay involved in open source despite the challenges. Nolan explains that reputational benefits and personal interest in the technology were initial motivators for staying involved. [00:10:27] Eric asks Nolan how he realized it was time to step away from maintaining PouchDB. Nolan shares that personal life changes helped him reassess his involvement in open source and reflects on advice he received from other maintainers. [00:14:36] Richard emphasizes the personal and emotional investment many maintainers have in their projects and Nolan acknowledges the privilege of being able to work on open source, but also the challenges it poses for maintainers who feel they cannot leave. [00:21:13] Nolan shares stepping away from PouchDB has improved his mental health and personal relationships and he maintains smaller open source projects. [00:24:00] Nolan explains the importance of being personally invested in a project and realizing when it's time to move on and Justin reflects on his own experience of stepping away from maintaining a project after years of involvement. [00:26:00] Eric asks if funding could have made a difference for Nolan's involvement in open source, and Nolan shares that he avoided funding, preferring to keep his work as a “labor of love.” [00:26:52] What is Nolan currently doing? He talks about maintaining a Mastodon client and focusing on personal projects that bring him joy. [00:30:00] Richard discusses the importance of balancing open source work with personal life and the need for a sustainable approach to maintaining projects. [00:30:46] Eric highlights the vulnerability and self-awareness Nolan has shown in discussing his open source journey, thanking him for sharing his experiences. [00:33:13] Find out where you can follow Nolan on the internet. Spotlight [00:33:41] Justin's spotlight is Metabase. [00:34:16] Eric's spotlight is Parametric. [00:35:08] Richard's spotlight is IPFS. [00:35:22] Nolan's spotlight is fake-indexeddb. Links SustainOSS (https://sustainoss.org/) podcast@sustainoss.org (mailto:podcast@sustainoss.org) richard@sustainoss.org (mailto:richard@sustainoss.org) SustainOSS Discourse (https://discourse.sustainoss.org/) SustainOSS Mastodon (https://mastodon.social/tags/sustainoss) Open Collective-SustainOSS (Contribute) (https://opencollective.com/sustainoss) Richard Littauer Socials (https://www.burntfen.com/2023-05-30/socials) Justin Dorfman X (https://twitter.com/jdorfman?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor) Eric Berry X (https://x.com/coderberry?lang=en) Nolan Lawson Blog (https://nolanlawson.com/) Nolan Lawson Mastodon (https://toot.cafe/@nolan) “What it feels like to be an open source maintainer” (Blog post by Nolan) (https://nolanlawson.com/2017/03/05/what-it-feels-like-to-be-an-open-source-maintainer/) PouchDB (https://pouchdb.com/) Pinafore (https://pinafore.social/) Salesforce (https://www.salesforce.com/) Working in Public: The Making and Maintenance of Open Source Software by Nadia Eghbal (https://press.stripe.com/working-in-public) Metabase (https://www.metabase.com/) Parametric (https://github.com/ismasan/parametric) IPFS (https://www.ipfs.com/) fake-indexeddb (GitHub) (https://github.com/dumbmatter/fakeIndexedDB) Credits Produced by Richard Littauer (https://www.burntfen.com/) Edited by Paul M. Bahr at Peachtree Sound (https://www.peachtreesound.com/) Show notes by DeAnn Bahr Peachtree Sound (https://www.peachtreesound.com/) Special Guest: Nolan Lawson.
You can text us here with any comments, questions, or thoughts!Welcome back to the show! Today, we are exploring the third career dynamic in our ongoing series: The MAINTAINERS. Often overlooked, maintainers are the unsung heroes who hold up the ceiling, keeping structures strong and allowing others to focus on their roles. Maintainers also excel at off-boarding outdated ideas and people, absorbing vital information from routine meetings, and enforcing new work culture standards. Tune in as Kemi does a deep dive of how maintainers ensure stability, manage change, and keep structures strong through the lens of self-leadership roles, breaking down the Worker Bee, Scientist, and CEO. If you identify as a MAINTAINER, we'd love to hear from you! Text us with your thoughts and questions. MENTIONED: Episode 169: Travelers (Career Dynamics Part 3) Episode 168: Builders Builders Builders (Career Dynamics Part 2) Episode166: Introducing the Career Dynamics Series - A Deeper Dive Episode 143: 4 Career Dynamics: Builders, Travelers, Maintainers, Adapters If you'd like to learn more foundational career navigation concepts for women of color in academic medicine and public health, sign up for our KD Coaching Foundations Series: www.kemidoll.com/foundations. REMINDER: Your Unapologetic Career Podcast now releases episode every other week! Can't wait that long? Be sure you are signed up for our newsletter (above) where there are NEW issues every month!
In this conversation, Raph, the core contributor to the Ordinals and Runes protocol, discusses the development and impact of these innovations on the Bitcoin ecosystem. Raph shares his journey from a junior developer to becoming a lead maintainer, emphasizing the growth and success of the protocol, especially with their unexpected adoption and influence. Raph highlights recent updates like the release of the latest version of Ord, which aims to enhance developer experience and indexing performance. He touches on intriguing features such as burning mechanism to ensure collection immutability, and possible applications for off-chain activities like gaming and voting. The Ordinal Show is a series of regular Twitter Spaces featuring conversations with amazing people from the Bitcoin Ordinals community. Every Mon at 10:30am ET & Wed at 6:30pm ET. Hosted by Trevor.btc, Jan and Leonidas. Follow us on Twitter: https://twitter.com/TheOrdinalShow Subscribe to our Substack: https://theordinalshow.substack.com
In this episode of the Virtual Coffee Podcast, hosts Bekah and Dan delve into the benefits and challenges of being a maintainer in open source projects, particularly during Hacktoberfest. They discuss the excitement and responsibility of maintaining projects, the joy of welcoming new contributors, and the importance of community building. The hosts also highlight the preparation involved in enhancing project onboarding and documentation, and the growth opportunities for maintainers. The episode also emphasizes strategies to attract contributors and the impact of efficiently managing open source projects.Links:https://opensauced.pizza/learnBecoming an Open Source MaintainerSponsor Virtual Coffee! Your support is incredibly valuable to us. Direct financial support will help us to continue serving the Virtual Coffee community. Please visit our sponsorship page on GitHub for more information - you can even sponsor an episode of the podcast! Virtual Coffee: Virtual Coffee: virtualcoffee.io Podcast Contact: podcast@virtualcoffee.io Bekah: dev.to/bekahhw, Twitter: https://twitter.com/bekahhw, Instagram: bekahhw Dan: dtott.com, Twitter: @danieltott
Anna Kalinowsky, heise-online-Chefredakteur Dr. Volker Zota (@DocZet) und Malte Kirchner (@maltekir) sprechen in dieser Ausgabe der #heiseshow unter anderem über folgende Themen: - Flucht aus dem Fediverse: Ist Mozillas Weggang nur der Anfang? – Mozilla hat angekündigt, seine Mastodon-Instanz zu schließen und das Fediverse zu verlassen. Was sind die Gründe für diesen Schritt? Welche Auswirkungen könnte dies auf die dezentrale Social-Media-Landschaft haben? Ist dies ein Indikator für größere Probleme im Fediverse? - Elektrogroschen: Sollte der Bund den E-Auto-Kauf fördern? – Bundeswirtschaftsminister Robert Habeck diskutiert Möglichkeiten, den E-Auto-Markt anzukurbeln. Ist eine erneute staatliche Förderung der richtige Weg? Welche Alternativen gibt es, um die Elektromobilität voranzutreiben? - Offene Zukunft: Warum immer mehr Open-Source-Maintainer hinwerfen – Eine wachsende Zahl von Open-Source-Maintainern gibt auf. Was sind die Hauptgründe für diesen Trend? Wie kann die Community diesem Problem begegnen? Welche Auswirkungen hat dies auf die Zukunft von Open-Source-Software? Außerdem wieder mit dabei: ein Nerd-Geburtstag, das WTF der Woche und knifflige Quizfragen.
Anna Kalinowsky, heise-online-Chefredakteur Dr. Volker Zota (@DocZet) und Malte Kirchner (@maltekir) sprechen in dieser Ausgabe der #heiseshow unter anderem über folgende Themen: - Flucht aus dem Fediverse: Ist Mozillas Weggang nur der Anfang? – Mozilla hat angekündigt, seine Mastodon-Instanz zu schließen und das Fediverse zu verlassen. Was sind die Gründe für diesen Schritt? Welche Auswirkungen könnte dies auf die dezentrale Social-Media-Landschaft haben? Ist dies ein Indikator für größere Probleme im Fediverse? - Elektrogroschen: Sollte der Bund den E-Auto-Kauf fördern? – Bundeswirtschaftsminister Robert Habeck diskutiert Möglichkeiten, den E-Auto-Markt anzukurbeln. Ist eine erneute staatliche Förderung der richtige Weg? Welche Alternativen gibt es, um die Elektromobilität voranzutreiben? - Offene Zukunft: Warum immer mehr Open-Source-Maintainer hinwerfen – Eine wachsende Zahl von Open-Source-Maintainern gibt auf. Was sind die Hauptgründe für diesen Trend? Wie kann die Community diesem Problem begegnen? Welche Auswirkungen hat dies auf die Zukunft von Open-Source-Software? Außerdem wieder mit dabei: ein Nerd-Geburtstag, das WTF der Woche und knifflige Quizfragen.
Josh and Kurt talk about the 2024 Tidelift maintainer report. The report is pretty big and covers a ton of ground. We focus in a few of the statistics that should worry anyone who uses open source. We've known for a while developers are struggling, and the numbers back that up. This one feels like the old "we've tried nothing and we're all out of ideas". Show Notes THE 2024 TIDELIFT STATE OF THE OPEN SOURCE MAINTAINER REPORT Canadian passport Changelog Interviews #433 Pandas CVE
Today we are talking about The Config Actions System, What it does, and how it helps with Drupal Recipes with guests Alex Pott and Adam Globus-Hoenich. We'll also cover the Events recipe as our module of the week. For show notes visit: www.talkingDrupal.com/467 Topics Explain Config Actions Is this related to the Actions UI How are config actions used in Drupal How will the average user interact with Config Actions What does non-desctructive mean Where did the Config Action system come from Future of the Config Action system How can people help out How does the Config Action system help with Drupal CMS Resources Event platform Config action list Guests Alex Pott - alexpott Adam Globus-Hoenich - phenaproxima Hosts Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Nate Dentzau - dentzau.com nathandentzau MOTW Correspondent Martin Anderson-Clutz - mandclu.com mandclu Brief description: Have you ever wanted to set up and configure a robust events system in your Drupal website, in just a few seconds? There's a recipe for that. Module name/project name: Events Brief history How old: originally created in Mar 2013 as a distribution, but reborn as a recipe in July 2024 Versions available: 1.0.0-alpha3, compatible with Drupal 10.3 and 11 Maintainership Actively maintained Security coverage? - no stable release Documentation in the works Number of open issues: 1 open issue, which is a bug Usage stats: not tracked for recipes Maintainer(s): mandclu Module features and usage Listeners probably won't be surprised to hear that Smart Date is at the heart of what you'll get when you apply the Events recipe You will have an Event content type, and a view to list upcoming and past events The recipe will also set up add-to-calendar links on your event page, making it easy for your site visitors to be reminded of when your event will take place There are companion recipes to add a calendar view, to be able to associate locations (with maps), and to add event registration A modified version of the Events recipe has already been integrated into Drupal CMS, so it will be even easier to apply for a site based on that Internally it makes use of the createIfNotExists and setComponents config actions, which is why I thought it would be relevant to today's discussion
In this episode Bob chats with David Hewitt, passionate Python and Rust programmer, core maintainer of PyO3, and part of the Pydantic team. PyO3 lets you write a native Python module in Rust, or to embed Python in a Rust binary. David shares his journey of getting involved and how this tool set helps Python programmers integrate with Rust more easily. We talk about how PyO3 helped the Pydantic v2 Rust integration, how to design for a great developer experience, the mindset of dealing with complex issues, PyPI getting more packages with Rust, how to best learn Rust and more. Enjoy and let us know when you give PyO3 (and maturin) a try ...Reach out to David: https://github.com/davidhewitt (additional social media links there)Ad segment: Pybites PDM coaching program: https://pybit.es/catalogue/the-pdm-program/Join our community: https://pybites.circle.so
In this Tidbit version of Programming By Stealth, Bart Busschots interviews Mattias Wadman, one of the maintainers of the jq project. This was great fun as we just finished learning jq in Programming By Stealth. Read an unedited, auto-generated transcript with chapter marks: PBS_2024_08_06 You can find out more about Mattias & the various projects he is working on at the links below: Follow Mattias on Mastodon: @wader@fosstodon.org Mattias' GitHub Profile which hosts some notable jq-related projects: fq for querying binary files with the jq language: github.com/wader/fq A list of presentations about fq — github.com/… The fork of the Go version of jq that powers fq — github.com/… The language definition file for adding jq support to IDEs like VS Code: github.com/wader/jq-lsp jq implemented in jq: github.com/wader/jqjq Some notable jq commits & files mentioned during the interview: The very first commit in Haskel The switch to C jq's main function which is written in jq — https://github.com/… A version of jq implemented in Go: github.com/itchyny/gojq A version of jq implemented in Rust by Michael Färber: github.com/01mf02/jaq Michael's formal specification of the jq language — github.com/… The “Denotational Semantics and a Fast Interpreter for jq” academic paper by Michael
In this episode, we delve into the concept of the IBM mix - Innovator, Builder, Maintainer. Discover how every individual and company possesses a unique balance of these roles and how this balance evolves over time. Learn about the importance of aligning your personal IBM mix with that of your company's to find satisfaction in your work. Tune in every Thursday for new episodes on career, relationships, personal finance, and more. 00:00 Introduction to Woice With Warikoo 00:30 The IBM Mix: Innovator, Builder, Maintainer 00:53 Evolution of the IBM Mix in Companies 01:35 Personal Evolution: Mapping Your IBM Mix 02:30 Aligning Personal and Company IBM Mix 04:38 Conclusion and Call to Action
“My dear father, I am very respectfully and humbly inquiring. What is this arrangement? Why you are busy in making some sacrificial ceremony, what is the reason, and what is the result? For whose benefit is it and by what means will it be accomplished?” (Shrimad Bhagavatam, 10.24.3)
Sarah Christoff discusses her experiences and challenges as an open source maintainer with a focus on her work with the Porter and Zarf projects. Sarah shares insights into the frustrations and isolation often felt by maintainers, and emphasizes the importance of community and human connections in navigating these roles. We chatted about of Porter and its function in simplifying complex DevOps tool integrations. Additionally, Sarah talks about Zarf, a project recently donated to the OpenSSF aimed at facilitating air-gapped Kubernetes deployments. 00:00 Introduction 01:29 Challenges of Being an Open Source Maintainer 03:12 The Human Element in Software Development 05:45 Advice for Aspiring Maintainers 08:42 The Porter Project 11:10 The Zarf Project 13:09 The Importance of Community in Open Source 15:31 Women in Tech and Role Models 21:45 Animal Rescue and Community Building 26:10 Final Thoughts and Hot Takes on Open Source Guest: Sarah Christoff is a software engineer at Defense Unicorns who loves making complex code more digestible. She is the self-proclaimed founder of the Leslie Lamport fan club. When she's not bugbusting, she is running her animal rescue and competing in triathlons. She believes code should be like cats: intelligent, fluffy, and easy to take care of.
Historically it's always been the case that you would use a pickle file to store a trained scikit-learn model on disk for deployment. Pickles make sense because these are so flexible, but they do carry a security concern. Adrin has been working on a remedy called skops, which is the main topic of this podcast. To learn more about skops, make sure to check the documentation: https://skops.readthedocs.io/en/stable/
Episode 74: In this episode of Critical Thinking - Bug Bounty Podcast Justin sits down with Roni "Lupin" Carta for a deep dive into supply chain attacks and dependency confusion. We explore the supply chain attacks, the ethical considerations surrounding maintainers and hosting packages on public registries, and chat about the vision and uses of his new tool Depi.Follow us on twitter at: @ctbbpodcastWe're new to this podcasting thing, so feel free to send us any feedback here: info@criticalthinkingpodcast.ioShoutout to YTCracker for the awesome intro music!------ Links ------Follow your hosts Rhynorater & Teknogeek on twitter:https://twitter.com/0xteknogeekhttps://twitter.com/rhynorater------ Ways to Support CTBBPodcast ------Hop on the CTBB Discord at https://ctbb.show/discord!We also do Discord subs at $25, $10, and $5 - premium subscribers get access to private masterclasses, exploits, tools, scripts, un-redacted bug reports, etc.Today's Guest: https://x.com/0xLupinResources:Dependency Confusion: How I Hacked Into Apple, Microsoft and Dozens of Other Companieshttps://medium.com/@alex.birsan/dependency-confusion-4a5d60fec610git-dumphttps://github.com/tomnomnom/dotfiles/blob/master/scripts/git-dumpDepihttps://www.landh.tech/depiWeak links of Supply Chainhttps://arxiv.org/pdf/2112.10165Timestamps:(00:00:00) Introduction(00:07:13) Overveiw of Supply Chain Flow(00:15:14) Getting our Scope(00:23:46) Depi(00:29:12) Types of attacks and finding the 80/20(00:45:06) Maintainer attacks(01:10:40) Regestries, artifactories, and an npm bug(01:31:51) Grafana NPX Confusion
Today we are talking about the cost around Drupal, common misconceptions, and how you get what you pay for with guest Jeff Robbins. We'll also cover Module Instructions as our module of the week. For show notes visit: www.talkingDrupal.com/440 Topics What is new! How did you get started with Drupal Selling Drupal and the cost How much is the technology vs the complexity of projects that lend themselves to Drupal Value of Drupal What can the Drupal community do to make it more widely attractive Versionless Drupal marketing Resources Drupal.org README.md Documentation Drupal versioning discussion Talking Drupal #390 - Employee Owned Companies Talking Drupal #429 - The Drupal Association Board Talking Drupal #439 - Drupal 7 Long-Term Support Visibox Jeff Robbins MySQL PHP Guests Jeff Robbins - jjeff.com jjeff Hosts Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Ivan Stegic - ten7.com ivanstegic MOTW Correspondent Martin Anderson-Clutz - mandclu Brief description: Have you ever wanted to have easy access to the README, CHANGELOG, and INSTALL files for the contrib modules on your Drupal site? There's a module for that. Module name/project name: Module Instructions Brief history How old: created in Apr 2012 by Ales Rebec of Slovenia Versions available: 7.x-1.0 and 2.0.3 versions available, the latter of which works with Drupal 9 and 10 Maintainership Actively maintained? Security coverage Test coverage Number of open issues: 4 open issues, none of which are bugs against the 2.0.x branch Usage stats: 1,238 sites Maintainer(s): Current maintainer of the 2.0.x branch is Viktor Holovachek a.k.a Aston Victor of the Ukraine Drupal Community Module features and usage The usage of the module is pretty straightforward. Once the module is installed, anyone who has access to the Modules page on a Drupal site will see links on that page to any README, CHANGELOG, or INSTALL files that are available for the contrib modules in the codebase It also provides a cron job and drush command to generate the links, stored in the site state, so the application isn't doing all the work of parsing through all your contrib modules looking for the files every time someone wants to load the Modules page It does override the template for the module page to add those links, so be aware that if you're doing something very custom and have overridden that template in something like a custom admin theme, you may need to manually add some extra markup to see the links The module does also define new permissions, to manage the settings for these links, or to view them The settings really consist of specifying which of the links you want to appear, if the relevant files are available. By default it will show all three, but you could, for example, only have it show README links
Today we are talking about Drupal 7 Long Term Support, common security tips, and support services you can use with guests Greg Knaddison, Aaron Frost, and Dave Welch . We'll also cover Storybook as our module of the week. For show notes visit: www.talkingDrupal.com/439 Topics Drupal 7 EoL Drupal will not stop working Security team perspective Security concerns Extened Community Support Long Term support HeroDevs Never ending support (NES) PHP Hosting Security Contrib Product advisor Colorado Digital Service Resources herodevs.com Colorado Digital Service Guests Greg Knaddison - morrisanimalfoundation.org greggles Aaron Frost - herodevs.com aaronfrost Dave Welch - herodevs.com dwelch2344 Hosts Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Ivan Stegic - ten7.com ivanstegic MOTW Correspondent Mark Casias - markie Module name/project name: Storybook Brief description: The storybook module makes it easier to create a connection between Drupal and Storybook. It adds some Twig functionality so you can write Stories in Twig as opposed to YML or JSON or React Brief history How old: Less than a year Versions available: Alpha4 came out earlier this month Maintainership Actively maintained: Yes Number of open issues: 6 Test coverage: no Usage stats: N/A: for development only Maintainer(s): Mateu Aguiló Bosch (e0ipso) from Lullabot. Module features and usage Twig based stories Pulls in Sites theme and base css. So needs some updates to the development.services.yml Also means it is hard to publish a storybook. No need for SDC (but works well with it) Great instructions on the module page Way easier than previous integrations including cl_server. Not as opinionated as previous storybook integrations.
Nikita Karamov is a Python developer and maintainer on various open source Python projects.Some topics covered:Notes on university education in programming and engineering vs theoryJazzband for maintaining Django projectsContributing to open source makes you a better programmerMoving from Russia to Germany during collegeCultural differences between Russia, Germany, and OregonThe nice lack of drama in the Python communityA lack of universities teaching Python for web developmentLinks from the showJazzbanddjango-simple-menu The Complete pytest CourseLevel up your testing skills and save time during coding and maintenance.Check out courses.pythontest.com ★ Support this podcast on Patreon ★
Today we are talking about web design and development, from a group of people with one thing in common… We love Drupal. This is episode #435 UI Suite initiative. For show notes visit: www.talkingDrupal.com/435 Topics Elevator Pitch What do you mean by implementing design systems Is this to thel themers or site builders What is the expected outcome The project page says initiative, but this is not on the community initiatives page, is this an intitiative How does this implement public design systems Does this work with Single Directory Components Youtube Channel Getting involved Roadmap Use cases Do you see this going into core Resources UI Suite Initiative UI Suite YouTube UI Suite Slack Guests Pierre Dureau - LinkedIn pdureau Hosts Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi MOTW Correspondent Chris Wells - chrisfromredfin Brief description: Have you ever wanted simple but accessible dropdown navigation on your Drupal website? There's a module for that. Module name/project name: Disclosure Menu Brief history How old: created in Nov 2022 by Jay Huskins of Redfin Solutions Versions available: 2.1.5 which works with Drupal 9 and 10 Maintainership Actively maintained, most recent commit is less than a month ago No Test coverage at this point Documentation - via README.md Number of open issues: 2, neither of which are bugs Usage stats: 29 sites Maintainer(s): Jay Huskins, with support from Redfin Module features and usage Provides a new menu block that includes markup for disclosure buttons, that make it easier for users on assistive devices to navigate drop-down menus Activating the button will toggle the visibility of nested menu items Also includes ARIA labels to provide clarity around what the buttons do Worth mentioning that Drupal's Olivero theme also includes disclosure buttons in its mWe'll also cover Disclosure Menu as our module of the week. Guest Introenus, but there isn't a straightforward way to pull the menus implemented there into your custom theme Also had a write-up in the Drupal advent calendar we talked about last month, so listeners can also check that out if they want more information
Jenkins, an open-source stalwart and a foundational project of the Continuous Delivery Foundation, underwent a transformative journey towards independence within the foundation. In this conversation with Oleg Nenashev, Governance Board/Core Maintainer, we navigate through the significance of feature flags in continuous integration and delivery, culminating in excitement about the potential standardization through the open feature project. Shifting gears, the conversation delves into WireMock, a widely-used API mocking tool, exploring its capabilities, commercial extensions, and upcoming improvements in version 3. Oleg emphasizes collaboration and alignment across diverse languages and repositories. The conversation concludes by spotlighting Penpot, an open-source design platform, as a noteworthy project. Join in for a comprehensive exploration of Jenkins, feature flags, WireMock, and the broader open-source landscape.
Today we are talking about Portals, Community Websites, and Drupal with guest Ron Northcutt. We'll also cover Private Message as our module of the week. For show notes visit: www.talkingDrupal.com/432 Topics Why are you passionate about community sites Different types of portals you've worked on Common features Why is Drupal a great fit Why would you choose Drupal over a Saas or PaaS What is unique about each community How important is UX What common content models do you see Most important tip Resources Lego sorting https://news.lugnet.com/storage/?n=709 https://brickarchitect.com/guide/bricks/ PHPBB discourse Open Social Monday Guests Ron Northcutt - community.appsmith.com rlnorthcutt Hosts Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Martin Anderson-Clutz - mandclu MOTW Correspondent Martin Anderson-Clutz - mandclu Module name/project name: Private Message Brief description: Have you ever wanted to include a full-fledged, ajaxified system for private messages between users on your Drupal site? There's a module for that Brief history How old: created in Apr 2017 by Jaypan, a fellow Canadian, but the most recent release is by Lucas Hedding, who hails from Nicaragua, and is a prolific contrib maintainer in his own right Versions available: 8.x-2.0-beta18 and 3.0.0 versions available, the latter of which works with D9 and 10 Maintainership Actively maintained, latest release in Oct 2023 Number of open issues: 130, 4 of which are bugs on the 3.0.x branch Test coverage Documentation: does have a handbook, though the pages seem to date back to 2017, so hopefully the installation and setup hasn't changed too much since then Usage stats: Almost 2,000 sites Maintainer(s): Module features and usage With the Private Message module installed, users on your site can have permissions-based access to send private messages to each other Messages and threads are fieldable entities, and in general the module is made to be highly configurable, so you can tailor it to meet your site's specific needs That includes the frequency for asynchronous operations like loading new messages, which can be done without a full page refresh. There's also a companion module to use Node.js for the asynchronous operations, to reduce load on both the browser and the server That also allows for browser push notifications, or you can use the integration with the Message module to send notifications via email, SMS, and more, including aggregating the notifications into digests Companies often have a dedicated messaging solution like Slack or Teams that they use internally, but this can be a good solution for an extranet or vendor portal, where the users may represent a variety of organizations It's also worth mentioning that both Private Message and Message are included in the Open Social distribution, so that could be a way to try out a preconfigured setup
The problem of ice holes freezing up beneath a wheel house is a problem no longer thanks to Nick Leinen, inventor of the Hot Hole Ice Hole Maintainer and Illuminator. Nick joins Scott and Kyle to talk about what this simple device is and how it helps ice anglers with an age old problem.See omnystudio.com/listener for privacy information.
With a decade of experience in the aerospace industry, Tyler currently serves as a Future Systems Integration Engineer at the ARES Corporation, dedicated to supporting NASA's Future Systems Project Office at the Kennedy Space Center. His journey began with his role as a 2M0X2 in the United States Air Force maintaining the Minuteman III Intercontinental Ballistic Missile (ICBM) from 2014-2023. Tyler was stationed at F.E. Warren AFB and Vandenberg AFB and worked numerous roles within the 2M0X2 community including Missile Maintenance Team Topside Technician, charged with the safe transportation and maintenance of the Minuteman III Aerospace Vehicle Equipment (AVE) for 150 Launch Facilities spread out between Wyoming, Colorado and Nebraska. Maintenance Operations Center Controller and Missile Maintenance Quality Assurance. Culminating in his final role within the Air Force as a Minuteman III Technical Training Instructor.EPISODE NOTES:Follow NucleCast on Twitter at @NucleCastEmail comments and story suggestions to NucleCast@anwadeter.orgSubscribe to NucleCast podcastRate the show
Today we are talking about Being a Digital Nomad, common nomadic hurdles, and realized work/life benefits with guests Chad Hester and Shelley Goetz. We'll also cover Flag as our module of the week. For show notes visit: www.talkingDrupal.com/428 Topics What does digital nomad mean? When did you first start to think about this What was your physical journey like What do you do for work What is the biggest win How did this affect family dynamics What was the biggest gotcha Tips and tricks Long term plan Why not Europe or South America Question from Stephen: As a Patriots fan what are your thoughts on the 2023 season, is Bill Belichick staying or going Resources The Flag module US-CA Nomads on Instagram US-CA Nomads on Flicker Chad on LinkedIn Chad's website Chad's d.o profile Shelley on LinkedIn Shelley on Instagram An off-grid (on Vancouver Island) youtube channel that inspires Chad and Shelley Snowshoe Fondue on Mt. Washington Guests Shelley Goetz - shelleygoetz Chad Hester - chadkhester.com chadhester Hosts Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Ron Northcutt - community.appsmith.com rlnorthcutt MOTW Correspondent Martin Anderson-Clutz - @mandclu Flag Brief description: Have you ever wanted a simple way to let users bookmark, like, or even flag as inappropriate content on your Drupal site? There's a module for that. Brief history How old: originally created in 2008 by quicksketch, who listeners may remember as the original author of Webform Versions available: 7.x-3.9 and 8.x-4.0-beta4 Maintainership Actively maintained, but no commits in the last year Has a handbook, but it's in the old documentation system Number of open issues: 675, 132 of which are bugs against the 8.x branch Usage stats: Over 38,000 sites Maintainer(s): Recent releases by Berdir, who we recently mentioned as the maintainer of TMGMT in episode #426 Module features and usage The Flag module provides a flexible system that can reference any kind of entity, so content, users, comments and so on When you create a flag type, you set the target entity type, and then you can optionally choose specific bundles that can be flagged Flags can be per-user, like bookmarks, or global, meaning that they're the same for everyone Links to Flag or Unflag content or other entities can be displayed in a variety of ways: in a field, in entity links, as contextual links, and more By default flag links are rendered as AJAX links that flag or unflag content without reloading the page, but you can configure them to display in various ways, including a links to a field entry form, because flag types are also fieldable There is extensive views integration, so it's easy to list flagged content, for example to show a user content they've flagged as their favorites. The ecosystem of modules around Flag includes one called Views Flag Refresh that can trigger a view to automatically update via AJAX as soon as any content in that view is flagged or unflagged Not long ago I used Flag as part of a lightweight task management system within Drupal, and anyone wanting to try that out can install the Tasks module
Matteo Collina is a member of the Node.js technical steering committee and has one of the most impressive developer resumes we've ever seen. His 500 NPM modules have over 17 billion downloads. Today, he sits down with Lane to discuss Node, the future of backend web development, and Platformatic, his new startup.Learn back-end development - https://boot.devListen on your favorite podcast player: https://www.backendbanter.comMatteo's Twitter: https://twitter.com/matteocollina
On today's show we are turning the tables and Nic and John will be interviewed by our guest host Melissa Bent. We'll also cover Content Model Documentation as our module of the week. For show notes visit: www.talkingDrupal.com/427 Topics What made you decide to start the podcast Who does what tasks The first episode was on May 30 2013. What do you know now that you wish you knew then When did the guest host start What has been your favorite episode How did you come to this format Where did the tagline come from What technology do you use in production The show is supported by multiple platforms, would you recommend this What advice would you give someone just starting Resources GovCon Session for Content Model Documentation First Episode Three hundred The Night before DrupalCon Wade Wingler Jono Bacon Dries' First Episode Needs Review Issue Queue Sustainability Guidelines A Website's Carbon Footprint vdo.ninja kdenlive Audacity Patreon Youtube Libsyn Kid3 Auphonic Midjourney Trello Hackmd.io Guests Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Hosts Melissa Bent - linkedin.com/in/melissabent merauluka MOTW Correspondent Martin Anderson-Clutz - @mandclu Content Model & Site Documentation Brief description: Have you wanted to make your Drupal site self-documenting directly within the admin UI? There's a module for that. Brief history How old: created in Jan 2023 Versions available: 1.0.23, compatible with Drupal 9 and 10 Maintainership Actively maintained, latest release was a week ago Test coverage No official guide, but there was a recent talk about the module at GovCon, so you can watch that Number of open issues: 43 open, 9 of which are bugs Usage stats: 82 sites Maintainer(s): Steve Wirt (swirt) who works for Civic Actions Module features and usage Allows your Drupal site to generate its own documentation Has fieldable Content Model Document entities that allow you to customize what data will be stored Can optionally document things like your content types, taxonomies, block types, paragraph types, and more Documentation elements can also be associated with parts of your site configuration, and they become available within the relevant parts of your admin UI. For example, if you add documentation for a specific content type, when a site builder goes into edit that content type they will see a link to the documentation as a tab You can generate entity relationship diagrams using MermaidJS Also includes a field search capability originally developed as a separate module by Matthieu Scarset, who was a guest on this show back in episode #298 Will also generate diagrams to illustrate your content workflows, showing the states defined and the transitions between them
Today we are talking about The Needs Review Queue Initiative, What it is, and How it's helping to improve Drupal with guest Stephen Mustgrave. We'll also cover Translation Management Tool as our module of the week. For show notes visit: www.talkingDrupal.com/426 Topics Can you give an overview of Needs Review Issue Queue Initiative Is the bug smash initiative related to the needs review issue queue Is this the same as the needs review bot How many issues were in the Needs Review status when you started How many issues today How long did it take until it was manageable How long do items stay on average Who else is helping Let's talk through the pagination heading level issue What help can the community provide How does someone get involved Do you think this helps with burnout for core committers What's the future of the initiative Resources Needs Review Queue Bot Needs Review Issue Queue Pagination heading level issue Guests Stephen Mustgrave - smustgrave Hosts Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Melissa Bent - linkedin.com/in/melissabent merauluka MOTW Correspondent Martin Anderson-Clutz - @mandclu Translation Management Tool (TMGMT) Brief description: Have you ever wanted to automate the process of creating content translations on your Drupal site? There's a module for that. Brief history How old: created in Jan 2012 Versions available: 7.x-1.0-rc3 and 8.x-1.15, the latter of which works with Drupal 9 and 10 Maintainership Actively maintained Test coverage Documentation Number of open issues: 595, 139 of which are bugs against the 8.x branch Usage stats: 8,766 sites Maintainer(s): Berdir, a very prolific maintainer in his own right, who also supports well known projects like Search API, Token, Paragraphs, and many more Module features and usage Provides a tool set for automating the process of creating translations for your site content, as well as strings used within the site like menus, interface text, and so on Works with more than 30 translation service providers, including many that leverage human translators, but also AI-based services like DeepL and OpenAI Also has a plugin system to determine what text needs to be translated, so it can be easily adapted to very custom needs With the module installed that Translate tab on your nodes changes to have buttons to request a translation in each language Once a translation has been requested, it will run through states like unprocessed, active, and finished Also provides an option for Continuous Translation, where new and updated content is automatically submitted for translation Allows for professional translation at scale, using whatever kind of service works best for your site The need for robust translation capabilities is what originally got me started using Drupal, so it's great to see that there are enterprise-grade options for sites that need to manage translations at scale
Today we are talking about the a new Drupal Book Modernizing Drupal 10 Theme Development, What's new in Drupal 10 theming, and tools that can help speed up theming with guest Luca Lusso. We'll also cover Admin Dialogs as our module of the week. For show notes visit: www.talkingDrupal.com/425 Topics Why write a book about Drupal theming How does the book modernize theming Who is the book for Do you have to have a certain level of knowledge to start What are some new aspects of Drupal 10 that are covered in the book Does the book talk about: Javascript frameworks Native Web Components What tools outside of Drupal do you talk about How did you conduct your research Do you have plans to keep the github updated How long did it take to write the book Tech moves quickly, what is the shelf-life of the book Future editions Purchase from Amazon or Packt Translation Plans for another book Resources Admin Dialog Blog Book github Buy the book Guests Hosts Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Melissa Bent - linkedin.com/in/melissabent merauluka MOTW Correspondent Jacob Rockowitz - @jrockowitz Admin Dialogs Brief description: (from the maintainer) The Admin Dialogs module improves the UI by reducing the number of page loads. For example, instead of opening a delete confirmation page, the module will show the form in a dialog (modal) form. https://www.chapterthree.com/blog/improve-drupal-admin-ui-new-admin-dialogs-module Brief history How old: Created on May 2023 Versions available: 1.0.x stable release Last release: 1.0.17 - July 12, 2023 Maintainership Actively maintained? Yes Number of open issues: 6 Test coverage No test coverage Module is fairly simple and easy to manually test Code quality is very good Usage stats: sites 150+ Maintainer(s): Minnur Yunusov (minnur) https://www.drupal.org/u/minnur https://www.minnur.com/ Sponsor Chapter Three Module features and usage Comes with the ability to add modal or off-canvas dialogs to different links in Drupal. Easy to use. Most features available after installing the module. Adds controls dialog type for operation links like Edit, Delete etc. Adds and controls dialog type for local tasks. Adds and controls dialog types for local actions. Ability to add dialogs via specified A tag paths. Ability to add dialogs via specifying CSS selectors (classes and IDs). Adds option to control delete button dialog. You can add support for your modules by adding configs created in the module. Experimental: Add loading spinner to form submit elements on form submit. Discussion The module does one thing and does it really well Require no initial configuration. Worth reviewing common administration tasks for contributed modules and deciding if a modal dialogs or sidebar can improve the admin UX.
Today we are talking about the Web Sustainability Guidelines, How sustainability applies to the web, and how your website can be more sustainable with guests Mike Gifford and Andy Blum. We'll also cover LB Plus as our module of the week. For show notes visit: www.talkingDrupal.com/424 Topics What are the Web sustainability guidelines Do they only apply to environmental impact When we think about sustainability we think of funding, does WSG speak to that Why are the WSG important What is the best way to implement WSG How do the WSG's apply to Drupal Have the WSG's been finalized Are they open source How can someone get involved Resources Web Sustainability Guidelines Carbon footprint of your website Eggcorns Andy's blog post w3c/sustyweb Sustainable web design working group Green Web Foundation Guests Mike Gifford - mgifford.medium.com @mgifford Hosts Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Melissa Bent - linkedin.com/in/melissabent merauluka MOTW Correspondent Martin Anderson-Clutz - @mandclu Layout Builder Plus Brief description: Have you ever wanted to make Layout Builder easier and more intuitive for content creators? There are a few modules that can help with that, but today we're going to talk about one called Layout Builder Plus Brief history How old: Originally created in Apr 2022 Versions available: 2.0.1 release, compatible with Drupal 10 and 11 Maintainership Actively maintained, latest release just a week ago Number of open issues: 2, both bugs, but both marked as fixed Usage stats: 9 sites Maintainer(s): Tim Bozeman of Tag1 Module features and usage Provides an overhaul of the Layout Builder UI, to make it easier for content creators: Show a curated list of promoted blocks with icons, with lesser-used blocks available in a separate tab Once a block is placed it shows automatically generated content, instead of asking the user to fill out a form before they can see what it will look like Editing the content of a block happens in an overlay instead of the settings tray, so it can use more of the screen Moves the Save Layout and other action buttons to the bottom of the page Also adds some nice capabilities to Layout Builder, including: Drag and drop entire sections Change the layout of an existing section, even if it has blocks in it Clone and update existing blocks Finally, it includes a submodule to integrate with the Section Library module, which allows for a section within a layout to be saved so it can be reused again and again I'll also note that this is a module nominated by one of our listeners in the #talkingdrupal channel of the Drupal slack workspace, so if there's a module you'd like to hear about in this segment, drop us a note in there
Today we are talking about The Conflict Resolution Team, What they do, and Why they do it with guest Mark Casias. We'll also cover Smart Trim as our module of the week. For show notes visit: www.talkingDrupal.com/423 Topics What is the Conflict Resolution Team Why is the Conflict Resolution Team needed When / Why was the Conflict Resolution Team created What kinds of issues does the Conflict Resolution Team deal with Do you meet separately from discussing issues How do you handle burnout How does one become a member Why are you a member How do you submit an issue to the Conflict Resolution Team How many submissions do you get Do you have to include the Drupal Association Does the DA provide tools Does the Conflict Resolution Team need help Is there any specific training you look for Code of conduct training Anything you would like to add Resources Conflict Resolution Team Hosts Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Mark Casias - kanopi.com - markie MOTW Correspondent Martin Anderson-Clutz - @mandclu Smart Trim Brief description: Have you ever wanted to truncate provided user text in a more intelligent way than the “summary or trimmed” formatter in Drupal core? There's a module for that. Brief history How old: Originally created in Apr 2012 Versions available: 7.x-1.6 and 2.1.0 versions available, the latter compatible with Drupal 8, 9, and 10 Maintainership Actively maintained Number of open issues 74, 8 of which are active bugs against the 2.x branch Test coverage, using the new GitLab CI User guide for documentation Usage stats: 66,919 Maintainer(s): Friends of the podcast, markie, ultimike, volkswagenchick Module features and usage Adds a variety of configuration options, in addition to the trim length: Whether the length is characters or words An optional suffix at the trim point e.g. ellipsis Whether or not to add a more link after the trimmed text Stripping HTML tags from the trimmed output The ability to customize the output even more via twig template override Because it works by providing a field formatter it works with entity display but also views, layout builder, and more A module I've used many times myself and found extremely useful. I haven't had a chance to try the latest release, but given the recent focus on UI improvements, documentation, and flexibility in the twig template it should be even better than I remember
Thank you to this week's sponsor, Backend Banter!
Today we are talking about Commerce Kickstart, Commerce in General, and What's new at Centarro with guest Ryan Szrama. We'll also cover Navigation as our module of the week. For show notes visit: www.talkingDrupal.com/422 Topics High level overview of commerce kickstart Is it a distribution Will it move to recipes Why use commerce directly over kickstart Does kickstart lend itself to a specific type of site Compare with Shopify Do you ever recommend Shopify Are there additional conditions or events being added Can people contribute to kickstart What is Centarro focused on now What is the state of headless Resources Selling File Downloads and certificates through Drupal Commerce Commerce Kickstart Driesnote Methodical coffee Guests Ryan Szarma - ryanszrama.com rszrama Hosts Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Mark Casias - kanopi.com - markie MOTW Correspondent Martin Anderson-Clutz - @mandclu Navigation Brief description: Would you like to try out and give feedback on a proposed overhaul to how Drupal's administration menu works? There's a module for that. Brief history How old: project created in 2004, but the namespace was taken over earlier this year as a place to work on the proposed new navigation in the contrib space Versions available: No releases yet, so you need to clone the repo into your custom modules Maintainership Very active development, commits in the past day Number of open issues: 46, 14 of which are bugs Usage stats: Officially 1 site is using it, but not recommended for production anyway Maintainer(s): Include Christina Chumillas, Sascha Eggenberger, Lauri Eskola, Mike Herschel, and more Module features and usage At this point, really a prototype, trying to define what the user experience should be Worth noting that the latest release for the Gin admin theme also includes this new updated navigation as an experimental feature that can be updated, but still best to leave feedback on the Navigation project The main idea is that instead of having dropdowns that fly out for deeper level menu items, the navigation is in a sidebar, with menu items that expand to reveal child items when clicked It's worth noting that dropdown menus with multiple levels handled in flyouts are a known usability pain point, and are often cited by industry experts like Jakob Neilsen as something to avoid There are still some usability issues to be thought through with this approach, for example there is no longer a way to reach the top page of a section or subsection, because clicking on the link shows or hides the child items instead This was a subject of some very active discussions at DrupalCon Europe last week, so I thought it would be good to cover this week, so our listeners can add their voices
Today we are talking about The Future of Drupal article, What Challenges Drupal may have, and How we can overcome them together! with guest Ricardo Marcelino. For show notes visit: www.talkingDrupal.com/421 Topics Can you describe the article this topic is based on Module percentages Drupal's challenges Drupal's unique selling proposition How can Drupal expand relevance Why is relevance important How does Drupal move forward What's next for Drupal Do you think this is a natural change for a project like Drupal How do we ensure the future of Drupal Resources The Future of Drupal Drupal Day Portugal Slides Dries note Guests Ricardo Marcelino - omibee.com rfmarcelino Hosts Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Mark Casias - kanopi.com - markie MOTW Correspondent Martin Anderson-Clutz - @mandclu (Next.js)[https://www.drupal.org/project/next] Brief description: Have you ever wanted to build a website with a React-based front end, but with lots of the robust and mature CMS capabilities that Drupal provides? There's a module for that. Brief history How old: created in Jan 2021 by shadcn, who continues to support it, including in the #nextjs channel in Drupal slack Versions available: 1.6.3 for Drupal 9 & 10 Maintainership Actively maintained, though it uses a Github repo as its place for collaboration, including issues Number of open issues: 135 open, 12 of them bugs Test coverage? Y Usage stats: 1,249 sites Maintainer(s): shadcdn, who continues to support it, including in the #nextjs channel in Drupal slack Module features and usage: For anyone not familiar with Next.js, it's a React framework for building front-end applications that gives developers a number a number of useful capabilities, such as dynamic routing, performance optimizations, integrations, and more The Next.js module for Drupal optimizes your Drupal backend for use as the content repository for a Next.js front end It add functionality like headless preview of unpublished content, even across multiple front end apps It also supports Incremental Site Regeneration, a best practice to ensure your front end site can serve static pages for the fastest possible delivery, but without the risk of serving stale content Works with the JSON:API Menu Items and JSON:API Views Drupal modules to allow even more of your front end site to be managed within your Drupal backend There's even a Next.js Webform module that allows your Drupal site builder to create webforms, and have the React forms automatically created There is also a specialized version of Next.js, a “next-drupal-basic-starter”, also maintained by shadcn, that helps to get your Next.js front end working with Drupal more quickly
Ever wondered how a software developer's journey unfolds? Well, today, we have a story that is sure to inspire. Join us as we explore the life of Aleksandra Sikora, a software engineer based in Wrocław, who shares her journey from learning to code in primary school to becoming a full-stack developer. A poignant chapter of her journey delves into the power of patience, the art of listening, and the invaluable skill of delegation when leading a team. She also recalls an article about a young girl learning HTML, which ignited her passion for computer science.It wasn't all smooth sailing for Aleksandra. Her university years were filled with a spectrum of programming languages, some of which presented quite a challenge. Even confronting the complexities of Prolog and Algorithms and Data Structures, her resilience saw her through. Reflecting on these experiences, she discusses how her background and exposure to different functional languages played a crucial role in shaping her career choices.We've all had those moments of self-doubt and feelings of not quite belonging. Aleksandra openly discusses her early career encounters with impostor syndrome and how she navigated those stormy seas. Her story takes us through her transition from programming to management, sharing the lessons learned and obstacles faced. Learn from her experiences, gain from her insights, and join us in this episode that promises to be an illuminating guide for anyone in a similar position. From coding to managing teams, Aleksandra's journey will inspire and motivate you.Support the show
Today we are talking about Drupal 7 EOL, Backdrop CMS, and Upgrade strategy from Drupal 7 with guests Jen Lampton & Laryn Kragt Bakker. We'll also cover Acquia Migrate: Accelerate as our module of the week. For show notes visit: www.talkingDrupal.com/419 Topics When is Drupal 7 EoL If someone is on Drupal 7 what are their options If someone does not have the resources to upgrade to Drupal 10 what can they do Can someone stay on Drupal 7 after EoL What is Backdrop CMS Listener question - James: Some people have mentioned that Backdrop has changed significantly since forking, does this affect upgrading from drupal 7 Listener question - James: Will there be another fork How can Backdrop help people get off of Drupal 7 Tell us a bit about Backdrop's annual online event Is Backdrop negatively affecting Drupal 10 adoption How does someone get involved with Backdrop What are some big features on the Backdrop roadmap Resources Drupal 7 EOL Backdrop CMS How to get involved GitHub Zulip Flightpath CLI compare d7 -> d10 vs d7 -> backdrop https://backdropcms.org/news/why-we-moved-two-stanford-websites-to-backdrop-cms https://atendesigngroup.com/articles/making-case-drupal-7-backdrop-cms-upgrade Drupal 7 soft landing Guests Laryn Kragt Bakker - atendesigngroup.com - laryn Hosts Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Jen Lampton - jenlampton.com - jenlampton MOTW Correspondent Martin Anderson-Clutz - @mandclu Acquia Migrate: Accelerate Brief description: Have you ever wanted to add a layer of automation to Drupal's migrate API, to simplify the process of migrating content and site architecture from Drupal 7 to Drupal 9? There's a module for that. Brief history How old: created in July 2020 by Aaron Winborn-award winner webchick Versions available: 1.8.0 release which works with Drupal 9 Maintainership Actively maintained - latest release, its first as open source, was in the last week Number of open issues: 3 issues, none of which are bugs, and all labeled as fixed Usage stats: None, officially Maintainer(s): Current release by Wim Leers, a longtime Drupal contributor and core subsystem maintainer Module features and usage The goal of Migrate Accelerate is to make Drupal core's migrate API something that can be used by less technical users to migrate a Drupal 7 site to a modern version of Drupal Relies on an Acquia CLI command to analyze your Drupal 7 site, so it can generate a composer.json file using an existing matrix of hundreds mappings from legacy modules to modern Drupal equivalents, including patches That composer file becomes the basis for your migrated site, into which it will begin to migrate your content architecture It provides a dashboard that lists out the various kinds of content found on the origin site, with an ability to control the order in which the migrations will be performed At any point it's possible to see a live preview the content that's been migrated, within the same UI There's also a drush command to trigger the same process, which actually runs more efficiently but still allows for live preview If you want to get an estimate on how much of your Drupal 7 site can be migrated automatically, there is also a Flightpath report you can generate (using a drush command) which is an HTML file that summarizes how much of your Drupal 7 site can be migrated automatically Migrate Accelerate used to be available only to Acquia customers and partners, but with this new release anyone in the community can use it to help them migrate their Drupal 7 site forward
Today we are talking about The Recipes Initiative, the future of install profiles, if distros are still a thing, and answering a bunch of listener questions with our guest Jim Birch. We'll also cover Quick Links Kit as our module of the week. For show notes visit: www.talkingDrupal.com/417 Topics What are recipes How do you use recipes Is it a module, configuration or something else How do recipes compare to install profiles Are you stuck with them What happens if the config is changed Are there namespace collisions How do recipes compare with Distributions Can you include content Listener James: Can recipes uninstall modules Can we use recipes now When will recipes be in core Can recipes be used by tests Listener Andy: Can recipes and startkits interact Can themes require recipes Listener Matthieu: How do recipes compare with Symfony recipes Listener James: How easy will it be to make custom recipes Listener Matthieu: Should contrib maintainers be watching recipes How can we get involved Resources Jim's Design 4 Drupal Talk Recipes Recipes Drupal Project Page Strategic Initiative Page Cioppino php core/scripts/drupal recipe PATH/TO/RECIPE config actions issue infrastructure project meeting thread Kevin Quillen blog post - Create Recipes Guests Jim Birch - @jimbirch Hosts Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Jen Lampton - jenlampton.com - jenlampton MOTW Correspondent Martin Anderson-Clutz - @mandclu Quick Links Kit Brief description: Have you ever needed to add a set of quick links, essentially visual navigation prompts, to the home page or section pages of your Drupal site? Quick Links Kit (different from Quicklink module created by last week's guest, Mike Herschel) Brief history How old: I created in Apr 2021 Versions available: 1.0.6 that supports Drupal 8, 9, and 10, and 2.0.1 that supports only D10 Maintainership Sporadically maintained, but a pretty simple module Number of open issues: 1, and it's not a bug Usage stats: 1 site Maintainer(s): Me! Module features and usage The module is really just a set of configuration, with an optional submodule that sets everything up, including the placement of the block on the home page, for sites using Olivero as their theme, so it's perfect for a fresh install of Drupal It allows for SVG icons to be set for each link, and sets their fill to inherit from the link style The links can be created and managed without leaving the page on which they're used, by using the settings tray, though it would be a quick configuration change to use a modal or a separate page instead, if preferred. The 2.0 version also makes use of Drupal 10's new responsive grid views display, so if you've wanting to try that out, this is an easy way to get started I thought this module was appropriate for today's episode because it's an example of a module that will be a recipe once the infrastructure for them is ready. That said, the Olivero submodule does currently contain a little CSS to improve the display of the links, but that could easily be copied into your site's custom theme.
Try out the new version of Thunderbird: https://mzla.link/tb-flatpak
Today we are talking about Front End Performance, Common Front End Issues, and Ways to test and fix said issues with guest Andy Blum. We'll also cover Webp Fallback Image as our module of the week. For show notes visit: www.talkingDrupal.com/415 Topics How do we break down front end performance How do we measure front end performance What are web vitals Standard, objective measurements First/Largest contentful paint Cumulative layout shift Time to Interactive/First Input Delay/Time To Next Paint/Total Blocking Time What are some common client side performance problems “Flickering” “Slow loading” Image size/resolution issues Render-blocking resources Screen jitters Memory leaks Memory Bloat How do tracking scripts affect performance Tools to help identify and resolve Drupal front end performance Resources Talking Drupal #373 - Performance, Privacy, and the Open Web Web Vitals Orders of magnitude 100 - 1000 ms Orders of 10 source Instant Near instant Subsequent Talking Drupal #368 - Image Optimization MDN - How Browsers work Prefetch Web Page Test Front End Performance in Drupal architecture.lullabot.com article Hosts Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Andy Blum - andy-blum.com - andy_blum MOTW Correspondent Martin Anderson-Clutz - @mandclu WebP fallback image Brief description: Do you want your Drupal site to generate WebP images in the most optimal way? There are a number of modules for that, today we're going to talk about… Brief history How old: created in Jun 2022 by pedrop Versions available: 1.0.0 and 1.1.0 versions available, both of which support Drupal 8, 9, and 10 Maintainership Actively maintained Number of open issues 3, 2 of which are bugs Has test coverage Usage stats: Almost 252 sites Maintainer(s): Most recent release is by dj1999 Module features and usage Anyone using testing tools like Lighthouse will have seen suggestions to use modern image formats like WebP, and with good reason. They allow for much smaller image files at the same quality, which means a better user experience and less bandwidth used by both the server and the visitor. WebP is a natural choice because it enjoys over 95% browser support, but many sites still care about that other 5% Drupal core added its own support for webp in 9.2, but without a fallback image, so browsers that don't have WebP support have been out of luck Contrib modules have allowed for generating a webp image and a jpeg fallback, to allow for universal support. Typically they have worked by creating the WebP variant from the output of a core image style, so after an image has been saved as something like a jpeg. That means the resulting WebP can't compress as well, and can show compression artifacts WebP Fallback Image is different because it allows Drupal core to generate the WebP image from the source file, and then creates the jpeg fallback. Also worth noting that this module only creates the jpeg fallback when it's requested, so it doesn't add to the storage of your website unless it's needed
Today we are talking about The Future of Content Management, What we see for Drupal in the future, and How AI might factor in with guest John Doyle. We'll also cover Access Policy as our module of the week. For show notes visit: www.talkingDrupal.com/414 Topics Digital Polygon Content Management can mean many things, what is our definition What factors contribute to the changes moving to a more centralized model How do organizations manage content for different channels Where do design systems collide with content management Why is Drupal a good fit How does headless fit in Maintaining content architecture long term Drupal adaptations over the next 5 years Resources Talking Drupal #409 - Data Lakes Hey everyone! Our friends at the Linux Foundation are offering Talking Drupal Listeners 25% off on any e-learning course, certification exam or bundle. Good from August 22-Sept 30, 2023. With discount code LFDrupal25 Please note Bootcamps, ILTs and FinOps courses are excluded… Again that code is LFDrupal25 and you can use that at https://training.linuxfoundation.org/ Thank you to the linux foundation! Flexible Permissions Guests John Doyle - digitalpolygon.com _doyle_ Hosts Nic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Andy Blum - andy-blum.com - andy_blum MOTW Correspondent Martin Anderson-Clutz - @mandclu Access Policy Brief description: Does your Drupal site need a flexible way to manage access to content? There's a module for that! Brief history How old: created in Nov 2022 Versions available: 1.0.0-beta1, works with D9 and 10 Maintainership Actively maintained, most recent release was in the past week Number of open issues: 4, none of which are bugs Test coverage Usage stats: 12 sites Maintainer(s): partdigital Module features and usage Allows a site builder to define different policies that can be used to manage content access or editing capabilities based on various factors, all within the Drupal UI Criteria can include field values of the content, field values on the current user's profile, the time of day, and more The policy can restrict access, for example view acces to only selected people or people with a certain role or field value on their profile. I Once defined, policies can be assigned manually, or automatically applied based on configurable selection criteria The project page describes this as an Attribute Based Access Control (ABAC) architecture, which complements Drupal core's Role Based Access Control that our listeners are probably familiar with I used it for the first recently, and found that given the power and flexibility the module provides, it's great that it has in-depth documentation I filed a couple of issues (technically half of the open issues) and partdigital was very responsive The module does also provide an API for defining your own policy type, access rules, rule widgets, and more. So if you need a setup even more custom that what Access Policy can provide out of the box, it's likely you can extend it to meet your individual use case