frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Claudoro, Pomodoro timer embedded in the Claude Code statusline

https://github.com/emson/claudoro
4•emson•1d ago•1 comments

Show HN: Searchable directory of 22k+ products from worker-owned co-ops

https://www.workerowned.info/
375•IESAI_ski•16h ago•74 comments

Show HN: Kube-insight – retained Kubernetes evidence for incident investigations

https://github.com/nowakeai/kube-insight
5•simalapo•1h ago•0 comments

Show HN: I measured the half-life of 41,301 Show HN launches. It's 7 hours

https://jonno.nz/posts/your-show-hn-dies-in-7-hours/
8•jonnonz•1h ago•1 comments

Show HN: Salt – a systems language with Z3 theorem proving in the compiler

https://salt-lang.dev
39•bneb-dev•20h ago•27 comments

Show HN: GolemUI – Declarative Form Engine

https://golemui.com
44•wtfdeveloper•22h ago•65 comments

Show HN: Unobin compiles Infrastructure as Code to one binary

https://cloudboss.co/docs/unobin
17•joseph•3d ago•1 comments

Show HN: Margarita - Programming language for Agents using Markdown-ish syntax

https://www.margarita.run
6•margarita_dev•8h ago•1 comments

Show HN: Pglayers – PostgreSQL extensions as stackable Docker layers

https://github.com/pglayers/pglayers
39•iemejia•20h ago•5 comments

Show HN: QR code renderer in a TrueType font

https://qr.jim.sh/
81•foodevl•4d ago•12 comments

Show HN: Cyclearchive.com – search vintage cycling magazines

https://cyclearchive.com/search/
11•alastairr•5d ago•2 comments

Show HN: Curvytron 2, I rewrote my browser party game, 10 years later

https://curvytron2.com/
11•tom32i•1d ago•4 comments

Show HN: PMB – local memory for coding agents that shows if it is used

https://pmbai.dev
25•oleksiibond•2d ago•9 comments

Show HN: Shark Tank but you pitch your idea to indie hackers

https://indiesharktank.vercel.app/
6•roozka10•14h ago•1 comments

Show HN: My 13-year-old built an ant colony tracker

https://formicarium.es
73•abelgvidal•1d ago•52 comments

Show HN: I wrote a Rust book ending with a Redis clone

https://shankhan3.gumroad.com/l/dnwmtp
7•zeeshanali0094•7h ago•0 comments

Show HN: Classify mechanical faults using Contrastive Language-Audio Pretraining

https://github.com/adam-s/car-diagnosis
9•dataviz1000•20h ago•0 comments

Show HN: Forgejo Appliance, a private Git server based on OrbStack and Tailscale

https://github.com/highpost/forgejo-appliance
6•highpost•15h ago•1 comments

Show HN: HackerNows – Native iOS HN Client

https://hackernows.app/
28•maguszin•1d ago•55 comments

Show HN: Morph Reflexes – Multi-head classifiers for agent traces

13•bhaktatejas922•1d ago•2 comments

Show HN: Z-Jail – A 130 KB Linux sandbox-C99 with 7 defense layers and zero deps

https://github.com/Division-36/Z-Jail/
23•Zierax•18h ago•23 comments

Show HN: GONK – Lightweight Edge-Native API Gateway in Go

https://github.com/JustVugg/gonk
3•vforno•14h ago•0 comments

Show HN: Techno Kick

https://technokick.com/
3•stagas•10h ago•0 comments

Show HN: Reminal – A zero-config SSH alternative that's also mobile friendly

https://github.com/harshalgajjar/reminal
12•harshalgajjar•22h ago•3 comments

Show HN: I trained a 1B LLM from scratch for $315 and open-sourced weights+data

https://huggingface.co/AIIT-Threshold/Tessera-1B
3•Aiit-threshold•4h ago•0 comments

Show HN: I built a photography weather alert system

https://photosignal.app/
2•ameon•13h ago•0 comments

Show HN: LIBR tracing with source ledger rows and byte-exact PDF verification

https://exitprotocols.com/engineering/libr-state-machine/
4•cd_mkdir•19h ago•3 comments

Show HN: Open-source sandbox for your product team

15•spacspade•19h ago•14 comments

Show HN: C++, Java and C# light-weight-logger

https://github.com/PenguineDavid/light-weight-logger
12•PenguineDavid•1d ago•0 comments

Show HN: Toolnexus for Python – MCP, agent skills,a2a for any LLM

https://pypi.org/project/toolnexus/
2•muthuishere•14h 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.