frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Atomic Editor – Obsidian-style live preview for CodeMirror 6

https://kenforthewin.github.io/atomic-editor/
26•kenforthewin•4h ago•7 comments

Show HN: Deliberate – log what your agent rejected, not just what it ran

https://www.deliberate.dev/
2•garysmith1234•38m ago•0 comments

Show HN: Breathe CLI – Paced resonance breathing in the macOS terminal

https://github.com/marekkowalczyk/breathe-cli
93•marekkowalczyk•20h ago•14 comments

Show HN: Ouijit, an open-source task and terminal manager for coding agents

https://ouijit.com/
2•pbjerkeseth•59m ago•0 comments

Show HN: xxUTF – SIMD Unicode Normalization

https://github.com/dzfrias/xxUTF
3•dzfrias•1h ago•1 comments

Show HN: Entropic — information-driven variable-rate media playback

https://github.com/patrickxia/entropic
4•pxx•2h ago•0 comments

Show HN: 500 years of Joseon court omens as an observability dashboard

https://ajin.im/is/building/omen.ops/
128•poppypetalmask•22h ago•23 comments

Show HN: FuguUX – science-backed, AI user testing to identify key web UX issues

https://www.fuguux.com
3•sdas7•2h ago•0 comments

Show HN: Agentpack – isolated config layers for Claude Code, Codex, and OpenCode

https://nexo.sh/posts/agentpack/
2•nexo-v1•2h ago•0 comments

Show HN: Use Chrome DevTools Protocol to Control WinForm/MFC Apps

https://github.com/AIGCEra/Creator
3•tangramdev•3h ago•0 comments

Show HN: Komi-learn – continuous memory and self-improvement for coding agents

https://github.com/kurikomi-labs/komi-learn
18•rainxchzed•12h ago•2 comments

Show HN: Helios – what plug-in solar could generate for any address in Britain

https://helios.southlondonscientific.com/
120•ruaraidh•1d ago•43 comments

Show HN: Open Envelope – an open schema for defining AI agent teams

https://openenvelope.org/docs/schema/
45•ashconway•2d ago•7 comments

Show HN: Stable Audio 3 – one-shot sample generator (110gb download)

https://github.com/shiehn/sas-sample-generator
5•stevehiehn•4h ago•3 comments

Show HN: Graph-Based Firebase Alternative with Real-Time Sync

https://linkedrecords.com/getting-started/
3•WolfOliver•4h ago•0 comments

Show HN: Tiny-vLLM – high performance LLM inference engine in C++ and CUDA

https://github.com/jmaczan/tiny-vllm
194•yu3zhou4•1d ago•17 comments

Show HN: Open-source private home security camera system (end-to-end encryption)

https://github.com/secluso/core
122•arrdalan•1d ago•28 comments

Show HN: CPU-only fast OCR for screenshots, images, PDFs, webpages

https://github.com/kouhxp/textsnap
6•mrkn1•8h ago•4 comments

Show HN: Cordium: FOSS sandbox platform that eliminates credential injection

https://github.com/octelium/cordium
3•geoctl•6h ago•0 comments

Show HN: TV Explorer. Adding advanced UI to free online TV

https://tvexplorer.live
185•dtagames•2d ago•56 comments

Show HN: Zot – Yet another coding agent harness

https://www.zot.sh
100•patriceckhart•2d ago•78 comments

Show HN: Live, system-wide USB transfer sniffer in eBPF

https://github.com/yeet-src/usbsnoop
6•r3tr0•13h ago•0 comments

Show HN: Ktx – Open-source executable context layer for data agents

https://github.com/Kaelio/ktx
86•lucamrtl•3d ago•26 comments

Show HN: Continue? Y/N: A 60-second game about AI agent permission fatigue

https://llmgame.scalex.dev
381•Wirbelwind•3d ago•157 comments

Show HN: OWASP Agent Memory Guard – Stop AI Agent Memory Poisoning

https://github.com/OWASP/www-project-agent-memory-guard
3•vgudur297•14h ago•0 comments

Show HN: I built an Android OS in the browser

https://mobilegym.dev/
27•haozaz•1d ago•7 comments

Show HN: I made a Gemma 4 Mac app that names screenshots with local AI

https://snapname.app
7•joas_coder•15h ago•6 comments

Show HN: Hallucinate – Massively Multiplayer Online Rave

https://hallucinate.site
438•stagas•3d ago•196 comments

Show HN: Open-Source AI Racing Harness

https://www.elodin.systems/post/elodin-ai-grand-prix-race-sim-harness
75•danAtElodin•3d ago•22 comments

Show HN: Lite-Harness – Self-Hosted Cursor Agents (Use Claude Code/OpenCode)

https://github.com/LiteLLM-Labs/lite-harness
6•detente18•17h 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.