Jeremy Herve

@jeremy.herve.bzh

WordPress, board games, kids, TV. I work @automattic.com where I lead a team building tools for bloggers and creators. Expect posts on WordPress, the Fediverse, ATProto, but also pictures about #Brittany. 🌐 herve.bzh 🟨🟩 @atmot.herve.bzh 🎲 @rolld.at

@datagouvfr.bsky.social Y a t'il par hasard un jeu de données existant et peut-être une carte sur cartes.gouv.fr, qui montrerait la situation live des feux de forêt en France ? Je pense que cela serait intéressant, et pourrait remplacer les nombreuses initiatives qui se créent en ce moment. Merci !

Cartes.gouv.fr : notre territoire commun

Explorer les cartes : Découvrez des cartes thématiques et de référence dont les fonds IGN sur l’ensemble du territoire français.

cartes.gouv.fr

screw it, i'm saying it: newsletters are just blogs with extra guilt. 🤗 you don't need to be in someone's inbox to matter. write something good and let the social graph do the work. 💞 this is what blogging in the atmosphere should be.

Fifth shape in the atproto permissioned data series: polls. The member list is the electorate, your PDS holds only your own ballot, a vote's record key mirrors the poll's, and a leaked ballot proves nothing because permissioned commits are deniable.

Permissioned Data Shapes: Polls

A poll is a space, a ballot is an address, and read_self is the ballot screen: voters cast and change their own votes while no voter's client can read anyone else's.

ngerakines.leaflet.pub

I'm starting a new blog post series, with some more practical tutorials about ATProto things, using Ruby and my Ruby gems :] Episode 1 - resolving handles & DIDs and plc.directory:

ATProto in Practice #1: Identity

I’m starting a new blog post series that I’ve named “ATProto in Practice”. I want to go through some practical tasks that you’re likely to need when working with the protocol, using Ruby and my Ruby gems for the examples. These will (hopefully) be a bit shorter than my standard book-length blog posts here 🫠 If you’re new to the AT Protocol and you haven’t read my long Introduction to AT Protocol post that goes through the whole architecture and defines the various pieces of it, I recommend you read that one first, because I won’t be explaining everything from scratch again here. Let’s start with something pretty fundamental: user identity. DIDs & handles Every account has an immutable identifier called a DID (Decentralized Identifier), e.g. did:plc:z72i7hdynmk6r22z27h6tvur. This ID serves a similar role as an UUID might in an SQL database – it’s used everywhere behind the scenes in the protocol for any references between accounts and records, in URIs and so on. But generally every account also has a human-readable handle assigned to it, which can be changed at any time, and this handle is normally what you see in the UI, often in user-facing URLs, what you use to log in with, etc. The handle is a domain name, e.g. @python.org, and any existing domain name you own and use for your website can be used as your handle. As you start building on ATProto, one of the first things you might need to do is convert between these two identifiers. For example, a user logs in to your app using a handle and you need to first “resolve” it to a DID, or a URI or other reference in a record points to a DID, but you want to show the corresponding user’s handle in the UI, and the handle is not included in the data you got. A useful UI tool for quickly looking this up is internect.info. If you look up e.g. “firefox.com” there, you will get a page showing details of Firefox’s ATProto account: the DID (did:plc:m424cqoxwhxgjutbta7jmrur), when it was created, assigned PDS hostname, and so on. Now, how to do the same thing in code? Every DID has a so called DID Document, a JSON file storing some basic info about that identity, and among other things, that document includes the alsoKnownAs field, which lists the assigned handles, in the form of at:// URIs with only the first segment. Almost every account will have exactly one handle assigned, but it might happen that one will have zero or more than one. It might also happen that the array will contain some invalid strings which aren’t proper handles – e.g. don’t include the at:// prefix, or only contain one word and no periods. You need to filter only the valid ones. The assignment is bi-directional – a DID has one (usually) handle assigned in its document, and a handle resolves to a DID. You should ideally check the assignment in both directions, because it could happen that the other sign of the assignment is no longer valid, or worse – has never been real. That is, when you resolve a handle to a DID, check if th…

mackuba.eu

Photographer Martin Le-May was walking through a London park with his wife, hoping to show her a green woodpecker for the first time, when he snapped this incredible photo: a weasel riding a flying woodpecker.

Bild

vingt ans que marion montaigne est une génie, et ce nouveau post de blog restera dans les annales. à lire et faire lire à TOUT LE MONDE, surtout aux collégien·nes dont les cours de bio sur la reproduction racontent N'IMPORTE QUOI. tumourrasmoinsbete.blogspot.com/2026/07/la-f...

La finale Ovule VS Spermato

Voici une longue note. Avant de me sauter dessus dans les commentaires, prière de jeter un oeil sur la bibliographie, qui a été toute aus...

tumourrasmoinsbete.blogspot.com

PDS Operator it's a self hosted dashboard for your PDS. watches labelers and dms you when an account gets flagged. accounts, takedowns, pwd resets, invites, relay status, passkey sign-in, audit log, setup wizard with a qr code. deploy in minutes. tangled.org/brookie.blog...