EU Chat Control: Germany's position has been reverted to undecided
To use the Mastodon web application, please enable JavaScript. Alternatively, try one of the native apps for Mastodon for your platform.
Stay updated with the latest in technology, AI, cybersecurity, and more
To use the Mastodon web application, please enable JavaScript. Alternatively, try one of the native apps for Mastodon for your platform.
To use the Mastodon web application, please enable JavaScript. Alternatively, try one of the native apps for Mastodon for your platform.
To use the Mastodon web application, please enable JavaScript. Alternatively, try one of the native apps for Mastodon for your platform.
To use the Mastodon web application, please enable JavaScript. Alternatively, try one of the native apps for Mastodon for your platform.
Mastodon, an open source, decentralized alternative to X, is rolling out a somewhat controversial feature by adding quote posts, which will launch next week. The feature, which allows a user to quote someone else’s post and re-share it with their own response or commentary, has contributed to a culture of “dunking” on X, where users often deride other people by responding with snark or insulting humor. To address this concern, Mastodon says it’s implementing quote posts with safety controls. T
is a news writer who covers the streaming wars, consumer tech, crypto, social media, and much more. Previously, she was a writer and editor at MUO. Posts from this author will be added to your daily email digest and your homepage feed. Mastodon is officially rolling out quote posts. Starting next week, you’ll see an option to quote another user by selecting the repost — or “boost” — button, allowing you to add your thoughts to someone else’s post. The decentralized platform initially planned
To use the Mastodon web application, please enable JavaScript. Alternatively, try one of the native apps for Mastodon for your platform.
To use the Mastodon web application, please enable JavaScript. Alternatively, try one of the native apps for Mastodon for your platform.
The pleasure is in foreseeing it, not in bringing it to term. — Jorge Luis Borges, Selected Non-Fictions This post is about managing ADHD. It is divided into two sections: “Strategies” describes the high-level control system, “Tactics” is a list of micro-level improvements (really it should be called “stratagems”, since most are essentially about tricking yourself). Contents Strategies High-level advice, control systems. Chemistry First ADHD has a biological cause and drugs are the first-l
Decentralized social network Mastodon says it can’t comply with Mississippi’s age verification law — the same law that saw rival Bluesky pull out of the state — because it doesn’t have the means to do so. The social non-profit explains that Mastodon doesn’t track its users, which makes it difficult to enforce such legislation. Nor does it want to use IP address-based blocks, as those would unfairly impact people who were traveling, it says. The statement follows a lively back-and-forth convers
An overly broad age assurance law in Mississippi is leading to arguments about which platforms — Bluesky, Mastodon, or others — offer the best solution for avoiding crackdowns on internet freedoms. The company that makes the Bluesky social app announced last week that it would block access to its service in the state of Mississippi rather than comply with the new age verification law. In a blog post, the company explained that, as a small team, it lacked the resources to implement the substanti
To use the Mastodon web application, please enable JavaScript. Alternatively, try one of the native apps for Mastodon for your platform.
Andy Walker / Android Authority Google Tasks is, without a doubt, one of the company’s worst apps. While its barebones nature might appeal to some, its lack of basic features — like natural language processing — makes it feel well behind the times compared to its rivals. Personally, I’m not a fan. I’ve tried countless competing apps in my quest for a better solution, and found four that stand out from the crowd. The first is my personal favorite and the one I’ve been using for years, but the o
Bounce, a new technology that adds a critical component to the open social web, launches to the public on Monday. The cross-protocol migration tool offers a service that allows users of open social networks like Bluesky and Mastodon to move their follow graphs between their accounts, even though the networks rely on different underlying protocols. Today, Mastodon users unhappy with the service can opt to move their account to a different Mastodon server, while Bluesky is developing technology t
Introducing the illumos Cafe: Another Cozy Corner for OS Diversity From the BSD Cafe to illumos Cafe The idea for this new project was born from the success of the BSD Cafe, an initiative I introduced to the world in July 2023, which received an incredibly positive response. Far more than I ever anticipated. The BSD community already had its well-established hubs: in the Fediverse, places like bsd.network, exquisite.social, and others were already thriving, not to mention all the forums, chann
I cobbled together a journaling system with {neo,}vim, coreutils and dateutils. This system is loosely based on Ryder Caroll's Bullet Journal method. The format The journal for a given year is a directory: λ ls journal/ 2022/ 2023/ In each directory are 12 files, one for each month of the year, numbered like so: λ ls journal/2023/ 01 02 03 04 05 06 07 08 09 10 11 12 We can now begin writing stuff down: λ vim journal/2023/1 Every month must start with a calendar of course, fill that in wi
To use the Mastodon web application, please enable JavaScript. Alternatively, try one of the native apps for Mastodon for your platform.
August 11, 2025 I’ve tried them all. Notion, Todoist, Things 3, OmniFocus, Asana, Trello, Any.do, TickTick. I even built my own todo app once (spoiler: I never finished it). After years of productivity app hopping, I’m back to where I started: a plain text file called todo.txt . I’m not alone in this. Jeff Huang wrote about his “never-ending .txt file” that he’s used for over 14 years. Reading his post validated everything I’d discovered on my own. The Endless Search My productivity journey
To use the Mastodon web application, please enable JavaScript. Alternatively, try one of the native apps for Mastodon for your platform.
To use the Mastodon web application, please enable JavaScript. Alternatively, try one of the native apps for Mastodon for your platform.
I am not currently a user of Mastodon, but I have some interest in the project. I was looking at some stuff that seemed to indicate to me that the OSA could make it difficult to self host Mastodon without providing age verification. I was then reading the provisions and realsised that it didn't really affect you unless you have at least 3 million monthly users, so in theory would not affect self hosters with only a few users. But then I thought that if you are federated with a very large instanc
To use the Mastodon web application, please enable JavaScript. Alternatively, try one of the native apps for Mastodon for your platform.
To use the Mastodon web application, please enable JavaScript. Alternatively, try one of the native apps for Mastodon for your platform.
To use the Mastodon web application, please enable JavaScript. Alternatively, try one of the native apps for Mastodon for your platform.
To use the Mastodon web application, please enable JavaScript. Alternatively, try one of the native apps for Mastodon for your platform.
Open source X and Threads competitor Mastodon will begin experimenting with a new way to raise funds: in-app donations. The organization on Wednesday announced it’s launching a campaign that introduces banners inside its Android and iOS apps, prompting users to make a monetary donation. Initially, the feature will be shown only to those on the Mastodon servers the nonprofit itself operates, Mastodon.social and Mastodon.online. These banners will be easy to dismiss, Mastodon says, and will only
July 21, 2025 Some teams require that every TODO comment in a codebase gets logged in the bug tracker. Others automatically delete any “stale” TODO that has been in the codebase for over a year. Don’t do it! TODO comments don’t need to get done in order to be valuable. If you have // TODO: Write the second half of this file so next week's launch won't explode then sure, you should probably track that somewhere. But to me, a good TODO looks more like this: // TODO: If the user triple-clicks
July 21, 2025 Some teams require that every TODO comment in a codebase gets logged in the bug tracker. Others automatically delete any “stale” TODO that has been in the codebase for over a year. Don’t do it! TODO comments don’t need to get done in order to be valuable. If you have // TODO: Write the second half of this file so next week's launch won't explode then sure, you should probably track that somewhere. But to me, a good TODO looks more like this: // TODO: If the user triple-clicks
To use the Mastodon web application, please enable JavaScript. Alternatively, try one of the native apps for Mastodon for your platform.
To use the Mastodon web application, please enable JavaScript. Alternatively, try one of the native apps for Mastodon for your platform.