frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Cara Menghubungi CS AirAsia

1•fredericl•57s ago•0 comments

Ask HN: What tools do you pay for today that feel overpriced or frustrating?

1•psicombinator•1m ago•0 comments

Bagaimana cara menghubungi Customer Support Flip

1•fredericl•5m ago•0 comments

RuBee

https://computer.rip/2025-11-22-RuBee.html
4•Sniffnoy•15m ago•0 comments

Japan's gamble to turn island of Hokkaido into global chip hub

https://www.bbc.com/news/articles/c8676qpxgnqo
1•1659447091•16m ago•0 comments

The Cloudflare outage was a good thing

https://gist.github.com/jbreckmckye/32587f2907e473dd06d68b0362fb0048
2•radeeyate•19m ago•0 comments

KeePassXC 2.7.11 Released

https://keepassxc.org/blog/2025-11-23-2.7.11-released/
1•theodorejb•20m ago•0 comments

A free tool that stuns LLMs with thousands of invisible Unicode characters

https://gibberifier.com
2•wdpatti•23m ago•1 comments

McMaster Carr – The Smartest Website You Haven't Heard Of

https://www.bedelstein.com/post/mcmaster-carr
1•jcartw•26m ago•1 comments

Style Reference vs. Image Prompts: What's the Difference?

https://image2prompts.com/blog/style-reference-vs-image-prompts-what-the-difference
1•zack119•29m ago•0 comments

Visualizing asymmetry in the 196 Lychrel chain (50k steps, 20k digits)

1•jivaprime•32m ago•0 comments

Napster Said It Raised $3B from an Investor. Now 'Investor' and 'Money' Are Gone

https://www.forbes.com/sites/phoebeliu/2025/11/23/napster-said-raised-3-billion-mystery-investor-...
1•pseudolus•35m ago•0 comments

Ouya

https://en.wikipedia.org/wiki/Ouya
3•Ariarule•37m ago•2 comments

'The public has been lied to': made doc insists that aliens exist

https://www.theguardian.com/film/2025/nov/22/age-of-disclosure-documentary-aliens
1•handfuloflight•42m ago•0 comments

SecIron Is Recruiting for Technical Support in KL, Malaysia-Challenge Yourself

https://malaysia.indeed.com/job/mobile-app-securit-engineer-93c4f95524a00f8f
1•bboypy•43m ago•0 comments

Show HN: 3M km interferometer concept using Saturn moons

https://zenodo.org/records/17665935
1•kurtswendson•44m ago•0 comments

We stopped roadmap work for a week and fixed 189 bugs

https://lalitm.com/fixits-are-good-for-the-soul/
15•signa11•46m ago•5 comments

B-Trees: Why Every Database Uses Them

https://mehmetgoekce.substack.com/p/b-trees-why-every-database-uses-them
3•signa11•48m ago•0 comments

Valve makes almost $50M per employee

https://www.tomshardware.com/video-games/pc-gaming/valve-makes-almost-usd50-million-per-employee-...
2•xu_ituairo•50m ago•0 comments

US issues security NOTAM for Venezuelan airspace

https://www.flightradar24.com/blog/aviation-news/us-issues-security-notam-for-venezuelan-airspace/
5•8ig8•54m ago•0 comments

Show HN: I slowed down and visualized birdsong [video]

https://www.youtube.com/watch?v=mhHGuAUUCUE
2•andai•55m ago•0 comments

Ask HN: Hearing aid wearers, what's hot?

45•pugworthy•58m ago•5 comments

Anna's Archive 'WorldCat Scrape' Lawsuit Drops $5M Claim, Pivots to Takedown

https://torrentfreak.com/annas-archive-worldcat-scrape-lawsuit-drops-5m-claim-pivots-to-takedown-...
4•t-3•1h ago•2 comments

Passing the Torch – My Last Root DNSSEC KSK Ceremony as Crypto Officer 4

https://technotes.seastrom.com/2025/11/23/passing-the-torch.html
9•greyface-•1h ago•0 comments

Future War Will Be Fought with Sticks and Stones

https://smallwarsjournal.com/2025/11/20/future-war-will-be-fought-with-sticks-and-stones/
4•Gaishan•1h ago•1 comments

My Life Is a Lie: How a Broken Benchmark Broke America

https://www.yesigiveafig.com/p/part-1-my-life-is-a-lie
33•jger15•1h ago•14 comments

A Unified Theory of Ego, Empathy, and Humility at Work

https://matthogg.fyi/a-unified-theory-of-ego-empathy-and-humility-at-work/
2•mrmatthogg•1h ago•0 comments

LowType: Elegant Types in Ruby

https://github.com/low-rb/low_type
3•lowtype•1h ago•0 comments

Show HN: YipYap – I wanted something to tell me what to do with my Stripe KPIs

https://yipyap.fyi
1•zach_olson•1h ago•0 comments

Preserve? Conserve? AI will need reasons

1•sonicvrooooom•1h ago•1 comments
Open in hackernews

Easily generate MCP servers using existing swagger/etapi OpenAPI spec

https://github.com/abutbul/openapi-mcp-generator
1•abutbul•6mo ago

Comments

abutbul•6mo ago
This is a 100% open-source project, I am a non-profit LLM hobbyist/advocate. I hope people find this interesting or useful, I’ll actively work on improving it.

How this idea was born: I was looking for an easy way to integrate new MCP capabilities into my pair programming workflows. I found that some tools I already use offer OpenAPI specs (like Swagger and ETAPI), so I wrote a tool that reads the YAML API spec and translates it into an MCP server.

I’ve already tested it with my note-taking app (Trilium Next), and the results look promising. I’d love constructive and orientating feedback from anyone willing to throw an API spec at my tool to see if it can crunch it into something useful. Right now, the tool generates MCP servers via Docker with SSE port exposed, but if you need another format, let me know and I can probably help you set it up.

The next step for the generator (as I see it) is recursion: making it usable as an MCP tool itself. That way, when an LLM discovers a new endpoint, it can automatically search for the spec (GitHub/docs/user-provided, etc.) and start utilizing it.

abutbul•6mo ago
I would really love to get some more feedback from users. If you try to set it up and can't, I am offering personal assistance!