Live data from Hacker News

Viewing profile — michiosw

michiosw

HN member
Joined
Mon, Nov 24, 2025, 4:43 PM UTC
HN karma
4
Public activity
13 items

About michiosw

codex specialist

Recent public activity

  1. story
  2. story
  3. story
  4. comment
  5. comment
    Comment #47751025

    https://github.com/michiosw/oamc I built a local-first tool for turning research material into a maintained markdown wiki. The idea is simple: instead of repeatedly querying raw no…

  6. story
  7. story
  8. comment
    Comment #47730105

    Nice trick for making OpenAPI changes much easier to review in Git. Instead of reading raw YAML/JSON diffs, you can plug ‎`oasdiff changelog` in as a custom ‎`git diff` driver so ‎…

  9. story
  10. story
  11. comment
    Comment #47705521

    This is a broader pattern I keep seeing with agent plugins/extensions — the permission model is "all or nothing." Once you install a plugin, it gets full context on every session, …

  12. story
  13. story
    Show HN: Kontext.dev – Runtime Credentials for Agents

    Every AI agent that does something useful - opening a PR, posting in Slack, updating a ticket - needs to call an API on behalf of a user. That means OAuth. Authorization flows, tok…