frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Extracting the Root VCEK Seed on EPYC Milan via a Software-Only Attack

https://arxiv.org/abs/2605.12990
1•Timofeibu•33s ago•0 comments

RTX 5090 and M4 MacBook Air: Can It Game?

https://scottjg.com/posts/2026-05-05-egpu-mac-gaming/
1•allenleee•48s ago•0 comments

Fully-functional RTX 3070 16GB gets frankensteined into existence

https://www.tomshardware.com/pc-components/gpus/fully-functional-rtx-3070-16gb-gets-frankensteine...
1•Timofeibu•1m ago•0 comments

Help People Up the Stairs

https://reactiverobot.com/writing/stairs.html
1•ref-matt•1m ago•0 comments

Twitter user posts a real Monet and says it's AI

https://old.reddit.com/r/singularity/comments/1td046p/twitter_user_posts_a_real_monet_and_says_it...
1•amichail•2m ago•0 comments

Bernie Sanders speaks to Claude [video]

https://www.youtube.com/watch?v=h3AtWdeu_G0
1•surprisetalk•3m ago•0 comments

Let AI Agents Write Your Serving Stack with VibeServe

https://syfi.cs.washington.edu/blog/2026-05-12-introducing-vibeserve/
1•matt_d•4m ago•0 comments

KongTuke hackers now use Microsoft Teams for corporate breaches

https://www.bleepingcomputer.com/news/security/kongtuke-hackers-now-use-microsoft-teams-for-corpo...
1•Brajeshwar•5m ago•0 comments

The significance of plot without conflict (2012)

https://www.tumblr.com/stilleatingoranges/25153960313/the-significance-of-plot-without-conflict
1•downbad_•6m ago•0 comments

Patchbin – A pastebin supercharged for Git collaboration

https://github.com/picosh/git-pr
1•xeonmc•6m ago•0 comments

HN: Shoute – Yes, another dictation app. Why the last 5% is the whole product

https://getshoute.com/deepdive
2•docstryder•7m ago•1 comments

A love letter to our library bus

https://hamatti.org/posts/a-love-letter-to-our-library-bus/
2•speckx•8m ago•0 comments

Show HN: Halgorithem – Catching AI Hallucinations Using Trees, No AI in Pipeline

https://github.com/TangibleResearch/Halgorithem
1•amitabhi•10m ago•0 comments

LinkedIn Fanfiction

https://www.marginalia.nu/log/a_137_linkedin_fanfiction/
3•marginalia_nu•11m ago•1 comments

On The Conflation of Money and Things

https://lithub.com/is-it-even-real-on-the-conflation-of-money-and-things/
2•bookofjoe•11m ago•0 comments

What I am afraid the green card lottery will become

https://gcwinwin.github.io/whatthegreencardlotterywillbecome/
2•takover•12m ago•0 comments

Show HN: Watch a neural net learn to play Snake

https://ppo.gradexp.xyz/
2•c1b•13m ago•0 comments

Observation: Communication changes when both sides use AI

https://ownyourwords.co/
1•askucher•13m ago•1 comments

Cerebras to Kick Off Hotly Anticipated Year for Artificial-Intelligence IPOs

https://www.wsj.com/finance/stocks/cerebras-to-kick-off-hotly-anticipated-year-for-artificial-int...
1•Brajeshwar•14m ago•0 comments

Safari and Firefox change how big sites render based on the domain

https://denodell.com/blog/browsers-treat-big-sites-differently
1•cdrnsf•15m ago•0 comments

New agents.txt file found on DreamHost

https://journal.kvibber.com/2026/05/agents-txt-on-dreamhost/
2•speckx•15m ago•0 comments

Information Extraction from Electricity Invoices with General-Purpose LLMs

https://arxiv.org/abs/2604.25927
1•PaulHoule•16m ago•0 comments

Show HN: StyleRef – Define your creative style once, use it across every AI tool

https://styleref.io
1•behzad•17m ago•0 comments

Cross-country scheme to steal cryptocurrency involved fake food orders

https://www.cnn.com/2026/05/14/us/cryptocurrency-robbery-kidnapping-california-indictments
2•rawgabbit•17m ago•0 comments

Is this why Spark users think joins are expensive?

https://floedb.ai/blog/why-spark-joins-are-expensive-and-what-to-do-about-it
1•tkejser•17m ago•0 comments

What it takes to Replace an Electronic Component

https://zenode.ai/posts/What-It-Takes-To-Replace-An-Electronic-Component
2•bbourn•17m ago•1 comments

Regex Chess: A 2-ply minimax chess engine in 84,688 regular expressions

https://nicholas.carlini.com/writing/2025/regex-chess.html
1•surprisetalk•17m ago•0 comments

Show HN: 1-800-CODER, macOS app where you call an AI developer to edit your page

1•abi•18m ago•0 comments

Developing network-based multiplayer games made easy (Python)

https://github.com/feberts/python-game-server
1•tio-fabi•20m ago•1 comments

Show HN: Redhook's Revenge II

https://redhook.specr.net
1•vunderba•21m 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!