frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

NextEra and Dominion in talks over tie-up to create $400B US utility giant

https://giftarticle.ft.com/giftarticle/actions/redeem/7f0f2008-4160-45f9-8c93-80f8b4318669
1•alephnerd•2m ago•0 comments

Is China using fentanyl as a weapon against the United States?

https://en.unav.edu/web/global-affairs/esta-china-usando-el-fentanilo-como-arma-contra-estados-un...
3•Stevvo•8m ago•1 comments

China's unfinished buildings have created stranded assets with substantial costs

https://www.cell.com/one-earth/fulltext/S2590-3322(26)00050-3
1•littlexsparkee•8m ago•0 comments

Gaps in AI Development Closing 2.1B in Pain

https://news.novonavis.com/builders
1•capagg•13m ago•1 comments

Volkswagen Detects CI Server Tests and Ensures They Pass (2015)

https://github.com/auchenberg/volkswagen
2•birdculture•13m ago•0 comments

'No Way to Prevent This,' Says Only Package Manager Where This Regularly Happens

https://kevinpatel.xyz/posts/no-way-to-prevent-this/
2•alligatorplum•16m ago•0 comments

Picollo: Modern HDR histogram and PMU counters for .NET

https://hotforknowledge.com/2026/05/15/introducing-picollo/
1•buybackoff•17m ago•1 comments

Show HN: Expo Vibe – Expo apps that builds Expo apps

https://github.com/mishushakov/expo-vibe
1•ushakov•17m ago•0 comments

I broke AppLovin's mediation cipher protocol

https://www.buchodi.com/i-broke-applovins-mediation-cipher-protocol/
1•lmbbuchodi•17m ago•0 comments

Codex is for prosumers – here's why (and how) to switch

https://twitter.com/omooretweets/status/2053858113892262193
1•gmays•18m ago•0 comments

Claude Took the Unfair Bullet for Ending Finger-Based Pricing

https://getlago.substack.com/p/1577a99d-e9d1-41d2-82e4-f11169e6654d
1•timbourcier•20m ago•0 comments

Vibe Coding Gone Too Far: We Added ChatGPT to a Toaster, Give Us $10M

https://www.bwanaerp.com/blog/vibe-coding-gone-too-far-we-added-chatgpt-to-a-toaster-give-us-10m
1•instarlaxy•23m ago•1 comments

Turso Now Includes Unlimited Active Databases for Everybody

https://turso.tech/blog/turso-now-includes-unlimited-databases-for-everybody
1•tjek•29m ago•0 comments

LiteLLM Agent Platform: Run Claude Code/Codex On-Prem Sandboxes and Vaults

https://github.com/BerriAI/litellm-agent-platform
1•ij23•30m ago•0 comments

New Nightmare Just Dropped: '3D' Animated Ads on Trucks in Traffic

https://www.thedrive.com/news/new-nightmare-just-dropped-3d-animated-ads-on-trucks-in-traffic
3•cf100clunk•31m ago•0 comments

Terence Tao: New Mathematical Workflows – Future of Mathematics

https://www.youtube.com/watch?v=Uc2zt198U_U
4•tcp_handshaker•32m ago•0 comments

NASA Captures Volatile Changes in Earth's Artificial Light

https://www.universetoday.com/articles/nasa-captures-volatile-changes-in-earths-artificial-light
2•tcp_handshaker•32m ago•0 comments

Second Automaker Sounds Alarm over Dwindling Motor Oil Stock

https://www.thedrive.com/news/second-automaker-sounds-alarm-over-dwindling-motor-oil-stock
2•cf100clunk•33m ago•0 comments

Show HN: Epiq – Distributed Git based issue tracker TUI

https://ljtn.github.io/epiq/
3•jolaflow•34m ago•1 comments

NYT and Vaping: How to Lie by Saying Only True Things

https://gwern.net/vaping
2•Ariarule•36m ago•0 comments

AGI and the Future of Reasoning – Future of Mathematics

https://www.youtube.com/watch?v=gf1uwCH0HUU
3•tcp_handshaker•36m ago•0 comments

Ken Liu on AI and Freedom

https://www.chinatalk.media/p/ken-liu-on-ai-and-freedom
2•alexnew•42m ago•0 comments

Amazon pressured one of its teams to develop an AI game: Project Trident

https://www.eurogamer.net/amazon-ai-game-project-trident-laid-off-anyway-report
3•oceansky•45m ago•0 comments

Conscience-Performance Risk in AI Governance Language

https://philpapers.org/rec/AEGRRA
1•aegissolis•53m ago•0 comments

We Can Now Read What Claude Is Thinking. Kind Of

https://priorcontext.substack.com/p/we-can-now-read-what-claude-is-thinking
2•contextwindow•54m ago•2 comments

Crystals found inside wreckage from the first nuclear bomb test

https://www.scientificamerican.com/article/strange-crystals-found-inside-wreckage-from-the-first-...
2•jumploops•58m ago•0 comments

Google explains why some new Gmail accounts only get 5GB storage

https://www.androidauthority.com/google-free-15gb-gmail-storage-ending-explanation-3667360/
2•sumanep•58m ago•0 comments

World’s first native color LiDAR gives machines human-like vision

https://newatlas.com/technology/ouster-rev8-native-color-lidar/
2•breve•59m ago•0 comments

We built an agent specialized for CI (using the 3 Claude models)

https://www.mendral.com/blog/same-llm-different-agent
1•shad42•1h ago•0 comments

I recreated the experience of reading the morning sports section

https://thesportspage.app
1•anjrued•1h ago•2 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