The one change that worked: I banned myself from social media — and my children have never been happier 
theguardian.com

Reading yet another one of the countless articles and opinion pieces from people discovering that it’s good not to spend the whole day glued to their phone, I picked up an ~interesting technique. When Anna Mathur is with her kids and needs to do something on her phone, she “announces” the action:

One habit that helped was narrating my phone use out loud. When I pick it up in front of the kids, I say: “I’m just adding bananas to the shopping.” It keeps me accountable, because once I’ve said it, I do that one thing and put it down. And it tells my children that I’m not disappearing, as I used to.

I think it applies to adult-only situations too.

The definitive guide to Neubrutalist web design 
neubrutalism.co

Neubrutalism is a digital aesthetic movement that rejects modern polished neutrality in favor of what they call “graphic bluntness”: high-contrast palettes, bold typography, strongly defined shapes, and conspicuous structure — especially outlines and hard shadows.

Elon Musk’s lawyers sent a cease-and-desist letter to Nitter’s maintainer, a legitimate service that displays X posts through a different interface. The person, who goes by zedeus, complied with the threat, took down their own Nitter instance, and stopped development.

These guys don’t even bother hiding the hypocrisy anymore. They scrape the entire internet to feed their AI parrots, but turn around and use financial muscle and legal harassment to go after individuals doing the same thing — for more honest reasons and on a garage-shop scale.

XCancel, the popular Nitter instance I’ve been using for several months now, is still up.

Update (19h33): XCancel is down, too.

Pacific Block, an image and video blocker for Safari, now supports Shortcuts

I’ve mentioned the Pacific Block extension for Safari in passing a few times before. It’s a content blocker, but instead of ads and trackers, it blocks images, audio, and video. It’s great for saving data on a limited mobile plan (like a pay-as-you-go carrier plan) and for speeding up web browsing on unstable connections.

Back in November 2025, I suggested a feature to Jeremy, the developer of Pacific Block: integration with the Shortcuts app, to enable automations. It shipped in version 1.8, released on the 15th.

It works! Well, it actually started working four days later, once a fix for automation uses landed in version 1.9.

I built an automation in Shortcuts exactly the way I’d pictured it a year earlier: whenever I disconnect from any Wi-Fi network, turn on both blocks (images and audio/video) in Pacific Block. Connect to a Wi-Fi network and both turn off again.

I still need to tweak it a bit. I was on a flaky wireless network the other day and noticed the automations kept firing constantly, every time iOS dropped the connection and immediately picked it back up. I think adding a couple of minutes of delay between state changes, and/or some conditionals (if… then) should fix that.

Pacific Block is a universal purchase for USD 2.99 on the App Store.

State of the [WordPress] Community 2026 
thewpocc.org

The results are out from the independent survey on the WordPress community, conducted by the WP Open Community collective.

It represents a scathing critique of WordPress’s direction and, especially, of Matt Mullenweg’s leadership. For example, 73.8% said they feel more negative about the project than 24 months ago. When asked about open source software in general, the negative outlook dropped to 23.9%. The biggest source of problems, with 73.3% saying they had experienced or witnessed incidents, relates to governance and leadership.

The use of generative AI in WordPress displeases most respondents, even among those who use AI at work.

In his closing remarks at WordCamp US on Wednesday (19th), Mullenweg brought up this survey finding and suggested that “We might just need to rebrand some of what we’re doing [with AI]” such as “automation,” according to the account from the blog The Repository. It strikes me that this reaction adds to the evidence of a leadership that doesn’t listen to the community.

The Rebrand Registry 
msrebrandregistry.com

A detailed database of Microsoft brands for their cloud solutions: the names, dates and duration of each one, all backed by trusted sources. I don’t think there is another technology company with an identity crisis as acute as Microsoft. Marcos Daniel’s tip.

Cove 
cove.run

“The calmest way to run local WordPress.” That’s how Cove presents itself. It’s a CLI app that spins up local websites with automatic HTTPS, one-click admin login, and integration with Cloudflare Tunnels. For Linux, macOS and Windows (WSL2).

Mastodon 5.0: Laying the foundation 
blog.joinmastodon.org

The Mastodon team published some mock-ups of the upcoming version 5.0. The ideas all seem good to me, especially the greater distinction of private mentions (renamed “messages”) and the emphasis given to the lists (renamed “custom feeds”).

999 Penguins 
999penguins.com

Your goal in this game is to eliminate 999 penguins by combining three or more of the same color. (I managed to reach 170 penguins left.)

Block ads in Firefox for iOS 
support.mozilla.org

Firefox for iOS has gotten a native ad blocker, with a fixed list based on EasyList. Better than nothing, but falling short of what a standalone solution offers: aside from the lack of customization, Firefox’s blocker doesn’t block ads in web search engines or the ones on the browser’s own homepage — Mozilla’s bread and butter. The rollout is gradual, meaning it may take a while to show up on your end.

BoredOS 
boredos.dev

BoredOS is an x86_64, FOSS operating system, with extensive documentation and GPLv3 license. It was created from scratch and already has a graphical interface.

How Claude’s text watermark works 
anthropic.com

All major LLM providers will be required, by the AI Act of the European Union, to add watermarks to the generated content, including text. Anthropic, owner of Claude, explained its method:

Large language models like Claude work by generating one word at a time. Each time the model decides on the next word, it chooses among a list of potential candidates, ultimately selecting the most sensible or likely based on the preceding text. Take the sentence “The weather today was cold and…”. The next word is very unlikely to be “sugary.” But it is quite likely to be “overcast” or “grey.” Under most circumstances, it doesn’t matter much to the reader which of these latter two words the model ultimately chooses—the meaning of the sentence is largely the same either way. In cases like this, the choice is settled by a random number.

Watermarking uses low-stakes choices like these—which occur many times over a piece of generated text—to leave a pattern in Claude’s responses. That pattern is undetectable to the reader, but is detectable to anyone who has a key that encodes it. When watermarking is used, choices are still made at random, but the source of the randomness is different. Instead of using an arbitrary random number generator to pick the next word, watermarking uses the key and a few words that come before to settle what word the model should pick. That is, the words that Claude picks are still random, but now, one can check the sequence of words and see if it’s consistent with the choices Claude would make if it was using the key. If it is, one can assign a probability that the text was generated by Claude.

The solution is the same one Google created and has used since 2024 in Gemini, called SynthID-Text.

Some people are freaking out over this change. As I’ve been saying for a while now, it doesn’t matter.

Besides, simple systems that swap out some words for synonyms are likely to show up (if they don’t exist already), which (in theory? someone correct me if that’s the case) would break SynthID-Text’s digital signature. Still in the realm of guesswork, I’d imagine that feeding the text into another LLM and asking it to swap out some words and structures would already do the trick.

Regardless of all that, isn’t it about time people who use generative AI to write text started owning up to their choices?

I think the first thing that comes to mind when this topic comes up is using the watermark to point fingers and shame whoever uses it. It’s possible to imagine other uses, though, such as helping triage requests sent to public agencies, which, as Ronaldo Lemos pointed out [pt_BR] in his column in Folha de S.Paulo this past Sunday (the 16th), are already swamping governments and courts in several countries.