frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Macros with a Behringer FCB1010 MIDI Pedalboard in macOS

https://github.com/JamesRyanATX/fcbnerd
54•fretlessjazz•7h ago•10 comments

Show HN: Redis City – Explore how Redis works in an interactive 3D model

https://poltora.dev/redis
34•poltora•2d ago•6 comments

Show HN: Analyzed 400 routes and driving a Tesla beats flying 65% of the time

https://flyortesla.com/insights
3•drewlem•1h ago•3 comments

Show HN: Pelican-bicycle alternatives

https://gally.net/temp/20260914pelican-alternatives/index.html
116•tkgally•16h ago•42 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/
75•toebee•14h ago•28 comments

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

https://www.neobrutalism.dev/
150•samke-•14h ago•72 comments

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

https://github.com/callbacked/kinesis
113•callbacked•18h ago•36 comments

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

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

Show HN: Pushie – Get notified with a simple webhook

https://pushie.net
19•vasanthv•15h ago•10 comments

Show HN: Hazzel – a tiny coding agent, Bring your own keys

https://github.com/mukundzha/hazzel
6•mukundzha6•5h ago•0 comments

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

https://triangllabs.ai/otis
19•petrenk0n•17h ago•3 comments

Show HN: An open-source control plane for your company's AI agents

https://github.com/vstorm-co/agenticos
3•outageroom•6h ago•0 comments

Show HN: Sunk Cost – How long until a local LLM rig pays for itself?

https://sunkcost.ai/
42•rlindsey123•4h ago•79 comments

Show HN: 1080p is 920px tall – 1k real browser viewports

https://screensize.net/reports/viewport-stats
41•zenpe•22h ago•20 comments

Show HN: What Just Pinged Me?

https://whatjustpingedme.com
22•furyofantares•1d ago•0 comments

Show HN: Pull every comment out of a Google Sheet, in the browser

https://bensunter.com/commentpulse.html
2•bsunter2•10h ago•0 comments

Show HN: Authorize MCP tool calls without giving agents the credentials

https://github.com/keydrisLabs/mcp-auth-keydris-template
7•b4timer•18h ago•6 comments

Show HN: Bodily Oddities

https://vester.si/bodily-oddities/
340•vesterde•4d ago•214 comments

Show HN: Exploring the intersection of prediction markets and social media

https://www.thevidmarket.com/
14•ryanpere2298•1d ago•2 comments

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

https://threshyr.com
3•affanBajwa•12h ago•1 comments

Show HN: EterDB, a Postgres fork that makes it easy to recover from incidents

https://eterdb.com/
46•fdeth•4d ago•20 comments

Show HN: MCP Harbor – An MCP Registry

https://ai.mcpharbor.dev/
5•Lbesecker195•13h ago•2 comments

Show HN: I rebuilt a 4-year-old app in 5 days using many agents – here's harness

https://mega.dev/autonomous-product-development
6•gregrog•13h ago•0 comments

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

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

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

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

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

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

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

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

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

https://attalambda.com
25•kserrec•13h ago•0 comments

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

https://tokencanopy.com/products/agentdrive
6•tokencanopy•14h ago•7 comments

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

https://github.com/MagicBeansAI/what-time
3•das_vicky•14h 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.