frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Building a High-Throughput Fix Server

https://akinocal1.substack.com/p/building-a-high-throughput-fix-server
1•klaussilveira•2m ago•0 comments

A Baseless Copyright Claim Against a Web Host–and Why It Failed

https://www.eff.org/deeplinks/2026/03/baseless-copyright-claim-against-web-host-and-why-it-failed
1•laurex•3m ago•0 comments

Show HN: PromptShark – MitM proxy, C++ loop detector and replay for AI agents

https://github.com/apvcode/PromptShark
1•apvcode•3m ago•0 comments

Please, Use a Link

https://idiallo.com/blog/use-a-link-please
2•firefoxd•6m ago•0 comments

Show HN: Karpenter Provider for Hetzner

https://paperclip.inc/blog/karpenter-hetzner
1•stubbi•6m ago•0 comments

Data Compression Explained

https://mattmahoney.net/dc/dce.html
1•mtdewcmu•7m ago•0 comments

I Built Our Data Lake on DynamoDB Streams Instead of Kafka

https://medium.com/@yalovoy/i-built-our-entire-data-lake-on-dynamodb-streams-instead-of-kafka-218...
1•zero-ground-445•8m ago•0 comments

The Rain Spell

https://notas.grod.es/the-rain-spell
2•grodes•11m ago•0 comments

OpenAI's leaked financials reveal soaring losses as it prepares to go public

https://groups.google.com/a/netflix.com/g/ios-ui-kickoffs/c/772e4-hycBE
1•andsoitis•13m ago•2 comments

DOJ assists Musk's xAI in NAACP air pollution suit, asks court to toss case

https://www.cnbc.com/2026/06/16/usdepartment-of-justice-calls-for-dismissal-of-naacp-xai-lawsuit-...
1•ChrisArchitect•15m ago•0 comments

Workday isn't 75% of the ATS market. I checked 337 companies

https://withresumeai.com/blog/workday-ats-market-share-myth-2026
1•kzahiri•15m ago•0 comments

Drone Physics

https://iahmed.me/post/drone-physics/
3•hazrmard•19m ago•0 comments

Show HN: Steam City – Your Steam game library as a 3D city

https://thesteamcity.com
1•m1rsh0•20m ago•0 comments

Welcoming Our Newest Core Team Members

https://ziglang.org/news/welcoming-new-team-members/
2•yurivish•20m ago•0 comments

Swift-OS – operating system written in Embedded Swift for aarch64

https://github.com/asaptf/swift-os/tree/main
1•de_aztec•21m ago•0 comments

Eno – General Purpose Humanoid Robot

https://www.genesis.ai/
1•cheeko1234•23m ago•0 comments

UK Government Goes All-In on Digital Surveillance, Censorship and Control

https://www.nakedcapitalism.com/2026/06/the-uks-most-unpopular-government-on-record-just-went-all...
4•boticello•24m ago•1 comments

Software Is Not a Single-Player Game

https://www.davidpoll.com/2026/06/software-is-not-a-single-player-game/
2•depoll•25m ago•0 comments

How to Demolish a Bridge [video]

https://www.youtube.com/watch?v=7oi4yMr8Rjk
1•mhb•30m ago•0 comments

Ten Years of Just (and Lists)

1•rodarmor•30m ago•0 comments

Seattle Underground

https://en.wikipedia.org/wiki/Seattle_Underground
1•axelfontaine•33m ago•0 comments

AMD Pulls Memory Encryption from Ryzen CPUs

https://www.technology.org/2026/06/16/amd-strips-memory-encryption-consumer-ryzen-cpus/
4•KAMSPioneer•34m ago•0 comments

Update: Acabei de abrir O SDK no GitHub → github.com/mathhMadureira/orka

1•matteusmadu•36m ago•0 comments

The Battle with Anthropic Is the Start of a New Kind of Conflict

https://www.nytimes.com/2026/06/16/opinion/anthropic-fable-ai-trump-administration.html
1•furcyd•38m ago•0 comments

I built a fail-closed execution gate for AI agents

https://kronyqldemo.netlify.app/demo/ase-proof
1•Auditome•39m ago•0 comments

Total Iran Economic Damage Estimate

https://www.fdd.org/analysis/2026/04/23/total-iran-economic-damage-estimate/
10•littlexsparkee•41m ago•2 comments

Qode – The first AI agent that can generate 50k line codebases in one prompt

https://github.com/akshaylakkur/Q
1•akshayl284•42m ago•1 comments

Silicon Motion exec: Retail SSD market has almost disappeared

https://www.tomshardware.com/pc-components/ssds/the-retail-ssd-market-has-almost-disappeared-says...
7•Lihh27•46m ago•0 comments

Guardrails for Reuse in AI from ClimateSOS Foundational Charter

1•safiume•47m ago•0 comments

An Interview with Eugene Jarvis of Robotron, Defender and Stargate Fame

https://www.gamedeveloper.com/production/eugeneology-an-interview-with-eugene-jarvis
1•evo_9•49m 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!