frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Mekton (1995), mech first-person game from SGI ahead of time

https://www.neogaf.com/threads/mekton-1995-a-mech-first-person-game-from-sgi-ahead-of-time-from-t...
1•theletterf•15s ago•0 comments

A universal basic income could rebuild social cohesion (AU)

https://independentaustralia.net/politics/politics-display/a-universal-basic-income-could-rebuild...
1•robtherobber•4m ago•0 comments

An Early Example of Super Bad AI Governance

https://computerlove.tech/blog/super-bad-ai-governance
1•juunge•4m ago•0 comments

The Rape Gang Inquiry Report [pdf]

https://static1.squarespace.com/static/6810978a41bbc42489eafa81/t/6a314bb1151e511944bd4421/178161...
1•Redoubts•7m ago•0 comments

Jyllands-Posten Muhammad cartoons controversy (2005)

https://en.wikipedia.org/wiki/Jyllands-Posten_Muhammad_cartoons_controversy
1•simonebrunozzi•11m ago•0 comments

How to Sparkle in Conversation with Strangers

https://www.newscientist.com/article/2530034-how-to-sparkle-in-conversation-with-strangers/
1•Anon84•11m ago•0 comments

Multiplayer Surf_ski_2 in the Browser

https://www.surfski2.com/
1•possiblelion•11m ago•1 comments

Need a Co-Founder

1•gangaplains•15m ago•0 comments

Captured Logs Reveal Hackers Using Claude and Codex to Breach Companies

https://research.openanalysis.net/claude/codex/hacking/ai%20hacking/llm/redteam/policy%20violatio...
1•Tiberium•15m ago•1 comments

The discovery that changed how scientists think about memory – IBM

https://www.ibm.com/think/news/discovery-changed-how-scientists-think-about-memory-kavli-prize
1•rbanffy•16m ago•0 comments

How the UK government is using AI to speed up the planning system

https://takes.jamesomalley.co.uk/p/build-gemini-build
1•writerJames•16m ago•0 comments

Url.computer – client side URL parser and cURL query builder

https://url.computer/
1•interweb_tube•18m ago•1 comments

Kepp – save anything in one tap, no folders (iOS/Android)

https://kepp.io/
2•palpalych•18m ago•0 comments

Smarter Charging, An AI controller treats batteries differently as they age

https://spectrum.ieee.org/ev-charging-strategy
1•oldnetguy•18m ago•0 comments

How to Hack a Superyacht

https://thewalrus.ca/how-to-hack-a-superyacht/
1•pseudolus•19m ago•0 comments

Entrepreneurs in Nairobi make the case for going solar

https://www.technologyreview.com/2026/06/17/1138600/entrepreneurs-nairobi-case-for-going-solar/
1•joozio•22m ago•0 comments

IBM Turns 115 Today

https://www.threads.com/@therab/post/DZqsiiWjI-k
1•rbanffy•22m ago•0 comments

AIs on their own found ways to exploit regulations and evade current safeguards

https://www.science.org/content/article/ai-models-have-troubling-knack-discovering-legal-loopholes
2•pseudolus•22m ago•0 comments

Show HN: Digital inspection reports for any rental property

https://kamerinspectie.nl/en
1•tjardo•24m ago•0 comments

Huall, autonomous AI agents

https://huall.dev
1•Kreshnik•25m ago•1 comments

Scientists Find Intriguing Link Between Ozempic and Violent Behavior

https://gizmodo.com/scientists-find-intriguing-link-between-ozempic-and-violent-behavior-2000772629
1•akyuu•28m ago•0 comments

Structural steel estimating: the steps were never the hard part

https://bidferra.com/blog/the-honest-guide-to-structural-steel-estimating
2•fazlerocks•31m ago•0 comments

Lenovo releases new 14-inch ThinkPad with 64 GB RAM and built-in pen

https://www.notebookcheck.net/Lenovo-releases-new-14-inch-ThinkPad-with-64-GB-RAM-and-built-in-pe...
1•teleforce•32m ago•0 comments

RFC 10008: The new HTTP Query Method

https://www.rfc-editor.org/info/rfc10008/
2•schappim•34m ago•0 comments

From Combinatorial Mess to Linear Elegance: Architecting a Conversion Engine

https://blog.minimal.app/conversion-engine/
1•arthurofbabylon•36m ago•0 comments

Could Earth have sent life to Jupiter's moon Europa?

https://phys.org/news/2026-06-earth-life-jupiter-moon-europa.html
1•pseudolus•39m ago•1 comments

Color Picking OKLCH for Mortals

https://hugodaniel.com/posts/color-picking-oklch/
2•hugodan•39m ago•0 comments

Is MCP a sign of the reopening of the internet?

https://bakkenbaeck.com/tech/is-mcp-the-reopening-of-the-internet
1•_n_nym__s•40m ago•1 comments

Zlib-Rs in Firefox

https://trifectatech.org/blog/zlib-rs-in-firefox/
1•mcraiha•41m ago•0 comments

Ask HN: Does your mind drift while waiting for AI prompts to finish?

1•cryptoSympozium•48m ago•10 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!