HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zpusmani

no profile record

Submissions

[untitled]

1 points·by zpusmani·13 dni temu·0 comments

[untitled]

1 points·by zpusmani·14 dni temu·0 comments

Show HN: LocalSheets, a single-file spreadsheet with a local-only AI panel

github.com
4 points·by zpusmani·w zeszłym miesiącu·0 comments

Show HN: Context Protocol, a sovereign-first workflow for thinking with LLMs

1 points·by zpusmani·6 miesięcy temu·0 comments

Show HN: DeckBuilder Single-file HTML slide editor (750KB, no build step)

github.com
3 points·by zpusmani·7 miesięcy temu·1 comments

comments

zpusmani
·28 dni temu·discuss
When an agent and a human disagree on priority, who wins... is there an override, a queue or some kind of arbitration?
zpusmani
·w zeszłym miesiącu·discuss
[dead]
zpusmani
·w zeszłym miesiącu·discuss
[flagged]
zpusmani
·7 miesięcy temu·discuss
I built this because I got tired of the LLM-to-PowerPoint friction.

The workflow: Ask Claude/GPT to generate slides in HTML -> Paste into DeckBuilder -> Drag/drop to fix layout -> Export PDF.

Why single-file HTML?

No install, runs in browser

Works offline & Local-first

Git-friendly (clean HTML/CSS diffs)

~750KB total payload

The AI does the drafting; this gives you the finishing control locally.

Feedback welcome, particularly on the drag-and-drop feel and how the PDF export handles complex layouts!
zpusmani
·7 miesięcy temu·discuss
Ah makes sense, using Typst under the hood for strict layout control compared to CSS. Thanks for the link to the override guide and I'll check it out.
zpusmani
·7 miesięcy temu·discuss
I really love tools that treat documents as code. I have been trying to move my workflows away from binary formats (like PPT & Word) to text based ones I can more easily version control.

Does this support custom CSS for the layout or is it bound to the YAML templates?