37 Matching Annotations
  1. Jun 2025
  2. Apr 2025
  3. Jun 2023
    1. I'm curious if anyone has ever experimented with making an online Luhmann-esque Zettelkasten using WikiMedia as their platform?

      What were the pros/cons you found for doing so?

      Have you tried other methods (index cards, Obsidian, other(s)?), and if so what affordances did MediaWiki provide or were lacking for what you were attempting to accomplish?

      Did you use transclusion functionality?

      Did you attempt to build or implement backlink functionality? Use the API or plugins for this?

      Did you build some sort of custom index (manually, programatically, other)?

      If you used it for writing, what methods did you attempt with respect to taking the smaller pieces/ideas and building them up into longer written pieces?

      Links to specific public examples are welcome here. I'll also accept links to public versions of commonplace books or similar forms which also use MediaWiki as their infrastructure.

      syndication link: https://www.reddit.com/r/Zettelkasten/comments/144hzn9/zettelkasten_with_mediawiki/

  4. Mar 2023
    1. Problem details for HTTP APIs HTTP status codes are sometimes not sufficient to convey enough information about an error to be helpful. The RFC 7807 defines simple JSON and XML document formats to inform the client about a problem in a HTTP API. It's a great start point for reporting errors in your API. It also defines the application/problem+json and application/problem+xml media types.
  5. Jan 2023
  6. Dec 2022
    1. API TypeMailgun API NamePostmark API NameSending EmailsMessagesEmailManaging SuppressionsSuppressionsSuppressionsManaging TemplatesTemplatesTemplatesManaging Sending SettingsServerManaging ServersServersManaging Sent EmailsEventsMessagesManaging Inbound EmailsMessages, EventsMessagesManage Inbound Processing SettingsRoutesManage email domains you can send fromDomainsDomains
  7. Nov 2022
  8. Sep 2022
    1. For the instance property, the most practical way I’ve found of implementing this is to define a URN that encapsulates additional information regarding the error. Here is an example URN for reference. urn:companyname:api:error:protocol:badRequest:f29f57d7-e1f8-4643-b226-fa18f15e9b71
    1. FetchErrorResponse: type: object properties: meta: $ref: '#/definitions/FetchMetaResponse' errors: $ref: '#/definitions/Error' example: { "meta": { "req_id": "d07c8b12-c95e-4a06-8424-92aac94bb445" }, "errors": [{ "code": "Unauthorized", "detail": "A valid bearer token is required", "status":"401" } ] }
  9. Jun 2022
  10. May 2022
  11. Aug 2021
    1. Fukuyama's work, which draws on both competition analysis and an assessment of threats to democracy, joins a growing body of proposals that also includes Mike Masnick's "protocols not platforms," Cory Doctorow's "adversarial interoperability," my own "Magic APIs," and Twitter CEO Jack Dorsey's "algorithmic choice."

      Nice overview of work in the space for fixing monopoly in social media space the at the moment. I hadn't heard about Fukuyama or Daphne Keller's versions before.

      I'm not sure I think Dorsey's is actually a thing. I suspect it is actually vaporware from the word go.

      IndieWeb has been working slowly at the problem as well.

  12. Mar 2021
    1. The valueAsNumber IDL attribute represents the value of the element, interpreted as a number. On getting, if the valueAsNumber attribute does not apply, as defined for the input element's type attribute's current state, then return a Not-a-Number (NaN) value.
  13. Nov 2020
  14. Sep 2020
  15. May 2020
  16. Aug 2019
  17. Sep 2016
  18. Dec 2013