Riley Testut :fatpikachu:
banner
rileytestut.mastodon.social.ap.brid.gy
Riley Testut :fatpikachu:
@rileytestut.mastodon.social.ap.brid.gy
Building emulators and app stores for iPhone with @shanegill.io

[bridged from https://mastodon.social/@rileytestut on the fediverse by https://fed.brid.gy/ ]
Reposted by Riley Testut :fatpikachu:
I have huge respect for everyone contributing to the Fediverse: the larger-than-life architects like @cwebber @evan (without whom we would literally all not be here), implementers like @dansup bringing photo & video to it, new projects like @newsmast @michael @FreddieJ @saskia @bonfire @ivan […]
Original post on mastodon.social
mastodon.social
November 18, 2025 at 8:02 AM
Reposted by Riley Testut :fatpikachu:
Hi! Today is my first official day as the Executive Director of Mastodon, replacing @[email protected] as CEO. I joined the Mastodon team more than 5 years ago, mostly working for Mastodon in the evenings on top of a 120% day job. I was the driving force behind the incorporation of the […]
Original post on mastodon.social
mastodon.social
November 18, 2025 at 7:53 AM
Reposted by Riley Testut :fatpikachu:
We've posted #trunkandtidbits for October.

It was a busy month, with a lot of coding behind the scenes to prepare for Mastodon 4.5, events and talks, Fediforum and our thoughts on packs, and some merch news. Have a read!

https://blog.joinmastodon.org/2025/11/trunk-tidbits-october-2025/
Trunk & Tidbits, October 2025
We started the Trunk & Tidbits series to provide greater visibility into what we’re building, and the decisions that go into making Mastodon. At the start of October, we published our ideas on an upcoming feature - that we’re _temporarily_ describing as “Packs”, or collections or lists of people to recommend to follow. As with our work on Quote Posts, we’re publishing our thinking early, and intend to follow up with a Fediverse Enhancement Proposal to share with the broader Fediverse community. Also, following on from our announcement of service offerings, we were excited to share the news that AltStore are making the Fediverse their home, including generous donations to a number of projects, and the launch of a new Mastodon server. > Post by @[email protected] > > View on Mastodon On a completely different note, we also shared that the adorable #Plushtodon is making a comeback 🥳 this time in two colours and a more compact form factor, but still perfectly squeezable. Look out for new mug designs, too - all of these should be hitting the merch store later this month 🤞🏻 ## Events October was a busy month of events for the team. We kicked off with Andy speaking at Berlin Fedi Day in Germany, to talk about sovereignty, freedom, and hope. Andy was also on stage at EmpoderaLIVE in Malaga, Spain, to talk about Mastodon and the Fediverse. You can watch the interview (on YouTube) in English, or with a Spanish translation. > Post by @[email protected] > > View on Mastodon Several members of the team dropped in to sessions at Fediforum online, and hosted a conversation about Packs. Felix attended a number of discussions around policy, cooperation, and healthy online spaces at OSCE on his “home turf” in Vienna, Austria. It remains vital that we engage in these conversations with organisations to spread awareness and understanding of the Fediverse. > Post by @[email protected] > > View on Mastodon ## Releases Mastodon **4.5** is now available as the latest stable release of the software. This follows three release candidates during October. Mastodon 4.5 brings the long-awaited consent-respecting quote posts feature (FEP-044f), as well as greater customisation for server owners, and other features (see the announcement post). As we approached the release, we published a blog post all about the changes that developers need to know about in Mastodon 4.5. For previous stable release branches, we also shipped: * version **4.4.8** (and 4.4.6 and 4.4.7 before that) * version **4.3.14** * version **4.2.27** As always, we recommend that all Mastodon server owners should be running the latest point version for their release branch, and ideally, to upgrade to the newest stable version of Mastodon. There are a lot of new features in version 4.5, particularly since this release makes display and authoring of quote posts available to everyone. The release of Mastodon 4.5 also updates our list of supported versions, and upcoming end-of-life dates. In particular, the 4.2 branch will no longer receive updates after January 8, 2026, and the 4.3 branch will reach EOL on May 6, 2026. ### Looking ahead You will find that the Roadmap page on the website has had a complete overhaul. We know that the previous roadmap was outdated and did not reflect what we are currently working on, or considering for future versions - particularly with our expanded team and the increased pace of development. The page is now simplified into: * features we’ve recently shipped (current stable release); * those we are actively working on (for the next major release); * and those we are exploring (this may include research and specification work, usually for a version after the next major update). The road map is simply to provide a little more insight into where the team’s efforts are directly focused. The existence of this page and its contents, does not exclude other changes and adjustments that we make along the way. ## Backend and Web Reflecting the pace of change in the final weeks before 4.5 shipped, we reviewed and merged 202 Pull Requests (134 with translation and dependency updates removed) from 21 contributors. It was a huge month. We appreciate the support and contributions from the community. * interface The refactor of Mastodon’s UI colours to use semantic theme tokens is almost complete. We’re planning to merge this change in two phases starting soon after Mastodon 4.5 is released. This is a large PR with countless changes across our SCSS files, and very likely to affect third-party themes and forks. Please let us know your feedback or any concerns directly in the Pull Request. — PR #36640 (by diondiondion) * interface We updated our supported emoji to 16. — PR #36501 (by ChaosExAnima) * interface Refactored the Emoji handling code to be more efficient, simpler to work with, and allow rendering native emojis instead of the Twemoji SVGs, depending on the user browser and preference. * admin Added granular settings for the various live feeds. — PR #36338 (by ClearlyClaire) — PR #36607 (by ClearlyClaire) * interface Improved display of CWs, link previews and quote posts in the admin UI. — PR #35958 (by ThisIsMissEm) — PR #35935 (by ThisIsMissEm) — PR #35964 (by ThisIsMissEm) * new feature Small fixes and improvements to the ‘fetch all replies’ widget, and periodic checks for new replies. — PR #36334 (by diondiondion) — PR #36383 (by diondiondion) — PR #36547 (by diondiondion) * developer Changed the identifiers used in ActivityPub URLs for new users to not contain the username, which will enable account renames (for these accounts) in a future version. — PR #36316 (by ClearlyClaire) — PR #36365 (by ClearlyClaire) * new feature Added a new setting to allow one-click boosting, which moves the quote option into the status three dots menu. — PR #36516 (by diondiondion) * new feature Changed the minimum characters required for a logged out account search from five to three. — PR #36487 (by Gargron) * api Enabled receiving “modern” RFC 9421 HTTP signatures for all servers. — PR #36610 (by oneiros) * api Added support for `Update` to non-natively handled ActivityPub object types. — PR #36322 (by ClearlyClaire) ## Android There were two small updates fixing some crashes during October. ## iOS We shipped an all-new timeline layout and support for quote posts in the 2025.06 release at the start of October, and followed up with several important bug fixes in 2025.07. More coming soon! ## Community On the community side of things, the project now uses the Contributor Covenant version 3 as the Code of Conduct for contributors and community members. As usual, we wanted to highlight a few fun things we’ve seen on the internet this month, built using the Mastodon API. * The Hall of Toots is an immersive way to explore your Mastodon feeds! * TootSDK continues to follow our API updates closely, and has been updated to support quote posts and timeline visibility options. Thanks to Dale Price and other contributors. _Important note_ there are a range of other libraries available for the Mastodon API - let us know if we are missing something 🙂 * The prolific Stefan Bohacek continues to impress, with a game to see how well you know your Fediverse Follows (there’s a brief explanation on his projects page). Stefan also has a collection of typographical experiments around the Fediverse. ## Onwards, with thanks The Mastodon team is deeply grateful to everyone for their support of what we’re building. We do this thanks to your donations. If you’re able to help us, please consider adding a recurring donation. Thank you! ### Thank you for supporting Mastodon We develop and maintain the free and open-source software that powers the social web. There is no capital behind this—we rely entirely on your support through platforms like Patreon. Donate on Patreon Donate directly View our sponsors
blog.joinmastodon.org
November 11, 2025 at 2:18 PM
Reposted by Riley Testut :fatpikachu:
💥 New Legal Corner article!⚖️

Apple’s “notarisation”: blocking software freedom of developers and users!

The #dma is supposed to shake up the power of tech giants by giving developers and users more choice.

Apple’s “notarisation” of mobile apps contradicts these objectives. A civil-society […]
Original post on mastodon.social
mastodon.social
November 5, 2025 at 10:13 AM
Reposted by Riley Testut :fatpikachu:
We’re excited to release Mastodon 4.5 into the world! Arriving just a few months after the last release, this version brings the long-awaited Quote Posts feature, along with many other goodies. Here’s a quick look (you should read our blog post for more!) […]
Original post on mastodon.social
mastodon.social
November 6, 2025 at 1:37 PM
Reposted by Riley Testut :fatpikachu:
The amount of cursing I have uttered in last 6 months towards this cursed keyboard misbehavior is beyond count.

https://youtu.be/hksVvXONrIo?si=oDwssL2khSNLVr_y
October 26, 2025 at 4:12 PM
Reposted by Riley Testut :fatpikachu:
good news and bad news.

good news: i might’ve found a bunch of extremely high quality apple keynotes from the early 2000s.

bad news: i had to buy the various DVDs for a bad amount of money off eBay

entering my "fuck it we ball" era
October 26, 2025 at 4:21 PM
Reposted by Riley Testut :fatpikachu:
iTorrent 2.1.0 (1)

## What’s new
* iOS 26 Support, iTorrent fully adopted new Liquid Glass design
* LibTorrent updated to version 2.0.11
* On first launch, app will ask if you'd like to use Cellular connection, instead of disabling it by default
* Added German localization by @soebbing in […]
Original post on explore.alt.store
explore.alt.store
October 25, 2025 at 1:45 PM
To celebrate our 30th birthday, @shanegill.io and I invited 14 of our closest friends to compete in a game of Survivor all weekend

The challenges were intense, the backstabbing was real, but in the end there could only be one Sole Survivor™ — congrats Shane 🏆
October 23, 2025 at 3:32 PM
Reposted by Riley Testut :fatpikachu:
The Open Social Web is for far more than just social media.

In this #fediforum demo, @rileytestut shows AltStore, an alternative app store for iOS, and how it connects developers, apps, users and their feedback in new ways that open up so many possibilities […]
Original post on mastodon.social
mastodon.social
October 21, 2025 at 6:00 PM
Had such a great time demoing AltStore’s fediverse integration at @fediforum, thanks everyone who watched it live!

And if you missed it, you can now watch the 5min demo on their website 🙂
https://mastodon.social/@fediforum/115413457427356746
FediForum (@[email protected])
The Open Social Web is for far more than just social media. In this #FediForum demo, @rileytestut shows AltStore, an alternative app store for iOS, and how it connects developers, apps, users and their feedback in new ways that open up so many possibilities. https://spectra.video/w/nXNj64Ze4Pc1HTstRj8uTw
mastodon.social
October 21, 2025 at 6:40 PM
Reposted by Riley Testut :fatpikachu:
Here’s my writeup of #fediforum (the openings at least). Loved the message of @ben’s keynote — everything big starts small — and I was impressed by the fedi products showcased: @altstore ( @rileytestut), Bounce ( @quillmatiq, @snarfed.org), Frequency ( @jesseplusplus), CrowdBucks ( @reiver) & […]
Original post on mastodon.social
mastodon.social
October 9, 2025 at 6:52 PM
Reposted by Riley Testut :fatpikachu:
We're excited to announce that @altstore has joined the fediverse! Their innovative implementation of ActivityPub allows you to follow updates from your favorite apps, demonstrating a new way to bring more apps to the open social web.

We extend our heartfelt gratitude for their generous […]
Original post on mastodon.social
mastodon.social
October 9, 2025 at 1:02 PM
Reposted by Riley Testut :fatpikachu:
RE: https://mastodon.social/@anewsocial/115333718702902290

So hype about this partnership with @altstore.io!

@rileytestut and @shanegillio truly walk the walk, and we've been fans for a long time, so we were more than excited to build this bridge with them.

With Bridgy Fed, the AltStore is […]
Original post on mastodon.social
mastodon.social
October 7, 2025 at 4:07 PM
Reposted by Riley Testut :fatpikachu:
Hello fediverse,

The AltStore is federating! It’s time to give developers and users an open platform to directly connect with each other while drastically improving app discovery. I believe so much in this mission that I joined their board to help.

More here from @rileytestut […]
Original post on flipboard.social
flipboard.social
October 7, 2025 at 2:56 PM
Yes it’s true, AltStore is joining the Fediverse 🥳

Developers can now federate apps, updates, and news alerts to the open social web via our custom Mastodon server, and all likes, boosts, and comments will appear natively in AltStore.

We plan to release this officially soon — but you can check […]
Original post on mastodon.social
mastodon.social
October 7, 2025 at 2:02 PM
Reposted by Riley Testut :fatpikachu:
idk if this is a bug or not but on iOS 26 you can fling around and rotate the safari details sheet
October 4, 2025 at 1:09 AM
Reposted by Riley Testut :fatpikachu:
:tapestry_app: Iconfactory Tapestry 1.3 arrives on iOS 26 with stunning support for Liquid Glass, timeline treats like displaying Mastodon quoted posts and nicer polls, the ability to adjust font size within Tapestry and a native macOS app.

Your personal timeline app just got a whole lot better […]
Original post on iconfactory.world
iconfactory.world
September 30, 2025 at 5:00 PM
Reposted by Riley Testut :fatpikachu:
"The idea that Apple is so committed to its users' privacy that it will exit a major market rather than expose users to surveillance risks is an obvious lie – just ask China." https://pluralistic.net/2025/09/26/empty-threats/#500-million-affluent-consumers
September 29, 2025 at 8:06 AM
Reposted by Riley Testut :fatpikachu:
Convenient: my iPhone Air has been stuck on 'iCloud Restore in Progress, 100MB remaining' for a week, after the second device wipe. What was stuck, you ask? Turns out it was the Epic Games Store 😛 What happens when you cancel the Restore in Progress? It deletes the Epic Games Store, of course […]
Original post on mastodon.social
mastodon.social
September 29, 2025 at 5:57 PM
IMO if Apple’s worst, most egregious example of a harmful and dangerous app that’s now available through sideloading is *checks notes* porn…I think we’re doing OK https://www.apple.com/newsroom/2025/09/the-digital-markets-acts-impacts-on-eu-users/
September 25, 2025 at 11:43 AM
Super Mario Galaxy movie‽‽ YES PLEASE 😍 #nintendodirect
September 12, 2025 at 1:07 PM
I’ve never seen my timeline so negative during an #AppleEvent and honestly I’m so proud. Fuck Tim Cook for ruining what used to be such an exciting day for us Apple nerds
September 9, 2025 at 5:27 PM