frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Anthropic, OpenAI, SpaceXAI, Google sued over call to 'pace' AI development

https://www.politico.com/news/2026/09/18/anthropic-openai-spacexai-google-sued-over-calls-to-pace...
1•MarcScott•46s ago•0 comments

Jev Plays Manic Miner

https://www.youtube.com/watch?v=JrTeW3XtYsQ
1•iamflimflam1•3m ago•1 comments

WinBoat's Helios VGPU: What It Is (and Isn't)

https://www.kstrlworks.com/blog/winboat-helios-vgpu-explained/
1•mashally•8m ago•0 comments

Genius Revisited Revisited

https://gwern.net/hunter
2•paulpauper•8m ago•0 comments

A graphical desktop for the ZX Spectrum

https://github.com/mindbox77/zxdesk
1•graemep•8m ago•0 comments

The Data-Center Debate Is Divorced from the Facts

https://www.theatlantic.com/ideas/2026/09/data-center-facts-effects/688670/
1•paulpauper•9m ago•0 comments

So I have a weatherman, which also tells me the news

https://dexteroot.net/posts/2026/07/so-i-have-a-weatherman-which-also-tells-me-the-news-part-1/
1•picklerick12•9m ago•0 comments

Book Review: This Is Going to Hurt

https://www.astralcodexten.com/p/your-book-review-this-is-going-to
1•paulpauper•9m ago•0 comments

Naomi Beckwith: »We're going to avoid every kind of violence«

https://www.zeit.de/feuilleton/kunst/2026-09/naomi-beckwith-documenta-16-artistic-director-protes...
1•Tomte•11m ago•0 comments

Kids Drawings Trends

https://walzr.com/kids-trends/
1•Kortaggio•11m ago•0 comments

Two Languages Ending in End: The Unexpected Kinship of Eiffel and Lua

https://www.eiffel.org/blog/Finnian%20Reilly/2026/09/two-languages-ending-end-unexpected-kinship-...
1•AstroJetson•12m ago•0 comments

Show HN: A terminal inbox for a GitHub repo's PRs

https://github.com/OscBacon/tungsten
1•OscBacon•14m ago•0 comments

VS Code Liquid Glass Theme

https://alec.is/posts/macos-liquid-glass-and-vscode/
1•arm32•14m ago•0 comments

Show HN: We've built an AI UGC video creator,free for one month

https://kuvu.ai/marketing/ai-ugc
1•longyuanpro•14m ago•0 comments

What Zig felt like, coming from Rust

https://besok.github.io/posts/what-zig-felt-like-coming-from-rust/
2•ksec•15m ago•0 comments

The AI Model That Won't Talk to You: The Missing Piece for AI Workflows?

https://mlnotes.substack.com/p/the-ai-model-that-wont-talk-to-you
1•ma1ms•15m ago•0 comments

Tin: full-text search for Postgres

https://planetscale.com/blog/introducing-tin
2•ksec•18m ago•0 comments

WebKit Features for Safari 27.0

https://webkit.org/blog/18325/webkit-features-for-safari-27-0/
2•ksec•19m ago•0 comments

A 1938 television miracle: BBC television signals from across the Atlantic

https://www.kasterborous.co.uk/a-1938-television-miracle-bbc-television-signals-from-across-the-a...
1•austinallegro•22m ago•0 comments

From Academia to Alignment

https://millicosm.substack.com/p/from-academia-to-alignment
1•mhb•23m ago•0 comments

Most predictions I see are still way too conservative

https://twitter.com/thorstenball/status/2101305394190557466/photo/1
2•tosh•24m ago•0 comments

The computer science major is in trouble. At Berkeley, it's complicated

https://alumni.berkeley.edu/california-magazine/2026-summer/major-issue/
2•PopAlongKid•25m ago•1 comments

The Life-and-Death Exhaustion of React

https://im.not.ci/what-a-react/
2•uneven9434•28m ago•0 comments

More Than a Gigabuck: Estimating GNU/Linux's Size (2001)

https://dwheeler.com/sloc/redhat71-v1/redhat71sloc.1.00.html
1•bilegeek•28m ago•0 comments

Show HN

https://superii.site/
1•aegiswizard•28m ago•2 comments

GPT–6 Astra breaking an Enigma message that has resisted solution since 2005

https://cryptocellar.org/bgac/the-mvueh-break.html
1•jcurbo•28m ago•0 comments

The Wrong Race: the US, China, and AI Competition [pdf]

https://quincyinst-2.s3.amazonaws.com/wp-content/uploads/2026/09/17163452/QUINCY-BRIEF-NO.-110-SE...
1•hunglee2•29m ago•0 comments

The Empty Heading

https://www.chrbutler.com/the-empty-heading
4•delaugust•30m ago•0 comments

AWS "unable to restore access" to data centers hit by Iran strikes

https://www.datacenterdynamics.com/en/news/aws-unable-to-restore-access-to-data-centers-hit-by-ir...
1•_tk_•33m ago•0 comments

Rise of the Knowledge Engineer

https://www.mintlify.com/blog/knowledge-engineer
3•saikatsg•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!