Last active
March 19, 2025 16:35
-
-
Save scripting/85bc99f9dc055b220c43a6cde4aa6415 to your computer and use it in GitHub Desktop.
The data we store for a WordLand draft I wrote a few days ago.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "Blogging is due for a refresh", | |
"content": "A lot has changed since the last time we took a serious look at blogging. \n\nA few items, as examples.\n\n1. When RSS came along Markdown didn't exist. The two technologies belong together, imho.\n2. Servers got cheap! (and easy to deploy).\n3. Websockets have replaced long polling.\n4. SQL is fast and the tools are much better.\n5. The user interfaces of all the Web 2.0+ products didn't exist last time we created new blogging communities. We can borrow ideas from twitter-like systems, even huge products like Facebook and Spotify have innovations that come long after the initial wave of blogging.\n\nBut one thing stays the same -- all the components are replaceable. Absolutely zero lock-in. We use simple standard APIs where they exist, and create new minimal formats and protocols where they don't.\n\nBlogging has a simple philosophy that remains constant.", | |
"categories": [ | |
"bloggers", | |
"philosophy", | |
"products", | |
"tech", | |
"wordland", | |
"wordpress", | |
"writing" | |
], | |
"whichEditor": "wizzy", | |
"author": { | |
"id": 21807, | |
"username": "scripting", | |
"name": "Dave Winer" | |
}, | |
"whenCreated": "2025-03-16T22:25:40.000Z", | |
"whenUpdated": "2025-03-17T15:53:41.168Z", | |
"whenPublished": "2025-03-17T15:53:49.472Z", | |
"contentType": "markdown", | |
"flEnablePublish": true, | |
"idDraft": 1826, | |
"idSite": 237777565, | |
"url": "https://daveverse.wordpress.com/2025/03/16/blogging-is-due-for-a-refresh/", | |
"idPost": 969 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment