HackerTrans
TopNewTrendsCommentsPastAskShowJobs

monatron

no profile record

Submissions

Show HN: GimmeGimme – Finding gifts for hard-to-shop-for people

gimmegimme.app
1 points·by monatron·8 bulan yang lalu·0 comments

comments

monatron
·3 bulan yang lalu·discuss
To be fair, I can think of reasons why you would want to be able to set them in various ways.

- settings.json - set for machine, project

- env var - set for an environment/shell/sandbox

- slash command - set for a session

- magical keyword - set for a turn
monatron
·6 bulan yang lalu·discuss
Very cool! Would love to know more about the audio processing backend that drives this type of thing
monatron
·6 bulan yang lalu·discuss
I'm on a deep dive fine-tuning how I organize and manage my personal knowledge base - focused on entity extraction and strategic information retrieval and based on the AgREE paper from Apple[0] and persisting it in Memgraph.

I've got a nice ingest, extract, enrich process going for the graph - I'm currently working on a fork of claude-mem[1] that uses the graph as a contextual backend for agentic coding workflows.

0. https://arxiv.org/abs/2508.04118 1. https://github.com/thedotmack/claude-mem/
monatron
·6 bulan yang lalu·discuss
If you're like me you're doing it to establish a greater level of trust in generated code. It feels easier to draw out the hard guard-rails and have something fill out the middle -- giving both you, and the models, a reference point or contract as to what's "correct"
monatron
·7 bulan yang lalu·discuss
Nice tool - I appreciate you sharing the work!
monatron
·11 bulan yang lalu·discuss
This is a great use case for sub-agents IMO. By default, sub-agents use sonnet. You can have opus orchestrate the various agents and get (close to) the best of both worlds.