frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Build your own theme park

https://www.magicpatterns.com/theme-park
28•thealexanderlee•8h ago•17 comments

Show HN: We built the smallest dual-band aircraft tracker

https://pantsforbirds.com/the-worlds-smallest-dual-band-ads-b-receiver-module/
23•CoolNamesAllTkn•4h ago•2 comments

Show HN: Tally – Track campaign donors, promises, and voting records

https://tally-2026.github.io/
2•Somnora•41m ago•1 comments

Show HN: Devx – Autonomous AI coding agent built for Android Termux and desktop

https://github.com/apvcode/Termux-Dev
8•apvcode•4h ago•1 comments

Show HN: Every push-up becomes an attack in a camera-counted RPG game

https://pushup.quest/
18•not_wowinter13•4h ago•6 comments

Show HN: A shop-owner simulator and visual novel set in the early 2000s [video]

https://www.youtube.com/watch?v=o2J_H6metLI
2•hollowlimb•17m ago•0 comments

Show HN: Fab Friends a crowdfunding site for Rwandan college students

https://www.joinfabfriends.org
4•muramira•3h ago•0 comments

Show HN: TexLite – A lightweight self-hosted LaTeX workspace

https://github.com/SWUFE-DB-Group/TexLite
19•thisispi•9h ago•0 comments

Show HN: Timber (iOS) and Timber Tabs (Mac) – best offline read-aloud LLMs

https://timberreader.com/
9•Fe2_O3•7h ago•1 comments

Show HN: Bury.lol – a $2 pixel-art graveyard for things that died

https://bury.lol/
10•alertcubes•10h ago•0 comments

Show HN: LatticeDB – Like SQLite but for graph databases

https://github.com/jeffhajewski/latticedb
179•smiths1999•1d ago•48 comments

Show HN: I wrote a BASIC interpreter that boots on UEFI machines

https://tarjan.itch.io/thoreaubasic
154•Gorsefound•3d ago•41 comments

Show HN: Buslens – where can I get to by bus? (UK)

https://rupertlinacre.com/buslens/
77•RobinL•17h ago•54 comments

Show HN: Invader – an indie iOS podcast player that never phones home

https://invader.gg/
3•HeadOfProbing•4h ago•3 comments

Show HN: How much of Hacker News is about AI?

https://hnstats.com
68•beekthos•10h ago•45 comments

Show HN: Railo – Deterministic security patch bot using AST and Z3 (no LLMs)

https://www.railo.dev
4•mdzariflatif•7h ago•1 comments

Show HN: NetSour, the modular packet analyzer TUI

https://github.com/thegoodduck/NetSour
2•thegoodduck•4h ago•0 comments

Show HN: Infra Lang – Compile a Single DSL to K8s, Compose, Helm and Terraform

3•Tuvi•4h ago•0 comments

Show HN: Find Perth jobs. Hire local talent

https://jobsinperth.com.au
2•wowinter15•4h ago•0 comments

Show HN: Ten_cubed – Artificially restricted social graph

https://tencubed.dev
3•darkpicnic•5h ago•0 comments

Show HN: Convolens – Real time slides and fact-checking

https://demo.convolens.ai
3•Banbanaste•5h ago•0 comments

Show HN: SSH Session Monitor – read-only Windows OpenSSH monitoring

https://github.com/issacnitin/SshSessionMonitor
3•issacnitin•8h ago•0 comments

Show HN: Use GLM-5.3 in Cursor today via tokengo API

https://www.tokengo.com
3•bingus-bongo•5h ago•2 comments

Show HN: TeXbrain, a LaTeX editor that runs pdfTeX in the browser via WASM

https://github.com/swimmingbrain/texbrain
117•swimmingbrain•1d ago•27 comments

Show HN: Collete-01 - Person in a Model

https://colette.genexperiences.com/
3•quicheshore2003•5h ago•1 comments

Show HN: Family sync with no server – Apple-signed entitlements on iOS

https://receiptiq.me/blog-family-sync-architecture
3•nichliu•8h ago•0 comments

Show HN: Notificator – Send website events to push, email, MQTT and hardware

https://notificator-project.com/get-started/
2•vagelisp•5h ago•1 comments

Show HN: Prompt Builder – Free Templates

https://www.promptbuilder.space/templates
15•LandoLorinse•11h ago•0 comments

Show HN: De-Spark, migrate a GitHub Spark export off the private SDK

https://deespark.space
2•sarthakkuwar1•6h ago•0 comments

Show HN: Nodusfall Wiki – Tracking Verified Game Information and Updates

https://nodusfallwiki.org/
3•richardharmer•6h 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.