frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Screen memory without screenshots, just text to Markdown

https://github.com/dragthelake/ambient-context
42•Dramatize•4h ago•15 comments

Show HN: I wrote a BASIC interpreter that boots on UEFI machines

https://tarjan.itch.io/thoreaubasic
56•Gorsefound•1d ago•13 comments

Show HN: PicoMQ – Durable Streams over HTTP, on object storage

https://picomq.com/
117•adesh_nalpet•16h ago•22 comments

Show HN: A Modern GUI Library for Ada: CSS Styling, XML UI, SDL3

https://github.com/ovenpasta/adi2
50•ovenpasta•16h ago•18 comments

Show HN: A techno machine in one HTML file, with verifiable renders

https://ssx360.github.io/rack-02/?src=hn
198•ssx360•19h ago•36 comments

Show HN: How to mentally calculate the day of the week for any date

https://tinkerandsee.com/weekday/
66•yang140•17h ago•20 comments

Show HN: SteppeWM – a stacking IceWM-like Wayland compositor

https://github.com/uncognic/steppewm
16•uncognic•3d ago•5 comments

Show HN: GlassBox – what the browser reveals, and how identifiable you are

https://glassbox.codecanary.org
110•tke248•16h ago•50 comments

Show HN: Flostep – Diagrams people can actually walk through

https://flostep.dev/
14•pandurang90•10h ago•5 comments

Show HN: Kern – container and resource runtime in a 1.5 MB binary, no daemon

https://github.com/getkern/kern
60•realexweb•14h ago•6 comments

Show HN: Vanilla OS 3 Reunion – Immutable and Reproducible Operating System

https://vanillaos.org/blog/article/2026-08-24/vanilla-os-3-reunion---stable-release
28•NN708•22h ago•13 comments

Show HN: See how much your AI knows about you

https://www.withcorpus.com/knows
14•cgnry•15h ago•8 comments

Show HN: I built a lite LPU that can do inference on Karpathy's MicroGPT

https://www.lpulite.com
15•sakshambatraa•14h ago•1 comments

Show HN: Tblue – 614 passive security scanners for any website, runs locally

https://github.com/taylannuhogluofficial-png/Tblue
13•taylannuhoglu•18h ago•3 comments

Show HN: Pyrift – static analyser for silent Python/PyPy behaviour differences

https://github.com/BHUVANSH855/pyrift
3•BHUVANSH855•8h ago•0 comments

Show HN: A puzzle I couldn't solve for a year – cubers cracked it in an hour

https://skimmiq.com/pt/
17•Pawel_SkimmIQ•3d ago•10 comments

Show HN: OutMap – a live map of 235 countries where anyone can place a link

https://outmap.lol
7•ifrosted•14h ago•9 comments

Show HN: My Emacs Zero to IDE Journey

https://github.com/KallDrexx/emacs-zero-to-ide-journey/blob/main/README.md
12•KallDrexx•18h ago•0 comments

Show HN: Dashi – a 214KB Chrome new tab dashboard with no servers or analytics

https://trydashi.app/
8•trydashi•19h ago•2 comments

Show HN: Dev tools in one static site, no framework, no server

https://devtools.fit
5•gr3ggg•15h ago•1 comments

Show HN: LunarBasic, a BASIC that compiles 2D games to native executables

https://lunarbasic.com/
6•essial•19h ago•2 comments

Show HN: BidSonar – MCP server for UK/EU government contracts and grants

https://bidsonar.com/mcp
8•flibbertigibber•19h ago•0 comments

Show HN: Hierarchical to-do calendar for solo founders

2•eltonlin•6h ago•2 comments

Show HN: Nonograms TUI

https://github.com/dtnewman/nonograms
3•dtnewman•11h ago•0 comments

Show HN: Octophobia – a daily puzzle where you clear the board without making 8

https://playoctophobia.com/
3•smilingyoda•11h ago•0 comments

Show HN: OpenMRP – an open-source manufacturing ERP built over 4 years

https://github.com/open-mrp/api
8•dalbaugh•19h ago•2 comments

Show HN: Sloppie – Agentic development environment for Linux

https://github.com/otsaloma/sloppie
2•otsaloma•13h ago•0 comments

Show HN: RepoRoulette: Randomly Sample Repositories from GitHub

https://github.com/gojiplus/reporoulette
2•neehao•14h ago•0 comments

Show HN: Live 3D satellite tracker and the declassified Pentagon UFO archive

https://skylens.yantraai.app/
68•skylensspace•1d ago•39 comments

Show HN: Public Muscriptor Instance (latest, most powerful Audio-to-MIDI model)

https://www.pianoify.net/
56•jardy•3d ago•13 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.