frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

EYG: A Programming Language for Humans

https://crowdhailer.me/2026-06-08/a-programming-language-for-humans/
2•crowdhailer•5m ago•0 comments

A $500 RL fine-tune of a 9B open model beat frontier models on catalog review

https://fermisense.com/when-machines-take-the-wheel/
1•ilreb•8m ago•0 comments

Review: Neil Postman's 'Amusing Ourselves to Death' (2016)

https://www.refsmmat.com/posts/2016-01-23-amusing-ourselves-to-death.html
1•jruohonen•13m ago•0 comments

Fundraiser to Bolster Monero's Security Through Automated Testing

https://old.reddit.com/r/Monero/comments/1v8exyy/fundraiser_to_bolster_moneros_security_through/
1•lunarthegrey•15m ago•0 comments

Venture Mindset

https://herbertlui.net/venture-mindset/
1•herbertl•17m ago•0 comments

Show HN: Edge Drop – The clipboard manager Windows 11 should have shipped with

https://github.com/Deepender25/Edge-Drop
2•Deepender25•18m ago•1 comments

Vakonomic Fluids

https://arxiv.org/abs/2607.18312
2•E-Reverance•19m ago•0 comments

Gemini Distillation Service

https://docs.cloud.google.com/gemini-enterprise-agent-platform/models/tuning/distillation
3•asawfofor•19m ago•0 comments

Show HN: Gemma 4 26B A4B running on an iPhone 17 Pro via model paging

https://noemaai.com/
1•armin976•22m ago•0 comments

China Begins Making Homegrown DUV Lithography Chipmaking Tools

https://www.reuters.com/world/china/china-begins-making-homegrown-duv-chipmaking-tools-informatio...
2•karakoram•24m ago•0 comments

Trusty Boot Key, a Ventoy Alternative

https://codeberg.org/aol/trusty-boot-key
1•mixmastamyk•26m ago•0 comments

Private Credit Backstop, How Private Equity Socializes Risk Through Insurers [pdf]

https://papers.ssrn.com/sol3/Delivery.cfm/7152239.pdf
1•senshan•26m ago•0 comments

Internet is no longer accessible?

5•cute_boi•27m ago•3 comments

The Forensic Audit of Project 545

https://www.bitchute.com/video/9r7XJ8ykLrhs/
1•untiledsource•31m ago•0 comments

Families in London temporary housing told they cant use inbuilt air conditioning

https://www.theguardian.com/society/2026/jul/27/homeless-families-london-temporary-housing-air-co...
3•stuaxo•31m ago•0 comments

Norway Salmon

https://www.abc.net.au/news/2026-07-28/how-norway-s-salmon-industry-became-a-global-behemoth/1069...
1•CHB0403085482•32m ago•0 comments

Tlbic: A Local Basic Income Proposal Built to Protect Human Dignity (v9.0)

https://drive.google.com/file/d/10YGI27bT6Vj00LlJuKwoaSYzG-cXNbwF/view?usp=drive_link
3•michikawa59•34m ago•1 comments

Gamma-ray pulsations reveal extreme 3.2-ms pulsar 3,900 light-years away

https://phys.org/news/2026-07-gamma-ray-pulsations-reveal-extreme.html
1•wglb•35m ago•1 comments

Residential Proxies Are a National Security Threat

https://jacob.gold/posts/residential-proxies-are-a-national-security-threat/
2•joshbetz•36m ago•0 comments

First Genesis Mission Projects Selected to Boost AI-Driven Scientific Discovery

https://www.energy.gov/articles/secretary-energy-chris-wright-announces-first-genesis-mission-pro...
1•gmays•40m ago•0 comments

Show HN: RL bandits pick coding agent's context,Grok 4.5 out-fixes Fable 5

https://github.com/VinvAI/VinvAI
2•sohamac•43m ago•0 comments

PostgreSQL's MVCC is bad. So is everyone else's

https://boringsql.com/posts/mvcc-bad-bad/
1•soheilpro•47m ago•0 comments

X Money officially launches in the US

https://9to5mac.com/2026/07/27/x-money-apple-wallet/
1•slymax•50m ago•0 comments

Abandoned Navy base costs taxpayers $340k pa for internet no one uses

https://taskandpurpose.com/news/abandoned-navy-base-internet-service/
2•Gaishan•55m ago•0 comments

Lilian Weng Resigns from Thinking Machines Lab

https://digg.com/tech/yhf6ei1b
1•doppp•59m ago•0 comments

Big Tech's Money Men Don't Care About the Backlash

https://www.politico.com/news/magazine/2026/07/26/ai-super-pac-operatives-profile-01008227
2•reasonableklout•1h ago•0 comments

Show HN: _done – Expanding AI Capabilities

https://underscoredone.com/
1•onescales•1h ago•0 comments

S.Korea's KOSPI tumbles nearly 5% as chipmakers slump on AI worries

https://www.reuters.com/world/asia-pacific/skoreas-kospi-tumbles-nearly-5-chipmakers-slump-ai-wor...
6•rvz•1h ago•0 comments

QuickLogic eFPGA IP

https://www.quicklogic.com/efpga-ip/
1•peter_d_sherman•1h ago•0 comments

Tag Universal Machine Pitch Deck [pdf]

https://taguniversal.github.io/digital_blockchain_patents/TAG_Pitch_Deck.pdf
1•taguniversalm•1h 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!