frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Archaeologists in Peru unveil 3,500 year old city that linked coast and Andes

https://www.reuters.com/science/archaeologists-peru-unveil-3500-year-old-city-that-linked-coast-andes-2025-07-03/
1•wslh•2m ago•0 comments

ECC SystemVerilog Generator

https://github.com/siliscale/ECC-SV_Generator
1•marcux95•4m ago•0 comments

Migrating the Jira Database Platform to AWS Aurora

https://www.atlassian.com/blog/atlassian-engineering/migrating-jira-database-platform-to-aws-aurora
1•defrost•10m ago•0 comments

She Wanted to Save the World from A.I. Then the Killings Started

https://www.nytimes.com/2025/07/06/business/ziz-lasota-zizians-rationalists.html
3•davidklemke•13m ago•1 comments

New Intel E610 NICs Shown for Low Power 10Gbase-T and 2.5GbE

https://www.servethehome.com/new-intel-e610-nics-shown-for-low-power-10gbase-t-and-2-5gbe/
1•ksec•18m ago•1 comments

Apple Lisa conversion to Macintosh XL Do-it-Yourself Guide (1990) [pdf]

https://mirrors.apple2.org.za/ftp.apple.asimov.net/documentation/applelisa/Lisa_Do-It-Yourself_Guide.pdf
2•gscott•24m ago•1 comments

OpenBSD on the 2020 M1 MacBook Air (2022)

http://kernelpanic.life/hardware/openbsd-m1-macbook-air.html
3•bradley_taunt•26m ago•0 comments

The Human Use of Human Beings

https://en.wikipedia.org/wiki/The_Human_Use_of_Human_Beings
3•downboots•31m ago•0 comments

Waterbot – a discord bot that controls pins on a raspberry with natural language

https://github.com/fclaude/waterbot
2•fclaude•32m ago•0 comments

Anthropic wins key US ruling on AI training in authors' copyright lawsuit

https://www.reuters.com/legal/litigation/anthropic-wins-key-ruling-ai-authors-copyright-lawsuit-2025-06-24/
5•pyman•41m ago•3 comments

Free AI Hiring Demo – Paraform

https://paraform-genie-magic.lovable.app/
2•lkhoshnevis•43m ago•1 comments

One Year with a Framework Laptop 16 and Fedora KDE Plasma Desktop

https://linhpham.org/blog/2025/one-year-with-framework-laptop-16-fedora-kde-desktop/
2•nmstoker•47m ago•0 comments

Plasma 6.4 Wayland vs. X11, processor and power benchmarks

https://www.dedoimedo.com/computers/plasma-6-4-performance-wayland-x11-power-cpu-kernel.html
3•airhangerf15•47m ago•0 comments

The Dangers of AI Personalization

https://time.com/7296719/ai-personalization-harm-essay/
3•malshe•47m ago•0 comments

The Mental Model of Server Components

https://saewitz.com/the-mental-model-of-server-components
2•PaulHoule•51m ago•0 comments

Show HN: A pure photo collage tool

https://imagesplitter.org/merge-images
2•panyanyany•52m ago•0 comments

Attabotics CEO on devastating week that brought bankruptcy

https://retailtechinnovationhub.com/home/2025/7/6/attabotics-ceo-scott-gravelle-opens-up-about-devastating-week-that-saw-bankruptcy-and-tesco-deal
9•bcantrill•56m ago•4 comments

Show HN: A Language Server Implementation for SystemD Unit Files

https://github.com/JFryy/systemd-lsp
2•arandomhuman•1h ago•0 comments

Self-Cleaning Ants

https://gbragafibra.github.io/2025/07/06/collatz_ant6.html
3•Fibra•1h ago•0 comments

Show HN: WhatsApp Contact Exporter

https://chromewebstore.google.com/detail/whatsapp-contact-exporter/dlplljmhphnabhmlhjplfgpakefmfhho
2•qwikhost•1h ago•0 comments

Weedkiller ingredient widely used in US can damage organs and gut bacteria

https://www.theguardian.com/environment/2025/jul/06/weedkiller-diquat-organ-damage-study
5•vinni2•1h ago•0 comments

I built a free website for remote workers to find laptop friendly coffee shops

https://studynearme.com/
2•kicksent•1h ago•1 comments

I spent $80 and 14 hours to build this, welcome to my new website!

https://chiraga.io/blog/welcome/
2•chiragagrawal93•1h ago•0 comments

Are Language Models strategic or parrots?

https://www.kennethpayne.uk/p/are-language-models-strategic-or
2•car•1h ago•0 comments

Ask HN: Has AWS ever surprised you with a bill?

3•noway_bro•1h ago•0 comments

U.S. Insurers Are Refusing to Cover Climate Change Risk Zones

https://oilprice.com/Energy/Energy-General/US-Insurers-Are-Refusing-to-Cover-Climate-Change-Risk-Zones.html
7•toomuchtodo•1h ago•3 comments

Pangu's Sorrow: The Sorrow and Darkness of Huawei's Noah Pangu LLM R&D Process

https://github.com/moonlightelite/True-Story-of-Pangu/blob/main/README.md
3•guardiangod•1h ago•1 comments

Sandboxes? In my process? It's more likely than you think

https://dadrian.io/blog/posts/memory-safety-and-sandboxes/
2•dadrian•1h ago•0 comments

Ask HN: How is the tech scene in LA?

4•asdev•1h ago•0 comments

Wutopia Lab designs bookshop in China to resemble inside of teapot

https://www.dezeen.com/2025/03/01/wutopia-lab-ceramic-pages-bookshop/
2•neom•1h ago•1 comments
Open in hackernews

Show HN: Simple wrapper for Chrome's built-in local LLM (Gemini Nano)

https://github.com/kstonekuan/simple-chromium-ai
20•kstonekuan•8h ago
Chrome now includes a native on-device LLM (Gemini Nano) starting in version 138. I've been building with it since it was in origin trials, it's powerful but the official Prompt API is still a bit awkward:

- Enforces sessions even for basic usage

- Requires user-triggered downloads

- Lacks type safety or structured error handling

So I open-sourced a small TypeScript wrapper I originally built for other projects to smooth over the rough edges:

github: https://github.com/kstonekuan/simple-chromium-ai

npm: https://www.npmjs.com/package/simple-chromium-ai

- Stateless prompt() method inspired by Anthropic's SDK

- Built-in error handling and Result-based .Safe.* variants with neverthrow

- Token usage checks

- Simple initialization that provides a helper to trigger downloads (must be triggered by user action)

It’s intentionally minimal for hacking and prototyping. If you need fine-grained control (e.g. streaming, memory control), use the native API directly:

https://developer.chrome.com/docs/ai/prompt-api

Would love to hear what people build with it or any feedback!

Comments

xnx•4h ago
Could you host a static page of this on Github?
kstonekuan•1h ago
It only works in extensions for now but I can post a demo in the repo soon

You can also join Chrome’s EPP to use it on webpages