frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Mediator.ai – Using Nash bargaining and LLMs to systematize fairness

https://mediator.ai/
54•sanity•17h ago•26 comments

Show HN: WeTransfer Alternative for Developers

https://dlvr.sh/
3•mariusbolik•42m ago•0 comments

Show HN: Holos – QEMU/KVM with a compose-style YAML, GPUs and health checks

https://github.com/zeroecco/holos
44•zeroecco•11h ago•21 comments

Show HN: A fake small claims court for petty complaints

https://benlirio.com/petty-small-claims/
2•blirio•4h ago•0 comments

Show HN: Prompt-to-Excalidraw demo with Gemma 4 E2B in the browser (3.1GB)

https://teamchong.github.io/turboquant-wasm/draw.html
153•teamchong•1d ago•61 comments

Show HN: Palmier – bridge your AI agents and your phone

https://github.com/caihongxu/palmier
4•caihongxu•6h ago•3 comments

Show HN: Git Push No-Mistakes

https://github.com/kunchenguid/no-mistakes
10•akane8•14h ago•2 comments

Show HN: Run TRELLIS.2 Image-to-3D generation natively on Apple Silicon

https://github.com/shivampkumar/trellis-mac
196•shivampkumar•1d ago•34 comments

Show HN: MCPfinder – An MCP server that finds and installs other MCP servers

https://mcpfinder.dev/
5•coderai•11h ago•0 comments

Show HN: Alien – Self-hosting with remote management (written in Rust)

100•alongub•17h ago•43 comments

Show HN: Shader Lab, like Photoshop but for shaders

https://eng.basement.studio/tools/shader-lab
156•ragojose•4d ago•46 comments

Show HN: Faceoff – A terminal UI for following NHL games

https://www.vincentgregoire.com/faceoff/
125•vcf•1d ago•41 comments

Show HN: Mimi in the browser – hear the semantic/acoustic split

https://www.frisson-labs.com/mimi-codec
3•ymaws•9h ago•1 comments

Show HN: MDV – a Markdown superset for docs, dashboards, and slides with data

https://github.com/drasimwagan/mdv
147•drasim•2d ago•53 comments

Show HN: A lightweight way to make agents talk without paying for API usage

https://juanpabloaj.com/2026/04/16/a-lightweight-way-to-make-agents-talk-without-paying-for-api-u...
51•juanpabloaj•1d ago•11 comments

Show HN: Auto-generated titles and colors for parallel Claude Code sessions

https://github.com/jbarbier/which-claude-code
2•julien421•9h ago•0 comments

Show HN: Eris – desktop PGP workstation with simple GUI

https://eris.sibexi.co/
2•Sibexico•10h ago•0 comments

Show HN: Ctx – a /resume that works across Claude Code and Codex

https://github.com/dchu917/ctx
4•dchu17•16h ago•0 comments

Show HN: I Built SwiftUI but for macOS MDM

https://github.com/photon-hq/Astrolabe
5•RyanZhuuuu•11h ago•0 comments

Show HN: Themeable HN

https://github.com/insin/comments-owl-for-hacker-news/releases/tag/v3.6.1
3•insin•16h ago•0 comments

Show HN: GeoFastMapAPI – open-source Fast vector and raster server for mapmakers

https://geofastmap.com/
2•rupestre-campos•12h ago•0 comments

Show HN: Simple CLI tool to convert PDFs to dark mode, with TOC preservation

https://github.com/rngil/dark-pdf
3•rngil•12h ago•1 comments

Show HN: CyberWriter – a .md editor built on Apple's (barely-used) on-device AI

https://cyberwriter.app
14•uncSoft•19h ago•5 comments

Show HN: Smol machines – subsecond coldstart, portable virtual machines

https://github.com/smol-machines/smolvm
490•binsquare•3d ago•147 comments

Show HN: Newsmaps.io a map of how news topics are covered by different countries

https://www.newsmaps.io/
18•mkoh•1d ago•6 comments

Show HN: AI Coding Agent Guardrails enforced at runtime

https://sigmashake.com
4•cavalrytactics•15h ago•0 comments

Show HN: Pwneye – discovering and accessing IP cameras (ONVIF/RTSP)

https://github.com/Hackerest/pwneye
3•mcisternino•15h ago•0 comments

Show HN: Hora – A Native SwiftUI Google Calendar Client for macOS

https://horacal.app/
4•szamski•15h ago•2 comments

Show HN: I made a calculator that works over disjoint sets of intervals

https://victorpoughon.github.io/interval-calculator/
310•fouronnes3•3d ago•54 comments

Show HN: PanicLock – Close your MacBook lid disable TouchID –> password unlock

https://github.com/paniclock/paniclock/
258•seanieb•3d ago•114 comments
Open in hackernews

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

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