frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Invoicly – Free invoice generator for freelancers, no login required

https://invoicly.io/
1•skillsettler•39s ago•0 comments

Show HN: Thesaner.com – a troll-proof platform for harder discussions

1•abhishek0922•1m ago•0 comments

BGPChained [pdf]

https://bgpchained.github.io/bgp.pdf
1•uchenic•2m ago•0 comments

Reports of RAG's death have been greatly exaggerated

https://atomicapp.ai/blog/llm-wiki-needs-a-substrate/
1•kenforthewin•3m ago•0 comments

Ask HN: Thought experiment: AGI giving us answers we don't like?

1•Arodex•6m ago•0 comments

Show HN: Grove – Open-source remote MCP server for Obsidian vaults

https://github.com/jmilinovich/grove
1•jmilinovich•7m ago•0 comments

Inter-Channel Decorrelation Below R=0.01 with Spatial Autocorrelation Above 0.99 [pdf]

https://github.com/PearsonZero/asymmetric-channel-decorrelation/blob/main/baetzel_2026_asymmetric...
1•PearsonZero•9m ago•0 comments

Show HN: UniText – Industrial-grade Unicode text engine for Unity

https://github.com/LightSideKittens/UniText
1•malvislight•9m ago•0 comments

Show HN: SEOLint – MCP server that lets Claude scan any site for SEO issues

https://seolint.dev
1•cleverdash•9m ago•1 comments

Show HN: LogicPearl – Synthesizing deterministic executable logic from traces

https://github.com/LogicPearlHQ/logicpearl
2•kenerwin88•10m ago•1 comments

Daycare Illnesses

https://blog.ninapanickssery.com/p/daycare-illnesses
1•barry-cotter•14m ago•1 comments

Peat – A typed functional language that compiles to JavaScript

https://peat-lang.fly.dev/
1•asiimo•15m ago•0 comments

Show HN: Host, share, promote and track release artifacts via your coding agent

https://jfrog.com/fly/
2•guyle•20m ago•0 comments

ASI-Evolve: AI Accelerates AI

https://arxiv.org/abs/2603.29640
1•foruhar•20m ago•0 comments

Show HN: Bor – Policy management for Linux desktops

https://getbor.dev/
1•eniac111•22m ago•0 comments

Toward an Open-Source Playbook for OpenClaw Deployment

https://autoclaw.sh
5•anuveyatsu•23m ago•0 comments

Amazon rolls out 1-hour, 3-hour delivery

https://www.cnbc.com/2026/03/17/amazon-rolls-out-1-hour-3-hour-delivery-in-latest-fast-shipping-t...
2•surprisetalk•26m ago•0 comments

Algebrica: A Mathematical Knowledge Base

https://algebrica.org/
3•surprisetalk•26m ago•0 comments

Think Tanks Have Defeated Democracy

https://letter.palladiummag.com/p/early-article-think-tanks-have-defeated
1•surprisetalk•26m ago•0 comments

Conflict is the art of checking underneath the rocks

https://www.avabear.xyz/p/conflict-is-the-art-of-checking-underneath
1•surprisetalk•26m ago•0 comments

Key evidence disappears from Tesla involved in crash

https://electrek.co/2026/04/13/tesla-norway-crash-evidence-stolen-network-card-missing/
4•doener•29m ago•0 comments

Show HN: Techno Kick

https://technokick.com
1•stagas•29m ago•0 comments

Show HN: Voight-Kampff Machine: Diagnostics of the "Is" vs. "Wish" Clash

https://zenodo.org/records/19538276
1•Weatherill•30m ago•1 comments

The exponential curve behind open source backlogs

https://armanckeser.com/writing/jellyfin-flow
2•armanckeser•31m ago•0 comments

The Usefulness of Useless Knowledge

https://timharford.com/2026/04/the-usefulness-of-useless-knowledge/
2•rpgbr•32m ago•0 comments

Absurd in Production: Durable Execution with Just Postgres

https://lucumr.pocoo.org/2026/4/4/absurd-in-production/
1•lapnito•33m ago•0 comments

The missing catalogue: why finding books in translation is still so hard

https://blogs.lse.ac.uk/impactofsocialsciences/2026/04/13/the-missing-catalogue-why-finding-books...
2•AusiasTsel•34m ago•0 comments

OpenAI Codex Telepathy feature flag: sidecar for passive screen-context memories

https://github.com/openai/codex/pull/17777/commits/da513220f971346718399012300665a93dfb8883
1•matthieu_bl•34m ago•0 comments

Ask HN: I quit my job over weaponized robots to start my own venture

16•barratia•38m ago•9 comments

Building a Real-Time Routing System for Payment Success at Cashfree Payments

https://tech.cashfree.com/building-a-real-time-routing-system-for-high-volume-payment-success-at-...
1•shritama_saha•39m ago•0 comments
Open in hackernews

Show HN: Golang UniFi Network and Protect API CLI and Client

https://github.com/ClifHouck/unified
4•cliffy•11mo ago
Ubiquiti recently added HTTPS REST APIs to their Network and Protect applications. While exploring what was available, I came across a pair of interesting endpoints that promised to stream Protect events like detections, motions, doorbell rings, etc. over a Websocket connection.

My UniFi doorbell works great, but I frequently miss the sound of the doorbell because the main chime is far from my workstation, plus I prefer to mostly silence my phone while I'm working. Physical UniFi Chimes are available, but are usually out of stock, and their price seems to keep going up! So my initial motivation was to write enough of a client to enable a doorbell application which would play a sound whenever a "ring" event was emitted by Protect's API.

A few dozen commits later, I found I had built a half decent client and CLI command utility for talking to the Network and Protect APIs. So I'm pleased to announce the initial v0.1.0 release of `unified`:

`unified` is a command line utility (and Golang client) for talking to UniFi Network and Protect APIs.

You can check out the code at: https://github.com/ClifHouck/unified

v0.1.0 supports the following:

UniFi Network API V1 is fully supported as of Network application version "9.1.120".

UniFi Protect API V1 is only partially supported, with the following endpoints supported:

- `/v1/meta/info`

- `/v1/subscribe/devices`: only partial type support.

- `/v1/subscribe/events`

- `/v1/cameras/`

- `/v1/cameras/{id}`

But I'm committed to working towards full Protect API V1 support.

I think there's a lot of potential for interesting uses of these APIs. Hopefully someone besides me finds this useful.

Disclaimer: This client is not in any way affiliated with Ubiquiti. I do not take any responsibility for any harm that may come to your device(s) by utilizing this client. Use at your own risk!