frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Moonshine Open-Weights STT models – higher accuracy than WhisperLargev3

https://github.com/moonshine-ai/moonshine
134•petewarden•4h ago•23 comments

Show HN: Emdash – Open-source agentic development environment

https://github.com/generalaction/emdash
116•onecommit•8h ago•47 comments

Show HN: Tag Promptless on any GitHub PR/Issue to get updated user-facing docs

30•prithvi2206•8h ago•6 comments

Show HN: Chaos Monkey but for Audio Video Testing (WebRTC and UDP)

https://github.com/MdSadiqMd/AV-Chaos-Monkey
35•MdSadiqMd•1d ago•2 comments

Show HN: enveil – hide your .env secrets from prAIng eyes

https://github.com/GreatScott/enveil
190•parkaboy•21h ago•119 comments

Show HN: Declarative open-source framework for MCPs with search and execute

https://hyperterse.com
9•samrith•5h ago•2 comments

Show HN: Recursively apply patterns for pathfinding

https://pattern-pathfinder.vercel.app/?fixtureId=%7B%22path%22%3A%22site%2Fexamples%2F_intro.fixt...
13•seveibar•4h ago•2 comments

Show HN: PgDog – Scale Postgres without changing the app

https://github.com/pgdogdev/pgdog
314•levkk•1d ago•57 comments

Show HN: ProdRescue AI – Turn Slack war-rooms and raw logs into incident reports

https://www.prodrescueai.com/
4•devrimozcay•6h ago•0 comments

Show HN: X86CSS – An x86 CPU emulator written in CSS

https://lyra.horse/x86css/
255•rebane2001•1d ago•88 comments

Show HN: Babyshark – Wireshark made easy (terminal UI for PCAPs)

https://github.com/vignesh07/babyshark
140•eigen-vector•1d ago•45 comments

Show HN: Ghist – Task management that lives in your repo

https://github.com/unnecessary-special-projects/ghist
16•nxnze•9h ago•1 comments

Show HN: Sowbot – Open-hardware agricultural robot (ROS2, RTK GPS)

https://sowbot.co.uk/
177•Sabrees•1d ago•45 comments

Show HN: Steerling-8B, a language model that can explain any token it generates

https://www.guidelabs.ai/post/steerling-8b-base-model-release/
314•adebayoj•1d ago•86 comments

Show HN: Mnemosyne – Cognitive memory OS for AI agents (zero LLM calls)

https://github.com/28naem-del/mnemosyne
4•mnemosy•4h ago•1 comments

Show HN: Cellarium: A Playground for Cellular Automata

https://github.com/andrewosh/cellarium
39•andrewosh•4d ago•1 comments

Show HN: AI Timeline – 171 LLMs from Transformer (2017) to GPT-5.3 (2026)

https://llm-timeline.com/
168•ai_bot•1d ago•57 comments

Show HN: Brainstorm-MCP – Let GPT, DeepSeek, and Groq Brainstorm Together

https://github.com/spranab/brainstorm-mcp
2•spranab•5h ago•1 comments

Show HN: Disk Inventory X updated for Apple Silicon

https://diskinv.github.io/
4•lababidi•5h ago•2 comments

Show HN: Bookie – Conquer the bookkeeping and accounting chaos of freelancing

https://www.bookie.tax/
2•nxnze•5h ago•0 comments

Show HN: MiniVim a Minimal Neovim Configuration

https://github.com/KyanJeuring/minivim
5•kppjeuring•5h ago•0 comments

Show HN: CharityVerify – Trust scores for 138K Canadian charities

https://charityverify.com/
2•buchler•5h ago•0 comments

Show HN: Cost per Outcome for AI Workflows

https://github.com/botanu-ai/botanu-sdk-python
4•deborahjacob•6h ago•1 comments

Show HN: MantleDB – Anonymous JSON storage for your side projects

https://mantledb.sh/
3•moonwizard•6h ago•0 comments

Show HN: I built an iOS app that turns EPUBs into audiobooks

https://apps.apple.com/ua/app/audiobooks-mp3-m4b-player/id6471399965
5•pklym•6h ago•2 comments

Show HN: Claude Code Canvas

https://github.com/raulriera/claude-code-canvas
3•raulriera•6h ago•1 comments

Show HN: Interactive 3D Moon with real NASA data and WebGPU

https://moon.oddurs.com
3•oddurs•6h ago•0 comments

Show HN: CIA World Factbook Archive (1990–2025), searchable and exportable

https://cia-factbook-archive.fly.dev/
484•MilkMp•2d ago•99 comments

Show HN: Open-Weight Image-Video VAE (Better Reconstruction ≠ Better Generation)

https://www.linum.ai/field-notes/vae-reconstruction-vs-generation
5•schopra909•7h ago•1 comments

Show HN: MasqueradeORM – Memory Efficient Node ORM: Just Write Classes

https://github.com/MasqueradeORM/MasqueradeORM
3•masqueradeorm•8h ago•1 comments
Open in hackernews

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

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