frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Amaze Kings – a browser logic puzzle with 1,400 hand-graded levels

https://kings.amaze-apps.com/
2•amaze-apps-com•1h ago•0 comments

Show HN: Open-Source eInk Bike Computer

https://opentrailpaper.com
352•stingrae•1d ago•113 comments

Show HN: HyperCard to HTML Converter

https://github.com/stachon/hc2html
2•druidcz•1h ago•0 comments

Show HN: Getting to the top of Show HN is getting harder

https://artifactbin.dev/@vivek/6bXsx3-vol-2-show-hn-hall-of-fames
6•ppsreejith•1h ago•4 comments

Show HN: MobileCode – OpenCode with Built-In iOS and Android Previews

https://github.com/hsandhu/mobilecode
5•rsandhu•1h ago•1 comments

Show HN: TERMy – A fast terminal assistant that does not use LLMs

https://github.com/gioblu/NPC-Forge/blob/main/docs/development.md
170•gioscarab•1d ago•43 comments

Show HN: Moadim.io – A scheduler for agents

https://moadim.io/
29•tupe12334•17h ago•13 comments

Show HN: Minilith – A zero-dependency CMS stored inside a PNG file

https://blog.minilith.site/#posts/minilith-architecture
6•a_bytecycle•5h ago•5 comments

Show HN: Reactor Atlas

https://reactoratlas.com
70•fedecaccia•2d ago•25 comments

Show HN: Personal Context MCP

https://lanes.sh/showcase/personal-context-mcp
13•s-xyz•17h ago•0 comments

Show HN: TenantLayer – Multi-Tenancy for Spring Boot and Postgres

https://tenantlayer.io
5•suchait6655•8h ago•1 comments

Show HN: OwnTime – a chess clock for your day's priorities

https://owntime.app/
110•fmos•3d ago•61 comments

Show HN: HN Match Maker – Matching "Who Wants to Be Hired?" With "Who's Hiring?"

https://hnmatchmaker.com/
122•all2•3d ago•46 comments

Show HN: WinZST > 7-Zip fork with first-class compressed tar support on Windows

https://github.com/firebadnofire/WinZST
4•firebadnofire•13h ago•2 comments

Show HN: Rubato – Retro-Mac desk device mirrors AI coding state-ESP8266

https://github.com/lovaxi/Rubato_Device
5•Beartificial•14h ago•2 comments

Show HN: I made a word building game supporting anagrams and one handed use

18•busymom0•2d ago•1 comments

Show HN: Agent-to-agent payment. Your agents can pay each other

https://openspender.com/agent-to-agent
7•firatcan•17h ago•1 comments

Show HN: The cheapest GPU cloud – H100s at $2.04/HR, H200s at $3/HR

https://compute.cheap/
57•EmiCorleone•2d ago•20 comments

Show HN: TimerVana a Local-first scheduler for real world routines

https://timervana.net/browse
3•granto•18h ago•0 comments

Show HN: Newton's Orchard – Browser-based space/gravity playground

https://newtonsorchard.app
31•andrewchilds•4d ago•5 comments

Show HN: Weedout – Safari extension that hides YouTube AI-labeled videos

https://masteranza.github.io/weedout/
182•masteranza•3d ago•82 comments

Show HN: Marketplace for finding craft fairs and vendor events

https://www.boothscout.com
4•wowinter15•21h ago•0 comments

Show HN: Sageling - a local AI agent for Mac, Qwen 3.5 9B in-process via MLX

https://sageling.ai/
4•kirillklimuk•22h ago•1 comments

Show HN: Covenant – A governance framework for multi-agent AI systems

https://github.com/asalsali/covenant-framework-community
2•alexjsalsali•22h ago•1 comments

Show HN: Coder Eval – A Framework for Evals

https://github.com/uipath/coder_eval
4•mihaich•22h ago•1 comments

Show HN: Running 104GB Qwen3.8-Flash-Next on 48GB Mac with at ~12 tok/s

https://github.com/carloslfu/slotstream
237•carloslfu•4d ago•116 comments

Show HN: Local Mitsubishi AC Control with ESPHome and an AtomS3 Lite

https://didac.dev/builds/mitsubishi-air-conditioning
2•sabatesduran•1d ago•1 comments

Show HN: NationalDex • minimal open-source Pokédex

https://www.nationaldex.app
4•linesofcode•1d ago•2 comments

Show HN: asciiQuake

https://asciiquake.wtf/
16•apresmoi•3d ago•7 comments

Show HN: Real-time AI news aggregator with daily digest

https://aibriefs.news
12•michelmi•2d ago•19 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.