frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: 1Baton – a no-code tool for chaining API calls

https://1baton.com
1•sagivy•2m ago•0 comments

MIT: Report on AI Use in Teaching, Learning, and Research Training

https://aiandeducation.mit.edu/
1•trauco•4m ago•0 comments

Mushroom leather may be ready for mass production

https://www.anthropocenemagazine.org/2026/09/plastic-free-fungus-based-leather-is-going-big/
1•speckx•8m ago•0 comments

David Sachs: OpenAI and Anthropic Don't Need Regulations to Pace Frontier Models

https://twitter.com/DavidSacks/status/2098973625252708460
2•kolanos•8m ago•0 comments

The Art and Science of Listening

https://www.gatesnotes.com/home/home-page-topic/reader/the-art-and-science-of-listening
1•andsoitis•10m ago•0 comments

A Cheesehead's View of the World

https://scottsumner.substack.com/p/a-cheeseheads-view-of-the-world
1•paulpauper•10m ago•0 comments

Rapidly scaling online storage to serve over 1B ChatGPT users

https://openai.com/index/scaling-storage-one-billion-users-part-one/
1•porridgeraisin•10m ago•0 comments

Iran 'blew the hell out of' base in Bahrain, acting Navy Secretary admits

https://taskandpurpose.com/news/navy-base-bahrain-iran-damage/
2•ilamont•11m ago•0 comments

Preventing AI Collusion: Are you paying attention now?

https://aiprospects.substack.com/p/preventing-ai-collusion-are-you-paying
1•paulpauper•11m ago•0 comments

A simple model of AI-aided economic growth

https://marginalrevolution.com/marginalrevolution/2026/09/a-simple-model-of-ai-aided-economic-gro...
1•paulpauper•11m ago•0 comments

Zuse Computer Museum Forced to Close

https://www.i-programmer.info/news/82-heritage/19142-zuse-computer-museum-forced-to-close.html
1•vitplister•13m ago•0 comments

JetKVM OS Services

https://jetkvm.com/blog/introducing-jetkvm-os-services
2•gainsurier•16m ago•0 comments

Korea closes lifetime pension loophole based on 1 month's work

https://twitter.com/Unveiled_ChinaX/status/2099026824990962021
2•ilamont•17m ago•0 comments

Are you committed to team or company?(economist)

https://economist.com/business/2026/09/10/are-you-committed-to-your-company-or-your-teamfromTheEc...
1•sunjain•19m ago•0 comments

Anthropic CEO Calls for A.I. Slowdown

https://www.nytimes.com/2026/09/12/technology/anthropic-dario-amodei-ai-slowdown.html
1•joe_the_user•19m ago•1 comments

Ask HN: If embeddings are so powerful, why are they mostly used for retrieval?

1•Pranav_Ghoghari•22m ago•1 comments

AI keeps stubbornly refusing to take our jobs

https://www.noahpinion.blog/p/ai-keeps-stubbornly-refusing-to-take
1•firasd•22m ago•0 comments

The Relation Between Mathematics and Physics by Paul Dirac

https://www.damtp.cam.ac.uk/events/strings02/dirac/speach.html
1•rramadass•23m ago•0 comments

Show HN: "Am I GPU Poor?" Check how your GPU stacks against PC Gamers Worldwide

https://gpupoor.sykah.com/
1•dshahrokhian•24m ago•0 comments

Collapse of Personal Computing: Investigation into the Destruction of Ownership [video]

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

Chances of Survival (for AI and Humanity)

https://qosys.info/chances-of-survival
1•earlybuilder•25m ago•0 comments

Filesystem Is Lying to You

https://faraazahmad.github.io/blog/posts/filesystem-is-lying-to-you/
1•faraaz98•25m ago•0 comments

Vector Balancing via Directional Total Variation

https://arxiv.org/abs/2609.11189
1•tamnd•27m ago•0 comments

Useful Things Agents Can Do That Are Not Writing Code

https://elijahpotter.dev/articles/useful-things-agents-can-do-that-are-not-writing-code
2•birdculture•29m ago•0 comments

ZLUDA – Drop-In Replacement for CUDA on Non-Nvidia GPUs

https://github.com/vosen/ZLUDA
1•peter_d_sherman•32m ago•1 comments

Audemars Piguet Neo Frame Jumping Hour

https://www.audemarspiguet.com/ch/en/watch-collection/neo-frame/15245OR.OO.A206VE.01
2•andsoitis•32m ago•0 comments

War has not halted the Gulf's data-centre boom

https://www.economist.com/business/2026/09/10/war-has-not-halted-the-gulfs-data-centre-boom
2•andsoitis•36m ago•0 comments

Better routing, probe fixes, plugin updates in Freenet/Hyphanet 0.7.5 build 1507

https://www.hyphanet.org/freenet-hyphanet-075-build-1507-fix-probe-routing-plugins-and-upkeep.html
1•ArneBab•37m ago•0 comments

Spectrogram – see your music as a moving 3D landscape

https://github.com/nijatburjiyev/spectral-relief
1•nijatburjiyev•38m ago•0 comments

US Military tests quantum sensors for flight navigation without GPS over Pacific

https://www.heise.de/en/news/US-military-tests-quantum-sensors-for-flight-navigation-without-GPS-...
3•marklit•39m 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!