frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Carno.js – a Nest-style application framework for Bun

https://github.com/carnojs/carno.js
4•l-crispr•41m ago•0 comments

Show HN: Automatically detect and patch walking-dead states in Sierra games

https://github.com/katiahayati/lucasartsifier/
97•wkfauna•11h ago•45 comments

Show HN: LLM-Shield-Proxy Zero-Egress PII Streaming Proxy (55MB RAM)

https://github.com/ninadphalak/LLM-Shield-Proxy
3•ninadphalak•1h ago•0 comments

Show HN: Interactive, animated architecture of any HuggingFace models

https://modelmap.cc
96•lizhaoliu•13h ago•10 comments

Show HN: Basis – A free crypto terminal without paywalls

https://www.basischarts.com/
2•Alrady•3h ago•0 comments

Show HN: Openleetcode – Local LeetCode runner where tests live in the repo

https://github.com/therepanic/openleetcode
65•therepanic•22h ago•16 comments

Show HN: Saggar, a Mac terminal that keeps sessions and your attention organized

https://saggar.marginalutility.dev/
64•mcclowes•1d ago•59 comments

Show HN: macOS data protection keychain for Electron apps

https://github.com/biw/keychain-store
23•biwills•20h ago•3 comments

Show HN: PlugClaw – Private AI agent hardware for any phone or PC

https://plugos.net/plugclaw/
6•darkreader•9h ago•5 comments

Show HN: Desktopcolors.com – A museum for solid background colors of classic OS

https://desktopcolors.com
162•vlowrian•2d ago•70 comments

Show HN: Shoehorn – Quantize any model down to run on your machine

https://notactuallytreyanastasio.github.io/shoehorn/
44•rhgraysonii•23h ago•7 comments

Show HN: Capto – alerts when a background job goes quiet, with breadcrumbs

https://capto.run
7•johndory80•6d ago•3 comments

Show HN: Loft Day – a wedding invitation turned point-and-click game

https://marketa.behdad.org/loft-day
7•behdad•1d ago•5 comments

Show HN: Go CLI for website health checks, zero dependencies

https://github.com/atillalab/site-health
12•mehmetkose•22h ago•1 comments

Show HN: 4bit bridge between AI and humans

https://github.com/YOalphabet/YOalphabet
3•YOalphabet•9h ago•1 comments

Show HN: PantheonGPU – GPU health testing and AI workload benchmarking

https://pantheongpu.com/
13•saqibkhan1992•18h ago•0 comments

Show HN: Sokoban AI Solver

https://mkornreich.me/projects/sokoban/
69•enjoyyourlife•2d ago•42 comments

Show HN: A local MitM proxy to control TLS fingerprints

https://github.com/ytkoka/impersonate-proxy
26•ytkoka•1d ago•6 comments

Show HN: Warp DD – AI that analyzes technology ecosystems in ~30 seconds

https://warpdd.com
3•masato_furuno•11h ago•0 comments

Show HN: Extctl, a super simple systemd-sysext wrapper

https://github.com/OperatorProject/extctl
5•fluorocaster•15h ago•0 comments

Show HN: ChatOSS – A Codex alternative for Open Source AI built on Ollama

https://chatoss.ai
5•thetjmccarty•16h ago•5 comments

Show HN: Learn Flags Quiz

https://flagquizzes.com/
56•artiomyak•1d ago•37 comments

Show HN: Search inside podcast episodes and read transcript while listening

https://metapodcast.net
2•lamecoder•13h ago•0 comments

Show HN: A public AI whose memory is shared across all users

https://wildstatic.com/
86•adjohu•3d ago•74 comments

Show HN: Monity.ai – Get notified when any website changes

https://apps.apple.com/pl/app/monity-ai/id6761957823
4•kamilmm21•13h ago•1 comments

Show HN: Particle – Extract and save articles in a clean, self-hosted reader

https://particle.crnst8.com/try/
3•flowerpil•14h ago•2 comments

Show HN: ResumeSkip – automatically tailor your resume to jobs

https://resumeskip.com/
2•ghosts_•14h ago•1 comments

Show HN: Maritime, a platform for running AI agents for $1 a month

https://maritime.sh
7•mariagorskikh1•14h ago•4 comments

Show HN: A sample dataset of computer-use tasks on professional software

https://cua.graderlabs.com/
16•parthmah•14h ago•3 comments

Show HN: Clinch – Local-first Warp fork built for agent session management

https://clinch.sh/
6•ponchopunchy•15h 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.