frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Pingularity – scheduled Ookla/iperf3 speedtest dashboard, outage alerts

https://pingularity.dev/
1•cansofgrease•4s ago•0 comments

DD Photos adds Immich integration

https://github.com/immich-app/immich/discussions/31795
1•dougdonohoe•3m ago•0 comments

Friction Is Good, Surrendering Agency to AI – Food for Agile Thought 563

https://age-of-product.com/food-agile-thought-563-high-impact-ideas/
1•swolpers•5m ago•0 comments

A New Experiment Meta-Strategy

https://chillphysicsenjoyer.substack.com/p/a-new-experiment-meta-strategy
1•surprisetalk•5m ago•0 comments

Show HN: Double Tick, WhatsApp chat stats computed in the browser

https://doubletick.pages.dev
1•nivedrathnan•7m ago•0 comments

When your kid starts explaining the math to you

https://kidswholovemath.substack.com/p/when-your-kid-starts-explaining-the
1•sebg•9m ago•0 comments

Show HN: OmaCap, a screen recorder and demo editor for Omarchy

https://github.com/allisonmahmood/omacap
1•Allisonmahmood•12m ago•1 comments

Restaurants Are Using AI to Advertise Their Food and people don't like it

https://www.wsj.com/tech/ai/restaurants-ai-food-image-generators-advertisements-efb787a9
1•erehweb•14m ago•0 comments

Show HN: Sesku – local-only fever and medication log for kids

https://sesku.app/
1•easydidit•14m ago•1 comments

Exeter Leads the Pack of UK's Most Sustainable Cities

https://www.coworkingcafe.com/blog/green-cities-uk/
1•vanclaude•15m ago•0 comments

When chat is the wrong UI

https://github.blog/ai-and-ml/github-copilot/when-chat-is-the-wrong-ui/
1•torutofu•16m ago•0 comments

The Copilot+ PC branding is dead

https://www.windowscentral.com/microsoft/windows-11/the-copilot-pc-brand-is-dead-microsoft-and-pc...
2•MC995•16m ago•1 comments

RushShift – Offline AI desktop tool to search local B-roll archives by prompt

https://rushshift.vercel.app
1•Diyon_Dust•20m ago•0 comments

60 Years of Malta at the UN General Assembly

https://www.karlsnotes.com/60-years-of-malta-at-the-un-general-assembly/
1•valkrieco•22m ago•0 comments

I Ran 255 AI Agents to Make Three Comics. The Line Between Slop and Good Is

https://thoughts.jock.pl/p/ai-slop-comic-experiment-2026
2•joozio•22m ago•0 comments

LLMs are universal translators (2023)

https://lil.law.harvard.edu/blog/2023/11/29/llms-are-universal-translators/
1•droidjj•23m ago•1 comments

Remembering Johannes Doerfert

https://blog.llvm.org/posts/2026-09-24-rememberingjohannesdoerfert/
3•meredithbloom•23m ago•0 comments

Show HN: Hard Stop: Kernel-level preemption for autonomous AI agents

https://arxiv.org/abs/2609.29808
2•joseluispino•23m ago•0 comments

Using Software Factories to Build a Production App [video]

https://www.youtube.com/watch?v=UGROt60qnH4
1•sebastiankade•25m ago•0 comments

We Should Be Able to Change Our Languages

http://jimmyhmiller.com/change-our-languages
2•surprisetalk•25m ago•0 comments

Can you use Claude Cowork to automate A/R?

https://revexos.com/blog/accounts-receivable-dashboard-claude-cowork
1•revexos•27m ago•0 comments

Would you wear an air-quality sensor on your body?

https://www.cbc.ca/news/climate/what-on-earth-bill-air-quality-art-9.7356388
1•rdmuser•28m ago•1 comments

Doubts grow over claims OpenAI agent hacked Australian Medicare portal

https://therecord.media/openai-australia-breach-cyber
2•speckx•29m ago•0 comments

Financing the AI Buildout

https://www.brookings.edu/articles/financing-the-ai-buildout/
4•Balgair•32m ago•0 comments

Show HN: Worktable, an open-source workspace for you and your agents

https://github.com/worktable/worktable-dev/
2•Oghenekaro•33m ago•0 comments

Double Split Experiment

https://claude.ai/artifact/RLbDxsWYwyvgxzejRHTGgj
1•WasimBhai•34m ago•3 comments

Satin: Dark mode PDF reader via affine mapping on Oklab lightness dimension

https://github.com/samestep/satin
1•sestep•36m ago•0 comments

Show HN: Hamilton – a no-internet Android health dashboard, named after my dog

https://play.google.com/store/apps/details?id=com.gads.hamilton&hl=en_US
4•hamilton_app•36m ago•4 comments

Show HN: JevPertus – Jev-style option scoring on Apertus

https://github.com/Jaluus/JevPertus
2•jaluus•36m ago•0 comments

Nobody Asked for a Crab Chair

https://newmobility.com/nobody-asked-for-a-crab-chair/
3•speckx•37m 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!