frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: We built an open source, zero webhooks payment processor

https://github.com/flowglad/flowglad
132•agreeahmed•3h ago•92 comments

Show HN: MCP Security Scanning Tool for CI/CD

https://smart.mcpshark.sh/
11•devops-coder•26m ago•0 comments

Show HN: I built an interactive HN Simulator

https://news.ysimulator.run/news
469•johnsillings•1d ago•206 comments

Show HN: OCR Arena – A playground for OCR models

https://www.ocrarena.ai/battle
202•kbyatnal•4d ago•61 comments

Show HN: Experimental eBPF Firewall in Rust with Heuristic Risk Scoring

https://github.com/N1ghttm4r33/Antivirus
2•n1ghtm4rr3•2h ago•0 comments

Show HN: SafeShare – Clean tracking params locally (PWA and bookmarklets

https://j-ai-71.github.io/Supersystem/
2•safeshare•3h ago•0 comments

Show HN: Datamorph – A clean JSON ⇄ CSV converter with auto-detect

https://datamorphio.vercel.app
22•sumit_entr42•4d ago•6 comments

Show HN: Superglue – OSS integration tool that understands your legacy systems

https://superglue.ai
7•sfaist•4h ago•1 comments

Show HN: We cut RAG latency ~2× by switching embedding model

https://www.myclone.is/blog/voyage-embedding-migration/
16•vira28•13h ago•3 comments

Show HN: Search London StreetView panoramas by text

https://london.publicinsights.uk
37•dfworks•5d ago•13 comments

Show HN: Cynthia – Reliably play MIDI music files – MIT / Portable / Windows

https://www.blaizenterprises.com/cynthia.html
85•blaiz2025•1d ago•29 comments

Show HN: Fractalbits – S3 compatibe store,1M iops p99~5ms,using Rust and Zig

https://github.com/fractalbits-labs/fractalbits-main
6•thomas_fa•6h ago•0 comments

Show HN: Sparse Matrix-Vector Multiplication that works at 30–90% sparsity

https://github.com/vlejd/macko_spmv
5•vlejd•6h ago•1 comments

Show HN: Stun LLMs with thousands of invisible Unicode characters

https://gibberifier.com
190•wdpatti•1d ago•104 comments

Show HN: Deft-Intruder – Real-time malware detection daemon for Linux

https://github.com/539hex/deft-intruder
2•539hex•6h ago•0 comments

Show HN: I wrote a minimal memory allocator in C

https://github.com/t9nzin/memory
132•t9nzin•1d ago•30 comments

Show HN: BTreePlus – A cache-optimized B+Tree engine for .NET faster than SQLite

https://www.nuget.org/packages/BTreePlus
2•staloriana•8h ago•0 comments

Show HN: Hypercamera – a browser-based 4D camera simulator

https://dugas.ch/4d_creatures/4d_camera.html
16•chronolitus•6d ago•4 comments

Show HN: Supabase-Test – Fast Isolated Postgres DBs for Testing Supabase RLS

https://www.npmjs.com/package/supabase-test
29•pyramation•5d ago•10 comments

Show HN: Virtual SLURM HPC cluster in a Docker Compose

https://github.com/exactlab/vhpc
56•ciclotrone•6d ago•14 comments

Show HN: How I think tabs should be managed in a terminal

https://v0.app/chat/iterm-next-demo-gShY36OWRB7
3•novoreorx•10h ago•0 comments

Show HN: Build the habit of writing meaningful commit messages

https://github.com/arpxspace/smartcommit
109•Aplikethewatch•3d ago•131 comments

Show HN: Axe - A Systems Programming Language with Builtin Parallelism and No GC

https://axelang.org/
13•death_eternal•1d ago•1 comments

Show HN: BreakToGoal – A planner calendar that break big goals into tasks

https://breaktogoal.com
2•jtnt101•12h ago•0 comments

Show HN: I built an interactive map of jobs at top AI companies

https://map.stapply.ai
12•kalil0321•1d ago•4 comments

Show HN: Colonet – Anonymous forum, no sign-up needed

https://colonet.revantoa.workers.dev
3•mvphauto•12h ago•0 comments

Show HN: Forty.News – Daily news, but on a 40-year delay

https://forty.news
436•foxbarrington•3d ago•177 comments

Show HN: Wealthfolio 2.0- Open source investment tracker. Now Mobile and Docker

https://wealthfolio.app/?v=2.0
671•a-fadil•4d ago•213 comments

Show HN: The Wiki Game - reach target Wikipedia page by clicking hyperlinks only

https://apps.apple.com/us/app/the-wiki-game-wikipedia-game/id6755500017
3•frayo44•14h ago•1 comments

Show HN: I wrote my lecture notes in Typst

https://github.com/zhengnanli/ss-notes
3•subtlemuffins•15h ago•0 comments
Open in hackernews

Show HN: Superglue – OSS integration tool that understands your legacy systems

https://superglue.ai
7•sfaist•4h ago
If you've ever worked in a large company, you've probably encountered "shadow infrastructure": scripts nobody understands or custom connectors written once and never touched again. This glue layer isn't documented, isn't owned by anyone, and tends to break when systems are upgraded or someone leaves. It's also the part everybody dreads working on, because it's hard to understand, painful to work with, and full of unknown unknowns.

We built superglue so that engineers stop wasting time on deciphering legacy APIs and documentation.

superglue ingests existing glue code, SQL, configs, docs, OpenAPI specs and reverse-engineers what the system is actually doing. It then maps dependencies and regenerates everything as clean javascript code that can run directly or be exposed via MCP or SDK. It also monitors API changes and schema drift, and automatically repairs integrations when upstream systems change.

In short: It turns legacy integrations into code you can easily understand, test, and update. So that engineers can do more exciting feature work, and companies can migrate and upgrade systems faster.

Think of it as: a context engine + code generator + integration runtime for legacy glue.

What we'd love feedback on

- How do you deal with "nobody knows what this script does" situations?

- What would you want to know about your legacy systems?

OSS/community version: https://github.com/superglue-ai/superglue

More info: https://superglue.ai

Happy to go deeper on the technical details.

Comments

adinagoerres•4h ago
creator of superglue here. we are trying to crack one of the hardest problems in infra management, with the goal to get rid of nasty systems and expensive consulting projects. always looking for the gnarliest of systems and how to make them future-compatible.