frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Chrome extension that hijacks any site's own API to modify it

https://github.com/hvardhan878/quark-browser-agent
1•hvardhan878•56s ago•0 comments

Reducing quarantine delay 83% using Genetic Algorithms for playbook optimization

https://www.securesql.info/2025/04/06/playbook-management/
1•projectnexus•58s ago•1 comments

Node.js blocks PR from dev because he used Claude Code to create it

https://github.com/nodejs/node/pull/61478
1•gregdoesit•1m ago•0 comments

Python 3.15's JIT is now back on track

https://fidget-spinner.github.io/posts/jit-on-track.html
1•guidoiaquinti•2m ago•0 comments

Remote Control for Agents

https://www.restate.dev/blog/a-remote-control-for-your-agents
1•gk1•2m ago•0 comments

Danger Coffee: Mold-Free Remineralized Coffee Replaces What Regular Coffee Takes

https://dangercoffee.com/
1•amyjo•2m ago•1 comments

Building a dry-run mode for the OpenTelemetry collector

https://ubuntu.com/blog/building-a-dry-run-mode-for-the-opentelemetry-collector
1•simskij•3m ago•0 comments

LotusNotes

https://computer.rip/2026-03-14-lotusnotes.html
1•laacz•3m ago•0 comments

Austin draws another billionaire as Uber co-founder joins California exodus

https://www.statesman.com/business/article/uber-founder-austin-tech-move-robots-22079819.php
1•dmitrygr•3m ago•0 comments

Deep Data Insights for Polymarket Traders

https://www.holypoly.io
1•alexanderstahl•3m ago•1 comments

Show HN: A simple dream to fit in every traveler's pocket

https://www.callzo.io/blog/we-built-callzo-with-dream-of-being-in-every-travellers-pocket
1•mayursinh•4m ago•0 comments

Rockstar Games stopped selling its digital games directly to players in Brazil

https://support.rockstargames.com/articles/1RrKywdOgzDjAMFbL6ZhbK/latest-information-on-the-digit...
1•throwaway2027•4m ago•0 comments

The US-Israeli strategy against Iran is working. Here is why

https://www.aljazeera.com/opinions/2026/3/16/the-us-israeli-strategy-against-iran-is-working-here...
1•mhb•7m ago•0 comments

John Carmack on corporate advisory boards

https://twitter.com/ID_AA_Carmack/status/2033973070801895832
2•tosh•7m ago•0 comments

Microsoft Announces Copilot Leadership Update

https://blogs.microsoft.com/blog/2026/03/17/announcing-copilot-leadership-update/
1•toomuchtodo•7m ago•0 comments

Designing an AI Gateway and Durable Workflow System

https://stevekinney.com/writing/ai-gateway-durable-workflows
1•stevekinney•8m ago•0 comments

A text-only social platform, with custom algorithm for users

https://contextsocial-0f2d73b46fe0.herokuapp.com/login?callbackUrl=https%3A%2F%2Flocalhost%3A7764%2F
2•icyou780•9m ago•0 comments

Show HN: Automatic Fileless Malware Detection via eBPF Probes and LLMs

https://github.com/Raulgooo/godshell
1•raulgooo•10m ago•0 comments

Kagi's Orion browser hits public beta on Linux

https://www.omgubuntu.co.uk/2026/03/orion-for-linux-beta-release
1•mitchbob•11m ago•0 comments

A Big Pharma Company Stalled a Potentially Lifesaving Vaccine

https://www.propublica.org/article/how-big-pharma-company-stalled-tuberculosis-vaccine-to-pursue-...
2•marvinborner•11m ago•0 comments

Nvidia Just Made the Claw Enterprise-Ready

https://nervegna.substack.com/p/nvidia-just-made-the-claw-enterprise
1•tacon•11m ago•0 comments

Notes from a Law Professor with No Idea What's Going On

https://leahey.org/blog/2026/03/17/notes-from-a-law-professor.html
1•tldrthelaw•15m ago•0 comments

Benchmarking Distilled Language Models for Performance and Efficiency

https://arxiv.org/abs/2602.20164
2•PaulHoule•15m ago•0 comments

Show HN: A complete, containerized data engineering learning platform

https://github.com/MarlonRibunal/learning-data-engineering
1•MarlonPro•16m ago•1 comments

Search Quality Assurance with AI as a Judge

https://engineering.zalando.com/posts/2026/03/search-quality-assurance-with-llm-judge.html
1•hrmtst93837•16m ago•0 comments

Nvidia announces Vera Rubin Space-1 for orbital data centers

https://www.cnbc.com/2026/03/16/nvidia-chips-orbital-data-centers-space-ai.html
1•hrmtst93837•17m ago•0 comments

Risk Management and Hedging in a Polymarket Dual-Side Arbitrage Bot

1•Benjamin-Cup•17m ago•0 comments

Hithium to invest €400M in Spanish mega battery factory

https://www.ess-news.com/2026/03/11/hithium-to-invest-e400-million-in-spanish-mega-battery-factory/
1•toomuchtodo•17m ago•0 comments

Thariq's Lessons from Building Claude Code: How We Use Skills

https://twitter.com/trq212/status/2033949937936085378
2•nadis•17m ago•0 comments

Trump's plan to shut down weather and climate center triggers lawsuit

https://arstechnica.com/science/2026/03/university-group-sues-trump-administration-over-shutdown-...
8•voxadam•17m ago•0 comments
Open in hackernews

Memory layer for LLMs that learns what you care about(Claude/GPT)

https://github.com/Jackfarmer2328/Bubble
1•sazo1•1h ago

Comments

sazo1•1h ago
Every LLM session starts from zero. You re-explain your stack,

your context, your decisions — every single time.

This fixes that. Wraps Claude, GPT, or any local Ollama model

with persistent memory that never forgets and gets smarter about

what you need over time.

Under the hood: SQLite episode log + LoRA reranker that learns

your retrieval patterns + EWC weight consolidation that protects

memories you keep coming back to. BYOK, runs local, your data

never leaves your machine.

This is not a RAG wrapper.

This is Bubble.