frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Turning a Gaussian Splat into a videogame

https://blog.playcanvas.com/turning-a-gaussian-splat-into-a-videogame/
94•yak32•3d ago•21 comments

Show HN: A bilingual guide to Thaayam, a Tamil board game

https://amal-david.github.io/thaayam-guide/
2•amaldavid•1h ago•0 comments

Show HN: A free ESG stock screener that publishes its losses and methodology

https://jumpstartsignal.com/
8•irldexter•5h ago•14 comments

Show HN: I remade my blog into a Windows 3.1 environment

https://passo.uno/
7•theletterf•3h ago•4 comments

Show HN: Browse GitHub repos in Emacs without cloning

https://github.com/agzam/remoto.el
14•iLemming•10h ago•7 comments

Show HN: Kloak, A secret manager that keeps K8s workload away from secrets

https://getkloak.io/
51•neo2006•19h ago•46 comments

Show HN: DSS, a lightweight TUI spreadsheet editor and dashboard in Go

https://github.com/VincenzoManto/DSSGo
6•databasa•5h ago•0 comments

Show HN: A Karpathy-style LLM wiki your agents maintain (Markdown and Git)

https://github.com/nex-crm/wuphf
239•najmuzzaman•1d ago•110 comments

Show HN: I've built a nice home server OS

https://lightwhale.asklandd.dk/
176•Zta77•1d ago•74 comments

Show HN: DDoS detection in 0.9s, tested against a 48 Gbps attack live

https://flowtriq.com/blog/lorikeet-security-case-study
11•jacob_masse•14h ago•1 comments

Show HN: Browser Harness – Gives LLM freedom to complete any browser task

https://github.com/browser-use/browser-harness
122•gregpr07•2d ago•60 comments

Show HN: Gova – The declarative GUI framework for Go

https://github.com/NV404/gova
137•aliezsid•2d ago•28 comments

Show HN: Honker – Postgres NOTIFY/LISTEN Semantics for SQLite

https://github.com/russellromney/honker
303•russellthehippo•3d ago•80 comments

Show HN: Implit – Catch fake AI-generated dependencies

https://github.com/build-neurall/implit
2•neurall-build•9h ago•4 comments

Show HN: Agent Vault – Open-source credential proxy and vault for agents

https://github.com/Infisical/agent-vault
150•dangtony98•3d ago•55 comments

Show HN: Tolaria – Open-source macOS app to manage Markdown knowledge bases

https://github.com/refactoringhq/tolaria
300•lucaronin•2d ago•139 comments

Show HN: Draw Together Online

https://vidzert.com/draw-together
7•vidzert•12h ago•3 comments

Show HN: Talisman – A Android instrument played with two thumbs

https://talisman.by-igor.com/
7•ycosynot•18h ago•3 comments

Show HN: LLM-wiki – One command Karpathy's wiki with QMD search for Claude/Codex

https://github.com/ivankuznetsov/llm-wiki
3•ivankuznetsov11•16h ago•1 comments

Show HN: Nimbus – Browser with Claude Code UX

https://usenimbus.app/
17•pycassa•1d ago•4 comments

Show HN: GoModel – an open-source AI gateway in Go

https://github.com/ENTERPILOT/GOModel/
214•santiago-pl•5d ago•75 comments

Show HN: VT Code – Rust TUI coding agent with multi-provider support

https://github.com/vinhnx/VTCode
16•vinhnx•1d ago•2 comments

Show HN: HNswered – watches for replies to your Hacker News posts and comments

https://github.com/adam-s/HNswered
21•dataviz1000•1d ago•24 comments

Show HN: Broccoli, one shot coding agent on the cloud

https://github.com/besimple-oss/broccoli
81•yzhong94•3d ago•49 comments

Show HN: Agent MCP Studio – build multi-agent MCP systems in a browser tab

https://www.agentmcp.studio
11•stealthtsdb•1d ago•3 comments

Show HN: Good AI Task – a tool for asking AI what it can and can't do

https://goodaitask.com
6•jmt710•18h ago•3 comments

Show HN: Useknockout open source background removal API 40× cheaper -remove.bg

https://github.com/useknockout/api
5•tlorents•18h ago•0 comments

Show HN: AI Visibility Monitor – Track if your site gets cited by GPT/Claude

https://github.com/WorkSmartAI-alt/ai-visibility-monitor
5•balance006•18h ago•0 comments

Show HN: Mapping Sonnet's thinking process via flame charts

https://adamsohn.com/lambda-variance/
3•dataviz1000•19h ago•0 comments

Show HN: A faster, drop-in replacement for Tailscale's DERP relay

https://hyper-derp.dev/blog/hyper-derp-announcement/
3•KRuskowski•19h ago•2 comments
Open in hackernews

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

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