frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

MSI's full mailbox is leaving critical vulnerabilities unpatched

https://mrbruh.com/msi_blackhole/
2•MrBruh•27s ago•0 comments

NZ Government taking 10 initiatives to safeguard undersea internet

https://www.rnz.co.nz/news/political/594779/government-taking-10-initiatives-to-safeguard-underse...
1•MrBruh•1m ago•0 comments

Musk-OpenAI case shows chatbot evidence risk

https://www.axios.com/2026/05/11/musk-altman-greg-brockman-diary-law
1•1vuio0pswjnm7•2m ago•0 comments

The Emergent Self Loop

https://kk.org/thetechnium/the-emergent-self-loop/
1•arbesman•2m ago•0 comments

I was laid off by Atlassian [video]

https://www.youtube.com/watch?v=55pTFVoclvE
1•m1keil•3m ago•0 comments

Gondolin

https://github.com/earendil-works/gondolin/tree/main
1•tosh•4m ago•0 comments

Vibe Coding Still Needs a Senior Engineer (For Now)

https://grith.ai/blog/security-bugs-ai-doesnt-write
2•edf13•5m ago•0 comments

Ask HN: What would you like to be working on?

1•DDerTyp•6m ago•0 comments

Two Years of Local AI on a Laptop: When Open Models Outpaced Moore's Law

https://huggingface.co/blog/mishig/local-moores-law
1•mishig•8m ago•1 comments

What if everyone personalized LLM is the best LLM?

1•folderquestion•9m ago•0 comments

I keep tripping over "true, false, true"

https://allthingssmitty.com/2026/05/11/i-keep-tripping-over-true-false-true/
2•AllThingsSmitty•9m ago•1 comments

Show HN: Learn2Burp – Surgery-free solution for R-CPD

https://learn2burp.com
1•mmanthey•10m ago•0 comments

Never-Words: What Not to Say to Patients with Serious Illness

https://www.mayoclinicproceedings.org/article/S0025-6196%2824%2900256-8/fulltext
1•mhb•10m ago•0 comments

Never Lose a Toot Again

https://hister.org/posts/never-lose-a-toot-again
4•mstef•12m ago•0 comments

How the EU's DMA is making smartphones better

https://digital-markets-act.ec.europa.eu/factsheet-how-dma-making-smartphones-better-interoperabi...
2•mtomweb•12m ago•0 comments

Web Feeds in 2026: A Survey

https://mnot.net/blog/2026/feed-survey
1•rdmuser•15m ago•0 comments

Atlas – Pure Rust Inference Engine

https://github.com/Avarok-Cybersecurity/atlas
1•danborn26•18m ago•0 comments

Concord – A feature-rich TUI client for Discord, written in Rust

https://github.com/chojs23/concord
1•danborn26•18m ago•0 comments

LUKSbox – Store sensitive files in the cloud, or on shared media without

https://github.com/PentHertz/LUKSbox
1•danborn26•18m ago•0 comments

Behind the Claude Frenzy That Ate Up All the Mac Minis

https://www.bloomberg.com/news/articles/2026-05-11/why-claude-ai-agents-are-driving-record-mac-mi...
2•helsinkiandrew•19m ago•0 comments

Ontell – The smartest way to automate your WhatsApp business

https://ontell.ai
1•elmrsey•20m ago•0 comments

Tracing PostgreSQL Using eBPF and Hardware Breakpoints

https://jnidzwetzki.github.io/2026/05/08/ebpf-hw-breakpoints-postgresql.html
1•nikolay_sivko•22m ago•0 comments

Palantir's access to identifiable NHS England patient data 'dangerous', MPs say

https://www.theguardian.com/society/2026/may/11/palantir-access-nhs-england-patient-data
5•chrisjj•24m ago•0 comments

I gave Claude Code live social media data

https://fridayaiclub.com/how-to-give-claude-code-social-media-data/
2•magneticbrains•25m ago•0 comments

India to shrink zones around nuclear reactors to free up land, sources say

https://economictimes.indiatimes.com/industry/energy/power/india-to-shrink-zones-around-nuclear-r...
2•rustoo•25m ago•1 comments

How to Mark Issues in a Property Inspection Report Before Signing

https://boldsign.com/blogs/property-inspection-report-markup-before-signing/
1•Rachel_Atieno•25m ago•0 comments

OP's script shuts down every single computer in the company

https://www.reddit.com/r/sysadmin/s/7kD2rPS6yV
9•_s•25m ago•2 comments

Extremely Low Frequencies

https://computer.rip/2026-05-09-extremely-low-frequencies.html
1•sohkamyung•29m ago•0 comments

Show HN: Personal planner with workspaces, tasks, notes, calendars, journals

https://nerali.app
1•Multipassionate•30m ago•2 comments

WhatsApp Plus

https://faq.whatsapp.com/1480290710396618/?cms_platform=web
2•xethos•30m ago•0 comments
Open in hackernews

Show HN: Golang UniFi Network and Protect API CLI and Client

https://github.com/ClifHouck/unified
4•cliffy•12mo 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!