frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: LLM Attention Visualization

https://ishamf.dev/p/llm-attention-visualizer/
103•ifz•6h ago•19 comments

Show HN: Copperhead – Hardware as Fast as Software

https://copperhead.sh/
195•animeshchouhan•9h ago•76 comments

Show HN: Auto-Rig Web – Zero-click 3D humanoid rigging in a Web Worker

https://github.com/nff747/auto-rig-web
2•nff747•27m ago•0 comments

Show HN: Genotype: language that compiles to idiomatic TS, Rust and Python

https://genotype-lang.org/
6•kossnocorp•1h ago•0 comments

Show HN: SimpleW – Lightweight C# Web Server with optional addons

https://simplew.net/
3•prodbro•1h ago•0 comments

Show HN: Browser viz of OpenAI's "spaghetti" Navier–Stokes vortex (illustration)

https://3d-retro.com/experiments/vortex
2•SouthWestAtlas•2h ago•0 comments

Show HN: Ollama stand in replacement, 2-4x faster, not just basic optimizations

https://github.com/omgitsbase/llmash
3•wowitsbase•3h ago•0 comments

Show HN: Rokz: a browser port of a 1990 ASCII dungeon crawler

https://taler.pl/rokz/
2•htaler•3h ago•1 comments

Show HN: Pipnote – Share a reminder they can't peek at until it arrives

https://pipnote.app/
2•radomird•3h ago•1 comments

Show HN: Jigsaw Haiku

https://jigsawhaiku.com/
109•windowshopping•4d ago•30 comments

Show HN: DriveSync – fast Git-styled Google Drive sync CLI

https://github.com/scaleninja/drivesync
17•rohityadavcloud•10h ago•10 comments

Show HN: Interactive Tree of Life

https://ptree.org/
104•Lucent•4d ago•24 comments

Show HN: Linubot – like Grok bot and Hermes had a kid

https://github.com/agent-sh/linubot
2•anotherCodder•4h ago•0 comments

Show HN: Stuxnet – A reconstructed source code of the infamous cyber-weapon

https://github.com/Sadpainy/Stuxnet
166•CMDDestory•1d ago•50 comments

Show HN: A design-space map of 80k Steam games (mechanics, not genres)

https://steammaho.com/map
2•steammaho•6h ago•0 comments

Show HN: Making a GBA game with GPT-6 Astra

https://www.spritefusion.com/blog/making-a-game-boy-advance-game-with-gpt-6-astra
2•HugoDz•6h ago•0 comments

Show HN: InverSQL: Build SQL interactively in inverse

https://github.com/rentruewang/inversql
2•renchuw•6h ago•0 comments

Show HN: Dragon Microkernel in Spark Ada

https://github.com/tigerlang/dragon
3•tigerlang•6h ago•1 comments

Show HN: 7-Zip Quine

3•unmayx•7h ago•2 comments

Show HN: Maple – CSS utilities with no build step and no config file

https://maple.f12.io/
3•onuradsay•7h ago•0 comments

Show HN: Bestie, a coding agent that respects you

https://github.com/jolexxa/bestie
4•jolexxa•7h ago•0 comments

Show HN: GET Together – A social network where you don't need POST to Post

https://gettogether.dev
106•nchudleigh•1d ago•58 comments

Show HN: Homebutler – reports what changed on your server, not what's running

https://github.com/Higangssh/homebutler
7•swq115•8h ago•0 comments

Show HN: A browser IDE for m68000, Z80 assembly (and more), with graphics

https://asm-editor.specy.app/
4•specy•12h ago•1 comments

Show HN: Edge-AI device that analyzes my cannabis grow, nothing leaves the LAN

https://croplock.com/blog/
3•gullywompr•8h ago•5 comments

Show HN: EndFrame – Demos, launch videos, shorts from the AI plan you pay for

https://endframe.ai/
3•endframe•8h ago•0 comments

Show HN: Wg-admin – web UI for an existing WireGuard host

https://github.com/logimaxx/wg-admin
31•vsergione•1d ago•11 comments

Show HN: Otter, a multi-threaded JavaScript runtime capable of 1k+ threads

https://github.com/gi-dellav/otter
2•gidellav•8h ago•0 comments

Show HN: Multistack, a TUI environment for parallel coding agents

https://github.com/gi-dellav/multistack/tree/main
5•gidellav•8h ago•1 comments

Show HN: A cozy home for your Goodreads books

https://reading-room.transitivebullsh.it
3•transitivebs•8h ago•1 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.