frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Cursor launches Origin code hosting platform as GitHub outage exposes opening

https://venturebeat.com/infrastructure/cursor-launches-origin-code-hosting-platform-as-github-out...
1•gmays•57s ago•0 comments

Minutes to 33 Seconds

https://luca.lowndes.net/blog/bun-tests-10-minutes-to-33-seconds
1•lucalow•4m ago•0 comments

Sitegeist – The ultimate design extraction toolkit

https://chromewebstore.google.com/detail/sitegeist/npgjkgkkjcbbafihmojgodekkfgnjgdc
1•BillyMangino•4m ago•0 comments

Gram Editor Release 3.3.0

https://gram-editor.com/posts/release-3.3.0/
1•signa11•14m ago•0 comments

Google Maps Changes Lake Ontario to 'Lake America' on US Phones

https://thehill.com/policy/transportation/6059553-google-maps-renames-lake-america/
3•LopRabbit•14m ago•0 comments

Armageddon by Anthropomorphism: On Security and the Frontier

https://hardcoresoftware.learningbyshipping.com/p/242-armageddon-by-anthropomorphism
1•jeffreyrogers•15m ago•0 comments

Is Japan backpedaling on its work-style reforms?

https://www.japantimes.co.jp/news/2026/08/30/japan/society/japan-work-life-overtime/
1•mikhael•16m ago•0 comments

Pgwire explorer: the Postgres wire protocol, byte by byte

https://pgwire-explorer.dhuk.net/
1•thunderbong•18m ago•0 comments

Show HN: Magic Layers – Turn Any Image into Layers

https://magiclayers.net
1•QingWu•22m ago•0 comments

The quality you should most wish for your children

https://www.economist.com/business/2026/08/27/the-quality-you-should-most-wish-for-your-children
1•Anon84•24m ago•1 comments

Yen weakens past ¥160 per dollar, eroding intervention gains

https://www.japantimes.co.jp/business/2026/08/29/markets/yen-160-dollar-intervention/
6•rguiscard•24m ago•0 comments

AI Accelerator Designed, Verified, and Deployed from Scratch in 2 Weeks by AI

https://arxiv.org/abs/2608.26418
1•Jimmc414•24m ago•0 comments

Benchmarking Confidential Computing Performance on Nvidia Blackwell GPUs

https://arxiv.org/abs/2608.26575
1•Jimmc414•25m ago•0 comments

Free tools for the Microsoft Project Online retirement, 30 days out

https://onplana.com/tools
1•Onplana•28m ago•0 comments

Static Evaluation of Model Switching in LLM Agents Scores the Wrong World

https://arxiv.org/abs/2608.08239
3•danbitengo•33m ago•0 comments

Show HN: Python Static Site Generator for Small Businesses

https://codeberg.org/Marking-Time/MicroStore
1•marking-time•34m ago•0 comments

Ace Targets Streaming Pirates Through Cloudflare and Discord Subpoenas

https://torrentfreak.com/ace-targets-dozens-of-streaming-pirates-through-cloudflare-and-discord-s...
1•gslin•41m ago•1 comments

Europe's warm nights nearly doubled this summer

https://emot.substack.com/p/europes-warm-nights-nearly-doubled
3•emot•46m ago•0 comments

Anyone Got a Fenty.dev Invite?

1•penguinsnetwork•46m ago•0 comments

The Distractor

http://booktwo.org/notebook/the-distractor/
2•zetamax•47m ago•0 comments

Show HN: Clownbid.lol – pay to be the biggest clown on the internet

https://clownbid.lol/
2•nadermx•48m ago•0 comments

Give Your Coding Agent a Journal

https://doug.sh/posts/give-your-coding-agent-a-journal/
4•dougcalobrisi•49m ago•1 comments

If You Knew God Exists, Wouldn't You Become a Priest?

https://joecmarshall.com/posts/if-you-knew-god-exists-wouldnt-you-become-a-priest/
6•CoreSet•49m ago•1 comments

Are We Learning to Think Less?

https://socketstudy.com/sparks/are-we-learning-to-think-less/
2•wingrove•50m ago•2 comments

The Ternus Era at Apple Begins, but Cook Isn't Leaving

https://www.bloomberg.com/news/videos/2026-08-30/the-ternus-era-at-apple-begins-but-cook-isn-t-le...
2•sbulaev•55m ago•0 comments

Will anybody use AI as much as coders?

https://www.economist.com/business/2026/08/30/will-anybody-use-ai-as-much-as-coders
2•tagawa•55m ago•1 comments

Show HN: Break 5, the addictive, 5 minute, daily word game

https://break5.co.uk/
2•dwgebler•56m ago•0 comments

West Point prof fired for continuing to teach human causes of climate change

https://www.theguardian.com/us-news/2026/aug/27/west-point-climate-scientist-fired
6•randycupertino•59m ago•1 comments

Israel Is Running a Synthetic Think Tank to Influence AI Search Results

https://www.404media.co/israel-is-running-a-synthetic-think-tank-to-influence-ai-search-results/
5•Jimmc414•59m ago•0 comments

Show HN: Open-source hands-free mouse control with Tracky Mouse

https://github.com/1j01/tracky-mouse/
1•1j01•1h 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