frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Garden of Flowers – an archive of pictorial typography before ASCII art

https://garden-of-flowers.heikkilotvonen.com/
59•california-og•3h ago•11 comments

Show HN: Veterinarian turned founder, AI lawn diagnosis

https://grassdx.com/
62•andrewbr•14h ago•55 comments

Show HN: Fata – Spaced repetition to fight skill rot from AI coding

https://fata.dev
97•djoume•4d ago•49 comments

Show HN: machine0 – Persistent NixOS VMs You Control from the CLI

https://machine0.io
84•bwm•16h ago•34 comments

Show HN: Zero Browser

https://github.com/nz366/zero_browser
9•zeron0a•8h ago•3 comments

Show HN: Kage – Shadow any website to a single binary for offline viewing

https://github.com/tamnd/kage
686•tamnd•1d ago•137 comments

Show HN: I wrote a C++ ray tracer from scratch without AI

https://github.com/themartiano/luz
147•martiano•22h ago•61 comments

Show HN: Exploiting Slack's video embeds to achieve E2EE communication

https://v1c.rocks/log/exploiting-slack-video/
30•victorio•16h ago•3 comments

Show HN: Trace – Offline Mac meeting transcripts you can flag mid-call

https://traceapp.info
201•AG342•2d ago•81 comments

Show HN: Claude Code for Visual Studio (native diff with accept/reject)

https://github.com/firish/claude_code_vs
19•firish•8h ago•6 comments

Show HN: Discover Wikipedia articles popular on Hacker News

https://www.orangecrumbs.com/
133•octopus143•1d ago•31 comments

Show HN: When Will AI? – A timeline of top AI predictions

https://whenwill.ai
4•jaymeh13•10h ago•0 comments

Show HN: Nxui – Copy-paste animated UI components for Vue

https://nxui.geoql.in/docs/
13•vinayakkulkarni•18h ago•4 comments

Show HN: HashMeterAi – Private AI Token Real Usage Meter for All Models

https://github.com/Hash-7777/HashMeterAi
3•Hash7777•8h ago•1 comments

Show HN: Tamper-evident audit trail for AI coding agent activity

https://github.com/Constellation-Labs/gate-oc-audit
3•gclaramunt•9h ago•0 comments

Show HN: A pure-Ruby X11 terminal

https://github.com/vidarh/rubyterm
7•vidarh•13h ago•2 comments

Show HN: I am building a map of people who lived in the Roman Empire

https://new.roman-names.com/
206•metiscus•5d ago•47 comments

Show HN: Paca – Lightweight Jira alternative for human-AI collaboration

https://github.com/Paca-AI/paca
171•pikann22•2d ago•60 comments

Show HN: Homebrew 6.0.0

https://brew.sh/2026/06/11/homebrew-6.0.0/
1469•mikemcquaid•4d ago•360 comments

Show HN: Transpilatron – an AI tool that converts Python code into C binaries

https://github.com/NoodlixProject/transpilatron
5•johnnytech•11h ago•0 comments

Show HN: Track trending GitHub repos on HN

https://hn-github-reader.vercel.app/
5•vipulag•16h ago•0 comments

Show HN: We built an 8-bit CPU as 2nd year EE students

https://github.com/c0rRupT9/STEPLA-1
5•CorRupT9•11h ago•0 comments

Show HN: Understand and reduce token usage with ContextSpy context profiler

https://github.com/RimantasZ/contextspy
4•iezhy•12h ago•0 comments

Show HN: StarScope – Free astronomy dashboard for observers outside the US/UK

https://starscope.live/feed
3•xenophin•12h ago•0 comments

Show HN: 3D print Z reinforcement via injected loops

https://mgunlogson.github.io/magma/
65•mgunlogson•6d ago•56 comments

Show HN: AutoLISP in Rust/WASM, reused to script GLDF and IFC file formats

https://gldf.icu
3•holg•15h ago•3 comments

Show HN: Micro Coach – an AI workout planner built by a former personal trainer

https://microcoachapp.com/
3•coreysutton7•15h ago•0 comments

Show HN: Putt.day a daily mini golf game

https://putt.day/
317•ellg•3d ago•111 comments

Show HN: Lightweight Task queue on Erlang/OTP, SQLite-backed, no overengineering

https://github.com/entGriff/ezra
74•ent1c3d•5d ago•17 comments

Show HN: Treenix. Typed runtime for humans and agents

https://github.com/treenix-io/treenix
4•treenix_io•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.