frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Matthew Explains

https://matthewexplains.com/
1•todsacerdoti•34s ago•0 comments

Don Knuth wrote a paper thanking Claude for solving an open math problem

https://blog.adafruit.com/2026/03/03/don-knuth-wrote-a-paper-thanking-claude-for-solving-an-open-...
1•bookofjoe•39s ago•0 comments

Ageless Linux: Debian-Based OS

https://goblincorps.com/ageless-linux.html
1•enz•1m ago•0 comments

OpenCode Benchmark Dashboard – compare different LLM providers / quants / models

https://grigio.org/opencode-benchmark-dashboard-find-the-best-local-llm-for-your-computer/
1•grigio•1m ago•0 comments

Find a fulfilling career that does good

https://80000hours.org/career-guide/
2•i7l•4m ago•0 comments

Welcome to the Wasteland: A Thousand Gas Towns

https://steve-yegge.medium.com/welcome-to-the-wasteland-a-thousand-gas-towns-a5eb9bc8dc1f
4•nop_slide•4m ago•0 comments

Fair, WordPress, and Knowing When to Stop

https://joost.blog/fair-wordpress-and-knowing-when-to-stop/
1•Tomte•5m ago•0 comments

Show HN: Beacon – Slack app for structured team announcements with subscriptions

https://beacon-notify.netlify.app/
1•knowshan•6m ago•0 comments

DEXorado – A 6-layer verification engine to stop DeFi phishing

https://dexorado.com
1•seomarlboro•7m ago•1 comments

Show HN: Convert text folder trees into real directories (no more mkdir)

https://github.com/nmdra/Treebuilder
1•anonymzz•7m ago•0 comments

One Line at a Time

https://docs.eventsourcingdb.io/blog/2026/03/05/one-line-at-a-time/
1•goloroden•7m ago•0 comments

The Promises of 'High-Assurance' Cryptography

https://symbolic.software/blog/2026-02-05-cryspen/
1•PaulHoule•8m ago•0 comments

Nobody Told the Security Team About the AI Code

https://www.thatsoftwaredude.com/content/15256/nobody-told-the-security-team-about-the-ai-code
1•Waltz1•8m ago•0 comments

Advanced Terraform Performance Optimization

https://www.bejarano.io/terraform-performance/
1•ricardbejarano•9m ago•0 comments

Vibe-coded war dashboards are flooding social media

https://www.fastcompany.com/91502098/ai-vibe-coded-war-dashboards-iran
1•geox•11m ago•0 comments

Show HN: HomeDock OS – A browser-based desktop OS to self-host your Docker apps

https://github.com/BansheeTech/HomeDockOS
1•SurceBeats•11m ago•1 comments

Show HN: Epupp – Live, REPL-driven, browser tampering

https://github.com/PEZ/epupp
2•cospaia•12m ago•0 comments

Workers at top US low-wage firms rely on public assistance, report says

https://www.theguardian.com/business/2026/mar/04/workers-medicaid-snap-low-pay
2•i7l•13m ago•0 comments

Shipping a Button in 2026 [video]

https://www.youtube.com/watch?v=xE9W9Ghe4Jk
1•delduca•13m ago•0 comments

Show HN: Decipher x Claude Code – Infra to auto-generate and maintain E2E tests

https://docs.getdecipher.com/pages/features/testing/claude-code-integration
2•mrosenfield•14m ago•0 comments

Google faces lawsuit after Gemini allegedly instructed man to kill himself

https://www.theguardian.com/technology/2026/mar/04/gemini-chatbot-google-jonathan-gavalas
4•alkyon•14m ago•0 comments

Show HN: Miku-cursor-kit – A small Hatsune Miku themed project

https://github.com/NubPlayz/miku-cursor-kit
2•NubPlayz•14m ago•1 comments

My AI Agents Lie About Their Status, So I Built a Hidden Monitor

https://kaylarosemathisen.substack.com/p/my-ai-agents-lie-about-their-status
4•kaylamathisen•15m ago•1 comments

Show HN: BiomeSyn – a sandbox for long-term artificial evolution

https://biomesyn.com/
2•yangkecoy•17m ago•1 comments

Remove Annoying Banners

https://maurycyz.com/projects/fixsite/
1•maurycyz•17m ago•0 comments

Show HN: ClawReview – A platform where AI agents publish and review research

https://github.com/ULudo/ClawReview
1•ULudo•17m ago•0 comments

How to unblock progress when colleagues don't reply to your emails

https://togetherlondon.com/insights/colleague-wont-reply-emails-how-unblock-progress
1•lucidplot•19m ago•0 comments

The Calm List

https://world.hey.com/raulp/the-calm-list-cb7be8f8
4•RaulOnRails•19m ago•0 comments

What Alexis de Tocqueville taught me about recovering from a brain injury

https://www.statnews.com/2026/03/04/medicine-experts-tbi-de-tocqueville-brain-democracy-hospital/
1•bikenaga•19m ago•0 comments

Show HN: Visual builder for Driverjs product tours -no-code, export/import, free

https://inlinemanual.com/driverjs/
1•mareksotak•20m ago•0 comments
Open in hackernews

Show HN: CodeYam Memory – comprehensive memory management for Claude Code

11•nadis•2h ago
We built CodeYam Memory because Claude Code kept making the same mistakes on our codebase. Our claude.md files quickly got stale and maintaining by hand or with Claude wasn’t sufficient.

While digging into this we found that Claude has a native rules system that allowed us to target specific parts of our repo with path matching. This was ideal for our use case but trying to manage these rules by hand was already not working and would be even harder with more granular, targeted rules.

CodeYam Memory uses a background agent to review your coding session transcripts, identifies confusion patterns, and generates targeted rules with proper scoping. You review and approve everything. Dashboard for auditing, a background-agent review process so nothing goes stale as code changes, tracking of everything lives in a simple file in git.

How to Get Started:

Install: npm install -g @codeyam/codeyam-cli@latest

Then from your project root run: codeyam

This will launch a dashboard with further instructions for initializing CodeYam Memory.

Free, runs locally, no login required, and language agnostic. Would love feedback.

More context:

Background blog post: https://open.substack.com/pub/codeyam/p/introducing-the-code...

90 sec demo on our own repo: https://youtu.be/oJ2gTb-lxbE

Demo teaching Claude a real OSS repo (Plane): https://youtu.be/CjOKBwBCcOs

Website: https://codeyam.com/

Comments

nadis•2h ago
Hey HN! I’m Nadia, one of the builders. Happy to answer anything.

Some context on what “rules” are for people who haven’t seen them: Claude Code has a built-in system for structured context beyond claude.md files. Rules support path matching (apply context only to specific files/directories), scoped organization, and structured formatting.

We have been running CodeYam Memory on our own repo for the past few weeks. The main difference we see is fewer repeated mistakes and less manual context maintenance. It’s still early, but it has meaningfully improved how we work with Claude Code.

If discussion gets too long for HN threads, we also have a Discord for questions and feedback: https://discord.gg/eFPUs7CeFw

sourcegrift•1h ago
Nadia sounds like an Iranian name. Would you happen to be one? Congratulations on shipping!
nadis•22m ago
Thanks! I'm first-generation American (born and grew up here) but parents are originally from Egypt and Germany. They wanted to pick a name that would work globally - or so they've told me.
bastadanii•1h ago
I struggle a lot with Claude's non-existing short term memory. This should help a lot
nadis•1h ago
I hope so! Feedback welcome.