frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Meteor strike captured on volcano livestream [video]

https://www.youtube.com/watch?v=kRntP5h3AqI
1•hermitcrab•3m ago•0 comments

Agent Activity: User Activity Recon Toolkit

https://github.com/RafaGomezGuillen/agent-activity
1•rafagomezgu•3m ago•0 comments

Improving Local Techdocs for Your AI Coding Agent

https://www.heltweg.org/posts/improving-local-techdocs-for-your-ai-coding-agent/
1•rhazn•3m ago•0 comments

Nano Browser LLM

https://nano-browser-llm.vercel.app/
1•trastentrasten•5m ago•0 comments

Show HN: atproxy – proxy Android app TCP traffic to an upstream HTTP proxy

https://github.com/lc-at/atproxy
1•loncat4215•6m ago•0 comments

Nonprofits, organizations, and individuals who accept donations via Monero

https://donatemonero.org/
1•Cider9986•6m ago•0 comments

Why East of Eden, Not the Grapes of Wrath, Is Steinbeck's Masterpiece

https://systemsthinkingcollection.substack.com/p/outliving-the-exodus
1•InputName•9m ago•0 comments

Ask HN: Which product branding do you prefer?

1•hackermanai•11m ago•0 comments

The Open/Closed Problem in AI

https://blog.mempko.com/the-open-closed-problem-in-ai/
2•vinhnx•17m ago•0 comments

Prompt Politeness Affects LLM Accuracy

https://arxiv.org/abs/2510.04950
2•KnuthIsGod•17m ago•0 comments

In Vivo Base Editing of PCSK9 with Verve-102 for Hypercholesterolemia

https://www.nejm.org/doi/full/10.1056/NEJMoa2601283
1•Kaibeezy•17m ago•0 comments

Do I have AI Psychosis?

https://curzel.it/blog/2026_05_26_do_i_have_ai_psychosis.html
1•Curzel•19m ago•0 comments

In Praise of SwiftUI

https://troz.net/post/2026/swiftui_praise/
1•frizlab•20m ago•0 comments

The institutional memory for your codebase

https://github.com/amarlearning/lore
1•amarlearning•23m ago•0 comments

DynIP – Dynamic DNS with RFC 2136, IPv6, DNSSEC, and BYOD

https://dynip.dev/
7•dynip•25m ago•3 comments

Show HN: AI agent token cost calculator for Codex and Claude Code loops

https://tinyopsstudio.com/ai-agent-token-cost-calculator
1•tinyopsstudio•26m ago•0 comments

Nativewind: Tailwind CSS for React Native

https://github.com/nativewind/nativewind
1•steveharing1•29m ago•0 comments

Recreating Daejeon, South Korea, in Blender and Unreal Engine [video]

https://www.youtube.com/watch?v=dOsO3tO9PF8
1•nogajun•31m ago•0 comments

Ferrari's New Jony Ive–Designed EV Is Swathed in Glass and Aluminum

https://www.wired.com/story/ferrari-ev-jony-ive-design/
1•divbzero•35m ago•1 comments

Cloud meeting recorders record everyone in the room. Not just you

https://thoth-app.com/blog/2026-05-13-why-your-meeting-recorder-shouldnt-upload-your-audio/
1•MattVePhD•38m ago•0 comments

Show HN: Presentforme.ai – Make slide decks explain themselves

1•cheecheongfan•38m ago•0 comments

What's so special about Emacs? [video]

https://www.youtube.com/watch?v=mJZDmO5yOxE
1•internet_points•40m ago•0 comments

The power struggle in the narrow seas, a visual story

https://ig.ft.com/maritime-chokepoints/
1•helsinkiandrew•42m ago•0 comments

A look inside ITER, the world's largest fusion energy project

https://www.cnet.com/science/climate/inside-the-worlds-biggest-bet-on-fusion-energy/
3•giuliomagnifico•42m ago•0 comments

Google Health Sucks

https://joebaldwin.me.uk/blog/google-ruins-fitbit/
2•edent•44m ago•0 comments

Heimdall: Formally Verified eBPF-to-Rust Migration

https://arxiv.org/abs/2605.25411
1•igortru•50m ago•0 comments

Contrastive Decoding Diffing: Recovering Finetuning Data Without Weight Access

https://arxiv.org/abs/2605.25902
1•Timofeibu•51m ago•0 comments

Cognitive Security as an AI Safety Cause Area

https://www.lesswrong.com/posts/KGcE7eAdfxHchk25X/cognitive-security-as-an-ai-safety-cause-area
1•joozio•51m ago•0 comments

How to make a well-structured business architecture diagram?

https://www.processon.io/blog/business-architecture-diagrams
1•kapababala•51m ago•0 comments

Orchestrating AI code review at scale

https://blog.cloudflare.com/ai-code-review/
1•pramodbiligiri•54m ago•0 comments
Open in hackernews

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

https://github.com/ClifHouck/unified
4•cliffy•1y 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!