Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
martylamb
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
AI-written code is still your code
(martiansoftware.com)
59 points
by
martylamb
18d ago
|
93 comments
2.
▲
by
martylamb
3mo ago
no, but there's no guarantee that it won't, just like any instructions.
3.
▲
by
martylamb
3mo ago
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 solution so far is to also include instructions for the agent
4.
▲
by
martylamb
4mo ago
Thanks! I've found that the folks that need it REALLY need it.
5.
▲
by
martylamb
4mo ago
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 local PKM tools. One thing that sets it apart from the (ma
6.
▲
by
martylamb
5mo ago
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, generating intermediate .xml prior to running the docbook build. Anc
7.
▲
by
martylamb
5mo ago
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 myself. Often pretty early on re: concept, na
8.
▲
by
martylamb
9mo ago
That's a cool approach!
9.
▲
by
martylamb
9mo ago
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 pretty wild to see how far things have come. Modern JVM sta
10.
▲
by
martylamb
9mo ago
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 Claude (which I also use frequently) will be the
11.
▲
by
martylamb
9mo ago
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 command-line tool (GUI in progress) that t
12.
▲
by
martylamb
1y ago
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 did not succeed there. I will seriously con
13.
▲
by
martylamb
1y ago
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 work however you like. I use it to keep my conversations a
14.
▲
by
martylamb
1y ago
Literally just posted my newly hogoized site that dates back to 2003 THIS MORNING. :)
15.
▲
by
martylamb
1y ago
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 then it'll be ready for
16.
▲
by
martylamb
2y ago
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 suppose links to other notes in your vault coul
17.
▲
by
martylamb
2y ago
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: https://en.wikipedia.org/wiki/NPAPI#Liv
18.
▲
by
martylamb
2y ago
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 a web server in the browser via a java applet. :) https:
19.
▲
by
martylamb
2y ago
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 note, and export to PDF.
20.
▲
by
martylamb
2y ago
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 point of the gui is to make it nicer to use for less technical
21.
▲
by
martylamb
2y ago
Sounds like a fun item for an escape room.
22.
▲
by
martylamb
2y ago
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 other activities that are important for me. Unlike when
23.
▲
by
martylamb
2y ago
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 Obsidian, where I can search thr
24.
▲
by
martylamb
2y ago
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. (full disclosure: it's my projec
25.
▲
Show HN: ChatKeeper – Sync Your ChatGPT Conversations to Local Markdown Files
(martiansoftware.com)
3 points
by
martylamb
2y ago
|
0 comments
26.
▲
by
martylamb
2y ago
I was there and remember it well. The whole thing was completely unexpected and people lost it. Well done. :)
27.
▲
by
martylamb
2y ago
That might be true for most and is a reasonable way of looking at it. But if someone is going on a 10,000km trip and trying to choose between modes of travel, the mode with the fewest incidents per mile will be the safest way.
28.
▲
by
martylamb
2y ago
Oh wow. That's... something. :)
29.
▲
by
martylamb
2y ago
That's a nice writeup. Given the hot/cold difference you observe, I'd be very curious to see how builds compare when using maven daemon or gradle daemon. I am not very familiar with those myself, simply aware of them. [1] h
30.
▲
by
martylamb
3y ago
Funny you should mention that: https://news.ycombinator.com/item?id=39360870
More ›