frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The International Space Station is leaking again

https://arstechnica.com/space/2026/05/uh-oh-the-international-space-station-is-leaking-again/
1•LorenDB•1m ago•0 comments

Blog ran on Ubuntu 16.04 for 10 years. I migrated it to FreeBSD

https://crocidb.com/post/this-blog-ran-on-ubuntu-16-04-for-10-years-i-migrated-it-to-freebsd/
1•speckx•2m ago•0 comments

The Paradox of Skill

https://www.hardikvala.com/blog/the-paradox-of-skill
1•bombastic311•3m ago•0 comments

Movesia – Control the Unity Editor with Plain English Commands

https://movesia.com
1•DexOmg•4m ago•0 comments

Distribution Fine Tuning: A post-training step to make models write better

https://dft.rosmine.ai/
1•sgt•5m ago•0 comments

Volo: Flight tracker built for group travel, delays, gates, and real connections

https://apps.apple.com/us/app/volo-flight-tracking/id6756634383
1•darpanypatel1•6m ago•0 comments

Built a subscription tracker that uses email forwarding instead of bank linking

https://www.subalert.org
1•momolii•7m ago•1 comments

Show HN: AI readiness toolkit: AI two-minute CODE maturity check

https://github.com/bjcoombs/ai-native-toolkit
1•ben30•8m ago•0 comments

Schlitz beer ending production after 177 years

https://www.boston25news.com/news/trending/schlitz-beer-ending-production-after-177-years/ABPDGCI...
2•1vuio0pswjnm7•8m ago•0 comments

JEP Draft: Enhanced Local Variable Declarations (Preview)

https://openjdk.org/jeps/8357464
1•theanonymousone•11m ago•0 comments

The XGO Programming Language

https://github.com/goplus/xgo
1•quux0r•12m ago•0 comments

The Founder Mental Health Survey

https://www.foundermental.health/
2•jasonshen•15m ago•0 comments

Event-Sourced Domain Modeling

https://www.esdm.io/
4•goloroden•16m ago•0 comments

Socket raises $60M Series C at $1B valuation

https://socket.dev/blog/series-c
2•slymax•16m ago•0 comments

Children in Australia tell UK kids how a social media ban has affected them

https://www.bbc.co.uk/newsround/videos/cx21x5x05wno
3•DropDead•17m ago•0 comments

AI token streaming isn't about SSE vs. WebSockets

https://zknill.io/posts/ai-token-streaming-isnt-about-sse-vs-websockets/
1•zknill•17m ago•0 comments

Exploring Ref Qualifiers in C++

https://www.meetingcpp.com/blog/items/Exploring-ref-qualifiers-in-Cpp.html
1•jandeboevrie•19m ago•0 comments

Claw Patrol: an open-source security firewall for agents

https://deno.com/blog/clawpatrol
1•slymax•19m ago•0 comments

Apple Music's AI stance: "Technology should amplify artists, not replace them"

https://9to5mac.com/2026/05/20/apple-music-shares-what-it-is-doing-to-keep-music-fair-in-an-ai-wo...
1•mgh2•20m ago•0 comments

Just You Wait

https://shiflett.org/blog/2026/just-you-wait
3•speckx•22m ago•0 comments

ATmosphere 1.0.0 – Liftoff – ActivityPub for WordPress

https://activitypub.blog/2026/05/20/atmosphere-1-0-0-liftoff/
1•Tomte•22m ago•0 comments

The Trailer Gap

https://maxmautner.com/2026/05/19/the-trailer-gap.html
1•mslate•24m ago•0 comments

Show HN: Patchmark – LSP for reviewing code changes/diffs in text

https://radicle.network/nodes/radicle.dpc.pw/rad%3Az3sP3WnHgo1UfwmfmFM9a5cZSSEZR
1•dpc_01234•25m ago•0 comments

FOSS Weekly #26.21: Microsoft's Distro, Bitwarden Drama, and More

https://itsfoss.com/newsletter/foss-weekly-26-21/
3•abdelhousni•25m ago•2 comments

The Day the Food Noise Died

https://www.nytimes.com/2026/04/27/health/food-noise-obesity-drugs-glp-1.html
1•paulpauper•25m ago•0 comments

Are there any good archivers that work?

1•paulpauper•26m ago•1 comments

Serving Netflix Video Traffic at 400Gb/S and Beyond (2022) [pdf]

https://nabstreamingsummit.com/wp-content/uploads/2022/05/2022-Streaming-Summit-Netflix.pdf
3•tosh•27m ago•0 comments

Harvard Caps A's as Selective Colleges Attack Grade Inflation

https://www.nytimes.com/2026/05/20/us/harvard-grade-inflation.html
1•paulpauper•28m ago•0 comments

"No way to prevent this" say users of only language where this regularly happens

https://xeiaso.net/shitposts/no-way-to-prevent-this/CVE-2026-45584/
4•speckx•29m ago•0 comments

The Trust and Safety Professional Association and Trust and Safety Foundation

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6579678
2•hn_acker•30m ago•1 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.