frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: A website for exploring historical photographs of my city

https://yesterdays.maprva.org/
9•uneekname•2d ago•4 comments

Show HN: Ember – Redshift safe color palettes

https://github.com/carpdiem/ember
79•carpdiem•5d ago•17 comments

Show HN: Mole – Deep research agent for your terminal

https://github.com/lajosdeme/mole
58•lajosdeme•9h ago•9 comments

Show HN: LuaCAD – Parametric CAD Scripted in Lua

https://luacad.ad-si.com
86•adius•11h ago•17 comments

Show HN: I serve my website with a swarm of ESP32 microcontrollers on a shelf

https://github.com/Novotarskyi/ivan-bohun
3•disco_jack•1h ago•1 comments

Show HN: C# Game Engine with its own scripting language and IDE

https://github.com/ArcadeMakerSources/ArcadeMaker
108•am-gm•3d ago•55 comments

Show HN: Mocktail – Free, open-source mock API server with a built-in dashboard

https://getmocktail.com/
6•hhaluk•8h ago•0 comments

Show HN: Dictata – Local Whisper dictation with LLM cleanup

https://github.com/AntoineChatry/Dictata
3•AntoineC_•3h ago•0 comments

Show HN: Nikon F100 Film Camera Repair Notes

https://github.com/enthdegree/f100
5•enthdegree•3h ago•1 comments

Show HN: Lumabri – Run Moe Models on a P2P Swarm with Colibri

https://github.com/JustVugg/lumabri
44•vforno•1d ago•18 comments

Show HN: Bloxwap – The Easiest Way to Trade

https://bloxwap.com/trade/HYPE
3•joeblau•4h ago•0 comments

Show HN: Banquish – Take other websites apart and build your own

https://banquish.space
7•ghboo0927•8h ago•0 comments

Show HN: Is AI Dumber Today? An index of AI model experience from user's opinion

https://isaidumber.today/
14•schafberg•14h ago•6 comments

Show HN: Online SNMP MIB database - upload/view your own MIBs

https://mib-viewer.com/
13•beefstew123•12h ago•0 comments

Show HN: Rdio – an open-source internet radio control suite

https://rdio-docs.vercel.app
19•taqibrahim•16h ago•3 comments

Show HN: Lambdock – Wayland-native GTK4 dock with a live Lisp REPL

https://codeberg.org/jjba23/lambdock
39•jjba23•3d ago•1 comments

Show HN: Musical social media site where you can throw tomatoes at each other

https://mazurka.cafe/
2•Ambroza•6h ago•1 comments

Show HN: AletheionAGI – Grounding enforcement for AI agents

https://www.aletheionagi.com
5•felipemayamuniz•9h ago•0 comments

Show HN: Mininote: Instant, plain-text note taking without tracking or lock-in

https://mininote.ink/
21•helba-ai•13h ago•3 comments

Show HN: A simple, powerful, and cheaper email verification API

https://emailverifier.dev/
2•usamaejaz•7h ago•1 comments

Show HN: Wevna – Local-first runtime dashboard for Node.js back ends

https://github.com/wevna/wevna
3•boluajy•7h ago•0 comments

Show HN: MCP Memory – Fast Agent Memory Using Google's OKF and SQLite FTS5

https://github.com/fellowgeek/mcp-memory
62•pcbmaker20•1d ago•35 comments

Show HN: Made a business license hub search tool

https://fernway.io/license-search
3•leyu00•8h ago•1 comments

Show HN: Hacker News minus the slop

https://hnfiltered.com/
4•potatopotaro•8h ago•1 comments

Show HN: Procedural Generated Grafitti Wall

https://procgrafprot.vercel.app/wall
5•whtspc64•8h ago•0 comments

Show HN: E3d-pilot – a repo-improving agent harness, SHA-gated merges

https://github.com/spacepacket1/e3d-pilot
4•spacepacket•8h ago•0 comments

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

https://streambench.app
2•valentinprgnd•8h ago•1 comments

Show HN: Agentic Task Management

https://github.com/myaa2913/agentic-task-management/tree/main
4•mcorrito•9h ago•0 comments

Show HN: Biasly.ai – Bias detection with historical context

https://biasly.ai/
2•jayubba1•9h ago•0 comments

Show HN: Artifex - Graph Based GPU Harness for AI Agents

https://gatewai.studio/artifex
6•oknaslnkn•16h 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.