frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Hacking with AI SASTs: An Overview of 'AI Security Engineers'

https://joshua.hu/llm-engineer-review-sast-security-ai-tools-pentesters
1•failingforward•1m ago•0 comments

Codemaps: Understand Code, Before You Vibe It

https://cognition.ai/blog/codemaps
1•janpio•3m ago•0 comments

Floating Man

https://en.wikipedia.org/wiki/Floating_man
1•teleforce•3m ago•0 comments

Avicenna

https://en.wikipedia.org/wiki/Avicenna
1•teleforce•4m ago•0 comments

The Bombing of Gaza Sky Geeks

https://restofworld.org/2025/gaza-sky-geeks-bombing-rebuilding/
1•NDAjam•5m ago•0 comments

Show HN: Just launched AlterBase. Find cheap alternatives to expensive tools

https://alterbase.co
1•uaghazade•6m ago•0 comments

Michael Burry a.k.a. "Big Short",discloses $1.1B bet against Nvidia&Palantir

https://sherwood.news/markets/michael-burry-big-short-discloses-1-1-billion-options-bet-against-n...
4•selim17•6m ago•0 comments

Show HN: Curated Domain Name Marketplace

https://nameknow.com
1•nameknow_com•6m ago•1 comments

SocketAddrV6 is not roundtrip serializable

https://sunshowers.io/posts/socketaddrv6-not-roundtrip/
2•cyndunlop•7m ago•0 comments

Halfway to Hell

https://www.wysr.xyz/p/halfway-to-hell
1•martialg•7m ago•0 comments

The Inequity of Consumption-Based Tax Systems

https://arxiv.org/abs/2511.01823
2•bikenaga•11m ago•0 comments

Windsurf Codemaps: Understand Code, Before You Vibe It

https://cognition.ai/blog/codemaps#why-codemaps
1•swyx•12m ago•0 comments

Project Suncatcher, research moonshot to scale machine learning compute in space

https://blog.google/technology/research/google-project-suncatcher/
1•xnx•12m ago•0 comments

Sentry – No Marketing Mode

https://sentry.io/no-marketing-mode/
1•constantinum•13m ago•1 comments

Humans and neural networks show similar patterns of transfer and interference

https://www.nature.com/articles/s41562-025-02318-y
2•hurryingslowly•13m ago•0 comments

72% of game devs believe Steam has a monopoly on PC games

https://www.gamesindustry.biz/72-of-devs-believe-steam-has-a-monopoly-on-pc-games-according-to-study
3•haunter•14m ago•0 comments

Towards a future space-based, highly scalable AI infrastructure system design [pdf]

https://services.google.com/fh/files/misc/suncatcher_paper.pdf
1•mfiguiere•16m ago•0 comments

Mutiny on the Bounty

https://en.wikipedia.org/wiki/Mutiny_on_the_Bounty
1•gradus_ad•16m ago•0 comments

The Death of Traditional QA (Or: "AI Everywhere " Reaches SQA)

https://www.functionize.com/blog/the-death-of-traditional-qa
2•ohjeez•18m ago•0 comments

Comet 3I/Atlas Perihelion Update

https://www.seti.org/news/comet-3iatlas-perihelion-update/
2•mudil•19m ago•0 comments

Pi hosted interactive portfolio website

https://noah.watch
1•nlunberry•21m ago•1 comments

The AI Village Where Top Chatbots Collaborate–and Compete

https://time.com/7330795/ai-village-chatgpt-gemini-claude/
1•dezgeg•22m ago•0 comments

Discovering a New Quantum Algorithm

https://www.ibm.com/quantum/blog/group-theory
1•donutloop•23m ago•0 comments

'History won't forgive us' if UK falls behind in QC race, says Tony Blair

https://www.theguardian.com/technology/2025/nov/03/history-wont-forgive-us-if-uk-falls-behind-in-...
1•donutloop•24m ago•0 comments

Show HN: Talking Moose Is Back Baby Mack the Moose

https://apps.apple.com/ca/app/mack-the-moose/id6754857260?mt=12
1•johnrpenner•25m ago•0 comments

D-Wave Advantage2 Now Available for U.S. Gov. Apps at Davidson Technologies

https://www.dwavequantum.com/company/newsroom/press-release/d-wave-advantage2-quantum-computer-no...
1•donutloop•25m ago•0 comments

Dashbrd: Simple Bootstrap 5 dashboard template

https://github.com/simzikov/dashbrd
1•klaussilveira•28m ago•0 comments

DHS proposes biometrics expansion for immigrants, dropping age restrictions

https://www.nextgov.com/policy/2025/11/dhs-proposes-biometrics-expansion-immigrants-dropping-age-...
2•sipofwater•31m ago•1 comments

The Dumpster Dive Principle

https://ninjasandrobots.com/the-dumpster-dive-principle
2•nate•31m ago•0 comments

Show HN: Pion/rtwatch – Watch video in sync with friends, pause/seek on back end

https://github.com/pion/rtwatch
2•Sean-Der•31m ago•1 comments
Open in hackernews

Show HN: In Memoria – MCP server that stops AI assistants from forgetting

https://github.com/pi22by7/In-Memoria
2•pi_22by7•3h ago

Comments

pi_22by7•3h ago
Hey HN, I'm the author.

I got tired of re-explaining my codebase to Claude and Copilot every session. They forget everything—architecture, patterns, conventions. It's like talking to a goldfish.

So I built In Memoria: an MCP server that gives AI assistants persistent memory. It learns your coding patterns from your actual code (via tree-sitter) and provides that context to any MCP-compatible AI.

Demo (2 min): https://asciinema.org/a/ZyD2bAZs1cURnqoFc3VHXemJx

How it's different from RAG or Cursor rules: - Not just retrieval: It learns patterns statistically ("90% of your functions return Result<T>") - Not static config: Learns from actual code structure and usage - Local-first: Rust core for speed, everything stays on your machine

Since launch: 86 stars, 14 forks, and yesterday we got 2 PRs for PHP support from external contributors I've never met. People are building features I haven't had time to implement, which is wild.

Works with Claude Desktop, Claude Code, Copilot, Cursor, anything that supports MCP. Install via `npx in-memoria server`.

What's the most annoying thing your AI assistant forgets? I'm prioritizing the roadmap based on real pain points.