frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Pardonned.com – A searchable database of US Pardons

413•vidluther•1d ago•230 comments

Show HN: Minimalist template for scientific and academic resumes

https://github.com/pmichaillat/latex-cv
2•reomgdfsrtr•2h ago•0 comments

Show HN: Waffle – Native macOS terminal that auto-tiles sessions into a grid

https://waffle.baby
30•olleeolleeollee•16h ago•8 comments

Show HN: FluidCAD – Parametric CAD with JavaScript

https://fluidcad.io/
144•maouida•1d ago•32 comments

Show HN: A WYSIWYG word processor in Python

https://codeberg.org/chrisecker/miniword
82•chrisecker•1d ago•36 comments

Show HN: Eve – Managed OpenClaw for work

https://eve.new/login
66•zachdive•1d ago•36 comments

Show HN: A Better Internet

https://tomclancy.info/pages/abi-a-better-internet.html
4•tclancy•10h ago•1 comments

Show HN: Git why – log your agent reasoning trace along your code

https://hexapode.github.io/git-why/
6•pierre•8h ago•0 comments

Show HN: Marimo pair – Reactive Python notebooks as environments for agents

https://github.com/marimo-team/marimo-pair
136•manzt•4d ago•33 comments

Show HN: I built a Cargo-like build tool for C/C++

https://github.com/randerson112/craft
169•randerson_112•2d ago•166 comments

Show HN: CSS Studio. Design by hand, code by agent

https://cssstudio.ai
166•SirHound•2d ago•106 comments

Show HN: Keeper – embedded secret store for Go (help me break it)

https://github.com/agberohq/keeper
62•babawere•1d ago•32 comments

Show HN: Bitcoin and Quantum Computing – a three-part research series

https://bitcoinquantum.space
2•nvk•11h ago•0 comments

Show HN: A living Vancouver. Connor is walking dogs at the SPCA this morning

https://brasilia-phi.vercel.app
3•auran•11h ago•1 comments

Show HN: Druids – Build your own software factory

https://github.com/fulcrumresearch/druids
62•etherio•3d ago•14 comments

Show HN: Docker-whisper: Self-hosted Whisper speech-to-text server (OpenAI API)

https://github.com/hwdsl2/docker-whisper
5•hwdsl2•13h ago•1 comments

Show HN: Moon simulator game, ray-casting

https://mooncraft2000.com
112•JKCalhoun•5d ago•25 comments

Show HN: MarkitMe, Turn Anything into Markdown

https://github.com/Luthiraa/markitme
4•llamatheollama•13h ago•3 comments

Show HN: Brutalist Concrete Laptop Stand (2024)

https://sam-burns.com/posts/concrete-laptop-stand/
786•sam-bee•4d ago•237 comments

Show HN: Rust based eBook library for Python, with MIT license

https://github.com/arc53/fast-ebook
33•larry-the-agent•2d ago•3 comments

Show HN: Orange Juice – Small UX improvements that make HN easier to read

http://oj-hn.com/
146•latchkey•3d ago•158 comments

Show HN: We scanned uscis.gov for third-party trackers. The results are jarring

https://varlog.in/posts/uscis-who-is-watching/
4•simple_elephant•16h ago•0 comments

Show HN: The Musical Manifold [pdf]

https://esenbilproductions.replit.app/The_Musical_Manifold.pdf
2•ersinesen•16h ago•4 comments

Show HN: I pipe free sports streams into Jellyfin – no ads, just HLS

https://github.com/pcruz1905/hls-restream-proxy
118•pruz•3d ago•36 comments

Show HN: We built a camera only robot vacuum for less than $300 (well almost)

https://indraneelpatil.github.io/blog/2026/robot-vacuum/
108•indraneelpatil•6d ago•55 comments

Show HN: Unlegacy – document everything, from COBOL to AI generated code

https://www.unlegacy.ai/
9•Absonsonson•1d ago•0 comments

Show HN: I'm organizing a vibe coding game dev competition

https://vibej.am/2026/
7•pieterhg•17h ago•0 comments

Show HN: Guruka.com – free guided mediations. No signup, private, works offline

https://guruka.com/
37•eummm•2d ago•16 comments

Show HN: Unicode Steganography

https://steganography.patrickvuscan.com
57•PatrickVuscan•4d ago•14 comments

Show HN: Bunqueue – Saga workflow engine for Bun with embedded SQLite

https://bunqueue.dev/guide/workflow/
3•kernelvoid•18h ago•0 comments
Open in hackernews

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

https://graceinfra.org
4•arnavsurve•10mo 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.