A small tool to view real-world ActivityPub objects as JSON! Enter a URL
or username from Mastodon or a similar service below, and we'll send a
request with
the right
Accept
header
to the server to view the underlying object.
{
"@context": [
"https://join-lemmy.org/context.json",
"https://www.w3.org/ns/activitystreams"
],
"type": "Page",
"id": "https://programming.dev/post/25914256",
"attributedTo": "https://programming.dev/u/norambna",
"to": [
"https://programming.dev/c/python",
"https://www.w3.org/ns/activitystreams#Public"
],
"name": "Update on Flet: Python + Flutter UIs | TalkPython Episode #494",
"cc": [],
"content": "<p>My personal experience writing a multi-platform desktop app (macOS, Windows, Linux) was rather painful. Tkinter was my first try, but deployment on macOS was a nightmare. I ended using PySide, which ticked all the boxes, but my biggest gripe is that you end with a lot of code that is not very “pythonic”. <a href=\"https://flet.dev/\" rel=\"nofollow\">Flet</a> looks like a nice alternative.</p>\n",
"mediaType": "text/html",
"source": {
"content": "My personal experience writing a multi-platform desktop app (macOS, Windows, Linux) was rather painful. Tkinter was my first try, but deployment on macOS was a nightmare. I ended using PySide, which ticked all the boxes, but my biggest gripe is that you end with a lot of code that is not very \"pythonic\". [Flet](https://flet.dev/) looks like a nice alternative.",
"mediaType": "text/markdown"
},
"attachment": [
{
"href": "https://talkpython.fm/episodes/show/494/update-on-flet-python-flutter-uis",
"mediaType": "text/html; charset=utf-8",
"type": "Link"
}
],
"image": {
"type": "Image",
"url": "https://programming.dev/pictrs/image/166e0f4a-c70b-4066-b621-dc02e67aee5a.jpeg"
},
"sensitive": false,
"published": "2025-02-23T19:25:43.050674Z",
"language": {
"identifier": "en",
"name": "English"
},
"audience": "https://programming.dev/c/python",
"tag": [
{
"href": "https://programming.dev/post/25914256",
"name": "#python",
"type": "Hashtag"
}
]
}