frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why the Café Gratitude Family Left Veganism

https://www.altaonline.com/dispatches/a71378426/cafe-gratitude-family-left-veganism/
1•speckx•26s ago•0 comments

Ex-Trump adviser John Bolton pleads guilty to mishandling classified documents

https://www.bbc.com/news/articles/czxqwg4nrvlo
1•tartoran•1m ago•0 comments

John Bolton pleads guilty to retaining national defense information

https://www.cnbc.com/2026/06/26/john-bolton-guilty-defense-trump.html
1•tcp_handshaker•1m ago•0 comments

Mirroring a Wayland desktop region for easy screen sharing

https://blog.senko.net/mirroring-a-wayland-desktop-region-for-easy-screen-sharing
1•taubek•2m ago•0 comments

How to Write an Effective Software Design Document

https://refactoringenglish.com/excerpts/write-an-effective-design-doc/
2•mtlynch•2m ago•1 comments

Ask HN: Is Multi-core a thing of the past?

1•dzonga•2m ago•0 comments

A.I. Doomaxxing Is Bad for Our Economy

https://www.nytimes.com/2026/06/22/opinion/ai-doom-jobs-economy.html
1•mooreds•3m ago•0 comments

PageForth – AI News Reader for Mac That Summarizes Any Site

https://pageforth.com/
2•borisjabes•3m ago•0 comments

Show HN: Image-inspector – find base images, see CVE counts, pin by digest

https://github.com/anmalkov/image-inspector
1•anmalkov•5m ago•0 comments

Warmr – Generate qualified LinkedIn leads in 15 min a day

https://warmr.up.railway.app/static/index.html
1•nikitafaesch•7m ago•0 comments

How to Build an AI Telegram Bot to Manage Your Group (Announce, Pin, Moderate)

https://quickchat.ai/post/connect-ai-agent-to-telegram-bot-api
2•piotrgrudzien•7m ago•0 comments

OpenAI staggers AI model release after Trump administration request

https://www.theguardian.com/technology/2026/jun/26/openai-ai-model-release-trump-us-sam-altman-gp...
1•pimterry•7m ago•0 comments

Portland reps query $600M gift to Blazers owner; he says be glad he pays taxes

https://www.fieldofschemes.com/2026/06/25/24412/portland-legislators-question-600m-gift-to-blazer...
1•speckx•8m ago•0 comments

Meditations on Moloch (2014)

https://slatestarcodex.com/2014/07/30/meditations-on-moloch/
1•gmays•8m ago•0 comments

Jolla Phone, Over 13 500 units sold

https://commerce.jolla.com/products/jolla-phone-october-2026
1•mrbn100ful•8m ago•0 comments

VRAM Ghost Busting: Who You Gonna Close()?

https://hcompany.ai/vram-ghost-busting-who-you-gonna-close
1•covi•8m ago•0 comments

Small aircraft crashes into Beijing's tallest skyscraper

https://www.cnn.com/2026/06/26/china/small-plane-crashes-into-beijing-skyscraper-intl
1•malshe•8m ago•0 comments

Alan Turing's Remarkable, Nearly-Forgotten Voice Encryption Device

https://hackaday.com/2026/06/26/alan-turings-remarkable-nearly-forgotten-voice-encryption-device/
2•mdp2021•9m ago•0 comments

Fast-Track Democratically Approved Transit Projects

https://ifp.org/fast-track-democratically-approved-transit-projects/
1•surprisetalk•9m ago•0 comments

What Is the Positive Grassmannian and Why Does It Show Up Everywhere?

https://www.quantamagazine.org/what-is-the-positive-grassmannian-and-why-does-it-show-up-everywhe...
1•Brajeshwar•11m ago•0 comments

Swsim: A Software SIM Card

https://github.com/tomasz-lisowski/swsim
2•fanf2•12m ago•0 comments

AI Broke Software's Best Trick

https://ardonio.com/posts/ai-broke-software-marginal-cost/
2•mooreds•12m ago•0 comments

Show HN: Learn to code, free on Open Source software

https://libre.academy/
1•Mattx4•13m ago•0 comments

Show HN: Goodshelf – Bookshelf from Goodreads Bookshelves

https://github.com/kmcheung12/goodshelf
2•a_c•13m ago•0 comments

Beta test TeXmacs on Android

https://nuage.lix.polytechnique.fr/index.php/apps/forms/s/stfxAj2S2xnqC3aajYjKwtk7
1•amichail•15m ago•0 comments

IBM Announces 0.7nm Process Node, Introduces NanoStack

https://morethanmoore.substack.com/p/ibms-announces-07nm-process-node
3•zdw•15m ago•0 comments

Using AI to build a "self-improving" company? ~Copy #390 on Global Fortune 500

https://frankruscica.substack.com/p/ai-haier-synergy
2•frankruscica•16m ago•0 comments

Paris police asks major festivals be cancelled due to relentless heatwave

https://www.france24.com/en/paris-police-asks-major-festivals-be-cancelled-due-to-relentless-heat...
4•bookofjoe•18m ago•0 comments

Anatomy of a Failed (Nation-State?) Attack

https://grack.com/blog/2026/06/25/dissecting-a-failed-nation-state-attack/
3•mmastrac•18m ago•0 comments

SQLite improving performance with pre-sort

https://andersmurphy.com/2026/06/07/sqlite-improving-performance-with-pre-sort.html
3•tosh•18m ago•0 comments
Open in hackernews

Show HN: Zeno – A framework for verifiable RL rewards (code, math, and more)

https://github.com/Think-a-Tron/zeno
2•Sai_Praneeth•1y ago
With TRL, it's now straightforward to RL-finetune LLMs, but picking good reward functions is still the weakest link.

Zeno is an open-source toolkit for verifiable, deterministic reward functions for RL on LLMs.

While the initial release focuses on Python code generation, the goal is broader: make RL reward design for LLMs transparent, modular, and extendable across domains (math, retrieval, reasoning, tool-use, etc.)

What's in Zeno for now? - Auditable, stateless reward functions for Python code - docstrings, ruff linting, type hints, recursion, and more - Works directly with Huggingface's TRL or any RL loop - plug reward functions in as needed. - MIT licensed and minimal.

Roadmap: Python code is just the starting point. Extensions for math problem solving, planning and agentic behaviors are in todo.

Repo: https://github.com/think-a-tron/zeno

Docs and more details in the README

Comments, critiques, and real-world use cases encouraged, especially if you want to push beyond code.