frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Post Office Horizon replacement 'screw-up' ends in challenge, more cost

https://www.computerweekly.com/news/366649787/Post-Office-Horizon-replacement-screw-up-ends-in-ch...
1•latein•51s ago•0 comments

AI Political Compass

https://aipolcom.net/
1•mpalczewski•1m ago•0 comments

Initially delayed, the pass-through of tariffs to consumer prices has arrived

https://www.minneapolisfed.org/article/2026/initially-delayed-the-pass-through-of-tariffs-to-cons...
1•NomNew•2m ago•0 comments

Juul gets OK to sell vaping device with age-gating technology

https://apnews.com/article/juul-vape-update-fda-age-verification-juul2-10c93d78a67bf5e4be25f43752...
2•geox•4m ago•0 comments

Condensed concepts: Questions to consider when evaluating AI

https://condensedconcepts.blogspot.com/2026/08/questions-to-consider-when-evaluating-ai.html
2•speckx•5m ago•0 comments

Trippi – live translated captions for Google Meet, Zoom, Teams (open source)

https://github.com/skrylkovs/trippi-oss
3•skrylkovs•7m ago•1 comments

Functional Finance

https://en.wikipedia.org/wiki/Functional_finance
2•amadeuspagel•11m ago•0 comments

A society that runs on stimulants is badly broken

https://www.currentaffairs.org/news/a-society-that-runs-on-stimulants-is-badly-broken
3•pmg101•13m ago•1 comments

EU streaming subscriptions neared 33 per cent in 2025

https://www.eunews.it/en/2026/08/27/eu-streaming-subscriptions-neared-33-per-cent-in-2025-driven-...
2•jruohonen•15m ago•0 comments

Zed: Edit predictions are leaving the free Personal plan on October 7

5•lumpa•17m ago•1 comments

The OG Creator of Task Manager on Windows Built a New Task Manager

https://tmog.org
3•CarbonNanotubes•18m ago•3 comments

Foremerge

https://github.com/naw103/foremerge
2•handfuloflight•19m ago•0 comments

DeltaNet Explained (Part 1)

https://sustcsonglin.github.io/blog/2024/deltanet-1/
2•jbarrow•19m ago•0 comments

Genart-skill: a generative art skill for Claude Code

https://github.com/camilleroux/genart-skill
2•interweb•22m ago•0 comments

Isitdoneyet.gg is a website I made to figure out if games are complete

https://isitdoneyet.gg/
2•Kwolok•23m ago•1 comments

Liquid real estate markets militate against beauty

https://marginalrevolution.com/marginalrevolution/2026/08/tysons-corner-alaska-fact-of-the-day.html
3•latestatic•23m ago•0 comments

25,000 Lbs. Of Chicken Products Recalled in 5 States: USDA

https://www.thehealthy.com/news/chicken-recall-fsis-august-2026/
2•randycupertino•23m ago•0 comments

Show HN: Conduct, open-source guardrails for LLM and MCP tool calls

https://github.com/sseshachala/conductai
3•sudhendra1•24m ago•0 comments

I hit 25k users every month

https://aptransit.co/
2•UnitedOfTransit•26m ago•0 comments

Gruber discovers Systems Theory (and annoys me again)

https://iainsinclair.net/gruber-discovers-systems-theory-and-annoys-me-again/
3•speckx•28m ago•0 comments

Moonshot and Nvidia Talks Show Chinese AI Models Moving into the Enterprise

https://techstrong.ai/articles/moonshot-and-nvidia-talks-show-chinese-ai-models-moving-into-the-e...
3•CrankyBear•29m ago•0 comments

Nvidia agrees to buy Hugging Face for $12.9B, report says

https://www.cnbc.com/2026/08/27/nvidia-hugging-face-acquisition.html
3•giancarlostoro•31m ago•0 comments

Zod 4.5

https://zod.dev/blog/zod-4-5
3•lkasjdhf•35m ago•1 comments

Chrome Deletes the Last Manifest V2 Extensions on August 31

https://bumbletap.com/blog/chrome-manifest-v2-extensions-removed
4•umershahzeb•35m ago•1 comments

Aspirational Clownmaxxing and Joey's cadillac todo list

https://charlesleifer.com/blog/aspirational-clownmaxxing-and-joey-s-cadillac-todo-list/
3•farlight•35m ago•0 comments

We Scaled Platform Support 10x Without Scaling the Team

https://www.godaddy.com/resources/news/how-we-scaled-platform-support-10x-without-scaling-the-team
2•tmuhlestein•35m ago•0 comments

Flock CEO's Address Spread Online as Surveillance Backlash Explodes

https://www.gadgetreview.com/flock-ceos-address-spread-online-as-surveillance-backlash-explodes
17•randycupertino•38m ago•9 comments

Cheap code is changing how I debug

https://weidok.al/2026/08/20/cheap-code-is-changing-how.html
2•speckx•38m ago•0 comments

Squat Paradise

https://www.slowtravelberlin.com/squats-neo-nazis-friedrichshain-in-the-90s/
2•jruohonen•38m ago•0 comments

Show HN: Sesame - a local-first, open-source password manager

https://usesesame.app/
3•d0mkaaa•39m ago•2 comments
Open in hackernews

Show HN: Boop – tiny, self-hosted push notifications for your apps built in Go

https://github.com/chrisgreg/boop
1•bustylasercanon•50m ago
Hi HN, I built Boop because I wanted application events sent directly to my phone without paying for another service or routing everything through Slack or Telegram.

Boop is a small, open-source server paired with an open-source iOS app. The server currently uses around 8 MB of memory on my machine.

It’s deliberately not an observability platform or a replacement for Sentry. It receives events from your applications, sends native push notifications, and keeps them in a purpose-built mobile inbox.

I use Elixir, so I built an integration for ErrorTracker. ErrorTracker still captures and stores the errors; the plugin sends them to Boop so I can see them on my phone:

https://github.com/chrisgreg/boop_error_tracker

There’s also a general Elixir client:

https://github.com/chrisgreg/boop_ex

And a Node client:

https://github.com/chrisgreg/boop-node

The iOS app can be built and installed locally. I’ve included instructions for configuring private push notifications for your own device, so you don’t need to release anything through the App Store.

Although errors were my original use case, Boop can receive any event worth knowing about: failed jobs, deployments, signups, payments, low disk space, or anything else your application can send.

Built in Go because I wanted to save memory on my self-hosted machine so Go and Svelte felt like a good combo.

Everything is free and open source. It’s early, so I’d especially appreciate feedback on the architecture, setup process, and which integrations would make it useful to others.