Search

Items tagged with: podcast


①#報導者 #代孕 #podcast
(2024-8-2的live podcast)
2023-12月就開始的報導

初聽之下,在台灣是一半一半,自由和剝削拉鋸,部份人對知識含量與社會階級形成的剝削沒有概念

泰國不合法,白菜寶寶協會詐騙
(註:2026-6已判刑理事長吳素慧四年

podcasts.apple.com/tw/podcast/…
twreporter.org/a/disputes-arou…

曾有為:為何陳國星得以逃脫,還有「權勢性侵」反而是加害者的救星
(因為目前權勢就是強制 再開會被稀釋)

陳國星女兒的品牌叫做 chenn chenn,是 UR LIVING 旗下的牌子
對這種事在意的人,消費的時候不要不開心

而檢方對陳國星的認定,停在更前面一步,能不能打成績?不能。那就不算。(這不對)

修法建議:刪掉第228條,然後在強制性交、強制猥褻的條文後面各加一句「利用權勢或機會使人為性交/性行為者,亦同」。

「不起訴」不等於「沒有發生」。 這兩件事在法律上是不同的概念,社會大眾卻常常混為一談。

不能只問「他能不能打成績」,要問「她還能不能為自己做出最好的決定」


9.3.0 — Modern Signatures and a Summer of Security Reports


The media in this post is not displayed to visitors. To view it, please go to the original post.

It has been almost three months since 9.0.0, and eight releases: 9.0.1, 9.0.2, 9.1.0, 9.2.0, 9.2.1, 9.2.2, 9.3.0, and now 9.3.1. Together they added seven new things, closed ten security issues, and fixed close to fifty bugs, which is a very different balance than usual.

This post covers the new things first, and then explains where the rest of the summer went.

Modern Signatures, On by Default


Every message your site sends to the Fediverse carries a signature, the digital equivalent of a wax seal on an envelope. In July 2025 we wrote about the move from the old draft format to RFC 9421, the official standard. Back then, sending with the new format was a setting for early adopters, and we promised to turn it on for everyone once the rest of the Fediverse was ready.

With 9.3.0 it is on by default. Your site now signs outgoing requests with RFC 9421, and falls back to the old format when the server on the other side does not understand it yet. For almost everyone this changes nothing you can see. Your posts keep arriving, your follows keep working.

A small number of servers advertise support for the new format but handle it differently in practice. If your posts suddenly stop arriving on one particular server after this update, you can switch back. Open the ActivityPub settings, click Screen Options in the top right, enable Advanced Settings, and turn off the modern signature format in the Advanced tab. Please let us know in the support forum which server it was, so we can look into it.

Your Podcast Travels With Its Audio


If you publish podcast episodes with Jetpack, your episodes now federate as episodes. The audio file and the cover art travel with the post, so your followers get a playable player in their Fediverse app instead of a link they have to click through.
A screenshot of a WordPress hosted Podcast Episode on Mastodon.
Version 9.1.0 did the same for Podlove Podcast Publisher, where the episode summary now goes out with the post rather than being dropped.

A Quieter Inbox


Likes, reposts, and quotes are lovely until there are two hundred of them and your email inbox has two hundred entries. Until now, switching those off meant switching off notifications for real comments and replies too.
Screenshot of the E-Mail Notification settings in WP-Admin.
9.3.0 separates them. There is a new notification setting that turns off emails about likes, reposts, and quotes, while comments and replies from the Fediverse keep reaching you. Reactions still show up on your post, you just stop hearing about each one individually.

Smaller Things You Might Notice


  • Fediverse and ActivityPub logos in the editor. On WordPress 7.1 and newer, both logos are part of the block editor’s icon library, so you can use them in a Social Icons block or anywhere else an icon fits.
  • The follow, reply, and reaction dialogs speak up. Screen readers now announce errors in those dialogs instead of leaving people guessing why nothing happened.
  • Scheduled posts show the right preview. Since 9.1.0, a scheduled post shows the Fediverse Preview, so you can see what your followers will get before it goes out.
  • Avatars that actually update. The scheduled refresh of remote profiles was not refreshing anything. Commenters kept the avatar and bio they had when they first showed up. Fixed in 9.1.0.
  • Two new FAQ guides, added in 9.0.1, for the two questions we get most often: follow requests stuck on “pending”, and comments from the Fediverse not appearing on your posts.


For People Building on the Plugin


9.1.0 added an actor autocomplete endpoint, so a Fediverse app connected to your site can offer typeahead search when you are mentioning someone. There is also a new filter for sites that need to federate inside a private or internal network, which mostly matters for intranets and staging setups.

In 9.3.0, apps connected through the ActivityPub API now use the standard permission names from the specification, and fetching remote content through your site counts as reading rather than posting. Apps also see the real error when a post is missing, instead of a generic failure that told them nothing.

Where the Summer Went


Seven new things in three months is not much. Here is the reason.

Since June we have had a steady stream of security reports. Ten of them became entries in the changelogs of 9.1.0 and 9.3.0, and a few more landed quietly as fixes. Every report has to be read, reproduced, judged, fixed, tested, and shipped, and the fix has to be written so it does not break the sites that already work. For a team our size that is most of a week each time, sometimes more.

This is not a complaint, and a real thank you to everyone who sent a report and then waited while we worked through the queue. Nearly all of the reports were real, and every one of them made the plugin safer for the people running it. This is responsible disclosure working the way it should. It just means the roadmap moves slower than it looks on paper, and features that were planned for July are still open.

We are not alone in this. WordPress core is seeing the same wave, and for the same reason: AI models have become good enough at reading code that finding a plausible vulnerability is now cheap. The security team wrote about it in The Core Security Initiative, and the project started Protect The Shire to review the code in the plugin and theme directories at a scale that was not possible before. The same tools that raise the number of reports also help everyone work through them. On balance, we think this is good for the ecosystem, even on the weeks where it does not feel like it.

In general terms, the security work in these releases covers four areas:

  • Content from other servers is cleaned before it is stored, and again before it is displayed, so what another server sends cannot influence how your site behaves.
  • Data that belongs to you stays yours. Your followers, the profiles your site has cached, and your reader posts are not readable by logged-out visitors, and the setting that hides your follower list is respected everywhere.
  • Activities are checked more strictly against the account they claim to come from, so a server cannot act on behalf of someone else.
  • Apps you connect can only do what you allowed them to do, and nothing wider.

We are keeping this vague on purpose. The details are in the reports, and we would rather not hand a recipe to anyone whose site has not updated yet. If you run the plugin, please update.

What the Fixes Cover


The fifty or so fixes across these releases are not one story, but they fall into a few groups:

  • Finding each other. Profiles and posts were not always found when an address contained unusual characters, or was written with different capitalisation, or when the other server answered in an unexpected shape. Several fixes make lookups work in all of those cases.
  • Reactions arriving once. Likes and boosts could be recorded as duplicate comments, or come back after you marked them as spam. A deletion on Mastodon did not always remove the matching comment on your site. Both are fixed.
  • Caching. ActivityPub responses were sometimes stored by page caches meant for regular web pages. Since 9.2.0, those responses are served only to clients that ask for ActivityPub data and nothing else, which keeps them out of caches like LiteSpeed and Surge. Support for the WP REST Cache plugin was removed as part of this.
  • Publishing edge cases. Posts scheduled for a future date were removed from the Fediverse when edited. Hidden page elements, like the text inside a closed dialog, ended up in the content sent to your followers. Backslashes vanished from imported titles. Small things, annoying every time.
  • Living with other plugins. Fixes for sites running Polylang, Jetpack, Surge, and the Mastodon importer, which was creating duplicate posts when an archive was imported twice.
  • Admin screens and the editor. Styles that failed to load on the Fediverse screens and in the Followers and Following blocks, an editor warning about unsaved changes that appeared right after saving, and a handful of errors that filled up log files without breaking anything visible.

The full, item-by-item changelog for every release is in the plugin’s changelog if you want to read it in detail.

Get It


Download from WordPress.org or grab it on GitHub. If your site updates automatically, you already have it.

Thanks to everyone who filed a bug report with steps we could follow. Those are the ones that get fixed fastest.

Now that signatures are modern by default: does anything still deliver differently for you? And what would you like to see us build once the queue is shorter?


最近小宇宙对托管的播客节目做了一些糟糕的改动,

  1. 设置了只有达到 15 期和 1000 订阅才能输出公开 RSS 的门槛;
  2. 不再在公开 RSS 中输出完整的 shownotes,代之以「去小宇宙查看完整单集简介」的引流链接。

无论出发点,这都是损害播客开放之可能,对播客制作者有害无益之举。如果你正在小宇宙上托管自己的节目,请通过可能的渠道反对这些改动;也请考虑迁移至 Typlog 等独立的托管平台,或利用开源工具自己托管(我最近做的 offshore 也是其中一种)。

如果你对迁移或托管有任何疑问,欢迎随时联系我,我可以在能力范围内免费提供技术支持。

#播客 #podcast @board


The media in this post is not displayed to visitors. To view it, please go to the original post.

极端高温怎么能少了冰淇淋呢?现在冰柜里琳琅满目的雪糕和冰淇淋,古人能吃上吗?《Serendipedia|维机游走》第十一期透过休伦县博物馆陈列的巨大采冰工具,讲述在没有冰箱的年代人们如何从休伦湖采冰,如何把冰块销往加勒比海、英国、甚至香港和印度,让冰贸易成为曾经全球规模最大的贸易之一;冰箱和空调的诞生,在改善生活的同时,怎么差一点对地球酿成了大祸。来和我们一起探索吧 🧊

小宇宙: xiaoyuzhoufm.com/episode/6a257…
Pocketcasts: pca.st/episode/b6a2a058-1489-4…
Spotify: open.spotify.com/episode/39qSI…
Apple: podcasts.apple.com/podcast/id1…

欢迎大家点赞、收藏、分享我们的节目给自己的朋友和家人,也欢迎在评论区留言感兴趣的话题和无用知识!更欢迎打赏支持我们的创作 🤤
Kofi: ko-fi.com/serendipedia
爱发电: afdian.com/a/serendipedia

#podcast #serendipedia #serendipedia_维机游走 #serendipedia维机游走
@board


The media in this post is not displayed to visitors. To view it, please go to the original post.

活吧吞了两个月的嘟只好重发惹 🤪 春季里开花十四五六,为什么偏偏赏樱这么出名?2024 年樱花盛开期间有 23 万游客涌入新仓山浅间公园有时要排队几个小时才能到达这个观景台和富士山合影造成交通拥堵垃圾遍布一些游客甚至未经允许擅自打开居民家门或者在私人土地上便溺。今年富士吉田市取消了一年一度的樱花节还在周边地区部署安保人员实施交通管制以遏制过度旅游

第十期《Serendipedia|维机游走》先从花见的现状和历史聊起,走进樱花美丽又复杂的象征世界。花见给日本带来了多少经济效益,又带来了多少麻烦?花见历史是怎么发展的?日本人为什么这么喜欢樱花?之后聊到樱花这个植物本身,再到食用樱花,进入香豆素的兔子洞(小剧透:从樱花居然可以聊到我们熟悉的肉桂)

最后我们来到樱桃。北美超市最常见的樱桃,背后居然藏着一段华人移民的伤痕故事?还有——小时候生日蛋糕上那颗红得夸张、味道奇怪的樱桃,背后到底是什么来头?以及,樱桃为什么在西方文化是「性感」的化身?

同一个「樱」字,可以是好看的花朵,可以是好吃的水果,可以是物哀之美,可以是宣传工具,可以是欲望投射,来和我们一起探索吧 🍒

小宇宙: xiaoyuzhoufm.com/episode/69f62…
Pocketcasts: pca.st/episode/7ee08d27-dbdd-4…
Spotify: open.spotify.com/episode/3v0V1…
Apple: podcasts.apple.com/podcast/id1…

欢迎大家点赞、收藏、分享我们的节目给自己的朋友和家人,也欢迎在评论区留言感兴趣的话题和无用知识!更欢迎打赏支持我们的创作 🤤
Kofi: ko-fi.com/serendipedia
爱发电: afdian.com/a/serendipedia

@jtx
#podcast #serendipedia维机游走 #serendipedia_维机游走


The media in this post is not displayed to visitors. To view it, please go to the original post.

Joyce Wieland 的布艺作品 Heart On 倾倒着经血般的红色墨水象征她母亲在她九岁时死于子宫癌的创伤。这一期《Serendipedia | 维机游走》我们从「到底大自然为什么进化出了如此痛苦、让女性每个月都要受罪的月经啊?!」这个躺在床上抱着热水袋时会冒出来的朴素问题出发,先聊聊月经的基础生理知识还有月经中的各种痛苦。然后进入进化生物学,看看月经在动物界有多罕见,以及为什么月经被进化出来。接着转向文化与历史:古代的禁忌、宗教的污名化、各种月经用品是怎么被发明的。最后回到现实的问题:月经贫困、女性健康研究的缺口,还有为什么把月经说出口,本身就是一件重要的事。

小宇宙: xiaoyuzhoufm.com/episode/69dbc…
Apple podcast: podcasts.apple.com/podcast/id1…
Pocket casts: pca.st/episode/bae75fa0-92d9-4…
Spotify: open.spotify.com/episode/6qeg4…

@boarders
#podcast
#serendipedia #serendipedia维机游走