Live data from Hacker News

Viewing profile — martylamb

martylamb

HN member
Joined
Tue, Feb 13, 2024, 11:31 PM UTC
HN karma
49
Public activity
30 items

About martylamb

https://martylamb.com

Recent public activity

  1. comment
    Comment #48734163

    no, but there's no guarantee that it won't, just like any instructions.

  2. comment
    Comment #48707561

    Yes. I found this quickly after wrapping codex in a launcher that uses bubblewrap to exclude certain files and directories based on a config file at the project root. My best solut…

  3. comment
    Comment #48224939

    Thanks! I've found that the folks that need it REALLY need it.

  4. comment
    Comment #48224119

    I'm continuing to work on ChatKeeper, a desktop app (Windows, macOS, Linux) that turns official ChatGPT exports into local Markdown and image files for use in Obsidian or other loc…

  5. comment
    Comment #47922612

    Very nice. I did something in a similar spirit eons ago for capturing CLI tool output directly into my docbook-based documentation. In my case it was also part of a build, generati…

  6. comment
  7. comment
    Comment #47718919

    Hi, blog author here. Didn't expect to see it on HN (but note to self: write titles that HN won't mangle...) I usually do look for feedback if I'm not just writing a library for my…

  8. comment
    Comment #46457840

    That's a cool approach!

  9. comment
    Comment #46446746

    I spent a long time caring about JVM startup time and CLI suitability (and wrote nailgun [0] over 20 years ago and jsap [1] shortly after specifically because of it), so it's prett…

  10. comment
    Comment #46312502

    Yep, you're not the only one, and I want to add support for more formats/LLMs. Right now ChatKeeper's internals are very ChatGPT-specific, but I have a plan to change that and Clau…

  11. comment
    Comment #46312003

    https://martiansoftware.com/chatkeeper/ I built ChatKeeper because I wanted to treat my ChatGPT history like a local knowledge base, with local-first access to my data. It’s a comm…

  12. comment
    Comment #44499725

    That's completely reasonable. Honestly, ChatKeeper hasn't been around long enough for that to come up yet. My intention was to keep it priced so that's not an issue, but perhaps I …

  13. comment
    Comment #44498775

    I made something called ChatKeeper to deal with exactly this. It syncs your entire ChatGPT history to local markdown files so you can organize, rename, or integrate them with other…

  14. comment
    Comment #43775552

    Literally just posted my newly hogoized site that dates back to 2003 THIS MORNING. :)

  15. comment
    Comment #43534358

    I just finished adding support for ChatGPT's new GPT4o image generator to https://martiansoftware.com/chatkeeper > and it's working great. Testing it over the next few days and the…

  16. comment
    Comment #43352541

    Do you mean internal links within the page, or within your vault? I can't say I've relied on either in a pdf export, but I would expect the former to work and the latter to fail. I…

  17. comment
    Comment #43352526

    First the one, then the other. :) It used LiveConnect[0] to talk to the UI-less java applet[1] hosting the web server. It was a weird (and therefore kind of fun!) combination. 0: h…

  18. comment
    Comment #43343159

    Very nice. It reminds me of a similar all-in-browser file transfer tool I built ages ago called nearshare. This was WAY before webrtc was a thing so my approach was to actually run…

  19. comment
    Comment #43232783

    It's not marketed as a markdown-to-pdf tool, but I've found that Obsidian ( https://obsidian.md ) does an excellent job. Just create a new "vault", paste your markdown into a new n…

  20. comment
    Comment #42863909

    Some internal refactoring of ChatKeeper[1] to support a gui in addition to its cli. I could do this very quickly by just building a form that accepts all of its options but the poi…

  21. comment
    Comment #42833965

    Sounds like a fun item for an escape room.

  22. comment
    Comment #42698276

    Good summary. I've landed on all of the above with my own projects, from a mix of experience, reading, and reason. Hardest for me has been making time between family, work, and oth…

  23. comment
    Comment #42536440

    You might want to check out https://martiansoftware.com/chatkeeper >. It's a cli that syncs a ChatGPT export with local markdown files. I use it to keep my conversation history in …

  24. comment
    Comment #42536423

    I feel the same. You might want to check out https://martiansoftware.com/chatkeeper for a non-extension option. It's a cli that syncs a ChatGPT export with local markdown files. (f…

  25. story
    Show HN: ChatKeeper – Sync Your ChatGPT Conversations to Local Markdown Files

    Hi HN, I wrote a tool to scratch my own itch and decided to make it available to others. It's called ChatKeeper[0], and it syncs your ChatGPT export files to local Markdown files. …