frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: I trained a 125M model to autocomplete piano on-device

https://simedw.com/2026/08/20/midi-autocomplete/
516•simedw•14h ago•108 comments

Show HN: Huzzah – a novel approach to coding with AI

https://www.danielvaughn.dev/posts/huzzah/
227•danielvaughn•7h ago•133 comments

Show HN: ParqDB – Vector search in the browser from Parquet over HTTP"

https://search.parqdb.io/
6•petrizhang•2h ago•0 comments

Show HN: Omacosy – Omarchy-style tiling desktop for macOS, no SIP

https://github.com/paulsp94/omacosy
48•paulsp•12h ago•38 comments

Show HN: Open-source Stripe Connect alternative

https://zoneless.com
65•tinyprojects•11h ago•27 comments

Show HN: We chased a weather balloon across Montana and never found it

https://radi8.dev/blog/uplink/
51•radeeyate•8h ago•22 comments

Show HN: Check if any of the $656M in unclaimed royalties at The MLC is yours

https://pub.doub.ly/
60•knaught•11h ago•37 comments

Show HN: TakoVM – Serverless file systems for agents

https://tako-research.github.io/TakoVM/
3•sakuraiben•2h ago•0 comments

Show HN: A data viewer for choosing Frigate-compatible IP cameras

https://github.com/ch-bas/cctv-camera-database
36•martinAndy•4h ago•3 comments

Show HN: luoluoAI – OpenAI-compatible and Claude Messages API gateway

https://api.luoluocoder.com/
2•siofeng•3h ago•0 comments

Show HN: DumpSort – drop screenshots/PDFs, get a named zip (browser-only)

https://dumpsort.vercel.app
3•davidlifschitz•5h ago•0 comments

Show HN: Molecule.dev is an AI-first composable package ecosystem

https://github.com/molecule-dev/molecule
2•loh•5h ago•1 comments

Show HN: Praxos – team messaging with built-in memory

https://www.praxos.ai/
5•mogusian•5h ago•2 comments

Show HN: PingChange – monitor web pages and OpenAPI specs for meaningful changes

https://pingchange.com
2•epigos•5h ago•0 comments

Show HN: WaveHouse – Supabase for ClickHouse

https://wavehouse.dev
12•ericandr•8h ago•3 comments

Show HN: Verified business dashboards inside ChatGPT and Claude via MCP Apps

https://www.corpusiq.io/docs/hermes/mcp/mcp-apps-interactive-ui
2•corpusiq_io•5h ago•0 comments

Show HN: Sourcery – Benchmark for search APIs on the sources they return

https://sameerhimati.com/sourcery/
3•sameerhimati•6h ago•1 comments

Show HN: sce (Simple Console Editor)

https://github.com/volution/simple-console-editor
15•ciprian_craciun•5d ago•0 comments

Show HN: Streambench – Native Mac Client for Kafka and NATS

https://streambench.app
13•valentinprgnd•6d ago•4 comments

Show HN: Astronomy Buddy–what's worth pointing a telescope at tonight

https://astronomy-buddy.com/
3•TheFunkyMonk•6h ago•0 comments

Show HN: Encrypt messages locally into self-contained links

https://diaryof.me/tools/
4•cryptographical•6h ago•1 comments

Show HN: Paint-by-numbers pixel art that 24 strangers fill in together

https://fillgood.io
5•einkaufspilot•7h ago•0 comments

Show HN: We Added Notion Calendar to *Superhuman for iMessage

3•jmatan•7h ago•0 comments

Show HN: Meridian(PH #1) – Automatic AI Workjournal for Devs

https://github.com/Meridiona/meridian
4•adithyaharish•7h ago•0 comments

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

https://github.com/katiahayati/lucasartsifier/
157•wkfauna•2d ago•97 comments

Show HN: Sitmap – a World in Conflict inspired map maker for Cold War scenarios

https://tomaytotomato.github.io/sitmap/
7•tomaytotomato•13h ago•3 comments

Show HN: Sentrint, a security scanner for projects build with LLMs

https://sentrint.com/
5•Gourabdg•13h ago•2 comments

Show HN: trailers.fm – live channel of movie trailers

https://trailers.fm/
4•dogancan•7h ago•1 comments

Show HN: Language Audio Trainer – Learn languages without looking at the screen

https://playling.netlify.app/
2•SalaevAl•8h ago•0 comments

Show HN: Skilldocs – Figma for Markdown

https://skilldocs.dev/tour
2•rajivayyangar•8h ago•1 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.