frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

An ESP32-S3 desktop hackable toy in an iconic Mac Design

https://labs.alxvtoronto.com/products/byte-90-designer-edition
1•meilily•1m ago•0 comments

Show HN: Data-driven insights into patterns in work, wellbeing, and habits

https://www.proddigy.app
1•ramn7•3m ago•0 comments

Show HN: A Conceptual Whitepaper on the Abstractive Thinking Model

https://github.com/Jonathan-Monclare/Abstractive-Thinking-Model-ATM-
1•J_Monclare•7m ago•0 comments

Some Personal Thoughts on This Whole Mess [Rebble/Pebble/Core]

https://rebble.io/2025/11/19/some-personal-thoughts-on-this-whole-mess.html
1•jamesbelchamber•12m ago•0 comments

F1TV issue on Firefox after latest Google Announcement – Coincidence?

1•iKasu•14m ago•0 comments

Cobalt 200: Azure's next cloud-native CPU

https://techcommunity.microsoft.com/blog/azureinfrastructureblog/announcing-cobalt-200-azure%E2%8...
2•pjmlp•16m ago•0 comments

PHP 8.5 Release Announcement

https://www.php.net/releases/8.5/en.php
1•doppp•18m ago•0 comments

Context: The missing API in Ruby logger

https://honeyryderchuck.gitlab.io/2025/11/12/context-missing-api-in-logger.html
1•todsacerdoti•18m ago•0 comments

Here Comes the Sun

https://www.euclid-ec.org/here-comes-the-sun/
1•robin_reala•18m ago•0 comments

LaLiga says ISPs joining its piracy war is mandatory for broadcasting rights

https://torrentfreak.com/laliga-says-isps-joining-its-piracy-war-is-mandatory-for-broadcasting-ri...
1•immibis•22m ago•1 comments

Show HN: Cloud Computing Camp – tidy and structured AWS learning materials

https://www.cloudcomputingcamp.com/
4•soaple•22m ago•0 comments

Show HN: Screenfully – mobile screen-recording and showcase tool for builders

2•amirfahd72•23m ago•0 comments

Show HN: I let AI to do sound design with hardware synth

https://github.com/nanassound/midi_ctrl
1•bepitulaz•23m ago•0 comments

Visual Studio Code: October 2025 (version 1.106)

https://code.visualstudio.com/updates/v1_106
1•tosh•25m ago•0 comments

Digital Omnibus Regulation Proposal

https://digital-strategy.ec.europa.eu/en/library/digital-omnibus-regulation-proposal
1•hunglee2•26m ago•0 comments

Psychotherapeutic Action Understood as Memory Modification

https://www.researchgate.net/profile/Bruce-Ecker-2/publication/379760981_A_proposal_for_the_unifi...
1•plucafs•26m ago•1 comments

Ask HN: How do you stay updated on new tech trends and breakthroughs?

2•BobJenkins•27m ago•0 comments

Why Zig Is Quietly Doing What Rust Couldn't: Staying Simple

https://freedium-mirror.cfd/@daxx5/why-zig-is-quietly-doing-what-rust-couldnt-staying-simple-a47f...
2•RustSupremacist•28m ago•0 comments

First measurement of reactor neutrino oscillations at Juno [pdf]

https://arxiv.org/abs/2511.14593
3•thunderbong•34m ago•0 comments

Show HN: Open-source tool to generate OpenAPI docs from your code

https://github.com/qodex-ai/apimesh
3•siddhant_mohan•38m ago•0 comments

Show HN: CTON: JSON-compatible, token-efficient text format for LLM prompts

https://github.com/davidesantangelo/cton
5•daviducolo•39m ago•0 comments

Show HN: Bash functions as CLI utilities to bulk-maintain Git repos

https://github.com/adityaathalye/bash-toolkit/blob/master/bulk-git-ops.sh
2•adityaathalye•42m ago•0 comments

Quantum teleportation between photons from two distant light sources achieved

https://phys.org/news/2025-11-quantum-teleportation-photons-distant-sources.html
2•jnord•42m ago•0 comments

Short-form videos and health correlates [pdf]

https://psycnet.apa.org/fulltext/2026-89350-001.pdf
2•gbugniot•44m ago•0 comments

Show HN: MCP Code Execution Enhanced – 99.6% Token Reduction for Claude Code

https://github.com/yoloshii/mcp-code-execution-enhanced
2•yoloshii•45m ago•0 comments

Graphics API Is Irrelevant

https://www.youtube.com/watch?v=xNX9H_ZkfNE
3•todsacerdoti•48m ago•0 comments

Show HN: Open-source Japanese learning Platform inspired by Monkeytype

https://github.com/lingdojo/kana-dojo
2•aladybug•55m ago•0 comments

Should I target "AI agency" or "Business Automation" keywords?

https://osher.com.au/
1•mpclarkson•56m ago•1 comments

Ask HN: How can you search your personal data?

1•escapecharacter•57m ago•0 comments

Freelancer.com is experiencing a major data breach

1•aagha•58m ago•0 comments
Open in hackernews

Nano Prompt UI – Local-Only Gemini Nano Side Panel for Chrome

https://github.com/theodedra/nano-prompt-ui
1•theodedra•1h ago

Comments

theodedra•1h ago
Hi HN,

I built Nano Prompt UI, a Chrome side panel that runs entirely on-device using Chrome’s Gemini Nano API.

What it does

Side panel chat UI that sits next to whatever tab you’re on

One-click “Summarize tab” (7 bullets) using the page’s text content

Multiple chat sessions with rename / duplicate / export to Markdown

Prompt templates, image attachments (downscaled in-browser), mic input, and read-aloud replies

Why I built it I wanted something like the ChatGPT sidebar, but:

no accounts or servers

safe to use with NDA’d docs or internal tools

still usable when I’m offline / on flaky Wi-Fi

How it works

Chrome MV3 extension with side panel UI

Uses chrome.ai.languageModel / Gemini Nano for all completions (no network calls)

Simple heuristics to decide when to include page context vs just answer the question

Sessions + settings (temperature, top-K, custom system prompt) are stored locally in chrome.storage

No backend; I don’t run any servers and nothing is sent off-device

Limitations

Requires a recent Chrome build with the on-device model enabled (details in the README)

Only tested on desktop Chrome so far

Context/window size is whatever Chrome exposes for Nano right now, so huge pages get truncated

Repo (with install + flags): https://github.com/theodedra/nano-prompt-ui

I’d love feedback on:

UX of the side panel vs popup

The way I’m handling page context (when to include tab text, when not to)

Any ideas to keep it privacy-first but more powerful (better summaries, code workflows, etc.)

Happy to answer implementation questions in the comments.