frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Drones with Claws

https://spectrum.ieee.org/arctic-iceberg-drones
1•asdefghyk•2m ago•1 comments

The Art and Beauty of Blade Runner

https://nappertime.com/the-art-of-and-beauty-of-blade-runner/
1•cocacola1•4m ago•0 comments

Verbatim: What Is a Photocopier?

https://www.nytimes.com/video/opinion/100000002847155/verbatim-what-is-a-photocopier.html
1•grubbs•5m ago•0 comments

Toward safe, flexible, and efficient software in Common Lisp [video]

https://www.youtube.com/watch?v=of92m4XNgrM
1•so-cal-schemer•6m ago•1 comments

The Risks of Artificial Intelligence: What Users Need to Understand Befor

https://moztako.me/hidden-risks-of-artificial-intelligence/
1•vadinho•10m ago•0 comments

Show HN: Nice Licence – An anti-copyleft permissive licence

https://github.com/Jamedjo/git-hunk/commit/240ac0f7e986fbe783a7de1c220fc047771ee059
1•jamedjo•12m ago•0 comments

Show HN: Active Source of Truth for Your Coding Agents

https://meetless.ai
1•anphamthanh•17m ago•0 comments

Are you aware of the popularity poll for official Japanese characters?

1•GanJin•17m ago•0 comments

Hannelore Schmatz

https://en.wikipedia.org/wiki/Hannelore_Schmatz
1•doener•18m ago•0 comments

Active Inference as Context Acquisition for AI Agents

https://arxiv.org/abs/2608.19202
1•Anon84•19m ago•0 comments

Adapting Fossil-scm as a platform for AI agentic workflow

https://github.com/BenSiv/fossil-scm
1•thunderbong•23m ago•0 comments

Gspot: Gcloud auth monitoring for long-running coding agents

https://github.com/Somnora/GSPOT
1•Somnora•31m ago•0 comments

Show HN: A comic and manga viewer component for React

https://react-comic-viewer.kkweb.io
2•piro0919•32m ago•0 comments

NanoGPT Speedrun

https://github.com/KellerJordan/modded-nanogpt
2•kelseyfrog•35m ago•0 comments

Lower air pollution leads to increased warming

https://twitter.com/Electroversenet/status/2090891691649560717
1•delichon•38m ago•0 comments

Most Popular Programming Languages: Data from 1958 to 2025

https://www.youtube.com/watch?v=ZTPrbAKmcdo
1•so-cal-schemer•39m ago•1 comments

Software Engineering in the Agentic Era

https://simonwillison.net/2026/Feb/23/agentic-engineering-patterns/
2•silverpiranha•40m ago•0 comments

US Military newspaper editor voices censorship fears after being fired

https://www.bbc.com/news/articles/cm2g23ng8p4o
4•tartoran•41m ago•0 comments

Mathematicians will probably become obsolete before anyone else [pdf]

https://olli.unt.edu/handouts/fall24/tk-writing-sample.pdf
1•tiahura•46m ago•0 comments

Show HN: Lens AI – generate your JSON-LD files and keep them up-to-date

https://knowledgelens.ai/
1•k7vin•50m ago•0 comments

A heart surgeon's confession: it was never the cholesterol

https://twitter.com/robertlufkinmd/status/2091265696076624301
2•bilsbie•56m ago•0 comments

Enabling the next-generation trait solver on nightly

https://blog.rust-lang.org/2026/08/21/enabling-next-solver-on-nightly/
1•lbw1215•56m ago•0 comments

You don't have to make money with AI. You could just be happier

https://hibernation.dev/posts/ai-for-happiness-not-money/
2•ositowang•1h ago•0 comments

Automakers Keep Adding Screens, but Buyers Want Something Else

https://www.autoblog.com/news/automakers-keep-adding-screens-but-buyers-want-something-else
2•delichon•1h ago•0 comments

Hacker News RSS

https://hnrss.github.io/
2•sillysaurusx•1h ago•0 comments

Don't ask me my f*#&ing name

https://runninganddancing.substack.com/p/dont-ask-me-my-f-and-ing-name
4•HakuGulati•1h ago•2 comments

A look at CrossPoint e-reader firmware

https://lwn.net/Articles/1087635/
3•pykello•1h ago•0 comments

Parallel worktrees running all services on local branch domains

https://github.com/jdtzmn/port
1•amadeuspagel•1h ago•0 comments

Kinds of Luck

https://pmarchive.com/luck_and_the_entrepreneur.html
1•AnhTho_FR•1h ago•0 comments

Flooding of ancient Salton Sea linked to San Andreas earthquakes

https://www.sciencecodex.com/flooding_of_ancient_salton_sea_linked_to_san_andreas_earthquakes
1•Noaidi•1h ago•1 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!