frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Reixo – HTTP client with no-throw Result<T,E> and zero-dep OTel

https://www.npmjs.com/package/reixo
1•webcoderspeed•53s ago•0 comments

Lux – Sandboxing Lua for Safer Package Management

https://vhyrro.neorg.org/posts/lux-update-07/
1•mrcjkb•1m ago•0 comments

Inference Engineering [pdf]

https://simple-download.vercel.app/api/download/Inference%20Engineering.pdf
1•miki123211•3m ago•1 comments

Show HN: Prompt optimizer that refactors messy prompts using a P-C-V pipeline

https://how-to-grab-me.vercel.app/
1•siris950•5m ago•0 comments

WritBase – Open-source task management for AI agent fleets (MCP-native)

https://github.com/Writbase/writbase
1•RusDyn•5m ago•2 comments

Adjustments to the China Storefront of the App Store on iOS and iPadOS

https://developer.apple.com/news/?id=dadukodv
1•surprisetalk•7m ago•0 comments

Claude Tips for 3D Work

https://www.davesnider.com/posts/claude-3d
1•snide•8m ago•0 comments

Anthropic gives $20M to group pushing for AI regulations ahead of 2026 elections

https://www.cnbc.com/2026/02/12/anthropic-gives-20-million-to-group-pushing-for-ai-regulations-.html
1•neya•8m ago•0 comments

North Oaks, Minnesota Only Unmapped US City Not on Google Street View [video]

https://www.youtube.com/shorts/JB8djgrLKjM
1•toomuchtodo•9m ago•1 comments

Free cost calculators for home improvement – no framework, no signup

https://projectcostcalc.com/
1•smarthomeu•10m ago•1 comments

Show HN: A conversation about OS design turned into an actual OS in a week

2•jonathanrtuck•12m ago•0 comments

The point-and-click UI paradox

https://bandarra.me/posts/point-and-click-paradox
1•andreban•13m ago•0 comments

Gillian Anderson (The X Files) Just Made a Surprise Catwalk Cameo

https://www.vogue.co.uk/article/gillian-anderson-miu-miu-aw26
2•reconnecting•13m ago•0 comments

#535: AI's Labor Market Impact, Killing Your Darlings, Learned Helplessness

https://age-of-product.com/food-agile-thought-535-ais-labor-market-impact/
1•swolpers•14m ago•0 comments

Candidates' faces on punching bags linked to 37 uncounted ballots in Hamtramck

https://www.votebeat.org/michigan/2026/03/10/hamtramck-37-voters-disenfranchised-rana-faraj-adam-...
2•hn_acker•14m ago•1 comments

Reinforcement Learning environments and how to build them

https://unsloth.ai/blog/rl-environments
1•vinhnx•14m ago•0 comments

Old risks reemerge in an era of Fed credibility

https://www.federalreserve.gov/econres/notes/feds-notes/why-have-far-forward-nominal-treasury-rat...
2•toomuchtodo•15m ago•1 comments

From plastics to pharmaceuticals, a new discovery sparks chain reactions

https://phys.org/news/2026-03-plastics-pharmaceuticals-discovery-chain-reactions.html
2•Brajeshwar•17m ago•0 comments

How The Pentagon Got Hooked on AI War Machines

https://www.bloomberg.com/news/features/2026-03-12/iran-war-tests-project-maven-us-ai-war-strategy
2•macleginn•17m ago•0 comments

GenCAD

https://gencad.github.io/
1•bilsbie•19m ago•0 comments

Gephi – The Open Graph Viz Platform

https://gephi.org
1•Tomte•19m ago•0 comments

Show HN: Coral – Visualize .proto file dependencies as an interactive graph

https://github.com/daisuke8000/coral
1•dsk8000•20m ago•0 comments

I Built Google File System in Go: One File, Zero Dependencies

https://jitesh117.github.io/blog/google-file-system-in-go/
1•caust1c•20m ago•1 comments

WiFi 8 silicon is shipping before most people even own a WiFi 7 router

https://medium.com/@robert.shane.kirkpatrick/wifi-8-is-coming-before-most-people-even-own-a-wifi-...
2•totalvaluegroup•20m ago•2 comments

The Model Is the Company

https://alexwang.ai/posts/the-model-is-the-company/
1•ketothekingdom•20m ago•0 comments

Ask HN: What makes a great programmer vs what makes a great SRE?

1•ernesto905•21m ago•0 comments

The Chokepoint We Missed: Sulfur, Hormuz, and the Threats to Military Readiness

https://mwi.westpoint.edu/the-chokepoint-we-missed-sulfur-hormuz-and-the-threats-to-military-read...
1•r721•22m ago•1 comments

Mysterious large steel cylinder disrupts traffic in Japan

https://www.rte.ie/news/world/2026/0313/1563216-japan-cylinder/
2•austinallegro•23m ago•0 comments

Triassic Period

https://www.nps.gov/articles/000/triassic-period.htm
1•mooreds•23m ago•0 comments

HAL – Harmful Action Limiter: Lean command guard for AI coding agents.

https://github.com/otherland/hal
2•otherland26•24m 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!