Viewing profile — martylamb
martylamb
HN member- Joined
- Tue, Feb 13, 2024, 11:31 PM UTC
- HN karma
- 49
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About martylamb
Recent public activity
-
comment
Comment #48734163
no, but there's no guarantee that it won't, just like any instructions.
-
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…
-
comment
Comment #48224939
Thanks! I've found that the folks that need it REALLY need it.
-
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…
-
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…
- comment
-
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…
-
comment
Comment #46457840
That's a cool approach!
-
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…
-
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…
-
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…
-
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 …
-
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…
-
comment
Comment #43775552
Literally just posted my newly hogoized site that dates back to 2003 THIS MORNING. :)
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #42833965
Sounds like a fun item for an escape room.
-
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…
-
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 …
-
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…
-
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. …