frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: How to Find Investors?

1•karanveer•55s ago•0 comments

Tiny tweak for Pi OS, big makeover for the Imager

https://www.theregister.com/2025/11/27/new_raspberry_pi_imager/
1•rbanffy•55s ago•0 comments

Can you share how your team handles FinOps and cloud cost optimization?

https://qualtricsxm6y7fnpxlk.qualtrics.com/jfe/form/SV_3t9duUd1bWwJrn0
1•avinashgaurav_•3m ago•1 comments

CIA Menu Collection

http://ciadigitalcollections.culinary.edu/digital/collection/p16940coll1/search
1•pseudolus•3m ago•0 comments

Ask HN: Would you use a fast/cheap "prior art" service instead of a patent?

1•shaheeniquebal•5m ago•0 comments

R.O.B. Robotic Operating Buddy

https://en.wikipedia.org/wiki/R.O.B.
1•debo_•5m ago•0 comments

There's still no free lunch in information retrieval

https://www.getbluemorpho.com/blog/there-s-still-no-free-lunch-in-information-retrieval
1•matthieu_bl•7m ago•0 comments

Super-recognizers sample visual information for facial recognition

https://royalsocietypublishing.org/doi/10.1098/rspb.2025.2005
1•mfld•10m ago•0 comments

Rust

https://en.wikipedia.org/wiki/Rust_(video_game)
1•tosh•12m ago•0 comments

Docker Superpowers You Forget to Use

https://oneuptime.com/blog/post/2025-11-27-ten-docker-superpowers-youre-probably-not-using/view
4•ndhandala•19m ago•0 comments

Show HN: Ioc-Arise

https://ioc-arise.notjustcoders.com/
1•stormsidali2001•19m ago•0 comments

Cross ratio to define a metric on the hyperbolic plane

https://www.johndcook.com/blog/2025/11/26/hyperbolic-metric/
1•ibobev•19m ago•0 comments

OBR calls in cyber expert over botched release of Budget analysis

https://www.bbc.co.uk/news/articles/cgmn991pz9jo
2•adrianhon•19m ago•0 comments

Hey there You are using WhatsApp: Enumerating Three Billion Accounts [pdf]

https://github.com/sbaresearch/whatsapp-census/blob/main/Hey_there_You_are_using_WhatsApp.pdf
1•miniBill•19m ago•0 comments

Brief thoughts on the recent Cloudflare outage

https://surfingcomplexity.blog/2025/11/26/brief-thoughts-on-the-recent-cloudflare-outage/
1•gpi•22m ago•0 comments

Implementing Drift Search with Neo4j and LlamaIndex

https://neo4j.com/blog/developer/drift-search-with-neo4j-and-llamaindex/
1•tsenturk•22m ago•0 comments

China launches an emergency lifeboat to bring three astronauts back to Earth

https://arstechnica.com/space/2025/11/china-launches-an-emergency-lifeboat-to-bring-three-astrona...
1•taubek•29m ago•0 comments

Ask HN: To Bring your project in front of 4000 people, how much should I charge?

1•karanveer•29m ago•0 comments

I Made Playing Cards to Teach English

https://landenlove.xyz/i-made-playing-cards-to-teach-english/
2•LandenLove•30m ago•3 comments

We are all mosaics: genetic diversity found between cells in a single person

https://www.nature.com/articles/d41586-025-03768-0
4•bookofjoe•30m ago•1 comments

Managing Side Effects: A JavaScript Effect System in 30 Lines or Less

https://lackofimagination.org/2025/11/managing-side-effects-a-javascript-effect-system-in-30-line...
1•birdculture•33m ago•0 comments

Books by Bitfield Consulting

https://bitfieldconsulting.com/books
2•chautumn•33m ago•0 comments

iPhone Air Flop Sparks Industry Retreat from Ultra-Thin Phones

https://www.macrumors.com/2025/11/27/iphone-air-flop-industry-drops-thin-phones/
3•mgh2•36m ago•0 comments

Robinhood CEO's math-focused AI startup Harmonic valued at $1.45B

https://www.reuters.com/business/robinhood-ceos-math-focused-ai-startup-harmonic-valued-145-billi...
1•ig1•36m ago•0 comments

The Untold Story of Charlie Munger's Final Years

https://www.wsj.com/finance/investing/charlie-munger-life-final-years-berkshire-7c20c18e
2•owenmakes•37m ago•1 comments

Effective harnesses for long-running agents

https://www.anthropic.com/engineering/effective-harnesses-for-long-running-agents
2•pretext•38m ago•0 comments

Learn to Program

https://janetdocs.org/tutorials/learn-to-program
1•smartmic•39m ago•0 comments

Show HN: Litterbox – Somewhat Isolated Development Environments

https://litterbox.work/
2•Gerharddc•41m ago•0 comments

Why (Senior) Engineers Struggle to Build AI Agents

https://www.philschmid.de/why-engineers-struggle-building-agents
2•danieloj•42m ago•0 comments

Raccoon Was Once a Thanksgiving Feast Fit for a President

https://www.smithsonianmag.com/smart-news/raccoon-was-once-thanksgiving-feast-fit-president-18097...
3•thunderbong•47m 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•6mo 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.