frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: I put an AI agent on a $7/month VPS with IRC as its transport layer

https://georgelarson.me/writing/2026-03-23-nullclaw-doorman/
268•j0rg3•13h ago•75 comments

Show HN: Minimalist library to generate SVG views of scientific data

https://github.com/alefore/mini_svg/
35•afc•3d ago•2 comments

Show HN: HTML Viewer with Bidirectional Highlighting (Code ↔ Highlight Element)

https://html-viewer.org
2•jackxmm•1h ago•0 comments

Show HN: Fio: 3D World editor/game engine – inspired by Radiant and Hammer

https://github.com/ViciousSquid/Fio
77•vicioussquid•15h ago•7 comments

Show HN: Turbolite – a SQLite VFS serving sub-250ms cold JOIN queries from S3

https://github.com/russellromney/turbolite
146•russellthehippo•17h ago•38 comments

Show HN: Veil – Dark mode PDFs without destroying images, runs in the browser

https://veil.simoneamico.com/
80•simoneamico•1d ago•12 comments

Show HN: New Causal Impact Library

https://github.com/YuminosukeSato/bsts-causalimpact
6•djwjjtw•8h ago•0 comments

Show HN: Optio – Orchestrate AI coding agents in K8s to go from ticket to PR

https://github.com/jonwiggins/optio
77•jawiggins•1d ago•55 comments

Show HN: A plain-text cognitive architecture for Claude Code

https://lab.puga.com.br/cog/
143•marciopuga•1d ago•49 comments

Show HN: Run, build, and govern AI agent workflows for DevOps

https://retroshift.dev/
2•zaketum•6h ago•0 comments

Show HN: Spectator, a Programming Language for Cybersecurity

2•CzaxTanmay•7h ago•0 comments

Show HN: Literalizer – convert JSON and YAML into native

https://github.com/adamtheturtle/literalizer
2•adamtheturtle•7h ago•0 comments

Show HN: A list of websites and directories where you can promote your projects

https://promotestartup.com
17•wesammikhail•10h ago•5 comments

Show HN: Sup AI, a confidence-weighted ensemble (52.15% on Humanity's Last Exam)

https://sup.ai
10•supai•20h ago•7 comments

Show HN: Superfast – Cognitive Memory Graphs for Enterprise AI Agents

3•prabhatkr•7h ago•1 comments

Show HN: Robust LLM extractor for websites in TypeScript

https://github.com/lightfeed/extractor
68•andrew_zhong•1d ago•46 comments

Show HN: I took back Video.js after 16 years and we rewrote it to be 88% smaller

https://videojs.org/blog/videojs-v10-beta-hello-world-again
637•Heff•2d ago•138 comments

Show HN: Scroll bar scuba dude swimming as you scroll

https://scrollbuddy.com/
3•hello12343214•8h ago•4 comments

Show HN: Orloj – agent infrastructure as code (YAML and GitOps)

https://github.com/OrlojHQ/orloj
19•An0n_Jon•1d ago•12 comments

Show HN: ProofShot – Give AI coding agents eyes to verify the UI they build

https://github.com/AmElmo/proofshot
155•jberthom•3d ago•96 comments

Show HN: AI Roundtable – Let 200 models debate your question

https://opper.ai/ai-roundtable/
110•felix089•2d ago•86 comments

Show HN: My 'pet' project, a Tinder-esque experience for rescuing dogs and cats

https://rescueapet.benswork.space
6•player_piano•11h ago•3 comments

Show HN: Yoink – Spotify to lossless with full metadata, self-hostable, ad-free

https://yoinkify.com
53•chasefrazier•1d ago•34 comments

Show HN: DuckDB community extension for prefiltered HNSW using ACORN-1

https://github.com/cigrainger/duckdb-hnsw-acorn
90•cigrainger•2d ago•7 comments

Show HN: Layerleak – Like Trufflehog, but for Docker Hub

https://github.com/Brumbelow/layerleak
8•brumbelow•16h ago•8 comments

Show HN: Cq – Stack Overflow for AI coding agents

https://blog.mozilla.ai/cq-stack-overflow-for-agents/
225•peteski22•3d ago•100 comments

Show HN: Email.md – Markdown to responsive, email-safe HTML

https://www.emailmd.dev/
374•dancablam•2d ago•94 comments

Show HN: Gemini can now natively embed video, so I built sub-second video search

https://github.com/ssrajadh/sentrysearch
429•sohamrj•2d ago•108 comments

Show HN: Drift – Linter for Documentation Rot

https://fiberplane.com/blog/drift-documentation-linter/
2•keturakis•12h ago•0 comments

Show HN: Pgsemantic – Point at your Postgres DB, get vector search instantly

https://github.com/varmabudharaju/pgsemantic
16•varmabudharaju•1d ago•1 comments
Open in hackernews

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

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