frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A walk across the playa to the Temple, under the sky over it now

https://theplaya.net
2•slngr•53s ago•0 comments

Biting the No-Self Bullet

https://sashachapin.substack.com/p/biting-the-no-self-bullet
1•eatitraw•1m ago•0 comments

Google Antigravity TOS: 3rd party usage can get Google account suspended

https://twitter.com/GergelyOrosz/status/2095453567955968398
2•tosh•1m ago•0 comments

Show HN: KeyKosh(K2) – Self-hosted config and secret manager

https://keykosh.com/
1•prasols•3m ago•0 comments

Show HN: Cut your AI bill by a third. Same tools, same output

https://www.getfemail.com
1•not_wowinter14•4m ago•0 comments

Show HN: Vocab.design – A visual dictionary of UI and design terms

https://vocab.design/
1•krtgkn•6m ago•0 comments

40 years later, are Bentley's "Programming Pearls" still relevant?

https://shkspr.mobi/blog/2025/09/40-years-later-are-bentleys-programming-pearls-still-relevant/
1•edent•6m ago•0 comments

Why Is Guangdong New Energy Reporting Negative Electricity Prices?

https://chinaonchina.com/article/why-is-guangdong-new-energy-reporting-negative-electricity-price...
1•try-working•7m ago•0 comments

More than 100 water systems were hit in July cyberattacks

https://www.theregister.com/cyber-crime/2026/08/26/more-than-100-water-systems-were-hit-in-july-c...
1•NordStreamYacht•9m ago•0 comments

Audacity 4.0

https://github.com/audacity/audacity/releases/tag/Audacity-4.0.0
3•ClydeN•9m ago•0 comments

AnnotationSync a KOReader's plugin to sync between devices

https://github.com/dani84bs/AnnotationSync.koplugin
1•greensquare•9m ago•0 comments

Android 17 and higher includes a Memory Limiter

https://source.android.com/docs/core/perf/memory-limiter
1•nisiddharth•12m ago•1 comments

The Perpetual Tourist Experiment

https://experimentalliving.substack.com/p/the-perpetual-tourist-experiment
1•soltanov•12m ago•0 comments

Democrats block constitutional amendment to lock Supreme Court at 9 justices

https://www.nbcnews.com/politics/congress/house-democrats-block-constitutional-amendment-supreme-...
1•downbad_•13m ago•0 comments

How Much Pensions Replace Your Salary by Country

https://www.visualcapitalist.com/ranked-how-much-of-your-income-pensions-replace-in-retirement/
1•tcp_handshaker•14m ago•0 comments

RSA-260

https://en.wikipedia.org/wiki/RSA_numbers
2•tosh•16m ago•1 comments

Geometric Shapes Found Inside AIs – Tom McGrath [video]

https://www.youtube.com/watch?v=_egu7OFem-k
2•binyu•21m ago•0 comments

GitSpawn: Flaw Lets Untrusted Repos Run Code in Claude Code, Codex, Cursor, Grok

https://www.manifold.security/blog/ai-coding-agents-git-hijack
4•chillax•23m ago•0 comments

WASM_OS, an operating-system experiment that runs inside a browser tab

https://wasmos-production.up.railway.app
5•layerdynamicsai•26m ago•0 comments

Google Sold Its Engineers on Management [2013]

https://hbr.org/2013/12/how-google-sold-its-engineers-on-management
1•BerislavLopac•27m ago•0 comments

Why C++ Wins in Finance [video]

https://www.youtube.com/watch?v=InLxLEqg_fs
2•rramadass•29m ago•1 comments

Gloria Steinem, groundbreaking feminist campaigner, dies aged 92

https://www.theguardian.com/books/2026/sep/03/gloria-steinem-groundbreaking-feminist-campaigner-d...
5•mellosouls•31m ago•2 comments

Ask HN: Why does Claude not let me edit my questions?

3•joooscha•31m ago•0 comments

DevSecOps Consulting Services and DevSecOps Services – Kellton

https://www.kellton.com/cloud-engineering/devsecops
1•Priyasinhakt•33m ago•0 comments

Understanding, Mitigating Numerical Sources of Nondeterminism in LLM Inference

https://arxiv.org/abs/2506.09501
1•shakna•35m ago•0 comments

From Bitcoin Bankruptcy to Data Center Billions in West Texas

https://americanbuildout.com/from-bitcoin-bankruptcy-to-data-center-billions-in-west-texas/
1•newyorkinfra•36m ago•0 comments

Please don't rearrange our shoes when we turn up, paramedics in Japan urge

https://www.theguardian.com/world/2026/aug/28/never-tidy-paramedics-shoes-japan-custom-etiquette
6•high_na_euv•39m ago•0 comments

SAAB showcases full-scale uncrewed aircraft concept

https://www.saab.com/newsroom/press-releases/2026/saab-showcases-full-scale-uncrewed-aircraft-con...
1•embedding-shape•40m ago•0 comments

Introducing Atlas: the first multimodal world model

https://twitter.com/theworldlabs/status/2094839756329041984
1•binyu•41m ago•1 comments

Dear ImGui: Bloat-free Graphical User interface for C++

https://github.com/ocornut/imgui
2•Bluestein•41m 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!