frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Idaho considers an 'apocalyptic' choice for disabled people and families

https://19thnews.org/2026/03/idaho-medicaid-budget-cuts-disability-programs/
1•mooreds•37s ago•0 comments

Where AI Agents Are Heading: What We Learned from Recent YC Startups

https://e2b.dev/blog/yc-companies-ai-agents
1•tizkovatereza•4m ago•0 comments

Show HN: AgentCost – Track, control, and optimize your AI spending (MIT)

https://github.com/agentcostin/agentcost
1•agentcostin•4m ago•0 comments

Spectre I prevents smart devices and AI recorders from picking up your voice

https://www.deveillance.com/
1•tnorthcutt•5m ago•1 comments

Show HN: VideoEvaluator, a Video Comparison Tool

https://www.videoevaluator.com/
1•ekinertac•6m ago•0 comments

Show HN: AI tool that brutally roasts your AI agent ideas

https://whycantwehaveanagentforthis.com
1•Sattyamjjain•7m ago•0 comments

Toyota Once Used a Fake Dining Room Set to Teach Execs How Big Americans Are

https://www.thedrive.com/news/toyota-once-used-a-fake-dining-room-set-to-teach-executives-how-big...
1•coloneltcb•8m ago•0 comments

Show HN: Agent Action Protocol (AAP) – MCP got us started, but is insufficient

https://github.com/agentactionprotocol/aap/
1•hank2000•8m ago•0 comments

Deveillance Spectre I blocks smart devices and AI recorders

https://twitter.com/aidaxbaradari/status/2028864606568067491
2•geekfactor•9m ago•1 comments

The Attention Tax

https://www.afox.dev/posts/the-attention-tax
1•wtfox•11m ago•0 comments

Attacks on GPS Spike Amid US and Israeli War on Iran

https://www.wired.com/story/gps-attacks-on-ships-spike-amid-the-us-and-israeli-war-on-iran/
1•speckx•11m ago•0 comments

Show HN: The Nova: Evolution for Evolution's Sake

https://fuchsia-broad-flamingo-157.mypinata.cloud/ipfs/bafybeihc6mom4oowr6afzofxi7gzpnrsi3smaruur...
1•Novaga•12m ago•0 comments

Justice Department Seeks to Reverse Course and Defend Law Firm Sanctions

https://www.wsj.com/us-news/law/justice-department-seeks-to-reverse-course-and-defend-law-firm-sa...
3•JumpCrisscross•12m ago•0 comments

Why MAGA suddenly loves solar power

https://www.washingtonpost.com/business/2026/03/02/katie-miller-solar-power-trump/
1•standeven•14m ago•0 comments

Show HN: RUOK – Self-hosted personal OKR system with AI-powered analytics

https://github.com/zli117/RUOK/
1•lzl1234•15m ago•0 comments

Show HN: VibePod CLI – Run AI agents with isolation and better observability

https://vibepod.dev/
1•nezhar•16m ago•0 comments

Block's Jack Dorsey thinks AI can do 40% of his job

https://www.theguardian.com/technology/2026/mar/03/jack-dorsey-block-ai-worker-jobs
2•skor•18m ago•0 comments

Show HN: A runtime authorization layer for AI agents

2•rkka•19m ago•0 comments

Bash Is Not Enough: Why Large-Scale CI Needs an Orchestrator

https://www.iankduncan.com/engineering/2026-02-06-bash-is-not-enough/
2•PaulHoule•21m ago•0 comments

Why Your Company's Digital Sovereignty Is a House of Cards

https://medium.com/@gastonbehar/why-your-companys-digital-sovereignty-is-a-house-of-cards-556b31c...
2•gastonbehar•21m ago•1 comments

Why Test Environments Fail and What Top Teams Do to Avoid the Chaos

https://sdtimes.com/test/why-test-environments-fail-and-what-top-teams-do-to-avoid-the-chaos/
2•mikece•22m ago•0 comments

Easterlin Paradox

https://en.wikipedia.org/wiki/Easterlin_paradox
2•gessha•22m ago•0 comments

Claude is an Electron App because we've lost native

https://tonsky.me/blog/fall-of-native/
3•todsacerdoti•22m ago•0 comments

Show HN: OculOS – Any desktop app as a JSON API via OS accessibility tree

https://github.com/huseyinstif/oculos
2•stif1337•22m ago•0 comments

Nvidia-backed Ayar Labs raises $500M at $3.75B valuation

https://www.reuters.com/technology/nvidia-backed-ayar-labs-raises-500-million-375-billion-valuati...
3•abe94•22m ago•0 comments

Show HN: Xenith.ai – Web Assembly Based Voice Assistant with WebLLM/Whisper/VITS

https://xenith.ai
2•cppshane•23m ago•0 comments

Show HN: Embed a dedication page directly inside DRM-free EPUBs

https://ebookfrom.me/
2•dnmellen•23m ago•0 comments

Activist investor Elliott boosts stake in Pinterest by $1B

https://www.reuters.com/sustainability/sustainable-finance-reporting/activist-investor-elliott-ta...
2•abe94•23m ago•0 comments

Accenture acquires Downdetector as part of $1.2B deal

https://www.theregister.com/2026/03/03/accenture_buys_ookla_downdetector_ziff_davis/
1•mikece•24m ago•0 comments

Pour Your Soul In – An Ode to Engineering

https://www.tyleo.com/blog/pour-your-soul-in
1•tyleo•24m ago•1 comments
Open in hackernews

Show HN: Aside – Local meeting capture with vault-native AI distillation

https://github.com/jshph/aside/
1•jphorism•2h ago
I built aside this weekend because I was tired of pasting meeting transcripts into Claude Code myself to get notes that actually connected to my Obsidian vault. Every tool I tried either required an account, sent my audio to a server, or produced summaries disconnected from where I actually think.

aside is a ~5MB Rust binary that records meetings and feeds them into an AI-native transcription-to-vault workflow:

1. Record — captures mic + system audio simultaneously (stereo WAV, left=you, right=them) with a timestamped TUI editor for real-time notes 2. Transcribe — local transcription via whisper.cpp, with a 7-stage cleanup pipeline that strips hallucinations, deduplicates backchannels, and merges fragments 3. Align — interleaves your memo lines with the transcript on a shared timeline, so you can see what was said around each thing you noted 4. Distill — a Claude Code skill searches your Obsidian vault for related notes, then writes a structured note back into it with [[wikilinks]] to your existing thinking

The distillation step is the part I'm most interested in feedback on. The entire pipeline is a 240-line markdown file (a Claude Code "skill") that the LLM follows as instructions. It treats your memo lines as attention signals — what you wrote down mid-call gets priority over what you didn't. Lines you edited mid-meeting get weighted even higher. It searches your vault semantically and by structure (tags, people, wikilinks), then weaves connections into the output note.

The output doesn't read like a meeting summary with action items. It reads like what you would have written up yourself if you had the time — highlighting what mattered to you, connected to what you've already been thinking about.

The skill is plain text. You can read it in the repo, fork it, change how it prioritizes topics or formats notes. There's no black box between the transcript and the vault note — just markdown instructions an LLM follows.

This matters because the workflow is vault-native end to end: sessions live inside the vault, distilled notes land where your thinking already lives, and the AI step uses your vault's own language and structure as context. The meeting note isn't a standalone summary — it's a node in your existing knowledge graph.

Technical details: 3.1k lines total. Rust binary handles recording + TUI (cpal for audio, ratatui for the editor, lock-free ring buffers for real-time capture). Python script handles transcription cleanup. Claude Code skill handles distillation. Everything runs locally except the optional LLM call.

Dual audio capture solves hybrid meetings — conference room mic + remote participants on speaker both get transcribed on separate channels.

No accounts, no telemetry, Apache 2.0. Install via `brew install jshph/aside/aside`