Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. PipePipe: NewPipe hard fork implementing SponsorBlock (github.com/infinityloop1308)
    117comments
  2. Show HN: Reladraw – A diagram language where you decide where to place things (github.com/reladraw)
    16comments
  3. DeepSeek Elastic Compute (DSec) (arxiv.org)
    8comments
  4. Drawgent: Coding agent on a live Excalidraw canvas (tangled.org)
    24comments
  5. A searchable library of forgotten public-domain film clips from 1915 onward (movingimagearchive.com)
    11comments
  6. The Lost Atomic Update on Loongson CPU (jia.je)
    4comments
  7. Fifteen years later, the Apple Cards origin story (lexontech.org)
    64comments
  8. Modern Object Pascal Introduction for Programmers (castle-engine.io)
    40comments
  9. Revealing the details of how OpenAI agents hacked Hugging Face (swarmtraces.org)
    432comments
  10. LA Metro has some of the slowest escalators on Earth (basin.la)
    2comments
  11. Analyzing Frontier Model Progress with My Favourite Game: Prince of Persia (blog.priyan.in)
    30comments
  12. We're gonna need a lot more mathematicians (terrytao.wordpress.com)
    429comments
  13. The Rise of Audio AR (dbreunig.com)
    5comments
  14. Reflections on 1,000 Days of Math (gmays.com)
    30comments
  15. Breaking Up with Google Play: Why Conversations Is Now Free (gultsch.de)
    227comments
  16. Plan mode is dead (aymannadeem.com)
    455comments
  17. Plunging test scores are a slow-moving catastrophe (economist.com)
    248comments
  18. How to keep enjoying programming in a world of LLMs (haskell.org)
    156comments
  19. The Murky History of Soviet-Born Tetris (mitpress.mit.edu)
    25comments
  20. Ollaya – Ollama for open-source, Jev-style decision models (ollaya.dev)
    138comments
  21. OpenAI bots meddled with multiple US Government agency sites (bbc.com)
    106comments
  22. Automattic has a new board after failed attempt to put CEO on leave (techcrunch.com)
    98comments
  23. Experiencing writing at our recent Chinese calligraphy workshop (viewsproject.wordpress.com)
    1comments
  24. Show HN: Jev Plays Pokémon Red (jev-pokemon.vercel.app)
    107comments
  25. Floci: Locally emulating any cloud service (floci.io)
    27comments
  26. 16GB iPod Nano 3G Upgrade (tuckerosman.com)
    19comments
  27. Is your Postgres migration safe or not safe? (safenotsafe.dev)
    39comments
  28. Banks and Credit Unions to Team Up Against Apple Pay Fees (macrumors.com)
    69comments
  29. What even is an OS now? (sockpuppet.org)
    428comments
  30. Ask HN: Who's still keeping a DOS machine up because the business depends on it?
    240comments

Obsidian Introduces Obsidian CLI

44 pointsby 7mo agohelp.obsidian.md
7 comments
7mo agoHN ↗

A lot of this was already doable, since it's built on almost entirely plain text files, but a friendlier interface is always welcome, and being able to work with bases is a huge plus.

7mo agoHN ↗

You couldn’t use Obsidian sync headless though.

7mo agoHN ↗

i wonder what usecase they are targeting. one of the nice things in obsidian is to work with the text; iterating on format and contend.

7mo agoHN ↗

obsidian handles a lot of useful little things out of the box, like updating links when you move files/attachments

another big win for the CLI is access to dynamic note database queries via Obsidian Bases. major leverage for agents

7mo agoHN ↗

I welcome this "scriptability" improvement. I often have to do some bulk updates across a few dozen files and while I can whip up python or sed - I'd rest assured there's a more stable interface. but more importantly it opens doors to integrations with applescript and claude and whatnot

7mo agoHN ↗

Hmm, you still have to keep the UI open to make the CLI work which is unfortunate. That said, I greatly appreciate the increased control possible from the CLI.

I guess if you want sync “headless” you are still stuck running Obsidian in a VM/Container so the main UI can work. It’s absolutely a step up.

I’d really like to hook the agents I interact with (Claude Code mostly, but also some stuff I’ve been working on for myself) into Obsidian, to use it as their “memory” so that I have an easy way to browse/edit it all. Obviously they can just work with the raw files (Obsidian or otherwise) but I like having all the “knowledge” inside where I already store my notes.