frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Codex Reset – A tracker for public Codex reset signals

https://codexreset.live
1•Jiangshan•2m ago•0 comments

Claude Microfactory

https://claude.ai/artifact/7nCPrrWTcQsWFfkXFRHDLR
1•jaksa•4m ago•1 comments

London buses in decline? Why public transport in global cities is slowing

https://www.theguardian.com/uk-news/ng-interactive/2026/sep/23/london-buses-in-terminal-decline-w...
2•world2vec•5m ago•0 comments

Longtime SUSE staff asked if they'd opt for 'voluntary separation'

https://www.theregister.com/software/2026/09/22/longtime-suse-staff-asked-if-theyd-opt-for-volunt...
1•pelasaco•6m ago•0 comments

Nemotron-H: A Family of Accurate, Efficient Hybrid Mamba-Transformer Models

https://research.nvidia.com/labs/adlr/nemotronh/
1•Bluestein•8m ago•0 comments

Show HN: What's Next – make Claude Code respond with choice, not prose

https://github.com/kvitapp/kvit-plugins
1•skolos•9m ago•0 comments

Enables Nvidia DLSS Frame Generation (DLSS-G) on RTX 30-series and RTX 20-series

https://github.com/sdli1995/dlssg_for_sm86
1•metrofun•10m ago•0 comments

Show HN: ToolRoots, local alternatives to the tools you use

https://toolroots.com
1•drdruide•12m ago•0 comments

Qwen-Audio-3.1-TTS

https://fun-resource-shanghai.oss-cn-shanghai.aliyuncs.com/cuijiayan.cjy/tmp/exp/qwen_audio_3_tts...
1•nthypes•13m ago•0 comments

Tokens Too Cheap to Meter

https://jyn.dev/tokens-too-cheap-to-meter/
1•teoruiz•13m ago•0 comments

MNT Station – A modular, open hardware desktop computer and server

https://www.crowdsupply.com/mnt-research/mnt-station
1•birdculture•16m ago•0 comments

Directus The back end for your whole team

https://directus.com/
1•Bluestein•17m ago•0 comments

Next version of OpenClaw uses a decision model to decide between steer or queue

https://twitter.com/steipete/status/2102667004557832497
1•tosh•19m ago•0 comments

Show HN: A running app that turns your runs to a garden

https://apps.apple.com/us/app/run-tracker-run-grow/id6745428070
1•Utkarshn101•22m ago•0 comments

Positive emotions toward AI outweigh negative ones in 34 out of 37 countries

https://news.gallup.com/poll/714593/optimism-globally-widespread-despite-uneven.aspx
1•giuliomagnifico•22m ago•0 comments

Netherlands bracing for potentially devastating US sanctions against the ICC

https://apnews.com/article/icc-trump-sanctions-eu-israel-netherlands-2c1cc314732f920c2de59396d3b5...
16•vrganj•25m ago•0 comments

A New DNA Analysis May Solve the Centuries-Old Medici Mystery

https://www.smithsonianmag.com/smart-news/did-this-duke-poison-his-brother-a-new-dna-analysis-may...
2•thunderbong•37m ago•0 comments

Oryn, an ultra fast compact decision model

https://huggingface.co/timosarkar/oryn
2•timosarkar•39m ago•0 comments

Agent-Shell 0.78 Updates

https://xenodium.com/agent-shell-0-78-updates
1•xenodium•39m ago•0 comments

Synchrony AI – AI Powered Investment Research and Portfolio Management Platform

https://www.synchrony-ai.com
1•emmanuelcooke•41m ago•0 comments

Responsive Iframes in Chrome 154

https://developer.chrome.com/blog/responsive-iframes
3•twapi•43m ago•0 comments

Trump TV Flops in Embarrassing Numbers Disaster

https://www.thedailybeast.com/trump-tv-immediately-flops-in-embarrassing-numbers-disaster/
4•doener•43m ago•0 comments

New U.S. sanctions against the ICC threaten European sovereignty

https://ioplus.nl/en/posts/new-us-sanctions-against-the-icc-threaten-european-sovereignty
5•doener•44m ago•1 comments

Using shallow-Git tarballs for CI

https://people.kernel.org/monsieuricon/using-shallow-git-tarballs-for-ci
1•garo-pro•45m ago•0 comments

AiNetProfit

https://ainetprofit.com/
1•weeber•46m ago•0 comments

Abandoning Scientific Linux Was a Mistake

https://blog.melashri.net/posts/scientific-linux-mistake/
23•elashri•48m ago•12 comments

I used to get paid to hang out with famous people

https://www.blackbirdspyplane.com/p/i-used-to-get-paid-to-hang-out-with-famous-people
1•pr337h4m•51m ago•0 comments

Ju Ju Tsu A book about jj / jujutstu

https://arialdo.codeberg.page/ju-ju-tsu/
3•fanf2•52m ago•1 comments

Data Privacy: Handling Data minimisation as a reactive strategy

https://scrutora.com/blog/data-minimisation-from-the-code-up
2•vimaldwivedi86•52m ago•0 comments

A garden and photovoltaic panels on the roof of the house [video]

https://www.youtube.com/watch?v=QPRrpcEwZV0
1•moltean•55m 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!