frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Ancient Roots of Modern Winemaking

https://nautil.us/the-ancient-roots-of-modern-winemaking-1281970
1•the-mitr•4m ago•0 comments

Return-to-office mandates are killing workplace trust

https://thehill.com/opinion/technology/5992056-office-attendance-backlash/
2•dmitrygr•11m ago•0 comments

Only 1/8 turbines in Hungarian Paks NPP still operational, shutdown imminent

https://index.hu/gazdasag/2026/08/03/paksi-atomeromu-leallas-kormany-atomenergia-energia-veszelyh...
2•Markoff•15m ago•1 comments

Go json/v2

https://pkg.go.dev/encoding/json/v2
1•tosh•18m ago•0 comments

Dijkstra: The End of Computing Science (2000) [pdf]

https://www.cs.utexas.edu/~EWD/ewd13xx/EWD1304.PDF
1•emptybits•27m ago•0 comments

Show HN: Open-sourcing my market mental map

https://research.oguzbilgic.com
1•obilgic•30m ago•1 comments

lexicon of computing (2001)

https://web.archive.org/web/20011128152100/http://www.cs.washington.edu/homes/klee/misc/lexicon.html
1•jruohonen•34m ago•0 comments

Netflix sued for $105M after unreleased Nicolas Cage movie is stolen

https://www.nbcnews.com/pop-culture/pop-culture-news/netflix-sued-105-million-unreleased-nicolas-...
2•xvxvx•42m ago•3 comments

Show HN: Kwayk – Reimplementing Quake in Qt Quick3D with Jolt Physics

https://github.com/glazunov999/Kwayk
1•glazunov999•44m ago•0 comments

How Go Players Disempower Themselves to AI

https://www.lesswrong.com/posts/nR3DkyivzF4ve97oM/how-go-players-disempower-themselves-to-ai
2•zetalyrae•45m ago•0 comments

How Cursor sets up their cloud agent environment

https://cursor.com/blog/cloud-agent-environment
1•inferhaven•46m ago•0 comments

Spain to put containment fence round Ceuta after deadly border rush from Morocco

https://www.cbsnews.com/news/spain-ceuta-morocco-migrants-border-crossings/
2•SilentM68•51m ago•1 comments

Email compromise that wiped half a billion $

https://ravenmail.io/blog/bank-of-baroda-leak
5•abishekr•54m ago•0 comments

Show HN: N3MO better ROI than CodeRabbit

https://www.n3mo.shop/
1•RajX_dev•54m ago•0 comments

Servitor (Simple way to run local dev containers)

https://github.com/sndsabin/servitor
2•havu12•1h ago•0 comments

Show HN: New Parts for Old Computers

https://newold.computer/
2•joshu•1h ago•0 comments

AI Mentions in Job Descriptions – August 2026

https://corvi.careers/blog/ai_jobs_aug_2026/
2•sp1982•1h ago•0 comments

Pulverised recycled glass helps boost farm productivity with benefits to soil

https://www.abc.net.au/news/2026-07-31/ground-glass-silicon-fertiliser-farm-productivity/106963488
4•Tomte•1h ago•1 comments

An AI meeting recorder that sees and hears everything

https://github.com/puremetricsai/lumi
2•puremetrics•1h ago•4 comments

Show HN: Drop your site, get design feedback based on similar sites

https://design.withfudge.com/website-feedback
1•sim04ful•1h ago•0 comments

DDisasm: Reversible (bi-directional) Disassembler

https://github.com/GrammaTech/ddisasm
1•aboardRat4•1h ago•1 comments

Show HN: An AI-Powered Widget for Collecting User Feedback

https://makethisbetter.dev/
2•paicha•1h ago•1 comments

Show HN: An AI wrote and illustrated a book of fables about threads and packets

https://booyaka101.github.io/thedailyfable/day07/
4•Booyaka101•1h ago•0 comments

Lerobit MMP V1: Transforming AI Marketing-Coming Soon

https://www.lerobit.com/coming-soon
1•akliluart•1h ago•0 comments

Mob – A personal CRM as an MCP server

https://mobcrm.au/
1•benkaiser•1h ago•1 comments

I Built Peko to Fix Native App Deployment

https://app.pekoui.com/blog/why-i-built-peko
1•IAmPrestonBrown•1h ago•0 comments

Show HN: An update to the random OS (windogeOS)

https://github.com/NoTheIdiot/WindogeOS
1•notheidiot•1h ago•0 comments

Show HN: Do Codex skills save tokens? A six-run task-size benchmark

https://codex-howto-benchmark.nguyenvantamdk2.chatgpt.site
2•phelannguyen164•1h ago•0 comments

China, Open Source and AI Competitiveness with Andrew Ng

https://www.youtube.com/watch?v=2OUGXI9Y1sk
1•rasengan0•1h ago•0 comments

Show HN: swsql – A PostgreSQL client for the terminal, written in Swift

https://github.com/vdsingh/swsql
1•vikdevmail•1h 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.