frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Notvex – encrypted local-first notes with SQLCipher and XChaCha20

https://github.com/GFrancV/notvex
2•GFrancV•1h ago•0 comments

Show HN: Clx – Compile Lua to Native Executables Through C++20

https://github.com/samyeyo/clx
127•_samt_•6d ago•27 comments

Show HN: Mojibake – A low-level Unicode library written in C

https://mojibake.zaerl.com/
65•program•14h ago•20 comments

Show HN: Leaves – A text-UI disk usage treemap visualizer

https://github.com/patonw/leaves
81•patonw•21h ago•25 comments

Show HN: Deadwire-HTTPD A triple-threaded x86-64 assembly static server

https://github.com/Deadbytes101/DEADWIRE-HTTPD
4•lexsandra56•4h ago•0 comments

Show HN: BambooGrid – Open-source web UI for power grid modeling and power flow

https://bamboo.kickstage.com
30•soaringmonchi•21h ago•11 comments

Show HN: Libretto PR agents – Automatically fix failing playwright scripts

https://libretto.sh/debug-agents
19•muchael•16h ago•3 comments

Show HN: Be the ChatBOT

https://bethechatbot.com/
44•keito•18h ago•19 comments

Show HN: I've built a words game based on binary search

https://hilogame.cc/
47•ludovicianul•23h ago•59 comments

Show HN: A modern port of Linux to a ten-year-old QWERTY phone

41•tmzt•20h ago•12 comments

Show HN: Firefox in WebAssembly

https://developer.puter.com/labs/firefox-wasm/
252•coolelectronics•1d ago•125 comments

Show HN: Galois connections for composable numeric casts in Rust

https://github.com/cmk/connections
29•partialsolve•20h ago•3 comments

Show HN: misa77 - a codec that decodes 2x faster than LZ4 (at better ratios)

https://github.com/welcome-to-the-sunny-side/misa77
157•nonadhocproblem•1d ago•47 comments

Show HN: QBasic Gorillas (Repeeled)

https://gameswithtony.com/gorillas/
25•TonyAlicea10•22h ago•25 comments

Show HN: One More Letter

https://playonemoreletter.com/
84•hmate9•1d ago•57 comments

Show HN: Scribe, a CLI that builds AI agent memory from your repos and sessions

https://getscribe.dev/
3•quatermain•8h ago•2 comments

Show HN: Algotrek – Algorithms visualized, problem shape shifting and a tutor

https://app.algotrek.io
12•nyggy•22h ago•4 comments

Show HN: Sentinel – open-source QA agent that reads your code before it clicks

https://blog.simbastack.com/announcing-sentinel/
15•asenna•21h ago•4 comments

Show HN: Selenium Boot – Spring Boot's Conventions, Applied to Selenium

https://seleniumboot.com/
2•mdsddmhossain•10h ago•0 comments

Show HN: Low-latency local LLM runner via OpenJDK Panama FFM (Java 22)

https://github.com/projectargus-cc/libargus.cc
38•KingJoker•2d ago•9 comments

Show HN: E-- – A language you dial between English and Python

https://github.com/frmoded/e--
28•OdedF•6d ago•18 comments

Show HN: Opening lines of famous literary works

https://www.verbaprima.com/
178•plicerin•2d ago•104 comments

Show HN: Clawk – Give coding agents a disposable Linux VM, not your laptop

https://github.com/clawkwork/clawk
223•celrenheit•3d ago•156 comments

Show HN: WFHJ.com – Work from Home Jobs

https://wfhj.com/
2•nadermx•11h ago•0 comments

Show HN: Justif – publication-grade text justification for the web

https://justif.lyall.co/
4•lyall•12h ago•0 comments

Show HN: Wallflower – A Quiet Social Reader

https://thewallflower.app/about
8•tldrthelaw•22h ago•0 comments

Show HN: Capn-hook for coding agents – don't grep the same mystery twice

https://github.com/cyrusNuevoDia/capn-hook
29•knrz•4d ago•6 comments

Show HN: Beautiful Type Erasure with C++26 Reflection

https://ryanjk5.github.io/posts/rjk-duck/
117•RyanJK5•3d ago•58 comments

Show HN: Ferritin, a new front end for Rust docs, built on rustdoc JSON

https://ferritin.rs
3•jbr•14h ago•0 comments

Show HN: Moltshit.com – An Imageboard for AI Agents

https://moltshit.com
4•jetbalsa•14h ago•0 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.