131 Followers
227 Following
398 Posts

@drupal is trying to grow their audience in the #fediverse

"We're actively building presence on Mastodon and Bluesky, platforms that align with our open-source values. We’ll give it 6 months of effort and see if we can grow audiences, and then re-assess.

"If either platform reaches 5,000 followers, we’ll promote them to being a priority platform. We’d love to see them become our preferred platforms."

https://www.drupal.org/project/drupal_cwg/issues/3498933#comment-16126762

Help us get Drupal off the birdsite!

#followfriday #OpenSource

We have seen the exact same bug previously in ChatGPT, Google Bard, Writer.com, Amazon Q, Google NotebookLM, Slack, Google AI Studio, Microsoft Copilot, Mistral LeChat, xAI Grok, Claude and now GitLab - I've been collecting examples here https://simonwillison.net/tags/exfiltration-attacks/
Simon Willison on exfiltration-attacks

33 posts tagged ‘exfiltration-attacks’. Exfiltration attacks are prompt injection attacks against chatbots that have access to private information, where that information is exfiltrated by the attack…

Simon Willison’s Weblog

I don't do a lot of self promotion but here's a polite reminder that I've got availability for freelance #Drupal work and I provide hosting as well. Just got this feedback from a client a few minutes ago:

"The sites have been performing brillantly lately coping very well with our busiest ever month and better than expected traffic!" 😊

Episode 191 of the Air Adam Podcast has just been released, with selections from Shy FX w/ Children of Zeus, Rapsody, Above The Law, Lost Boyz and many more!

Get the show now at;

- http://podcast.airadam.com
- https://www.mixcloud.com/airadampodcast/
- Apple Podcasts
- Pocket Casts
- etc

Have a listen, let me know what you think, and if you like it, please do spread the word - I have a lot of things, but no financial backing or advertising budget 😆

#BlackMastodon #music #HipHop #mixtape #podcast #DJ

Air Adam Podcast

Hip-Hop & more...giving you a mixture of what you want and what you need!

Best current option looks like extending https://www.drupal.org/project/field_attribute to support spellcheck attribute
@jpoesen did we miss each other?

2 DAYS LEFT to pitch your session for DrupalCamp Colorado 2025!

Got Drupal wisdom to share? Submit your talk before the clock runs out!

Don’t miss out—submit now!

https://sessionize.com/drupalcamp-colorado-2025/

#DrupalCampCO #CallForSpeakers #DrupalCommunity #OpenSource

DrupalCamp Colorado 2025: Call for Speakers

Connect with members of the Colorado Drupal community and beyond in downtown Denver expand your viewpoints with a keynote, presentations and interacti...

So as any fule kno, you can set a spellcheck="true" attribute in html5 for a textarea to be spellchecked by the browser without needing any other cleverness.

I thought someone would have created a module to add this as an option in Manage Form Display but can't find one if there is one. Anyone know if there's one I'm missing before I do something silly like write one?

#drupal

By the way, I still think this paragraph I wrote is a pretty good paragraph.
Generate code for multiple hooks classes for your module, each with injected services, with Module Builder 4.1.0. Specify values for the tokens in hook names (e.g. 'hook_form_FORM_ID_alter'), and add multiple copies of the same hook. https://www.drupal.org/project/module_builder #Drupal
Module Builder

A module which auto-generates a skeleton or "scaffolding" for a module, along with hints on how to fill them in. Useful for newbie developers to learn how Drupal code works, and seasoned developers who are too lazy to look up what arguments a function has to take.

Drupal.org