Hacker News

Lil' Fun Langs' Guts

Hacker News - Sun, 03/01/2026 - 10:23am

Article URL: https://taylor.town/scrapscript-001

Comments URL: https://news.ycombinator.com/item?id=47207531

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Schedule Calendar – A Chrome Extension for Google Calendar

Hacker News - Sun, 03/01/2026 - 10:17am

# Show HN: Schedule Calendar – a Chrome extension for Google Calendar I've been building for a year

I've been quietly building a Chrome extension for Google Calendar for the past year. It started as a personal tool and grew into something I use every day. Today I'm sharing it publicly.

*What it does:* Shows your Google Calendar events in a popup — day, week, or month view — with smart categorization (Happening Now / Coming Up / Later / Completed), event search, Focus Mode, calendar sharing via ACL, and notifications with deduplication.

*Why I built it:* The official Google Calendar web app is great but heavy. I wanted something that opens in a click and shows me what's happening today without switching tabs.

I'm happy to answer questions about MV3 service worker constraints, the Google Calendar API, or anything else.

Link: https://chromewebstore.google.com/detail/dfbpjijneaihingmldg...

Comments URL: https://news.ycombinator.com/item?id=47207454

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Hive Memory – Cross-project memory for AI coding agents (MCP server)

Hacker News - Sun, 03/01/2026 - 10:15am

I built an MCP server that gives AI coding agents persistent memory across projects.

The problem: tools like Claude Code and Codex have per-project memory, butwhen you switch between projects, the agent starts from scratch. "How was that API project going?" — it has no idea.

Hive Memory solves this by acting as a central memory layer. The agent automatically stores decisions, learnings, and session progress, then restores context when you come back.

Key points: - 14 MCP tools: project management, memory store/recall, session save, group organization - Works with Claude Code, Claude Desktop, Cursor, Codex — any MCP client - Auto-discovers projects in a directory and onboards them - Group system for organizing related projects with shared guides - Fully local (stored in ~/.cortex/ as JSON/Markdown). No cloud, no accounts - npm install -g hive-memory

The typical workflow: open a project → agent loads last session context → work → agent saves progress → switch to another project → repeat. Days later, come back and the agent knows exactly where you left off.

Built with TypeScript + MCP SDK. Optional Rust native module for semantic search.

Comments URL: https://news.ycombinator.com/item?id=47207442

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: A white-label VoIP stack (Django/WebRTC) to replace RingCentral/Webex

Hacker News - Sun, 03/01/2026 - 10:13am

Hi HN,

I run a dev shop called Crudloop. With the UK PSTN copper network shutting down in 2027, I noticed many businesses panic-buying SaaS subscriptions (RingCentral/Webex/8x8) at ~£25/user/mo, despite wholesale SIP trunking costing fractions of a penny.

We spent the last 6 months engineering a production-ready VoIP stack to solve this.

The Business Model: This is not a SaaS and it is not Open Source. Instead of renting seats, I license the source code and deploy the entire stack to your private VPS (AWS/Hetzner/DigitalOcean). You pay a one-time fee for the code/setup, and then you pay wholesale rates directly to the carrier (Telnyx).

The Infrastructure: - Backend: Django (DRF) + Celery + Redis. Handles dynamic routing via Telnyx Webhooks (TeXML). Scalable via Docker Swarm/K8s. - Web: React + TanStack Query + @telnyx/webrtc SDK. - Mobile: Native iOS (Swift) integration for reliable background calls.

The Economics: For a company with 30 employees, switching from a £25/user SaaS to this private stack saves ~£8,000/year and guarantees data sovereignty. You own the metal, you own the logs, and you control the routing logic.

I'm looking for agencies or SMEs who want to own their infrastructure.

Happy to answer questions about self-hosting economics, scaling Django for real-time SIP events, or maintaining a private VoIP cloud.

Comments URL: https://news.ycombinator.com/item?id=47207428

Points: 1

# Comments: 0

Categories: Hacker News

URL

Hacker News - Sun, 03/01/2026 - 10:02am
Categories: Hacker News

The Lowball

Hacker News - Sun, 03/01/2026 - 9:59am

Article URL: https://jadsaklawi.github.io/

Comments URL: https://news.ycombinator.com/item?id=47207293

Points: 1

# Comments: 0

Categories: Hacker News

Pages