frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Cursor Your Dream: How to Build a Large Product with AI

https://medium.com/@pavel.manovich/can-a-non-developer-build-serious-software-with-cursor-0fbf1e3...
1•pavel_man•4m ago•1 comments

Show HN: DopaLoop – Habit tracker for ADHD brains, local-first, no streaks

https://dopaloop.app/de
1•steviee•9m ago•0 comments

NASA's Dart Mission Changed Orbit of Asteroid Didymos Around Sun

https://www.nasa.gov/missions/dart/nasas-dart-mission-changed-orbit-of-asteroid-didymos-around-sun/
1•divbzero•10m ago•0 comments

Show HN: Sales Tracking Agent that doubles up as a CRM

https://auto-crm.com/en
1•bhasinanant•12m ago•0 comments

Show HN: Free open-source churn prediction for SaaS–Stripe and LLM interventions

https://github.com/ShreyasDasari/churnguard-ai
1•ShreyasDasari•12m ago•1 comments

Satellites are exposing weak bridges in America and around the world

https://www.sciencedaily.com/releases/2026/03/260307213350.htm
2•taubek•13m ago•0 comments

Hacker Advertising (HN optimal posting time & advertising value model)

https://github.com/quinndupont/hackeradvertising
1•quinndupont•15m ago•1 comments

Unnecessariat (2016)

https://morecrows.wordpress.com/2016/05/10/unnecessariat/
1•_doctor_love•16m ago•0 comments

Spotify announce plans to limit Development Mode

https://developer.spotify.com/blog/2026-02-06-update-on-developer-access-and-platform-security
3•cbility•16m ago•0 comments

The bitter $23M legal battle that ended the Sriracha-pepper partnership

https://nearlyright.com/the-pepper-farmer-the-hot-sauce-king-and-the-23-million-betrayal-that-bro...
2•speckx•19m ago•1 comments

Yakuza creator's new game in doubt as NetEase pulls funding

https://www.polygon.com/gang-of-dragon-toshihiro-nagoshi-studio-netease/
1•sagacity•20m ago•0 comments

Freestiler – PMTiles vector tilesets from R and Python

https://walker-data.com/freestiler/
1•carnevalem•22m ago•0 comments

How not to test LLM models

https://theartificialq.github.io/2026/03/08/how-not-to-test-llm-models.html
1•HonzaT•23m ago•0 comments

Utilization metrics across accelerators (GPUs, TPUs, and so on)

https://github.com/gpusprint/gpusprint
1•heyjupiter•24m ago•0 comments

Behavioral Effects of High Peak Power Microwave Pulses (1992) [pdf]

https://apps.dtic.mil/sti/tr/pdf/ADA258136.pdf
2•anonu•25m ago•0 comments

Microsoft Outlook app now showing paid spam/phishing ad's

https://imgur.com/a/O9bjjQQ
5•xvxvx•26m ago•1 comments

Show HN: PDF to JPG converter that runs in the browser (no uploads)

https://privatepdftojpg.com/
2•touchsomegrass•28m ago•0 comments

Show HN: ClarifyDoc – explains contracts in plain English

https://clarifydoc.xyz/
1•tgdaimov•29m ago•0 comments

Small web publishing tools and frameworks

https://codeberg.org/thgie/awesome-small-web-publishing
2•smartmic•29m ago•0 comments

Self-hosted docs platform – 4 PHP files, no database, free GitBook alternative

https://github.com/webstudio-ltd/docs
3•webstudioltd•30m ago•5 comments

Ask HN: What should an international dev do today?

3•jzu•30m ago•0 comments

AI Agent Site Score Scanner

https://prodlint.com/score
1•AMARCOVECCHIO99•31m ago•0 comments

Can the mental health benefits of exercise be bottled?

https://medicalxpress.com/news/2026-02-mental-health-benefits-bottled.html
2•PaulHoule•31m ago•0 comments

Coasts: Localhost service isolation and orchestration for Git worktrees

https://github.com/coast-guard/coasts
1•handfuloflight•33m ago•0 comments

China's AI progress by the numbers: GLM-5 benchmarks, robotaxi, and Huawei chips

https://medium.com/ai-advances/china-winning-ai-race-deepseek-nvidia-ca7de8a727ec
1•Aedelon•33m ago•0 comments

Show HN: VectorLens – See why your RAG hallucinates, no config

1•gustav-proxi•33m ago•0 comments

Agentic Debt

https://neilkakkar.com/agentic-debt.html
3•neilkakkar•33m ago•0 comments

Show HN: Dashboard for monitoring multiple Claude Code sessions

https://github.com/Stargx/claude-code-dashboard
1•Stargx•36m ago•1 comments

Neuroscientists have pinpointed a potential biological signature for psychopathy

https://www.psypost.org/neuroscientists-have-pinpointed-a-potential-biological-signature-for-psyc...
2•amichail•38m ago•0 comments

60 Minutes Havana Syndrome report finds U.S. government tested energy weapon

https://www.cbsnews.com/news/60-minutes-havana-syndrome-report-finds-u-s-government-tested-energy...
8•jonas21•40m ago•2 comments
Open in hackernews

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

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