Making XML human-readable without XSLT In response to the recent discourse about XSLT support in browsers, Jake Archibald shares a new-to-me alternative trick for making an XML document readable in a browser: adding the following element near the top of the XML:<script xmlns="http://www.w3.org/1999/xhtml" src="script.js" defer="" /> That script.js will then be executed by the browser, and can swap out the XML with HTML by creating new elements using the correct namespace: const htmlEl = docum...| Simon Willison's Weblog
Do you want to find the most noteworthy news on the web, but can't dedicate the time it will take? This post will look at content aggregator websites, and how to create your own! The post "6 Content Aggregator Websites That Rock" first appeared on WP Mayor.| WP Mayor
Automating content curation for your WordPress site through RSS needs only one plugin. This Aggregator review will introduce you to the new additions!| WP Mayor
It’s been a pretty crowded couple of weeks—the most intense part of summer break: a few days at the beach, some in the countryside, plus plenty of walking and reading.| Tao of Mac
Just a small site update! For anyone who was thinking "PolyWolf is so cool & awesome buuut she makes a lot of non-programming blog posts, i just want to see the #programming ones because those are super high-quality". Or if not exactly that thought then something similar, perhaps about another tag. In any case! ur in luck u hypothetical being from the future, i have that now :3| PolyWolf's Blog
A bit of a deep dive into the Feedly bot| boston.conman.org
I'm monitoring lot of sites using RSS so having a good RSS feed reader is mandatory for me. Once upon a time, I used Liferea but since I have a lots of RSS feeds with lots of posts I want to keep around, turned out that Liferea wasn't designed with scalability in mind. So, I decided to find another one. Web based readers are out of question, because I prefer desktop applications. Not to mention| Everything about nothing
The personal homepage of The Doctor.| drwho.virtadpt.net
Die LDI NRW veröffentlichte eine Hilfestellung, welche Informationen Arbeitgeber bekommen dürfen, wenn Beschäftigte erkrankt sind. Insbesondere, wenn es um die Entgeltfortzahlung geht, gibt es dazu Fragen, wenn es z.B. zu mehreren Erkrankungen innerhalb kurzer Zeit kommt. Arbeitgeber möchten dann wissen, ob es sich um sogenannte Fortsetzungserkrankungen handelt. Die Lohnfortzahlung gibt es in der Regel nur für die ersten sechs Wochen einer Erkrankung. Danach gibt es Krankengeld durch die...| Deutsche Vereinigung für Datenschutz e.V.
This is mostly for Dave but I welcome eye-rolling discussion from all. I’ve been doing a thing for a little while now, but only Dave has asked about it. And so, in our cozy, little internet for two, I’m just going to talk to him about it now. Dave, hello, old friend. Thank you for … Continue reading micro digestion→| Perfect Path
Hier ist der 29. Blog-Beitrag „Menschen, Daten, Sensationen – Rudis Bericht aus dem Datenzirkus, ergänzt um Franks Zugabe (KW 26-28/2025)“ – Die DVD-Edition. Hier ist nun die letzte Ausgabe, bevor es für uns in die Sommerferien geht. Wir werden beide nacheinander unsere Sommerurlaube genießen. Damit werden in den nächsten Wochen wahrscheinlich eher unregelmäßig Blog-Beiträge erscheinen,… Weiterlesen »„Menschen, Daten, Sensationen – Rudis Bericht aus dem Datenzirkus, erg...| Deutsche Vereinigung für Datenschutz e.V.
For a while I’ve been using monitoRSS to broadcast a bunch of RSS feeds to various Discord channels. However, they’ve cut back on the free tier’s capabilities, and the paid tiers are rather expensive. So, this pushed me into finally creating rss2discord, a self-hosted RSS posting bot which you can run from anywhere that you can run Python scripts.| busybee: Code
A Seattle-based programmer/musician who makes games, comics, and bad decisions.| beesbuzz.biz
For my sins, I follow lots of people on Medium.| philwilson.org
Summary: I extracted a load of old blog content from the feeds archived on the Wayback Machine and converted it into markdown files suitable for posting on my blog, and got AI to write all the code for me. The generated code is all here in github.| philwilson.org
This is from the web-based RSS reader I use, which apparently does not always escape content quite right.| philwilson.org
TLDR: Here is a simplified diagram of how I keep reading articles, books, and other materials without overwhelming myself or having a never-ending pile of to-read items. In this blog post, I will go into the details of each part of the workflow, the tools I currently use, the alternatives I have tried, why they work for me, and what I can improve in the process. Feel free to use the above table of contents to jump to the section that is more interesting to you.| Saeed Esmaili
Hier ist der 5. Blog-Beitrag „Menschen, Daten, Sensationen – Rudis Bericht aus dem Datenzirkus, ergänzt um Franks Zugabe (KW 26/2025)“ – Ein Zwischenspiel – Die DVD-Edition. Heute gibt es wieder ein Interludium, zum einen haben wir wieder neue Veranstaltungshinweise (manche recht kurzfristig), zum anderen wollen wir Ihnen diese Informationen (unter anderem auch einen Tätigkeitsbericht) so… Weiterlesen »„Menschen, Daten, Sensationen – Rudis Bericht aus dem Datenzirkus, erg...| Deutsche Vereinigung für Datenschutz e.V.
Hier ist der 28. Blog-Beitrag „Menschen, Daten, Sensationen – Rudis Bericht aus dem Datenzirkus, ergänzt um Franks Zugabe (KW 25/2025)“ – Die DVD-Edition. Heute wirkt es zwar erneut vom Umfang her wie ein Blog-Beitrag für mehrere Wochen, aber es ist tatsächlich nur die KW 25, also nur eine Woche gewesen. Da war viel los bei… Weiterlesen »„Menschen, Daten, Sensationen – Rudis Bericht aus dem Datenzirkus, ergänzt um Franks Zugabe (KW 25/2025)“ – Die DVD-Edition| Deutsche Vereinigung für Datenschutz e.V.
Die Deutsche Vereinigung für Datenschutz e.V. (DVD) begrüßt den Beschluss der Datenschutzkonferenz (DSK) vom 16.06.2025, in dem diese Position bezieht zu der weit verbreiteten Praxis, dass sich über Terminvereinbarungen mit Heilberufen deren Dienstleister illegal hochsensible Gesundheitsdaten beschaffen. Pressemitteilung als PDF-Datei Seit über vier Jahren tut sich derart insbesondere das Berliner Unternehmen Doctolib hervor, sorgt damit… Weiterlesen »DVD-PM: Datenschutzvereinigung b...| Deutsche Vereinigung für Datenschutz e.V.
Entrée du 2023-11-01 13:49:55, à propos de meta, blogosphere, flux, rss, atom| xvw.feed
A couple of years ago, as part of adopting a POSSE (Publish On Own Site, Syndicate Elsewhere) approach, I started to automate syndication of my content into other networks. In the time that's passed since, I've added and removed automation for various networks (at one point, managing to get myself banned from Threads in the process). This post is about adding support for syndicating into a Telegram channel, allowing Telegram users to receive notifications when I publish something new. It cove...| www.bentasker.co.uk
How I built a search widget in Elm using RSS feeds and string parsing - a case study in pragmatic engineering| cekrem.github.io
Mehr als 20 Organisationen des „Bündnis Chatkontrolle STOPPEN“ haben sich in einem offenen Brief an den Bundesinnenminister gewendet. Sie appellieren an Alexander Dobrindt, sich für den Schutz von Verschlüsselung einzusetzen, denn Verschlüsselung sei eine unverzichtbare Technologie für die Sicherheit Deutschlands und der EU: „Als Voraussetzung für sichere und vertrauliche Kommunikation im digitalen Zeitalter ist Verschlüsselung… Weiterlesen »Offener Brief: Appell zum Schutz v...| Deutsche Vereinigung für Datenschutz e.V.
While most podcasts are available on multiple platforms and either offer an| Feeding the Cloud
I've been subscribing to the rss feed of Sekar Writes for a while now – she writes these detailed summaries of books, the kind of summaries I aspire to write myself but I am seldom able to muster the mental capacity to. I don't know how she finds the mental energy to read them and...| Winnie Lim
Join me on an exploration of FreshRSS as an alternative to the gone-but-not-forgotten Google Reader. We'll even walk through setting it up locally with Docker and Tailscale for easy access.| Eric Mann's Blog
Hier ist der 25. Blog-Beitrag „Menschen, Daten, Sensationen – Rudis Bericht aus dem Datenzirkus, ergänzt um Franks Zugabe (KW 15&16/2025)“ – Die DVD-Edition. | Deutsche Vereinigung für Datenschutz e.V.
Tap into RSS in ways you didn't even know were possible suing these tools.| Linkage
Im więcej osób wyrwie się z nałogu scrollowania social mediów, tym lepiej dla świata. Oto moje lekarstwo – czytnik RSS. Zamiast przewijać fejsa czy innego iksa, wchodzisz do czytnika a zbiór artykułów z TWOICH ulubionych źródeł już tam na ciebie czeka. Bez reklam i bez tysięcznego filmu o kocie, który śmiesznie zamiauczał. Niniejszy artykuł jest […] Artykuł Jak rozpocząć przygodę z RSS pochodzi z serwisu Informatyk Zakładowy.| Informatyk Zakładowy
Hier ist der 24. Blog-Beitrag „Menschen, Daten, Sensationen – Rudis Bericht aus dem Datenzirkus, ergänzt um Franks Zugabe (KW 13&14/2025)“ – Die DVD-Edition.| Deutsche Vereinigung für Datenschutz e.V.
Hier ist der 23. Blog-Beitrag „Menschen, Daten, Sensationen – Rudis Bericht aus dem Datenzirkus, ergänzt um Franks Zugabe (KW 11&12/2025)“ – Die DVD-Edition. | Deutsche Vereinigung für Datenschutz e.V.
Now a bit about feed readers| boston.conman.org
I recently created Atomize, a lightweight command-line utility written| 200ok - Accelerating Publishing
Hier ist der 22. Blog-Beitrag „Menschen, Daten, Sensationen – Rudis Bericht aus dem Datenzirkus, ergänzt um Franks Zugabe (KW 06-10/2025)“ – Die DVD-Edition.| Deutsche Vereinigung für Datenschutz e.V.
FreshRSS has a feature where, if an RSS feed doesn’t have full-text articles, it can fetch the page that’s linked and extract the page’s HTML content from a CSS selector.| PolyWolf's Blog
Über die Webseite handelsregister.de können seit mehreren Jahren Registerveröffentlichungen weltweit ohne Einschränkungen abgerufen werden. Im Juni 2024 erstritt sich das DVD-Vorstandsmitglied Dr. Thilo Weichert vor dem Bundesgerichtshof (BGH) das Recht, dass seine Daten nach nunmehr 20 Jahren nur noch beschränkt einsehbar sind. Geschehen ist nichts. Weichert: „Wenn das ‚digital only‘ der Regierung so aussieht, dass einfach alles ins Netz gestellt wird, ohne Rücksicht auf Verluste...| Deutsche Vereinigung für Datenschutz e.V.
Most of the wordpress users syndicate their RSS feeds using Feedburner. For those who do not know, Feedburner is a service that delivers your recent blog posts via email to your subscribers. Have you ever seen your Feedburner subscriber stats count jumping up and down, it goes crazy at times and it is a glitch! […] The post How to fix Feedburner feed double titles issue – Quick tip appeared first on Blog time now.| Blog time now
Hier ist der 21. Blog-Beitrag „Menschen, Daten, Sensationen – Rudis Bericht aus dem Datenzirkus, ergänzt um Franks Zugabe (KW 04&05/2025)“ – Die DVD-Edition. | Deutsche Vereinigung für Datenschutz e.V.
Hier ist der 20. Blog-Beitrag „Menschen, Daten, Sensationen – Rudis Bericht aus dem Datenzirkus, ergänzt um Franks Zugabe (KW 02&03/2025)“ – Die DVD-Edition. | Deutsche Vereinigung für Datenschutz e.V.
Hier ist der 19. Blog-Beitrag „Menschen, Daten, Sensationen – Rudis Bericht aus dem Datenzirkus, ergänzt um Franks Zugabe (KW 01/2025)“ – Die DVD-Edition. | Deutsche Vereinigung für Datenschutz e.V.
Hier ist der 17. Blog-Beitrag „Menschen, Daten, Sensationen – Rudis Bericht aus dem Datenzirkus, ergänzt um Franks Zugabe (KW 51/2024)“ – Die DVD-Edition. | Deutsche Vereinigung für Datenschutz e.V.
We’ve been making apps for decades and have acquired the skills to build all sorts of great things. But even talented teams can be challenged, and our latest product has been the hardest yet. I’m talking about Tapestry. It’s taken ten months since 3,369 folks agreed that the idea of putting all the things you follow […]| Iconfactory Blog
I have been having a jolly old time subscribing to people’s blogs, new & old, w/ RSS. I can’t believe I missed out on this for so long, it’s really nice to get updates directly from the source w/o having to wade thru social media first. Having a dedicated “place” for reading long-form helps too.| PolyWolf's Blog
Describes how to implement Atom feeds in Hugo, an alternative to RSS. Customizes the solution provided by the hugo-atom-feed module.| rossabaker.com
Leave no stylesheet alive I read a lot. I read a lot of papers for instance. They are easy to read, because they have a common format, by which I mean their appearance. This is achieved in the academic community largely by separating markup, the language that describes what - in an article - constitues a headline, a paragraph and so on, and the formatting of thosed marked up properties, through a common Latex template such as the SIGGRAPH acmtog or using common formatters for simpler markup l...| Tobias Alexander Franke
The web is terrible: Redux The screams are getting louder, but the solutions keep getting dumber. I know that my background as a graphics programmer is adding heavy bias to my point of view, but I really do not send data-oriented design lectures from Mike Acton to random Electron-app developers because I think their code is slow. Nevertheless, corporate web programmers have collectively given up on the notion that there is something called efficiency. (No time for a good rant? Go to the TL;DR...| Tobias Alexander Franke
For those who prefer to receive their news and information in email, an RSS-to-email service lets you follow blogs, newsletters, and other services that publish RSS feeds without using a newsreader app. Adam Engst compares Blogtrottr, Feedrabbit, and Follow.it.| TidBITS
A curated list of indie blogs that I follow and recommend. These blogs are written by individuals who share their thoughts, experiences, and knowledge on a variety of topics.| Andrea Grandi
Remy Sharp asked on the Mastodon about pagination as he found it in the W3C Design System:| Adrian Roselli
Nitric oxide has important roles in the body. This chemical attained star status in the 1980’s when it was discovered that it is a key molecule in the cardiovascular system that helps keep blood vessels healthy and regulates blood pressure. Nitric oxide (NO) is released by the inner layer of blood vessels keeping these vessels [...] The post Nitric Oxide appeared first on Red Skin Syndrome.| Red Skin Syndrome
Sadly, the topical steroids that bring temporary relief to many patients also brings Red Skin Syndrome (RSS) - an addiction to topical steroids - to many. RSS is a condition that is completely curable by withdrawing from steroids but dermatologists and general practitioners routinely misdiagnose the condition as chronic eczema - and then prescribe even [...] The post ITSAN Meeting Call for Attendees appeared first on Red Skin Syndrome.| Red Skin Syndrome
My strategy for keeping up with my RSS subscriptions: read it, send it to Pocket to read later, or mark it as read. Then move on.| v4.chriskrycho.com
Wondering if RSS is dead? This article tackles just that. Learn all about RSS and its relevance in 2023.| WP RSS Aggregator
This is a detailed review of the best WordPress syndication plugins. Learn how to choose the best one for your needs with this guide.| WP RSS Aggregator
A rambling collection of thoughts from reading through the WebAIM Screen Reader User Survey #10 Results. Most of this was in a Masto thread, but I opted to post it here so I can laugh at myself later. Disability This opening nugget is important for understanding some of my commentary:…| Adrian Roselli
Even in the early days of the Internet, finding and keeping track of the pages you wanted to read could be difficult. Back then, adventurous individuals created their own personal web pages to keep a public log of the latest things happening in their lives. These web logs (aka blogs) spread like wildfire, and soon […]| Iconfactory Blog
I was curious about what the difference between RSS and Atom was. This blog post is a small primer to RSS and Atom feeds and describes the differences between both. I've linked links to the technical specification at the end of this post. General RSS (Really Simple Syndication) and Atom are often used interchangeably, and most feed readers can process both formats. Both use an open dialect of XML, which is computer-readable and allows feed-/RSS-/Atom readers to subscribe to a feed and pull ne...| ITTavern.com
Trying Markdown code indicators in my post title, not because I want it to convert, but because I am curious if people will ping me to tell me it broke their RSS readers. Oh, and so it converts to code when pasted into your GitHub issues. ARIA note Role A…| Adrian Roselli
Open source software is the future, and for better or worse, GitHub remains the dominant repository of Free software. But knowing when a project has been updated and what those changes were, can be a full-time job. One low effort way of staying abreast of…| Linux Impact
Many websites choose to limit their RSS feeds to only show excerpts of the full posts. Here are a few ways to get the full-text RSS feed every time.| WP RSS Aggregator
What is RSS?| Dickinson Blogs
Locating the URL of a WordPress RSS feed is easy. This article shows you how, plus how to use the RSS feeds with WP RSS Aggregator.| WP RSS Aggregator
Streaming music has several benefit, it adds to the mood promoted by the restaurant and provides a mask of noise that allows patrons to talk freely. So, you may wonder, "Can I stream music at my restaurant?| www.rssts.com
Music sets the tone for any business, including restaurants. It creates a mood that encourages your guests to stay, enjoy themselves, and order lots of food and drinks. Or it kills the mood and sends your guests away with no plans to return. So, you want music playing in your restaurant, but you may wonder, "Why should I pay for a streaming music service?"| www.rssts.com
Having a POS system in place can increase efficiency, manage inventory and drive-up employee satisfaction.| www.rssts.com
If you are on the fence about security cameras, we understand. To help you decide, here are five quick reasons why your restaurant needs security cameras.| www.rssts.com
Two years ago, I made a small tool on top of Cloudflare’s Workers to generate a single feed by taking input from multiple RSS sources, a kind of aggregator or planet software as it was usually known a few years ago. You can read more about it here and here.| Gonçalo Valério
Home of Erik Runyon. Technical Director for Marketing Communications at the University of Notre Dame.| Erik Runyon