frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Wyrm – Solve algebra by touch, built on an open-source soundness engine

https://github.com/dicroce/wyrm_math
56•dicroce•1d ago•7 comments

Show HN: Reviving my 2001 college band with AI

https://www.fadingmaize.com
50•jacobgraf•1d ago•56 comments

Show HN: Getting GLM 5.2 running on my slow computer

https://github.com/JustVugg/colibri
831•vforno•1d ago•205 comments

Show HN: Frugon – Find which LLM calls a cheaper model could handle (local, MIT)

https://github.com/Rodiun/frugon
55•jarodrh•3d ago•10 comments

Show HN: Reverse-engineering web apps into agent tools

79•pancomplex•1d ago•31 comments

Show HN: 18 Words

https://18words.com/
1088•pompomsheep•1d ago•347 comments

Show HN: SubjectiveZero, an open-source agentic node editor for creative coding

https://sxp.studio/apps/subz
13•tasoeur•10h ago•4 comments

Show HN: Abralo – Free, easy way to run several Claude Code agents in one window

https://abralo.com/
31•cwbuilds•2d ago•21 comments

Show HN: Runloom – Go-style coroutines for Python free-threaded

https://github.com/robertsdotpm/runloom
44•Uptrenda•12h ago•24 comments

Show HN: I mapped 8.5M research papers into an interactive atlas

https://tomesphere.com/atlas
78•leonickson•1d ago•23 comments

Show HN: Analog Watch

https://analog.watch
102•ezekg•1d ago•95 comments

Show HN: FableCut – A browser video editor AI agents can drive (zero deps)

https://github.com/ronak-create/FableCut
95•ronak_parmar•1d ago•58 comments

Show HN: Rubiks Cube Solver

https://speedcube.com.br/
22•wozzp•1d ago•13 comments

Show HN: I built a web tool to see and edit what an AI thinks before it answers

https://lucid.earthpilot.ai
33•ada1981•1d ago•8 comments

Show HN: Follow London Trains in 3D

https://ride.nexttrain.london/
154•mgranados•6d ago•62 comments

Show HN: Microsoft releases Flint, a visualization language for AI agents

https://microsoft.github.io/flint-chart/#/
344•chenglong-hn•2d ago•136 comments

Show HN: SpeechCompass – speaker direction for captioning group conversations

https://github.com/google-deepmind/speech-compass/
3•olwal•9h ago•0 comments

Show HN: Real-time n-body tree code in CUDA

https://github.com/lechebs/nbody
3•lechebs•10h ago•0 comments

Show HN: LastShelf – an emergency map of your family's documents bills& contacts

https://www.lastshelf.ai/
47•sbrown12•1d ago•32 comments

Show HN: RandoFont – A browser for Google Fonts

https://randofont.alesh.com
24•aleshh•1d ago•3 comments

Show HN: Sighthound - open-source vulnerability scanner for source code

https://github.com/Corgea/Sighthound
19•asadeddin•1d ago•0 comments

Show HN: ChessFlex – iPhone chess with no server, no accounts (P2P via QR)

https://apps.apple.com/us/app/chessflex/id6761064938
4•yrotsih•10h ago•0 comments

Show HN: PastPage – Find archived versions of dead links

https://github.com/nabertronic/pastpage
3•nabertronic•11h ago•0 comments

Show HN: Devthropology – Better Insights for GitHub Repos

https://devthropology.com/demo
37•dpc94•1d ago•10 comments

Show HN: Pylon Sync, an agent-first full-stack realtime framework

https://www.pylonsync.com
12•ericc59•1d ago•2 comments

Show HN: Yamanote.fun – A complete soundscape for Tokyo's Yamanote line

https://www.yamanote.fun/
234•madebymagnolia•3d ago•52 comments

Show HN: Neil the Seal Game

https://neiltheseal.app/
96•dalemhurley•5d ago•85 comments

Show HN: Pay-per-call MCP server with 47 AI endpoints, micropayments via x402

https://goldbean-api.xyz
2•13639366668•12h ago•0 comments

Show HN: Hacker News book recs as study guides

https://biteread.ai/collection/hacker-news-top-nonfiction
3•xxbondsxx•12h ago•2 comments

Show HN: LifetimeR–A memento mori wallpaper generator (life,year,goal calendars)

https://lifetimer.vercel.app/
2•alvaro_l_torres•12h 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.