frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Collaborative Machine Knowledge Platform

https://haidaa.com/
1•AISETR•43s ago•1 comments

I made a fake news spotting minigame

1•azermite•6m ago•0 comments

Humble exoskeletons work better than combat supersuits

https://www.economist.com/science-and-technology/2026/09/02/humble-exoskeletons-work-better-than-...
1•edward•6m ago•0 comments

Show HN: CiteGuard – local CLI for checking citations in Markdown reports

https://github.com/larrylot/citeguard
1•lordlarry•10m ago•0 comments

Archify

https://github.com/tt-a1i/archify
1•saikatsg•15m ago•1 comments

What animal has a prime number of legs? And why does this confuse LLMs?

https://tris.sherliker.net/blog/what-animal-has-a-prime-number-of-legs/
1•speerer•15m ago•0 comments

Show HN: Yurei – like Claude in Chrome, but for any model and harness

https://yurei-ai.com/
1•memel06•19m ago•0 comments

New off-peak rates: 50% lower prices for DeepSeek-V4

https://ollama.com/pricing
1•soltanov•21m ago•0 comments

WTFM Book

https://wtfmbook.com/contents/
1•cyndunlop•22m ago•0 comments

Two new ways to study AI-human psychology with persona vectors

https://github.com/programmer9998/ai_personality_study
1•programmer_1324•23m ago•0 comments

OpenAI 2025 financials $38.5B loss ahead of IPO

https://qz.com/openai-leaked-financials-losses-revenue-ipo-061626
2•u1hcw9nx•28m ago•0 comments

ACX Review Archive

https://acxreviews.robennals.org/
1•altilunium•32m ago•0 comments

DIYing Apps for Fun and Profit

https://www.fldr.zip/blog/diying-apps-for-fun-and-profit
1•wyxuan•35m ago•0 comments

Escaping Containment

1•silexia•35m ago•1 comments

Switzerland's Federal Government Is Replacing Microsoft on 3k Computers

https://itsfoss.com/news/switzerland-replace-microssoft-pilot/
4•ivell•36m ago•1 comments

The City and the City

https://en.wikipedia.org/wiki/The_City_%26_the_City
2•debo_•44m ago•0 comments

Volkswagen to cut 50k more jobs, hitting 100k total layoffs

https://qz.com/volkswagen-job-cuts-100000-future-plan-2030-090426
6•backlit4034•45m ago•0 comments

Nvidia's Jensen Huang says 'AGI has arrived' and congratulates OpenAI

https://www.businessinsider.com/nvidia-jensen-huang-agi-openai-astra-ai-2026-9
17•vinni2•46m ago•27 comments

Sanctioned ICC head calls court the last bastion of rule of law

https://www.japantimes.co.jp/news/2026/09/07/japan/akane-icc-last-bastion-rule-law/
1•anigbrowl•47m ago•0 comments

OpenAI Computer Using Agent Sample App

https://github.com/openai/openai-cua-sample-app
1•helloplanets•49m ago•0 comments

India's alternative-fuel car sales top petrol on cost, E20 concerns

https://www.reuters.com/world/india/indias-alternative-fuel-car-sales-top-petrol-cost-e20-concern...
2•geox•49m ago•0 comments

Long-term melatonin use linked to 90% higher heart failure risk

https://www.sciencedaily.com/releases/2026/08/260829035228.htm
4•chasil•49m ago•1 comments

Ask HN: Open-source AI policies and "responsbility"

1•noobermin•50m ago•0 comments

AI Index Report

https://hai.stanford.edu/ai-index/2026-ai-index-report
2•olalonde•54m ago•0 comments

Ask HN: Resources for how to get good at sales

1•nomilk•56m ago•1 comments

Bot Detection Without JavaScript: What My Blog Measured

https://gkoreli.com/how-i-separate-readers-from-bots-without-javascript
2•gogakoreli•56m ago•0 comments

I wrote a lighthearted guide to learning Monads – maybe you like

https://github.com/ManuelSaleta/CavemanProgramming/blob/main/Monads/README.md
1•signa11•59m ago•0 comments

Responsive Text and Code

https://unsung.aresluna.org/responsive-text-and-code/
3•srijan4•1h ago•1 comments

Will anybody use AI as much as coders do?

https://www.economist.com/business/2026/08/30/will-anybody-use-ai-as-much-as-coders-do
3•nialse•1h ago•1 comments

DJCJ Arcade – MAME front end for MacOS

https://github.com/DJCJ-website/DJCJArcade
2•chriscjcj•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!