frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: An 8-bit live gamecast for baseball

https://ribbie.tv/watch
194•brownrout•8h ago•110 comments

Show HN: We built an 8-bit CPU as 2nd year EE students

https://github.com/c0rRupT9/STEPLA-1
14•CorRupT9•2d ago•1 comments

Show HN: Inkwash, a watercolor sketching app and explanation

https://johnowhitaker.github.io/inkwash/about
161•Yenrabbit•3d ago•21 comments

Show HN: High-Res Neural Cellular Automata

https://cells2pixels.github.io/
186•esychology•15h ago•49 comments

Show HN: StarScope – Free astronomy dashboard for observers outside the US/UK

https://starscope.live/feed
15•xenophin•2d ago•2 comments

Show HN: Capacitor Alarm Clock

https://github.com/ArcaEge/capacitor-alarm-clock
134•arcaege•3d ago•40 comments

Show HN: Criterion Closet as a website – pull any of 1,247 films off the shelf

https://the-criterion-closet.vercel.app/
2•olievans•1h ago•1 comments

Show HN: Deconvolution – a Rust image deconvolution and restoration crate

https://github.com/pbkx/deconvolution
28•rmi0•2d ago•4 comments

Show HN: WaylandClientKit – a Swift Wayland client substrate for Linux

https://github.com/conxlgtm/WaylandClientKit
3•Nocerg•2h ago•0 comments

Show HN: Reyn – local-first AI that journals and recalls your work

https://www.usereyn.com/
3•toluwajibodu•2h ago•0 comments

Show HN: Chatty Lingo – A language practicing app

https://www.chattylingo.com
2•farstill•2h ago•0 comments

Show HN: I built a spelling app for kids with my 7-year-old

https://spellabee.com/
2•narenst•3h ago•1 comments

Show HN: Vpod – Tiny Linux sandbox running in WASM

https://github.com/capsulerun/vpod
9•mavdol04•8h ago•1 comments

Show HN: cuTile Rust: Safe, data-race-free GPU kernels in Rust

https://github.com/nvlabs/cutile-rs
99•melihelibol•1d ago•16 comments

Show HN: I built 184 free browser tools – PDF, image, dev, AI tasks, no upload

https://brevio.pro
83•ruimbarreira•14h ago•28 comments

Show HN: Relaymux, a tmux-based meta-harness for local coding agents

https://github.com/mupt-ai/relaymux
7•byhong03•7h ago•0 comments

Show HN: In-browser Python/Pandas/Git practice with animated Git simulator

https://practice.lernerpython.com/classroom/540d7ab1a1/
5•reuven•9h ago•0 comments

Show HN: VoiceDraw – Talk system design out loud, the diagrams draw themselves

https://voicedraw.com/
47•ajaypanthagani•1d ago•19 comments

Show HN: Fata – Spaced repetition to fight skill rot from AI coding

https://fata.dev
118•djoume•6d ago•53 comments

Show HN: Sabela – A Reactive Notebook for Haskell

https://sabela.datahaskell.com/
44•mchav•3d ago•5 comments

Show HN: Mantyx – Batteries included managed agent runtime

https://mantyx.io/
4•mantyx•7h ago•0 comments

Show HN: Mira – Open-source and self-hosted AI code reviewer

https://github.com/miracodeai/mira
12•upmostly•11h ago•2 comments

Show HN: Garden of Flowers – an archive of pictorial typography before ASCII art

https://garden-of-flowers.heikkilotvonen.com/
155•california-og•1d ago•26 comments

Show HN: Agenthatch – Compile any skill into a standalone Python agent

https://github.com/agenthatch/agenthatch
8•EternalRights•11h ago•0 comments

Show HN: The full Minecraft game as an embeddable Framer component

https://www.framer.com/community/contests/agents-hackathon/submissions/Y1tmsVEc6HdhnNPsympLxP/
3•xmorse•8h ago•0 comments

Show HN: Zkit – Go libraries for building agents, not a framework

https://zarldev.github.io/zarlmono/
6•zarldev•8h ago•0 comments

Show HN: Veterinarian turned founder, AI lawn diagnosis

https://grassdx.com/
75•andrewbr•2d ago•60 comments

Show HN: FusionHarness – An Open-source Mixture-of-Agents compound-model server

https://github.com/jackulau/fusionHarness
4•jackxlau•9h ago•1 comments

Show HN: Pen and paper resource development game with an emergent world

https://www.jameshylands.co.uk/2026/06/sortis-paper-empire-game.html
32•jhylands•1d ago•2 comments

Show HN: Kage – Shadow any website to a single binary for offline viewing

https://github.com/tamnd/kage
698•tamnd•3d ago•140 comments
Open in hackernews

Show HN: Grace – Orchestrate Hybrid Mainframe and Cloud Workflows with YAML

https://graceinfra.org
4•arnavsurve•1y ago
Hi HN,

I'm a CS student and intern at the California DMV. I’ve spent the last few months migrating mainframe datasets (mainly VSAM KSDS) into cloud systems like RDS/Postgres — and I kept running into the same problem: there's no sane way to orchestrate workflows across mainframe and cloud systems.

Everything is fragmented:

- Mainframe teams write JCL and use job schedulers

- Cloud/data teams build Python ETL scripts and Airflow DAGs

- Integration is slow and manual, often extensive email threads and handoffs between siloed teams

So I built Grace, a declarative orchestration toolchain that lets you define end-to-end workflows in YAML, from COBOL batch jobs to S3 uploads or shell scripts.

https://github.com/graceinfra/grace

Grace handles job orchestration across environments, including JCL templating and submission, dataset transfer, inter-job data handoff, and structured logging for each step. The goal is to expose mainframe logic in atomic, reusable steps that can be integrated into modern infrastructure pipelines.

Mainframes will be around for decades to come. I don’t think rewriting millions of lines of COBOL is a good use of time or money; the real need is tooling that allows cloud-native systems to hook cleanly into legacy logic. Grace aims to be that bridge: a shared control plane for orchestrating hybrid infrastructure, without the glue code.

Would love feedback from anyone working in legacy modernization, DevOps, or infra.