frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The future of AI-driven development is eXtreme Go Horse

https://spavel.medium.com/the-future-of-ai-driven-development-isnt-agile-it-s-xgh-b4f6fbfe14f1
1•bobbiechen•2m ago•0 comments

Walmart Pauses Job Offers to Candidates Needing H-1B Visas

https://www.bloomberg.com/news/articles/2025-10-21/walmart-pauses-job-offers-to-candidates-needin...
1•zerosizedweasle•2m ago•0 comments

Windows 11 25H2 update broke Windows Recovery Environment

https://www.pcgamer.com/software/windows/windows-11-25h2-has-borked-the-mouse-and-keyboard-contro...
2•LopRabbit•3m ago•0 comments

The AWS outage that broke half the internet is finally over-here's what happened

https://www.zdnet.com/home-and-office/networking/the-massive-aws-outage-that-broke-half-the-inter...
2•CrankyBear•5m ago•0 comments

Amazon Doesn't Use Route 53 for amazon.com

https://www.dnscheck.co/blog/dns-monitoring/2025/10/21/aws-dog-food.html
3•mrideout•5m ago•0 comments

Listening to Full Albums Again

https://joelchrono.xyz/blog/listening-to-full-albums-again/
1•speckx•6m ago•0 comments

Trump Said to Demand Justice Dept. Pay Him $230M

https://www.nytimes.com/2025/10/21/us/politics/trump-justice-department-compensation.html
2•zerosizedweasle•7m ago•1 comments

Scientists proved "butt breathing" is possible in humans

https://newatlas.com/disease/butt-breathing-ignobel-prize/
2•mustaphah•7m ago•0 comments

What Is a Leo Satellite? An Explainer

https://www.aptiv.com/en/insights/article/what-is-a-leo-satellite
1•ohjeez•9m ago•0 comments

Does anyone have a business contact at Algeria Telecom, the state operated ISP?

https://twitter.com/TimSweeneyEpic/status/1980694431130149349
1•haunter•10m ago•0 comments

I Deliver Parcels in Beijing – startling stories of China's new precarity

https://www.theguardian.com/books/2025/oct/21/i-deliver-parcels-in-beijing-by-hu-anyan-review-sta...
2•mitchbob•11m ago•0 comments

Show HN: Dynamic KPIs with Elasticsearch and MaravelQL

https://marius-ciclistu.medium.com/faster-dynamic-kpis-with-maravelql-and-elasticsearch-54496561777e
1•marius-ciclistu•11m ago•0 comments

Ask HN: Is anyone using Devin/Cognition?

1•spruce_tips•12m ago•0 comments

Magit Is Amazing

https://heiwiper.com/posts/magit-is-awesome/
19•Bogdanp•13m ago•4 comments

Silicon Valley startup admits its balloon may have struck United jet, forcing

https://www.sfchronicle.com/travel/article/united-flight-weather-balloon-21112075.php
3•JKCalhoun•13m ago•0 comments

Show HN: WordPress SEO AI Autoblogging – Republish AI

https://republishai.com/
1•domid•13m ago•0 comments

FlashInfer Bench: A Benchmark Suite for AI Systems That Improve Themselves

https://flashinfer.ai/2025/10/21/flashinfer-bench.html
2•yiyan•13m ago•0 comments

Why 99% of Cold Emails to CISOs Fail

https://guptadeepak.com/why-99-of-cold-emails-to-cisos-fail-and-the-surprising-truth-about-how-th...
1•guptadeepak•14m ago•1 comments

OpenAI is turning the economy into a computable system

https://www.thediff.co/archive/routers-apps-agi/
1•illiquid•14m ago•1 comments

Announcing the most powerful genetic predictor of cognitive ability

https://herasight.substack.com/p/cogpgt
1•surprisetalk•15m ago•0 comments

SaaS Is Dead – Long Live SaaS

https://bignorthmarketing.com/blog/the-future-of-work-saas-ai-and-the-human-side-of-automation
1•bignorthchris•15m ago•0 comments

Show HN: MTOR – A free, local-first PWA to automate workout progression

https://mtor.club/
1•vmcallsm•17m ago•0 comments

Scaling a Valkey Cluster to 1B Request per Second

https://valkey.io/blog/1-billion-rps/
1•tanelpoder•17m ago•0 comments

UX Entropy: Zoom's arc from hero to hulk

https://allenpike.com/2025/ux-entropy
1•naves•18m ago•0 comments

AWS crash causes $2k Smart Beds to overheat and get stuck upright

https://www.dexerto.com/entertainment/aws-crash-causes-2000-smart-beds-to-overheat-and-get-stuck-...
3•bhartzer•19m ago•0 comments

Show HN: Together, a no-signup chat and universal comment/discussion tool (beta)

https://www.together.lol/
4•blake8086•20m ago•0 comments

Intelligence Is Not Intuition

https://olshansky.info/posts/2025-10-20-intelligence-is-not-intuition
2•Olshansky•20m ago•0 comments

The Internet's Too Fast

https://junejuice.bearblog.dev/the-internets-too-fast/
2•busymom0•24m ago•0 comments

The Calculated Typer – Haskell Symposium (ICFP⧸SPLASH'25) [video]

https://www.youtube.com/watch?v=uCPJ22aj_kI
1•matt_d•24m ago•1 comments

Fixing a MongoDB Replication Protocol Bug with TLA+ [video]

https://www.youtube.com/watch?v=x9zSynTfLDE
1•we6251•26m ago•0 comments
Open in hackernews

Easily generate MCP servers using existing swagger/etapi OpenAPI spec

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

Comments

abutbul•5mo 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•5mo 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!