frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Race to the Bottom

https://race-to-the-bottom.onrender.com
30•maxwellito•11h ago•12 comments

Show HN: Latencies and BEIR – Typesense, Meilisearch, Elasticsearch, Amgix Now

https://amgix.io/blog/2026/05/14/release-now-v0.1.1/
2•kvasserman•5m ago•1 comments

Show HN: GridTravel- A community based travel app for users to share routes

https://www.gridtravel.app
20•knuaym9•3h ago•3 comments

Show HN: Running the second public ODoH relay

https://numa.rs/blog/posts/odoh-anonymous-dns-without-an-account.html
114•rdme•15h ago•40 comments

Show HN: Needle: We Distilled Gemini Tool Calling into a 26M Model

https://github.com/cactus-compute/needle
731•HenryNdubuaku•2d ago•206 comments

Show HN: JDS – a Copilot skill suite for structuring AI coding behavior

https://github.com/josipmusa/jds
3•anaq42•5h ago•0 comments

Show HN: Nibble

https://github.com/glouw/nibble
94•glouwbug•1d ago•23 comments

Show HN: SwiftUI package for onboarding flows in iOS apps

https://github.com/Vadimkomis/onboarding
2•vadimkomis•5h ago•0 comments

Show HN: Gigacatalyst – Extend your SaaS with an embedded AI builder

59•namanyayg•2d ago•24 comments

Show HN: Visualizing Tiny LLMs from OpenAI's Parameter Golf

https://leebutterman.com/2026/05/01/visualizing-tiny-llms-in-parameter-golf.html
2•lsb•6h ago•1 comments

Show HN: Browse 61 3D Printable Robots

https://orobot.io/
10•xanderjanz•7h ago•0 comments

Show HN: Agentic interface for mainframes and COBOL

https://www.hypercubic.ai/hopper
93•sai18•2d ago•49 comments

Show HN: Statewright – Visual state machines that make AI agents reliable

https://github.com/statewright/statewright
122•azurewraith•2d ago•54 comments

Show HN: Design.md Generator

https://chromewebstore.google.com/detail/ai-design-taste-designmd/peclkdlolmcclhhgpoehpikgknbmkknc
9•novateg•4h ago•0 comments

Show HN: TikTok but for scientific papers

https://andreaturchet.github.io/website/index.html
190•ciwrl•3d ago•76 comments

Show HN: Yes We Scan: rescue old scanners with an in-browser Linux VM and WebUSB

https://yes-we-scan.app/
2•gmac•9h ago•1 comments

Show HN: Halgorithem – Catching AI Hallucinations Using Trees, No AI in Pipeline

https://github.com/TangibleResearch/Halgorithem
5•amitabhi•10h ago•1 comments

Show HN: 3D-Agent – AI that edits Blender scenes through the Python API

https://3d-agent.com/blender-ai/plugin
3•gsunshinel•11h ago•6 comments

Show HN: A simple Claude skin for ChatGPT

https://github.com/dmd/aimpostor
6•dmd•11h ago•1 comments

Show HN: Aion a Rust Database

https://github.com/ayoubnabil/aiondb
5•K9987plus•11h ago•0 comments

Show HN: Get dopamine from real action instead of doomscrolling

https://quest.visionary-path.com/
4•DaryaHr•11h ago•7 comments

Show HN: Sanjaya – Extract structured datasets from academic journals

https://sanjaya-8ng27s9p4-oug-ts-projects.vercel.app/
2•oug-t•12h ago•1 comments

Show HN: PandoCast: open-source Pandora player to solve an annoyance I had

https://github.com/lennyxc/PandoCast
2•lxchase•12h ago•2 comments

Show HN: AIMX – Self-hosted, open-source email server designed for AI agents

https://aimx.email/
6•uzyn•12h ago•1 comments

Show HN: Fuse-stripped-notebooks uses FUSE to make .ipynb better for grep

https://github.com/bm371613/fuse-stripped-notebooks
3•bm371613•14h ago•0 comments

Show HN: NoPoint – Pitch decks vibe coded instead of clicked (open source)

https://nopoint.app
2•mewc•15h ago•1 comments

Show HN: A modern Music Player Daemon based on Rockbox firmware

https://github.com/tsirysndr/rockbox-zig
121•tsiry•5d ago•28 comments

Show HN: ChangeSpec – An open standard for notices in software changes

https://changespec.org/
3•cdnsteve•16h ago•1 comments

Show HN: OpenGravity – A zero-install, BYOK vanilla JS clone of Antigravity

https://github.com/ab-613/opengravity
103•ab613•3d ago•30 comments

Show HN: Torrix, self hosted, LLM Observability,(no Postgres, no Redis)

https://github.com/torrix-ai/install
45•AdarshRao23•1d ago•4 comments
Open in hackernews

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

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