frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: I built a DNS resolver from scratch in Rust – no DNS libraries

https://github.com/razvandimescu/numa
39•rdme•4h ago•25 comments

Show HN: Git bayesect – Bayesian Git bisection for non-deterministic bugs

https://github.com/hauntsaninja/git_bayesect
313•hauntsaninja•4d ago•42 comments

Show HN: Dull – Instagram Without Reels, YouTube Without Shorts (iOS)

https://getdull.app
120•kasparnoor•17h ago•103 comments

Show HN: Abject: the first self-aware object runtime

https://blog.mempko.com/an-abject-horror/
4•mempko•2h ago•0 comments

Show HN: I ran 28 OpenClaw instances as a team for 2 months

https://github.com/CorellisOrg/corellis
4•TJ_FLEET•2h ago•3 comments

Show HN: I run a full software company solo with Claude Code agents

https://theonemancompany.com/
4•martinovigiani•3h ago•0 comments

Show HN: CLI to order groceries via reverse-engineered REWE API (Haskell)

https://github.com/yannick-cw/korb
193•wazHFsRy•3d ago•80 comments

Show HN: Flight-Viz – 10K flights on a 3D globe in 3.5MB of Rust+WASM

https://flight-viz.com
79•coolwulf•21h ago•40 comments

Show HN: Hacker News, summarized and printed to your local printer

https://github.com/thejchap/jc-news
4•jchap•3h ago•0 comments

Show HN: Zerobox – Sandbox any command with file, network, credential controls

https://github.com/afshinm/zerobox
126•afshinmeh•3d ago•89 comments

Show HN: NASA Artemis II Mission Timeline Tracker

https://www.sunnywingsvirtual.com/artemis2/timeline.html
84•AustinDev•11h ago•14 comments

Show HN: We open-sourced our content writing workflow as a Claude Code skill

https://www.npmjs.com/package/claude-content-writer
12•arximughal•12h ago•6 comments

Show HN: Semantic atlas of 188 constitutions in 3D (30k articles, embeddings)

https://constitutionalmap.ai/en
10•joaoli131•12h ago•3 comments

Show HN: Postgres extension for BM25 relevance-ranked full-text search

https://github.com/timescale/pg_textsearch
192•tjgreen•1d ago•57 comments

Show HN: 1-Bit Bonsai, the First Commercially Viable 1-Bit LLMs

https://prismml.com/
410•PrismML•1d ago•150 comments

Show HN: QWERTY mini Pro – Why a 2-row, 16-key keyboard works better

https://k-keyboard.com/Why-2-Row-16-Key-Structure
8•QWERTYmini•3d ago•6 comments

Show HN: Elytra – A 420g CNC aluminum, wireless split keyboard

https://www.elimkeys.com/
4•cui511511•6h ago•2 comments

Show HN: SideX – VS Code rebuilt on Tauri instead of Electron (96% smaller)

https://github.com/Sidenai/sidex
7•KendallCBooker•6h ago•1 comments

Show HN: Forkrun – NUMA-aware shell parallelizer (50×–400× faster than parallel)

https://github.com/jkool702/forkrun
145•jkool702•6d ago•40 comments

Show HN: Real-time dashboard for Claude Code agent teams

https://github.com/simple10/agents-observe
71•simple10•22h ago•23 comments

Show HN: Claude Code rewritten as a bash script

https://github.com/jdcodes1/claude-sh
51•rpst•1d ago•14 comments

Show HN: Sycamore – next gen Rust web UI library using fine-grained reactivity

https://sycamore.dev
94•lukechu10•1d ago•75 comments

Show HN: Tileserver-RS – Tile Server in Rust with MapLibre Native Rendering

https://github.com/vinayakkulkarni/tileserver-rs
2•vinayakkulkarni•9h ago•0 comments

Show HN: Loreline, narrative language transpiled via Haxe: C++/C#/JS/Java/Py/Lua

https://loreline.app/en/docs/technical-overview/
71•jeremyfa•5d ago•20 comments

Show HN: 65k AI voters predict UK local elections with 75% accuracy

https://kronaxis.co.uk/blog/predicting-may-7-elections
7•JasonDuke•15h ago•9 comments

Show HN: Open-agent-SDK – Claude Code's internals, extracted and open-sourced

https://github.com/codeany-ai/open-agent-sdk-typescript
5•idoubi•10h ago•0 comments

Show HN: API for Flight Prices

https://ignav.com/
2•gusgordon•11h ago•1 comments

Show HN: Tlock – Lock macOS folders and apps with your fingerprint

https://github.com/freyzo/touch-lock
2•leo_agent•11h ago•0 comments

Show HN: Coasts – Containerized Hosts for Agents

https://github.com/coast-guard/coasts
97•jsunderland323•2d ago•38 comments

Show HN: Agent2; Open-source production runtime for AI agents

https://github.com/duozokker/agent2
2•duozokker•12h ago•0 comments
Open in hackernews

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

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