Postingan

Show HN: Superglue – OSS integration tool that understands your legacy systems https://ift.tt/bHGEdzX

Show HN: Superglue – OSS integration tool that understands your legacy systems 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 u...

Show HN: We built an open source, zero webhooks payment processor https://ift.tt/rh5pAoJ

Show HN: We built an open source, zero webhooks payment processor Hi HN! For the past bit we’ve been building Flowglad ( https://flowglad.com ) and can now feel it’s just gotten good enough to share with you all: Repo: https://ift.tt/I4kLedO Demo video: https://www.youtube.com/watch?v=G6H0c1Cd2kU Flowglad is a payment processor that you integrate without writing any glue code. Along with processing your payments, it tells you in real time the features and usage credit balances that your customers have available to you based on their billing state. The DX feels like React, because we wanted to bring the reactive programming paradigm to payments. We make it easy to spin up full-fledged pricing models (including usage meters, feature gates and usage credit grants) in a few clicks. We schematize these pricing models into a pricing.yaml file that’s kinda like Terraform but for your pricing. The result is a payments layer that AI coding agents have a substantially easier time one-shotting (f...

Show HN: I built an interactive map of jobs at top AI companies https://ift.tt/c0mhTbf

Show HN: I built an interactive map of jobs at top AI companies I built a live interactive map that shows where top AI companies hire around the world. I collected this data for a hackathon project. Many ATS providers have a public API that you can hit with the slug of the companies to get open jobs. The hardest part was finding the companies. I tried Firecrawl but it returned around 200 companies per provider which wasn’t enough for me. Then, I tried SERPAPI but it was expensive. I ended up using SearXNG to discover companies by ATS type and fetch their job postings. This produced a large dataset of 200k+ jobs (I only use a subset as it would have taken too much time processing). A few days ago, I decided to build a visualization of the data as I didn’t know what to do with it and wanted people to benefit. I kept catching myself wanting to ask simple questions like “show only research roles in Europe” or “filter for remote SWE positions” (and had plenty of free ai credits) so I added ...

Show HN: Sphere-Base-One– A Python Kernel for Integer-Based Physics Optimization https://ift.tt/2Jhy3pn

Show HN: Sphere-Base-One– A Python Kernel for Integer-Based Physics Optimization https://ift.tt/YTuSgOi November 24, 2025 at 11:53PM

Show HN: Pg-aiguide – Write better PostgreSQL code with AI https://ift.tt/l7JiYAG

Show HN: Pg-aiguide – Write better PostgreSQL code with AI Hi HN, I built a suite of tools to help ai generate better PostgreSQL code. The most interesting part is an opinionated set of skills to help it design better Postgres schemas. Also includes search over the manual. Deployeable as both an MCP server and as a Claude Code Plugin. I want to also include ecosystem docs and skills. Timescale (where I work) is already included. Looking for help with PostGIS and pgvector. Full open source. https://ift.tt/ki8jpCz November 24, 2025 at 10:14PM

Show HN: OhNiceRepo – Easily discover trending GitHub gems and repos https://ift.tt/gy9x5GK

Show HN: OhNiceRepo – Easily discover trending GitHub gems and repos https://ohnicerepo.pages.dev November 24, 2025 at 01:41AM

Show HN: Genesis DB now provides a full gRPC API alongside HTTP https://ift.tt/HUJlSxd

Show HN: Genesis DB now provides a full gRPC API alongside HTTP The Protobuf definition is published openly: https://ift.tt/ZxGDbA8 Genesis DB also exposes gRPC Server Reflection, so clients can introspect the service without needing the .proto file locally (useful for tools like grpcurl, kreya, or dynamic client generation). https://ift.tt/bQs7k8W November 24, 2025 at 12:57AM