Viewing profile — tgalal
tgalal
HN member- Joined
- Sun, Mar 31, 2013, 5:04 PM UTC
- HN karma
- 14
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About tgalal
No profile information was provided.
Recent public activity
- story
-
comment
Comment #47446760
> The server does see the audio during processing (that's how GPU transcription works), but the final stored transcript is encrypted with a key derived from your password that neve…
-
comment
Comment #47445492
Every time I see the term "Zero knowledge encryption" something dies inside of me, as "Zero Knowledge" is not a property of ciphertexts but proofs. But this has seriously taken thi…
-
comment
Comment #47414635
[dead]
- story
-
story
Show HN: Templated prompts that travel with you over SSH
Instead of giving LLM tools SSH access or installing them on a server, the following command: $ promptctl ssh user@server makes a set of locally defined prompt templates "magically…
-
story
Show HN: Execute local LLM prompts in remote shells
Instead of giving LLM tools SSH access or installing them on a server, the following command: $ promptctl ssh user@server makes a set of locally defined prompts "magically" appear …
-
comment
Comment #47337151
The point is to avoid installing tools or granting LLM access and the "steering wheel" on the server itself. The data you pipe is the same data you'd copy-paste into ChatGPT or sim…
-
story
Show HN: Execute local prompts in SSH remote shells
Instead of giving LLM tools SSH access or installing them on a server, the following command: $ promptctl ssh user@server makes a set of locally defined prompts "magically" appear …
-
story
Show HN: Execute local prompts in SSH remote shells
Instead of giving LLM tools SSH access or installing them on a server, the following command: $ promptctl ssh user@server makes a set of locally defined prompts "magically" appear …
-
story
Show HN: Bring your own prompts in SSH remote shells
Instead of giving LLM tools SSH access or installing them on a server, the following command: $ promptctl ssh user@server makes a set of locally defined prompts "magically" appear …
-
comment
Comment #47314738
I wanted a "seamless" way for executing llm prompts in my terminal for recurring tasks, and came up with this: http://github.com/tgalal/promptcmd The cool thing about it is that it…
-
story
Show HN: Execute local prompts in SSH remote shells
Instead of giving LLM tools SSH access or installing them on a server, the following command: $ promptctl ssh user@server makes a set of locally defined prompts "magically" appear …
-
story
Show HN: Bring your own prompts to remote shells
Instead of giving LLM tools SSH access or installing them on a server, the following: promptctl ssh user@server makes a set of locally defined prompts "appear" within the remote sh…
- story
-
story
Show HN: Bashme_a_script_that", generate and cache bash scripts via promptcmd
This is an example tool I created using my tool (promptcmd) for turning prompts into "native-looking" executables: Usage: bashme_a_script_that [OPTIONS] ... Prompt inputs: --stdin …
-
story
Show HN: READFORME.md
Exemplary tool created using my tool for turning prompts into "native-looking" executables: $ READFORME.md --help Usage: READFORME.md [OPTIONS] --repo --info Prompt inputs: --branc…
- story
-
story
Show HN: GenAI Prompts as "Native" Programs
Lately I've seen several projects for templating and executing prompts. However they all go along the lines of $ executor prompt_file_or_name which didn't exactly fit my "taste". I…
-
comment
Comment #46694463
Hi HN, I’m the author. I built promptcmd because I thought prompts can be neatly integrated into CLI and look like familiar commands, rather than being run "via a tool" (explicitly…
-
story
Show HN: Promptcmd: AI prompts manager that turns prompts into runnable programs
promptcmd is a CLI tool for composing and running LLM prompts like "native" programs. Feedback welcome.
-
comment
Comment #43090018
> At this point, we could try to review all of curve25519-dalek for implementation flaws, but that would take a long time and make for an excruciatingly dull read > At some point i…
- story
- story
- story