frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Lunch with the FT. Errol Musk: 'I'm Elon's father, not his pal'

https://www.ft.com/content/ded0ef2a-fb61-4960-981d-5bcf5f0c6bf2
1•samizdis•1m ago•1 comments

Infimaker K1 – Professional Desktop 5-Axis CNC

https://infimaker.com/pages/infimaker-k1
1•dgellow•4m ago•0 comments

LinkedIn-maxxing: An early-stage GTM guide

https://nmn.gl/blog/linkedin-maxxing
1•namanyayg•5m ago•0 comments

Behaviour‑based decision layer for real‑time audio analysis (CEPA Logic)

https://github.com/AdBusterOfficial
1•Bo_Amigo_910•6m ago•0 comments

Oleander: Query Routing and Multi-Engine Infra Is the Future

https://oleander.dev
1•jessol•7m ago•0 comments

80% of developers find AI coding more addictive than helpful

https://www.zdnet.com/article/80-of-developers-find-ai-coding-more-addictive-than-helpful/
2•CrankyBear•8m ago•0 comments

Mecrisp – Native Code Forth

https://mecrisp.sourceforge.net/
1•smartmic•9m ago•0 comments

The Center for Bits and Atoms

https://cba.mit.edu/
1•gregsadetsky•12m ago•0 comments

Building Piclaw on Top of an Opinionated Coding Agent

https://taoofmac.com/space/blog/2026/08/21/2218
1•rcarmo•13m ago•0 comments

Run 290B+ frontier MoE models locally on your gaming PC

https://github.com/FlashML-org/FreeToken
1•shenli3514•13m ago•0 comments

Massive Child Safety Trial Against Meta Starts in Federal Court

https://www.wsj.com/tech/massive-child-safety-trial-against-meta-starts-in-federal-court-130e3739
2•rib3ye•15m ago•1 comments

Personalized Language Learning

https://lumilanguage.com/
2•ewzie•16m ago•0 comments

Astronomers witness cosmic recycling system in action

https://news.northwestern.edu/stories/2026/08-2/astronomers-witness-cosmic-recycling-system-in-ac...
3•gmays•26m ago•0 comments

Remotely Unlocking Electric Scooters

https://henriemategui.com/post/remotely-unlocking-electric-scooters
3•henriemategui•28m ago•0 comments

SCO Lawsuit agains Linux 20 years later

https://lwn.net/Articles/924577/
3•p0w3n3d•29m ago•0 comments

Ask HN: What newspapers are you subscribed to?

1•humam_alhusaini•31m ago•0 comments

Greenwich moon time? The race to set lunar clocks

https://www.ft.com/content/d09e9c05-60c8-4c8a-8230-a5476a049b88
2•samizdis•34m ago•1 comments

Amazon's 7.65GW AI data center power plant could be largest CO₂ emitter in US

https://www.tomshardware.com/tech-industry/data-centers/amazons-new-7-65gw-texas-ai-data-center-p...
3•gmays•35m ago•1 comments

SiriusAgent

https://github.com/siriusagent/siriusagent/releases/tag/v0.1.1-alpha.028
1•siriusagent•39m ago•1 comments

Outbid.lol Copycat List

https://outbid-directory.lol
1•buildItN0w_•40m ago•0 comments

Meet the man who bought a Ferrari Luce for $40M

https://www.topgear.com/car-news/electric/meet-man-who-bought-a-ferrari-luce-40m
1•tiagom87•41m ago•1 comments

Total eclipse of the Internet: traffic impacts in Iceland, Spain, and Portugal

https://blog.cloudflare.com/total-eclipse-internet-traffic-iceland-spain-portugal/
3•blueshoess•43m ago•0 comments

One Postgres cluster, many apps

https://planetscale.com/blog/one-postgres-cluster-many-apps
2•blueshoess•44m ago•0 comments

U.S. Announces Colorado River Cuts for 3 States Amid Drought

https://www.nytimes.com/2026/08/21/climate/colorado-river-water-cuts-drought.html
4•littlexsparkee•48m ago•0 comments

Influencers and Resellers Are Turning Empty Boxes into Big Cash

https://www.wired.com/story/when-the-packaging-is-the-product-empty-boxes-influencers/
2•tobiasrenger•51m ago•0 comments

Google's Westinghouse Bet

https://asimovaddendum.substack.com/p/googles-westinghouse-bet
2•gmays•54m ago•0 comments

'The young ones are the best ones': Meta's alleged effort to hook kids

https://www.latimes.com/california/story/2026-08-18/california-social-media-addiction-lawsuit-meta
8•1vuio0pswjnm7•57m ago•0 comments

Denavit–Hartenberg Parameters

https://en.wikipedia.org/wiki/Denavit%E2%80%93Hartenberg_parameters
2•gregsadetsky•59m ago•0 comments

Taskuary – Your inbox becomes tasks, your coding CLI works them

https://github.com/ldbumble/taskuary
3•monkeydo09•1h ago•1 comments

'It's a Kind of Magic'

https://sztukacyrku.pl/teksty/its-a-kind-of-magic-or-circus-enchantments-of-reality/
1•jruohonen•1h 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!