frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Koi.rest – watch some fish and regain your balance

https://koi.rest
100•hxii•2h ago•24 comments

Show HN: Make cursed fonts like Times New Bastard

https://bastardica.mitpit.com
416•MitPitt•1d ago•57 comments

Show HN: Whiteboard (YC W26) – An open-source IDE for thoughtful software design

https://github.com/devdotfast/whiteboard
168•sidharthkmenon•6h ago•75 comments

Show HN: AgentRun: DSL to turn agents into workflows

https://github.com/Parcha-ai/agentrun
38•miguelrios•1d ago•7 comments

Show HN: Treepeat – Code similarity detection using Tree-sitter

https://github.com/dsummersl/treepeat
48•91awebsi•2d ago•3 comments

Show HN: Critic – Review code with the agent that wrote it

https://www.critic.run/
6•snyy•6h ago•1 comments

Show HN: Air-gapped file encryption as self-decrypting HTML page

https://cms-sfx-demo.apeleg.com/
32•emurlin•16h ago•13 comments

Show HN: Most Hated Tools

https://www.mosthatedtools.app/
19•leonagano•8h ago•9 comments

Show HN: PipeFitter – Quick, Browser-Based, Parametric Pipe Connectors

https://mankyd.github.io/pipefitter/
3•mankyd•2h ago•0 comments

Show HN: Canary (YC) – Independent verification for AI code

https://www.runcanary.ai/
5•Visweshyc•3h ago•0 comments

Show HN: A $25 DIY alternative to $159 AI voice recorders – BYOK or local

https://zephclick.com
9•shmlkv•3h ago•2 comments

Show HN: Offline recorder and transcriber on your MacBook's notch

https://memorynotch.app/
4•choyiny•4h ago•0 comments

Show HN: I built a seriously detailed free financial planner

https://app.finzot.com/plan/6VXFMte2tRMp81sRKhYgXM/results/net-worth
2•ryan3789437•5h ago•12 comments

Show HN: Put a Run Button on the SQL in Your Blog Posts

https://seaquel.app/blog/run-sql-in-your-blog-posts
2•mikenikles•5h ago•0 comments

Show HN: Hormuz Signal – Iran war escalation risk from real data

https://www.HormuzSignal.com
5•mrPaul658•5h ago•1 comments

Show HN: Rig – Open-source cloud desktops for AI agents

https://github.com/ShadowWalker2014/rig
2•fengjiabo2400•6h ago•0 comments

Show HN: Headwire – WireGuard with NAT traversal via Tailscale's magicsock

https://github.com/brofranks/headwire
2•brof•6h ago•0 comments

Show HN: Trader News – Hacker News for Finance

17•FailMore•15h ago•13 comments

Show HN: Timebar, a Mac timer shown as a thin line below the menu bar

https://github.com/velvet-shark/timebar
5•sabon•8h ago•2 comments

Show HN: I built a post-mortem debugger for native Windows x64/x86 crashes

https://www.forensicdbg.com
36•Loren_SL•1d ago•7 comments

Show HN: Scalar.dev – Python/SQLite server-rendered starter app, no build step

https://getscalar.dev/
2•felipeccastro•8h ago•0 comments

Show HN: An open-source manufacturing ERP/MES/QMS

https://carbon.ms/self-hosted
51•barbinbrad•23h ago•26 comments

Show HN: Drop – A rootless Linux sandbox with gVisor support

https://droprun.sh/
188•mixedbit•2d ago•63 comments

Show HN: JevBench, a reproducible benchmark for typed decision models

https://benchmarkheaven.com/jev-models
145•florianstandhar•2d ago•36 comments

Show HN: Npunlock – Run custom C kernels for Intel NPUs

https://github.com/hsfzxjy/npunlock
66•hsfzxjy•2d ago•14 comments

Show HN: I'm crawling 11k homepages every week to track which fonts they use

https://fontsovertime.com/
4•fcjr•9h ago•1 comments

Show HN: An atlas of system designs with interactive architecture diagrams

https://atlas-sysdes.vercel.app/
50•mertkahyaoglu•2d ago•19 comments

Show HN: Training a model to identify AI web content from structure alone

https://arxiv.org/abs/2609.15369
68•jochenmadler•2d ago•25 comments

Show HN: Clue Me – Describe the word you're given, Jev tries to guess it

https://yorohan.com/clue-me
5•rohanm93•11h ago•1 comments

Show HN: Minienv – remote mini environments generated from Docker Compose config

https://github.com/robgonnella/minienv
3•rgonn•11h 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.