frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Live Sun and Moon Dashboard with NASA Footage

https://www.lumara-space.app/
112•beeswaxpat•5h ago•36 comments

Show HN: Ragnerock, an AI data analysis tool

https://www.ragnerock.com
4•mmahowald27•2h ago•3 comments

Show HN: SyncVibe – Code with friends in the terminal, each with your own AI

https://syncvibe.online/
7•curious1008•3h ago•2 comments

Show HN: OSS Agent I built topped the TerminalBench on Gemini-3-flash-preview

https://github.com/dirac-run/dirac
359•GodelNumbering•1d ago•140 comments

Show HN: VoiceGoat – A vulnerable voice agent for practicing LLM attacks

https://github.com/redcaller/voice-goat
5•xmhatx•3h ago•1 comments

Show HN: How much of the Linux kernel is written by AI?

https://assisted-by.dev/
5•snek14•4h ago•3 comments

Show HN: Utilyze – an open source GPU monitoring tool more accurate than nvtop

https://www.systalyze.com/utilyze
111•ManyaGhobadi•1d ago•27 comments

Show HN: I built a dating SIM that prepares you for your date

https://claude.ai/public/artifacts/98750067-546b-4c9e-ab62-68cae2941329
3•danish00111•1h ago•0 comments

Show HN: A terminal spreadsheet editor with Vim keybindings

https://github.com/garritfra/cell
102•garritfra•1d ago•48 comments

Show HN: Implementing Patio11's "Dangerous Professional" as a Claude Code Plugin

https://playground.tetraresearch.io/p/implementing-patio11s-dangerous-professional
3•tawb•6h ago•1 comments

Show HN: Turning a Gaussian Splat into a videogame

https://blog.playcanvas.com/turning-a-gaussian-splat-into-a-videogame/
234•yak32•5d ago•62 comments

Show HN: Devicons, +1300 logos and icons in React, SVG, and icon format

https://devicons.io/
5•vorillaz•9h ago•0 comments

Show HN: Waiting for LLMs Suck – Give your user a game

https://github.com/ftaip/waiting-game
18•dalemhurley•15h ago•12 comments

Show HN: I wrote a DOOM clone in my own programming language

https://spectrelang.org/log/devlog#cubedoom
4•pizza_man•7h ago•3 comments

Show HN: AgentSwift – Open-source iOS builder agent

https://github.com/hpennington/agentswift
46•hpen•17h ago•9 comments

Show HN: Unusual Wikipedia

https://unusualwiki.nk412.com/
18•grilledchickenw•1d ago•3 comments

Show HN: The Unix Magic poster, annotated (updated)

https://github.com/drio/unixmagic
60•drio•1d ago•7 comments

Show HN: PrePrompt – rewrites vague prompts before they reach the LLM

https://preprompt.org/
5•yashdeeptehlan•15h ago•4 comments

Show HN: BeVisible.app - Blog that runs itself

https://www.bevisible.app
6•evanyang•11h ago•2 comments

Show HN: Tiao, A two-player turn-based board game

https://playtiao.com
59•trebeljahr•1d ago•28 comments

Show HN: Free textbook on engineering thermodynamics

https://thermodynamicsbook.com/
174•2DcAf•2d ago•47 comments

Show HN: Blotter, a live map of LAPD radio activity

https://blotter.fm
5•s_e__a___n•17h ago•1 comments

Show HN: Gate – AI workers handle dev tickets in a visual workspace

https://soliddark.net/gate
3•SolidDark•12h ago•0 comments

Show HN: Nat-zero – Scale-to-zero NAT instances for AWS (Terraform module)

https://machine.dev/blog/nat-zero-scale-to-zero-nat-instances/
4•leonardosul•12h ago•1 comments

Show HN: Startup Equity Adventure Game

https://options-game-polymathrobotics.pythonanywhere.com/
34•iliabara•1d ago•24 comments

Show HN: I built a dual crossword puzzle where two crosswords share one grid

https://forkle.co.uk/
20•daveoshawrus•1d ago•15 comments

Show HN: AgentSwarms – free hands-on playground to learn agentic AI, no setup

https://agentswarms.fyi/
26•rohan044•1d ago•12 comments

Show HN: I've built a nice home server OS

https://lightwhale.asklandd.dk/
192•Zta77•3d ago•88 comments

Show HN: Gova – The declarative GUI framework for Go

https://github.com/NV404/gova
143•aliezsid•4d ago•29 comments

Show HN: Browser Harness – Gives LLM freedom to complete any browser task

https://github.com/browser-use/browser-harness
131•gregpr07•4d ago•65 comments
Open in hackernews

Show HN: Grace – Orchestrate Hybrid Mainframe and Cloud Workflows with YAML

https://graceinfra.org
4•arnavsurve•11mo 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.