Daisy! Prints and more at: https://pixels.com/featured/daisy-thom-zehrfeld.html #rowboat #boat #rowingboat #boating
#rowboatart #ArtForSale #BuyIntoArt #Art #ThomZehrfeldPhotography #PhotographyIsArt #Photography #Fotografie
#ArtForSale #ArtMatters #MastoArt #Mastodon #ArtforInteriorDesign #HospitalityInteriors
#InteriorDesign #Wallart #InteriorDecorating #WallArtForSale #PhotoOfTheDay #FediGiftShop #GiftIdeas #FediArt #Prints #FediArtShop #Colorful #Nature #ShopEarly

https://t.me/warriorsukrainian/74073
⛔️🇺🇦PURL was a U.S. bait and switch: Trump warned Zelensky that if he does not sign the agreement as written by next Thursday, EU financed arms supplies and intelligence sharing will be suspended #Ukraine #Poland #Netherlands #Norway #Sweden #Estonia #Latvia #Lithuania #Canada #Finland #Brussels #Denmark #Germany #France #Italy #CoE #SouthKorea #Press #News #Taiwan #Media #Japan #US #UK #EU #NATO #UnitedStates #UnitedKingdom #EuropeanUnion #Czechia #Romania #Mastodon
Publishing the #dart #mastodon API client is mostly automated with a chain of four GitHub Actions. I just need to automate updating the changelog.
https://pub.dev/packages/mastodon
@Ursalzona @KatsuoZz @lemont @Cosme_oliveira @Kaye @Gusiany @Js @siriuslafay @renato22 @Flessper @lscanario @Bruiserzinha @liaamancio @red boas vindas ao #fediverso ![]()
Seguem umas dicas legais e importantes que vão ajudar muito suas vidas aqui no #mastodon
https://bolha.one/@pBaesse/113897063782987686
https://t.me/warriorsukrainian/74031
⚠️⛔️Trump is now pressuring and threatening Ukraine with a full stoppage of EU paid arms supplies and intelligence sharing if Kyiv does not sign the US peace plan by November 27 (more) #Ukraine #Poland #Warsaw #Netherlands #Norway #Sweden #Estonia #Latvia #Lithuania #Paris #Rome #London #Berlin #Canada #Finland #Brussels #Denmark #Germany #France #Italy #OSCE #Press #News #Media #US #UK #EU #NATO #UnitedStates #UnitedKingdom #EuropeanUnion #Czechia #Romania #Mastodon
Taken from an account here with 5K followers that doesn't ever bother with alt text.
Call me crazy but the vision impaired in my view are also equal members of this place.
https://mastodon.social/@VeroniqueB99/115589719855146577

Petite MAJ #Mastodon avant d'aller dormir : https://github.com/mastodon/mastodon/releases/tag/v4.5.2

When's #Mastodon gonna roll out support for #WebP animations? It should also start handling video formats like #WebM or #MKV, a social for nerds and geeks oughta be one of the first to jump on that, especially since they're open formats with no royalties. #opensource #socialmedia
https://youtu.be/9d9ZRbh5AVY
🛑🇺🇸Even American Academics are frustrated with Republicans surrender plan, pointing out the absurd and amateur 28 “non-starter” points Trump and MAGA put their name on (Univ. of Pittsburg - Prof. William Spaniel, Ph.D. VIDEO) #Ukraine #Poland #Norway #Sweden #Estonia #Latvia #Lithuania #Paris #Rome #London #Berlin #Canada #Finland #Brussels #Denmark #Germany #France #Italy #Press #News #Taiwan #Media #US #UK #EU #UnitedStates #UnitedKingdom #EuropeanUnion #Mastodon

REGEX backreference help needed!
I'm trying to automatically capture all EU commission member names to their @ec.europa.eu email addresses.
But my skills ended in capture groups when there's not two, but more.
This is what works in LibreOffice for two names:
=REGEX(A2,"^(\w+)\s+(\w+)$","$1-$2@ec.europa.eu","g")
where i'm capturing two words separated by space in another cell of the document.. But how to do a variable number here.. I know it can be done but need help!