frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Neobrutalism.dev – Just added Base UI support and added new color theme

https://www.neobrutalism.dev/
49•samke-•1h ago•27 comments

Show HN: Nari Qwen3-TTS and Qwen3-ASR – High accuracy, low latency and cost

https://narilabs.com/blog/nari-labs-leads-coval-voice-ai-benchmarks/
7•toebee•1h ago•1 comments

Show HN: Is this photo edited? Client-side image forensics

https://vajba.com/image-forensics/
14•trivsamt•4d ago•3 comments

Show HN: Pelican-bicycle alternatives

https://gally.net/temp/20260914pelican-alternatives/index.html
60•tkgally•4h ago•24 comments

Show HN: Threshyr – An offline automatic time tracker with on-device AI

https://threshyr.com
2•affanBajwa•7m ago•0 comments

Show HN: Kinesis – Control your Mac with the Meta Neural Band

https://github.com/callbacked/kinesis
103•callbacked•6h ago•30 comments

Show HN: Fly.exe – An EON systems like virtual fruit fly uploaded to computer

https://github.com/Ibtisam-Mohammad/Fly.exe
16•Ibti_sam•2h ago•4 comments

Show HN: MCP Harbor – An MCP Registry

https://ai.mcpharbor.dev/
2•Lbesecker195•1h ago•0 comments

Show HN: Pushie – Get notified with a simple webhook

https://pushie.net
8•vasanthv•3h ago•3 comments

Show HN: Helical Time – Visualizing time as a continuous 3D torus

https://github.com/nimabeh/helical-time
2•nimabe•1h ago•0 comments

Show HN: Cognition-Claude-proxy – Use Devin model catalog with Claude Code

https://github.com/coderexpert123/cognition-claude-proxy
2•hrishi1990•1h ago•0 comments

Show HN: Rebuno - An open-source runtime for production agents

https://github.com/rebuno/rebuno
3•nnww•1h ago•0 comments

Show HN: DNSMint – Give a sandbox its own domain and HTTPS cert in one API call

https://dnsmint.com/
2•kxbnb•1h ago•0 comments

Show HN: AttaLambda: a language where types and data are made of untyped lambdas

https://attalambda.com
2•kserrec•1h ago•0 comments

Show HN: I built Otis, a minimal AI agent that runs local models out of the box

https://triangllabs.ai/otis
11•petrenk0n•5h ago•0 comments

Show HN: AgentDrive – persistent, versioned file storage for AI agents

https://tokencanopy.com/products/agentdrive
4•tokencanopy•1h ago•3 comments

Show HN: what-time Neural Parser for Schedule extraction in English, Hindi

https://github.com/MagicBeansAI/what-time
2•das_vicky•1h ago•0 comments

Show HN: Requirement5 – a digital card collection game

2•FailMore•2h ago•0 comments

Show HN: Local catalog of 3k agent skills with a static risk scan

https://github.com/xm1k3/ai-community-skills
2•xm1k3•2h ago•0 comments

Show HN: Backtotal – the total is given, work back to the four digits

https://backtotal.com/
3•Dogs2478•2h ago•3 comments

Show HN: Shortcut Express – My attempt to get the world using keyboard shortcuts

https://github.com/chimit/shortcut-express
2•motomac•2h ago•0 comments

Show HN: Push Notifications for Hacker News

https://www.hazumi.news
2•jrhey•2h ago•0 comments

Show HN: Fidelic, a Salesforce emulator in a Docker container

https://www.fidelic.dev/
2•ifykhanikhan•2h ago•0 comments

Show HN: Botbin – A zero-login HTML pastebin for AI agents

http://botbin.io/
2•obilgic•2h ago•0 comments

Show HN: msgspec-serde, Fast serialization for msgspec, flatbuffers, & arrays

https://github.com/ebrevdo/msgspec-serde
2•yablak•2h ago•0 comments

Show HN: Drone flight over world cities and neighbourhoods

https://citydrones.kingsbridge-consultancy.com/
3•beerglass•2h ago•2 comments

Show HN: GSE Cleaner – In-browser streaming parser for large GEO datasets

https://byqing.com/gse/
2•niqing•2h ago•0 comments

Show HN: Skillzero – save tokens by omitting skills from agent context

https://github.com/kurtextrem/skillzero
2•kurtextrem•2h ago•0 comments

Show HN: I built a URL shortener from scratch

2•yhussain1110•3h ago•0 comments

Show HN: What an agent does when anyone can read and rewrite its context

https://ljedrz.github.io/nachalnik/
3•ljedrz•3h 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.