frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Stop Omarchy

https://stopomarchy.neocities.org/
1•HotGarbage•11s ago•0 comments

Show HN: Codenaturally.net, a website for building manual programming fluency

https://codenaturally.net
1•vancan1ty•40s ago•0 comments

Tech companies move to open AI models

https://blog.pragmaticengineer.com/the-pulse-tech-companies-move-to-open-ai-models/
1•inferhaven•52s ago•0 comments

Why Do These Fossil Shells Flip Their Spirals Every Few Millennia?

https://www.quantamagazine.org/why-do-these-fossil-shells-flip-their-spirals-every-few-millennia-...
1•Brajeshwar•2m ago•0 comments

60 years on, Paramount has ruined 'Star Trek'

https://nypost.com/2026/09/09/entertainment/60-years-on-paramount-has-ruined-star-trek/
2•noworld•2m ago•0 comments

Can humans learn to hibernate? [video]

https://www.youtube.com/watch?v=Cm00TFrmQRs
2•gmays•2m ago•0 comments

Show HN: Extension to filter LLM written articles

https://hnslop.nilsherzig.com/
1•nilsherzig•3m ago•0 comments

Image to Game – Drop an image and it turns into a game

https://tesana.ai/en/explore
1•aghuang•3m ago•0 comments

Rapidly scaling online storage to serve over 1B ChatGPT users

https://openai.com/index/scaling-storage-one-billion-users-part-one
1•meetpateltech•4m ago•0 comments

Glyph Immersive

https://glyph.kateander.com/
1•ikers•4m ago•0 comments

Why Columbus is a top food test market

https://www.axios.com/local/columbus/2026/05/04/fast-food-test-market
1•thunderbong•4m ago•0 comments

My e-reader lost its stripes

https://www.serpentine.com/posts/2026/x3-stripes/
1•bos•6m ago•0 comments

9/11 Commission Report (2004) [pdf]

https://www.9-11commission.gov/report/911Report.pdf
1•godwinson__4-8•6m ago•0 comments

Trump tells crowd to vote in the midterm elections and 'cheat like hell`

https://www.theguardian.com/us-news/2026/sep/11/donald-trump-republican-midterm-convention
2•Varelion•7m ago•0 comments

Persimmon by Humans&: A model for simulating human interactions

https://persimmon.humansand.ai/blog/
1•siddish•10m ago•0 comments

Show HN: TripTable – group trip voting, budgeting and settlement (iOS)

https://apps.apple.com/us/app/triptable-group-trip-hq/id6804062135
1•richard_baecker•10m ago•0 comments

Ask HN: Is GPT-6 Astra worth the 2.5x cost increase over GPT-5.6 Sol?

2•minimaxir•14m ago•0 comments

Show HN: Billia – free invoice generator, no signup, no watermark, no back end

https://billia.app/
2•livetaub•15m ago•1 comments

The Download: biotech's future and cheaper, cleaner steel

https://www.technologyreview.com/2026/09/11/1143879/the-download-biotech-future-cheaper-cleaner-s...
1•joozio•16m ago•0 comments

Astra does a concerning amount of work with no chain of thought

https://www.alignmentforum.org/posts/eRmzz8J8Qkzqvzrgg/astra-can-do-a-concerning-amount-with-no-c...
1•putlake•16m ago•0 comments

Simple Systems Have Less Downtime (2020)

https://www.gkogan.co/simple-systems/
2•gk1•16m ago•0 comments

Unique, rare 9/11 material shot from the Hudson [video]

https://www.youtube.com/watch?v=3HbD_Q6kmh8
1•spzx•17m ago•0 comments

The Falling Man (2021)

https://www.esquire.com/news-politics/a48031/the-falling-man-tom-junod/
1•thm•17m ago•0 comments

Mapping a codebase into a knowledge tree of features, services, and data models

https://easyspecs.ai/features/from-code-to-documentation
2•HelloXesca•17m ago•1 comments

Show HN: Socratix – an AI tutor for proving mastery, not memorizing

https://socratix-nine.vercel.app
1•Aditya_0315•18m ago•1 comments

Why Ente QR?

https://ente.com/blog/qr/
1•Cider9986•18m ago•0 comments

Saudi Arabian oil pipeline system hit by projectiles triggering fires

https://www.cnn.com/2026/09/11/politics/saudi-arabian-oil-pipeline-hit-by-projectiles-triggering-...
2•bdangubic•19m ago•0 comments

Stop Panicking About AI

https://www.thebignewsletter.com/p/is-artificial-intelligence-going
2•connor11528•20m ago•1 comments

We rebuilt complex permissions without migrating to Zanzibar

https://infisical.com/blog/folder-based-rbac
1•vmatsiiako•22m ago•0 comments

Do black holes have hidden hair? Scientists find a new way to check

https://en.nagoya-u.ac.jp/news/articles/pr-do-black-holes-have-hidden-hair-scientists-find-a-new-...
2•gmays•24m ago•0 comments
Open in hackernews

I built MCP on Ruby to help developers turn any Rails API into an MCP server

https://github.com/nagstler/mcp_on_ruby
2•NinjaGems•1y ago

Comments

NinjaGems•1y ago
I built MCP on Ruby, a gem that turns your Rails app into a fully-featured LLM server following the Model Context Protocol standard.

- What is it? Think of MCP as "REST for LLMs" - it standardizes how apps talk to AI models.

My implementation brings this to Ruby/Rails with:

Provider adapters for OpenAI & Anthropic (just add your API key)

Persistent storage options (memory, Redis, ActiveRecord)

Streaming responses for dynamic UIs

File handling & tool calling support

*Rails integration with just a few lines of code

- Why I built it I wanted a clean, Rails-friendly way to add AI capabilities without writing boilerplate for each provider. The existing MCP implementations were Python-focused, so I built this for the Ruby community.

- The ActiveRecord storage (just released in v0.3.0) lets you store conversations in your existing Rails database.

- Try it out: https://github.com/nagstler/mcp_on_ruby