frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Early science acceleration experiments with GPT-5 [pdf]

https://cdn.openai.com/pdf/4a25f921-e4e0-479a-9b38-5367b47e8fd0/early-science-acceleration-experi...
1•gronky_•21s ago•0 comments

CBP is monitoring US drivers and detaining those with suspicious travel patterns

https://apnews.com/article/immigration-border-patrol-surveillance-drivers-ice-trump-9f5d05469ce8c...
6•jjwiseman•2m ago•0 comments

Google cracked Apple's AirDrop and is adding it to Pixel phones

https://www.theverge.com/news/825228/iphone-airdrop-android-quick-share-pixel-10
2•CharlesW•8m ago•1 comments

Evidence of Fatigue Cracks a 'Major Clue' in Fatal UPS Jet Crash

https://www.reuters.com/business/aerospace-defense/us-ntsb-finds-evidence-fatigue-cracks-fatal-up...
1•sarimkx•8m ago•0 comments

Coding Trance Music from Scratch (Again) [video]

https://www.youtube.com/watch?v=iu5rnQkfO6M
1•raphar•10m ago•1 comments

Lunar Landing Game Related Documents

https://www.cs.brandeis.edu/~storer/LunarLander/LunarLander.html
1•marcodiego•11m ago•0 comments

Application Software Is Dead, Again

https://www.akashbajwa.co/p/application-software-is-dead-again
1•ptrhvns•12m ago•0 comments

Boris Becker:'Whoever says a prison life is easy is lying–it's real punishment'

https://www.theguardian.com/sport/2025/nov/20/boris-becker-prison-tennis-interview
2•bookofjoe•17m ago•0 comments

Fixing kernel updates not applying in Fedora 43

https://nyanpasu64.gitlab.io/blog/fixing-fedora-kernel-updates/
2•speckx•18m ago•0 comments

AWS Lambda Processing Blip?

2•twosdai•18m ago•0 comments

Study: Kids' drip paintings more like Pollock's than those of adults

https://arstechnica.com/science/2025/11/study-kids-drip-paintings-more-like-pollocks-than-adults/
1•pseudolus•18m ago•0 comments

Why is software less efficient than hardware? (kbrecordzz)

https://kbrecordzz.com/2025/11/why-is-software-so-much-less-efficient-than-hardware/
1•kbzse•18m ago•0 comments

Blue Origin says it's just getting started with the New Glenn rocket

https://arstechnica.com/space/2025/11/blue-origin-says-its-just-getting-started-with-the-new-glen...
2•themgt•20m ago•0 comments

We built 60 polymarket prediction tools for sophisticated traders

https://polytools.market
2•idogrady•21m ago•1 comments

Java Quantum Computing Library

https://github.com/vijayanandg/quantum4j
2•vijayanandg•21m ago•1 comments

Nanochat d34 model (~$2,500)

https://github.com/karpathy/nanochat/discussions/314
3•danielfalbo•23m ago•0 comments

Ask HN: Comments in Code. Yay or Nay?

3•reconnecting•24m ago•7 comments

I built a Solfeggio frequency mixer using 10 hi-def crystal bowl recordings

https://play.google.com/store/apps/details?id=com.jon.frequencystudio&hl=en_US
2•jpdingdong•25m ago•2 comments

Implementing the Pipe Operator in C# 14

https://old.reddit.com/r/csharp/comments/1p1kwqk/implementing_the_pipe_operator_in_c_14/
2•ZeroClickOk•25m ago•0 comments

Dark Patterns: Are your games playing you?

https://www.youtube.com/watch?v=OCkO8mNK3Gg
2•ericzawo•27m ago•0 comments

Data-at-Rest Encryption in DuckDB

https://duckdb.org/2025/11/19/encryption-in-duckdb
5•chmaynard•29m ago•0 comments

Symmetric Power Transformers

https://manifestai.com/articles/symmetric-power-transformers/
3•ashvardanian•30m ago•0 comments

Baserow 2.0: A secure, self-hosted alternative to Airtable with built-in AI

https://github.com/baserow/baserow
4•trevorsullivan•31m ago•2 comments

Desktop Abstraction and OS Design – Video Discussion with Sam Smith

https://www.rfleury.com/p/desktop-abstraction-and-os-design
3•chmaynard•31m ago•0 comments

3D Slime Mold Based Digit Recognition

https://neuro-physarum-mnist-19185183848.us-west1.run.app/
2•zarathrusta•31m ago•0 comments

Phylogenomics unveil origin of morphological complexity in Coleochaetophyceae

https://www.sciencedirect.com/science/article/pii/S0960982225011121
2•PaulHoule•33m ago•0 comments

ActivityPub

https://activitypub.rocks/
3•udev4096•33m ago•0 comments

Virtual Vernier Caliper

https://www.stefanelli.eng.br/en/virtual-vernier-caliper-simulator-05-millimeter/
2•bobchadwick•33m ago•0 comments

Kohler's New In-Toilet Camera for Analyzing Gut Health

https://www.core77.com/posts/139072/Kohlers-New-In-Toilet-Camera-for-Analyzing-Gut-Health
2•surprisetalk•34m ago•0 comments

We need to design new proteins [video]

https://www.youtube.com/watch?v=EsAVwOEShtU
2•surprisetalk•34m 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•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!