frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

LeRobot v0.5.0: Scaling Every Dimension

https://huggingface.co/blog/lerobot-release-v050
1•ibobev•3m ago•0 comments

Ulysses Sequence Parallelism: Training with Million-Token Contexts

https://huggingface.co/blog/ulysses-sp
1•ibobev•3m ago•0 comments

In the '90s Germany's air traffic control ran on Emacs

https://old.reddit.com/r/emacs/comments/lly7po/comment/gnvzisy/
2•clyfe•4m ago•0 comments

Simulating Queueing 2

https://buttondown.com/jaffray/archive/simulating-queueing-2/
1•ibobev•4m ago•0 comments

Trump says Iran 'war is complete,' talks to Putin

https://www.cnbc.com/2026/03/09/trump-iran-war-end.html
3•kamaraju•4m ago•0 comments

Feed Palestine

1•alpple•5m ago•0 comments

Skill to slim down your bloated AGENTS.md file

https://mheadd.github.io/agent-slimmer/
1•mjheadd•5m ago•0 comments

I wrote a OpenClaw Operators Field Guide for operating multi-agent AI systems

https://bethegorilla.com/
2•pathowlett•5m ago•1 comments

Snice – 130 web components and a decorator-based framework

1•hedzer•6m ago•0 comments

Some skills become second nature

https://news.mit.edu/2026/how-some-skills-become-second-nature-0304
1•rbanffy•6m ago•0 comments

One Year with Hyprland

https://www.whileforloop.com/en/blog/2026/03/09/one-year-with-hyprland/
1•wookashh•7m ago•0 comments

Oracle is building yesterday's data centers with tomorrow's debt

https://www.cnbc.com/2026/03/09/oracle-is-building-yesterdays-data-centers-with-tomorrows-debt.html
4•spenvo•9m ago•0 comments

Show HN: Making Codex stop rediscovering the same repository over and over

1•oldskultxo•9m ago•1 comments

Setting Up a Debug Environment for QEMU PCI Device Exploitation

https://varik.dev/blog/htb/nftdrm/debug-env-for-qemu-pwn
1•varik77•10m ago•0 comments

Taara Beam

https://taaraconnect.com/product/beam
2•rglover•12m ago•0 comments

Talking Face Animation Using a Learned Kalman Filter on Mobile Devices

https://www.mdpi.com/1424-8220/26/4/1377
2•PaulHoule•12m ago•0 comments

Show HN: DevToolbox – 13 browser-based dev tools, privacy-first

https://geld-verdienen-app-kbpcmxfq.devinapps.com
1•DevToolboxApp•13m ago•1 comments

Thomas Selfridge: The First Airplane Fatality

https://www.amusingplanet.com/2026/03/thomas-selfridge-first-airplane-fatality.html
3•Hooke•13m ago•0 comments

Show HN: MDviewer – native macOS app for opening Markdown as print-ready docs

https://github.com/JackYoung27/mdviewer
1•jacknotold•15m ago•1 comments

'Love Is Strong as Death' Review: Triangles of Life

https://www.wsj.com/arts-culture/books/love-is-strong-as-death-review-a-theologians-triangles-of-...
1•apollinaire•15m ago•0 comments

Closing the verification loop: Observability-driven harnesses for agents

https://www.datadoghq.com/blog/ai/harness-first-agents/
2•alpaylan•15m ago•0 comments

Show HN: Efficient LLM Architectures for 32GB RAM (Ternary and Sparse Inference)

https://github.com/opengraviton/graviton-native
1•fatihturker•15m ago•1 comments

Show HN: SubmitGate – catch mobile submission/compliance issues before release

https://submit-gate.com/
2•drkhannah•17m ago•0 comments

Show HN: Agents.txt – proposed standard for AI agent permissions on the web

https://github.com/jaspervanveen/agents-txt
1•jaspervanveen•19m ago•3 comments

Bluesky CEO Jay Graber will step aside

https://www.theverge.com/tech/891562/bluesky-new-ceo
2•microsoftedging•20m ago•1 comments

Anthropic launches code review tool to check flood of AI-generated code

https://techcrunch.com/2026/03/09/anthropic-launches-code-review-tool-to-check-flood-of-ai-genera...
1•LostMyLogin•22m ago•1 comments

Musk takes the stand at trial for deflating Twitter stock ahead of purchase

https://www.latimes.com/business/story/2026-03-04/musk-takes-stand-in-trial-accusing-him-of-defla...
4•1vuio0pswjnm7•23m ago•0 comments

Forge 4D – a native runtime for building apps without the browser stack -new URL

https://codeberg.org/CrowdWare/Forge4D
2•artanidos•26m ago•1 comments

What I Learned Building Two Large Products with AI

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

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

https://dopaloop.app/de
2•steviee•36m ago•0 comments
Open in hackernews

Show HN: OpenClix, Agent friendly, open-source retention tooling

https://github.com/openclix/openclix
4•jace_yoo•2h ago
Hi HN,

I’m sharing OpenClix, an open source toolkit for running mobile engagement and retention flows directly inside your app.

The motivation came from repeatedly seeing the same pattern when teams try to improve retention. They end up stitching together push providers, experimentation tools, analytics pipelines, and backend services just to ship simple onboarding nudges or re engagement reminders. The setup becomes complex very quickly.

OpenClix takes a different approach.

Instead of a hosted platform or heavy SDK, it provides config driven engagement logic that runs on device. Campaigns and rules live in a simple JSON config and react to app events locally. You can trigger notifications, schedule follow ups, or suppress messages based on user behavior without needing a backend control plane.

A few core ideas behind the project:

• Local first execution. Engagement logic runs on the device, which removes a lot of infrastructure and latency. • Source vendoring instead of SDK lock in. The code can live directly in your repo so you can inspect and modify it. • Config driven campaigns. Triggers, guardrails, and messaging logic are defined in a simple config file. • Agent friendly workflows. The project is structured so coding agents can safely generate and modify campaigns or rules.

Typical things people use it for:

• onboarding nudges • streak or habit reminders • re engagement after inactivity • retention experiments without a full growth stack

I’d love feedback on a few things:

• Does the local first approach make sense for engagement logic? • What types of campaigns would you want to run this way? • What analytics or integrations would make this more useful?

Happy to answer questions and discuss how others handle retention tooling today.