frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why Bulletproof React Became the Most Popular React Architecture on GitHub

https://jsdev.space/bulletproof-react-architecture-guide/
1•javatuts•1m ago•0 comments

We Are Witnessing the Slow Death of the Prestige Career

https://www.theguardian.com/commentisfree/2026/jun/22/consulting-ai-prestige-careers
1•mindcrime•3m ago•0 comments

Manticore Search 27.1.5: Auth, sharding, conversational&faster vector search

https://medium.com/@s_nikolaev/manticore-search-27-1-5-5fe42cbc5787
1•snikolaev•4m ago•0 comments

Wrst – Build smartwatch apps with React and TypeScript

https://www.wrst.dev/
1•karolbisztyga•6m ago•0 comments

Smoobu website builder suffers from bad UX, I used their API instead

https://waldo.vanderlore.de/blog/str-booking-guide/
1•waldov•7m ago•0 comments

What happens when OKF runs inside an AI tool

https://tenureai.dev/writing/open-knowledge-format-ai-memory-benchmark/
3•jflynt76•7m ago•0 comments

Millions in UK could claim share of £3B after Apple case given green light

https://www.bbc.co.uk/news/articles/c932d1r0p96o
2•fredley•9m ago•0 comments

SHOW HN: Huskmail - A disposable email with private inboxes and trial library

https://huskmail.xyz
1•draggodra•9m ago•2 comments

Sorites Paradox (Paradox of the Heap)

https://en.wikipedia.org/wiki/Sorites_paradox
2•chistev•17m ago•0 comments

Downed US pilot reported 'jellyfish' drone formation before crash

https://www.cnn.com/2026/06/23/politics/iran-drones-f-15-pilot-intelligence
1•farseer•17m ago•0 comments

Show HN: Neural Particle Automata

https://selforg-npa.github.io/
6•esychology•18m ago•0 comments

Show HN: SharpSkill, a LeetCode alternative built in 15 spoken languages

https://sharpskill.dev/en
2•Enjoyooor•19m ago•2 comments

The secret cause of the industrial revolution

https://www.worksinprogress.news/p/how-smashing-the-nimbys-created-modern
1•bensouthwood•19m ago•0 comments

Dunky State-Machine

https://www.dunky.dev/state-machine
1•ivanbanov•20m ago•1 comments

Show HN: Continuum – an open, local-first memory layer for your Mac

https://github.com/nikhilkagita04/continuum
2•nikhilkagita97•20m ago•0 comments

Most of What You Read on the Internet Is Written by Insane People (2018)

https://old.reddit.com/r/slatestarcodex/comments/9rvroo/most_of_what_you_read_on_the_internet_is_...
2•downbad_•32m ago•0 comments

AI Built a Nuke and Still Lost

https://www.lwilko.com/blog/i-gave-an-ai-a-civilization
6•kensai•33m ago•0 comments

China's CATL bets battery swapping will cut costs for Europe's electric trucks

https://www.ft.com/content/c2175609-d106-4a9c-b6a3-56aac71c569a
2•JumpCrisscross•40m ago•0 comments

Ralph Harness, a tiny guarded loop for coding agents

https://github.com/rxdt/py_ralph_frame
1•rxdt•41m ago•0 comments

Ionos warns of acute capacity shortage in Frankfurt, Germany region

https://cdn.imgtree.co/images/jvJVQIZy.jpg
1•nor0x•46m ago•1 comments

36 Hours with Fable

https://tossrock.substack.com/p/36-hours-with-fable
3•fragmede•46m ago•1 comments

New £1.1B plan to back chip firms, boost computing and skills for the AI

https://www.gov.uk/government/news/a-decisive-shift-to-power-british-ai-new-11-billion-plan-to-ba...
1•rbanffy•47m ago•0 comments

Artificial intelligence-based law firm wins in court

https://www.computerweekly.com/news/366644941/Artificial-intelligence-based-law-firm-wins-in-court
2•TMWNN•49m ago•0 comments

Zero Weights Language Model (MSE-GLM)

https://aircityshops.com/index.php?url=city/mse_blog
2•fodokidza•50m ago•0 comments

I built an AI memory engine in 10 days, then needed a project to prove it works

https://parametric-memory.dev
2•EntityOne•51m ago•1 comments

Show HN: Ideate a trading strategy with an Ex-Citadel Trader

https://sean-but-ai.vercel.app/
9•Entropnt•52m ago•4 comments

Generated this marketing video in just 12 minutes using this tool Clickcast.tech

https://www.youtube.com/shorts/ow0JWuBLCgA
1•clickcasttech•55m ago•1 comments

How to turn compute into a financial asset

https://www.economist.com/finance-and-economics/2026/06/22/how-to-turn-compute-into-a-financial-a...
2•zczc•57m ago•2 comments

How sad should I be about ChatGPT? (2022)

https://robertheaton.com/chatgpt/
3•reasonableklout•58m ago•0 comments

Ask HN: In the age of agentic coding why no one talks about orchestration tools

3•ios-contractor•1h ago•2 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!