frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Astra and Fable still hack on simple variants of alignment evals from 2025

https://www.lesswrong.com/posts/munJKF7iWMsWJLAH2/astra-and-fable-still-hack-on-simple-variants-o...
191•Levitating•3h ago•74 comments

CUDA for AMD on Windows

https://github.com/Speedstu/CUDA-for-AMD-Windows
64•chiassedu80•3h ago•18 comments

JetKVM Mini

https://jetkvm.com/blog/introducing-jetkvm-mini
396•taubek•9h ago•156 comments

Why is the x86 undefined instruction called ud2? Why 2?

https://devblogs.microsoft.com/oldnewthing/20260910-00/?p=112689
86•ibobev•5h ago•27 comments

Garry Tan wants US open-weight AI labs to 'distill' frontier models, too

https://techcrunch.com/2026/09/11/y-combinators-garry-tan-wants-u-s-open-weight-ai-labs-to-distil...
123•TheJCDenton•1h ago•49 comments

Cpak – OCI application package format for Linux desktops, servers and devices

https://cpak.it/
18•xlmnxp•2h ago•6 comments

Making Startups Powerful

https://paulgraham.com/powerful.html
47•tosh•3h ago•17 comments

Reverse engineering my e-scooter and rewriting the firmware in Rust

https://bensimms.moe/reverse-engineering-scooter/
179•vinhnx•3d ago•53 comments

Libraries Run Rust Inside Python (With PyO3)

https://belderbos.dev/blog/how-libraries-run-rust-inside-python/
27•lumpa•2h ago•21 comments

Romania soccer introduces black card to 'combat abusive behaviour' from parents

https://www.nytimes.com/athletic/7586821/2026/09/12/football-black-card-referee/
19•thunderbong•35m ago•2 comments

Alan's Random Insult Generator (1999)

https://alanbellows.com/experiments/insult/index.html
29•DamnInteresting•2d ago•14 comments

'Fingerprints' inside the Sun could reveal if it once swallowed a planet

https://ras.ac.uk/news-and-press/research-highlights/fingerprints-inside-sun-could-reveal-if-it-o...
81•blincoln•5h ago•27 comments

David Sacks: OpenAI and Anthropic Don't Need Regulations to Pace Frontier Models

https://twitter.com/DavidSacks/status/2098973625252708460
44•kolanos•50m ago•13 comments

Why are AI agents lying, cheating and coordinating?

https://yoshuabengio.org/en/publication/why-are-ai-agents-lying-cheating-and-coordinating
488•jonifico•16h ago•567 comments

TailTalk: A modern async user space AppleTalk stack with Rust and Tokio

https://github.com/FeralFirmware/TailTalk/
51•zdw•17h ago•13 comments

Predictive intelligence to anticipate anything.

https://prior.chat/
16•onemarkos•2h ago•19 comments

Ask HN: How can I browse HN in dark mode?

15•herodoturtle•24m ago•10 comments

Make your first edit to OpenStreetMap

https://high5apps.github.io/josm-plugin-website-wizard/
557•juliantigler•1d ago•136 comments

Homebrew 7.0.0

https://brew.sh/2026/09/13/homebrew-7.0.0/
429•mikemcquaid•9h ago•166 comments

Aligned to whom?

https://hyperbo.la/w/aligned-to-whom/
156•lopopolo•14h ago•92 comments

Ask HN: What are you working on? (September 2026)

6•david927•11m ago•5 comments

Base84 deserves a place in file names

https://00f.net/2026/09/09/base84/
37•kevvok•2d ago•28 comments

Key symbols we lost to time, pt. 1: The PC side

https://unsung.aresluna.org/key-symbols-we-lost-to-time-pt-1-the-pc-side/
47•leephillips•3h ago•14 comments

On Binary Translation and Its Consequences

https://chipsandcheese.com/p/on-binary-translation-and-its-consequences
31•matt_d•2d ago•14 comments

The Interim Computer Museum

https://icm.museum/
153•mulmen•14h ago•21 comments

A Brief Retrospective on the Sprite Network Operating System

https://github.com/OSPreservProject/sprite/blob/master/sprite.txt
6•EvanAnderson•1d ago•4 comments

Google illegally retains customer data,and I am taking legal action against them

https://medium.com/@istokovicsgyorgy79/google-illegally-retains-customer-data-and-i-am-taking-leg...
5•Bitu79•19m ago•0 comments

I Added a Non-Wi-Fi Mitsubishi AC to Home Assistant

https://medium.com/@ivangomezarnedo/how-i-added-a-non-wi-fi-mitsubishi-ac-to-home-assistant-22770...
148•ichacas•3d ago•70 comments

Apple iPod Engraver (2019)

https://dunstanorchard.com/apple-ipod-engraver/
270•NaOH•4d ago•71 comments

Don't be the out of touch Kung Fu master

https://twitter.com/ID_AA_Carmack/status/2098443262214230095
227•dsubburam•19h ago•318 comments
Open in hackernews

RevenueOS – open-source revenue automation that waits for your approval

https://github.com/unempyd/revenueos
6•unempyd•4h ago

Comments

unempyd•4h ago
It's a self-hosted revenue department. One command, `revenueos demo https://yoursite`, reads a website and lists what's costing it customers: tappable phone numbers, LocalBusiness schema, canonical tags, titles and descriptions, sitemap. It says which fixes it would deploy itself, but it does not deploy anything without approval.

That's the core rule: every action waits for a human to approve it. The executors that change things, deploying a site fix, pausing an ad campaign, booking a call, sending an invoice, all refuse to run unless you've explicitly switched on "allow changes" for that connection.

The honesty rules are enforced in code, not just policy. No metric gets synthesized. A lead without a contact email can never be marked "qualified," full stop. Outreach drafts get linted and refused if they contain placeholders or leftover prompt scaffolding. Deliverables are stripped of anyone's payment links or identity before they go out.

Measured result, on our own site: it found two defects, we approved the fix, it pushed two commits itself, and the live page carried both tags within 20 seconds. canonical_present went 0 to 1, local_schema_present went 0 to 1.

We also ran lead discovery from public OpenStreetMap data with no credentials, in Adelaide: 525 businesses with a website, 432 reachable, 70 with live ad tags, 42 of those with a business email. We report all three numbers separately, found, contactable, qualified, because collapsing them into one number is exactly the kind of thing that gets lied about in this space.

What it can't do yet: live Google Ads or Meta connections need your own OAuth client. Hosting is self-hosted or run-for-you. Revenue so far is $0, customers 0. This is a Show HN.

It's MIT-licensed, `pip install revenueos`, v0.2.4. You run it free; you only pay after a measured result you agreed with.

Repo: https://github.com/unempyd/revenueos

electric_mayhem•30m ago
But can you have a human right your blurb instead of foisting AI slop on us?
graemep•1h ago
Why does the name end in "OS"?
opengrass•27m ago
AI slop
unempyd•20m ago
hmmm, thanks.