frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What Emily Bender Meant by "Stochastic Parrots"

https://spectrum.ieee.org/stochastic-parrot
1•rbanffy•27s ago•0 comments

Why OOP Is Inherently Harmful: A Solution

https://notes.shixiangxi.com/en/docs/dual-world-theory/theory/
1•sxx0•2m ago•1 comments

The Perfect Match by Ken Liu (2012)

https://www.lightspeedmagazine.com/fiction/the-perfect-match/
1•laybak•3m ago•1 comments

To be trustworthy, LLMs need to show their work

https://cen.acs.org/pharmaceuticals/drug-discovery/AI-Chemist-trustworthy-LLMs-need/104/web/2026/06
1•ColinWright•4m ago•0 comments

PromptQL Tag – The company-wide AI agent for Slack

https://promptql.io/promptql-tag-slack-agent
1•gavinray•5m ago•0 comments

Deepest hand dug well in the world

https://www.mybrightonandhove.org.uk/places/utilities/woodingdean-well/woodingdean-well
1•zeristor•6m ago•1 comments

Liberty and Absurdity in 2026

1•dranimalz•6m ago•0 comments

Show HN: Domternal – headless rich-text editor for Angular/React/Vue/Vanilla

https://domternal.dev/
1•thomasnowhere•8m ago•0 comments

Vite+ Beta

https://voidzero.dev/posts/announcing-vite-plus-beta
2•Erenay09•9m ago•0 comments

Anthropic embedded spyware in Claude Code – and attempted to hide it from you

https://old.reddit.com/r/ClaudeAI/comments/1ujila1/anthropic_embedded_spyware_in_claude_code_and/
2•rvnx•10m ago•0 comments

Discovering My Talk

https://shkspr.mobi/blog/2026/01/discovering-my-talk/
1•ColinWright•10m ago•0 comments

Krafton Agrees to Pay 'Subnautica 2' Bonuses as Developer's CEO Resigns

https://www.bloomberg.com/news/articles/2026-07-01/krafton-agrees-to-pay-subnautica-2-bonuses-as-...
1•croes•11m ago•0 comments

Integrating Netty with Java Virtual Threads

https://kronotop.com/blog/the-join-that-should-be-a-bug/
1•mastabadtomm•12m ago•0 comments

Ask HN: What is the latest research on AI detection?

1•trwhite•13m ago•0 comments

Singapore seizes $42M mansion over Nvidia chip smuggling

https://www.bbc.com/news/articles/cx2d9y18g73o
1•aussieguy1234•18m ago•0 comments

ClickHouse is winning the Observability Wars

https://matduggan.com/clickhouse-is-winning-the-observability-wars/
2•emschwartz•20m ago•0 comments

Public company deep research demo on Atlas SDK

https://github.com/steel-experiments/atlas-demo
1•nkko•20m ago•0 comments

Palantir: Our thoughts on the importance of AI sovereignty

https://twitter.com/PalantirTech/status/2072114267776491695
1•frb•21m ago•0 comments

Show HN: MP3toText – Fast, high-accuracy AI audio transcription

https://mp3totext.ai
1•cyk888•21m ago•0 comments

PeerTube is a free, decentralized and federated video platform

https://github.com/Chocobozzz/PeerTube
1•doener•21m ago•0 comments

OpenAI: In early talks to give 5% stake to US Government

https://www.theguardian.com/technology/2026/jul/02/openai-stake-us-government-ai-sam-altman
7•tosh•23m ago•4 comments

Free interactive ancient Rome atlas

https://domdemetz.github.io/Ancient-Rome/
2•fbn79•24m ago•0 comments

Build reliable multi-agent applications with ADK Go 2.0

https://developers.googleblog.com/announcing-adk-go-20/
1•atkrad•26m ago•0 comments

Functional Programming in hica

https://www.hica.dev/docs/functional-programming/
1•cladamski79•27m ago•1 comments

Facebook Images Downloader – Grab FB Photos in Seconds

https://chromewebstore.google.com/detail/images-downloader/enjebjknnihfklkmkbhdailacipnhcep
1•qwikhost•27m ago•1 comments

Show HN: OtaKit – open-source, self-hostable OTA updates for Capacitor apps

https://github.com/OtaKit/otakit
1•garymiklos•28m ago•0 comments

Google must pay €4.1B fine for using Android to 'block' rivals

https://www.bbc.co.uk/news/articles/cvgj0pp5p62o
1•fredley•28m ago•0 comments

Mid-tier factory knives – value sweet spot?

https://www.paragon-knives.com/
1•bgzlsxaz•30m ago•0 comments

Who Controls the Privacy-Enhancing Technology Layer?

https://medium.com/@vektormemory/who-actually-controls-the-privacy-enhancing-technology-layer-8d5...
1•vektormemory•30m ago•1 comments

Roundtables: Longevity's Next Frontier: "Reprogramming" Your Body

https://www.technologyreview.com/2026/06/30/1139958/roundtables-longevitys-next-frontier-reprogra...
1•joozio•31m 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!