Hacker News

Show HN: Replace Chrome new tab with a blank WYSIWYG editor for taking notes

Hacker News - Wed, 04/02/2025 - 11:26am

minimalistab is an extension for Chrome that replaces the default "New tab" page with a blank WYSIWYG editor for taking notes.

Sometimes I need a blank screen to stare at, especially when context switching between tasks; so I made this Chrome extension with basic note taking capabilities.

I kept the code as simple as possible, formatted for developers with dyslexia. Let me know your opinions.

I hope you find it useful. Feel free to personalize and hack your own copy. Feedback very welcome.

DEMO: https://raw.githubusercontent.com/hakaneskici/minimalistab/r...

Install as an extension: https://github.com/hakaneskici/minimalistab

Features:

* Take notes with formatting

* CMD/CTRL + {B, I, U} or toolbar

* Works offline by design

* Auto save to local storage

* Download as .html file

* Dark/light system theme

* Paste images and links

* Plain JS, no dependencies

* No tracking, no telemetry, no cookies

* Works without JS too (no saving)

* 100% handcrafted human code (TM)

Here's the primary trick that makes this possible:

https://news.ycombinator.com/item?id=43179649

Previous discussions and tools:

[1] Nash - https://news.ycombinator.com/item?id=43358914

[2] Notetime - https://news.ycombinator.com/item?id=43434152

[3] NoteUX - https://news.ycombinator.com/item?id=43492415

[4] TiddlyWiki - https://tiddlywiki.com/

Comments URL: https://news.ycombinator.com/item?id=43557761

Points: 2

# Comments: 0

Categories: Hacker News

Why Git is no "good" for AI-generated code

Hacker News - Wed, 04/02/2025 - 11:21am

When AI agents are generating some, most, or all of your code, then occasional git commits of the resulting source code aren't sufficient. You also need a tool that ties the generated code back to the prompts and AI interactions that generated it.

Here’s a short technical explainer video of GOOD, a Git companion designed for this: https://github.com/specstoryai/getspecstory/blob/main/GOOD.m...

The core tool will be free (as in beer), but we may or may not be FOSS. We’ll figure that out soon’ish.

I would love some feedback on this!

Comments URL: https://news.ycombinator.com/item?id=43557698

Points: 7

# Comments: 3

Categories: Hacker News

Ask HN: Built a policy engine for LLMs – open-source it or keep trying to sell?

Hacker News - Wed, 04/02/2025 - 11:18am

We’re two engineers who built a system that acts like a guardrail/policy enforcement layer for large language models (GPT, Claude, etc). It analyzes both prompts and responses in real time, and applies configurable policies like:

Blocking PII (emails, IPs, phone numbers, etc.) Detecting company secrets (e.g., passwords, API keys) Preventing accidental leaks of proprietary code Filtering toxic/inappropriate language Catching mentions of competitors, people, or locations Each policy can be tuned (strict or lenient), and you can decide whether to just log it or actually block the message. Everything is logged with full metadata: policy IDs, timestamps, token counts, etc.

The architecture has two parts: a self-hosted data plane (which handles all sensitive message content), and a hosted control plane (for configs and API keys). So it can be used in privacy-sensitive environments.

You can integrate it via API, browser extension, or a simple chat UI.

Now here’s where we’re struggling:

We don’t have a strong network of buyers or investors. Most of our outreach has been cold emails, and it hasn’t led to much traction. Pricing experiments (per seat, per org) haven’t helped. So it’s unclear whether the idea isn’t good—or we’re just not getting it in front of the right people.

We’ve started thinking about open-sourcing it. The idea would be: self-host for free, pay us if you want the hosted version (similar to MongoDB/Redis models). Probably support bring-your-own-encryption-key for hosted users.

But I’m honestly torn. Open-sourcing sounds right for trust and adoption—but we’ve spent a lot of time on this, and there’s that fear of releasing it and getting little to nothing back.

So: if you work with LLMs, or have faced issues around privacy/compliance/safety, I’d really love your take. Does this sound useful? Would open source make it more attractive? Are we just early to a problem people don’t feel yet?

Not promoting anything, just hoping to learn from folks who’ve walked this path.

Comments URL: https://news.ycombinator.com/item?id=43557661

Points: 2

# Comments: 0

Categories: Hacker News

Pages